angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

function fixCloneNodeIssues( src, dest ) {
    var nodeName, e, data;

    // We do not need to do anything for non-Elements
    if ( dest.nodeType !== 1 ) {

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

        data: function( key, value ) {
            var i, name, data,
                elem = this[ 0 ],
                attrs = elem && elem.attributes;
    
    

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

          cleanData: function( elems, /* internal */ forceAcceptData ) {
              var elem, type, id, data,
                  i = 0,
                  internalKey = jQuery.expando,
                  cache = jQuery.cache,

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

          function ReportDispatcher(methods) {
        
            var dispatchedMethods = methods || [];
        
            for (var i = 0; i < dispatchedMethods.length; i++) {

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

            function toThrow(util) {
              return {
                compare: function(actual, expected) {
                  var result = { pass: false },
                    threw = false,

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

                function computeWeekdaysParse () {
                    function cmpLenRev(a, b) {
                        return b.length - a.length;
                    }
            
            

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

                  function getSetOffset (input, keepLocalTime) {
                      var offset = this._offset || 0,
                          localAdjust;
                      if (!this.isValid()) {
                          return input != null ? this : NaN;

                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 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 _refreshItems has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _refreshItems: function(event) {
                        
                                this.items = [];
                                this.containers = [this];
                        
                        

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

                              _mouseStop: function(event) {
                          
                                  this.resizing = false;
                                  var pr, ista, soffseth, soffsetw, s, left, top,
                                      o = this.options, that = this;

                            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 _mouseStop has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  _mouseStop: function(event) {
                              
                                      this.resizing = false;
                                      var pr, ista, soffseth, soffsetw, s, left, top,
                                          o = this.options, that = this;

                                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 _createRange has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      _createRange: function() {
                                          var options = this.options,
                                              classes = "";
                                  
                                          if ( options.range ) {

                                    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 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 _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