angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function top has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        top: function( position, data ) {
            var within = data.within,
                withinOffset = within.offset.top + within.scrollTop,
                outerHeight = within.height,
                offsetTop = within.isWindow ? within.scrollTop : within.offset.top,

    Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function _normalizeArguments( effect, options, speed, callback ) {
    
        // allow passing all options as the first parameter
        if ( $.isPlainObject( effect ) ) {
            options = effect;

      Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function _normalizeArguments( effect, options, speed, callback ) {
      
          // allow passing all options as the first parameter
          if ( $.isPlainObject( effect ) ) {
              options = effect;

        Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function _normalizeArguments( effect, options, speed, callback ) {
        
            // allow passing all options as the first parameter
            if ( $.isPlainObject( effect ) ) {
                options = effect;

          Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function _normalizeArguments( effect, options, speed, callback ) {
          
              // allow passing all options as the first parameter
              if ( $.isPlainObject( effect ) ) {
                  options = effect;

            Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function _normalizeArguments( effect, options, speed, callback ) {
            
                // allow passing all options as the first parameter
                if ( $.isPlainObject( effect ) ) {
                    options = effect;

              Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function _normalizeArguments( effect, options, speed, callback ) {
              
                  // allow passing all options as the first parameter
                  if ( $.isPlainObject( effect ) ) {
                      options = effect;

                Function top has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        top: function( position, data ) {
                            var within = data.within,
                                withinOffset = within.offset.top + within.scrollTop,
                                outerHeight = within.height,
                                offsetTop = within.isWindow ? within.scrollTop : within.offset.top,

                  Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function _normalizeArguments( effect, options, speed, callback ) {
                  
                      // allow passing all options as the first parameter
                      if ( $.isPlainObject( effect ) ) {
                          options = effect;

                    Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function _normalizeArguments( effect, options, speed, callback ) {
                    
                        // allow passing all options as the first parameter
                        if ( $.isPlainObject( effect ) ) {
                            options = effect;

                      Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function _normalizeArguments( effect, options, speed, callback ) {
                      
                          // allow passing all options as the first parameter
                          if ( $.isPlainObject( effect ) ) {
                              options = effect;

                        Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function _normalizeArguments( effect, options, speed, callback ) {
                        
                            // allow passing all options as the first parameter
                            if ( $.isPlainObject( effect ) ) {
                                options = effect;

                          Function top has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  top: function( position, data ) {
                                      var within = data.within,
                                          withinOffset = within.offset.top + within.scrollTop,
                                          outerHeight = within.height,
                                          offsetTop = within.isWindow ? within.scrollTop : within.offset.top,

                            Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function _normalizeArguments( effect, options, speed, callback ) {
                            
                                // allow passing all options as the first parameter
                                if ( $.isPlainObject( effect ) ) {
                                    options = effect;

                              Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function _normalizeArguments( effect, options, speed, callback ) {
                              
                                  // allow passing all options as the first parameter
                                  if ( $.isPlainObject( effect ) ) {
                                      options = effect;

                                Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function _normalizeArguments( effect, options, speed, callback ) {
                                
                                    // allow passing all options as the first parameter
                                    if ( $.isPlainObject( effect ) ) {
                                        options = effect;

                                  Function jasmineDone has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                        jasmineDone: function() {
                                          expect(specDone).toHaveBeenCalledWith(jasmine.objectContaining({
                                            description: 'has a default message',
                                            failedExpectations: [jasmine.objectContaining({
                                              message: 'Failed'

                                    Function _normalizeArguments has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    function _normalizeArguments( effect, options, speed, callback ) {
                                    
                                        // allow passing all options as the first parameter
                                        if ( $.isPlainObject( effect ) ) {
                                            options = effect;

                                      Function _updateDatepicker has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          _updateDatepicker: function(inst) {
                                              this.maxRows = 4; //Reset the max number of rows being displayed (see #7043)
                                              datepicker_instActive = inst; // for delegate hover events
                                              inst.dpDiv.empty().append(this._generateHTML(inst));
                                              this._attachHandlers(inst);

                                        Function _size has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _size: function() {
                                                // If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
                                                // divs will both have width and height set, so we need to reset them
                                                var nonContentHeight, minContentHeight, maxContentHeight,
                                                    options = this.options;
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language