angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          display: function() {
            var
              title = settings.name + ':',
              totalTime = 0
            ;

    Function attr has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        attr: function( elem, name, value ) {
            var ret, hooks,
                nType = elem.nodeType;
    
            // Don't get/set attributes on text, comment and attribute nodes

      Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

                display: function() {
                  var
                    title = settings.name + ':',
                    totalTime = 0
                  ;

        Function form has 29 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                  form: function(event) {
                    var
                      allValid = true,
                      apiRequest
                    ;

          Function determineTabs has 29 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  determineTabs: function() {
                    var
                      $reference
                    ;
          
          

            Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                      display: function() {
                        var
                          title = settings.name + ':',
                          totalTime = 0
                        ;

              Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                        display: function() {
                          var
                            title = settings.name + ':',
                            totalTime = 0
                          ;

                Function display has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                          display: function() {
                            var
                              title = settings.name + ':',
                              totalTime = 0
                            ;

                  Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      html: function( value ) {
                          return access( this, function( value ) {
                              var elem = this[ 0 ] || {},
                                  i = 0,
                                  l = this.length;

                    Function emitArray has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      StringPrettyPrinter.prototype.emitArray = function(array) {
                        if (this.ppNestLevel_ > j$.MAX_PRETTY_PRINT_DEPTH) {
                          this.append('Array');
                          return;
                        }

                      Function success has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                              success: function(data) {
                                  var events = [];
                                  var successArgs;
                                  var successRes;
                      
                      

                        Function iso_string__toISOString has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function iso_string__toISOString() {
                                // for ISO strings we do not use the normal bubbling rules:
                                //  * milliseconds bubble up until they become hours
                                //  * days do not bubble at all
                                //  * months bubble up until they become years

                          Function startOf has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function startOf (units) {
                                  units = normalizeUnits(units);
                                  // the following switch intentionally omits break keywords
                                  // to utilize falling through the cases.
                                  switch (units) {

                            Function diff has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                function diff (input, units, asFloat) {
                                    var that,
                                        zoneDelta,
                                        delta, output;
                            
                            

                              Function transition has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  transition: function( other, distance ) {
                                      var end = color( other ),
                                          spaceName = end._space(),
                                          space = spaces[ spaceName ],
                                          startColor = this.alpha() === 0 ? color( "transparent" ) : this,

                                Function _refresh has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    _refresh: function() {
                                        this._setupDisabled( this.options.disabled );
                                        this._setupEvents( this.options.event );
                                        this._setupHeightStyle( this.options.heightStyle );
                                
                                

                                  Function _refreshValue has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      _refreshValue: function() {
                                          var value = this.options.value,
                                              percentage = this._percentage();
                                  
                                          this.valueDiv

                                    Function transition has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        transition: function( other, distance ) {
                                            var end = color( other ),
                                                spaceName = end._space(),
                                                space = spaces[ spaceName ],
                                                startColor = this.alpha() === 0 ? color( "transparent" ) : this,

                                      Function _initialActive has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          _initialActive: function() {
                                              var active = this.options.active,
                                                  collapsible = this.options.collapsible,
                                                  locationHash = location.hash.substring( 1 );
                                      
                                      

                                        Function _create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _create: function() {
                                                this.originalCss = {
                                                    display: this.element[ 0 ].style.display,
                                                    width: this.element[ 0 ].style.width,
                                                    minHeight: this.element[ 0 ].style.minHeight,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language