angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function clear has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        clear: function() {
          $field
            .each(function () {
              var
                $field       = $(this),

    Function increment has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            increment: function(incrementValue) {
              var
                total          = module.total || false,
                edgeValue,
                startValue,

      Function compileSplice has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          Assign.prototype.compileSplice = function(o) {
            var answer, exclusive, from, fromDecl, fromRef, name, ref3, ref4, ref5, to, valDef, valRef;
            ref3 = this.variable.properties.pop().range, from = ref3.from, to = ref3.to, exclusive = ref3.exclusive;
            name = this.variable.compile(o);
            if (from) {

        Function load has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          CoffeeScript.load = function(url, callback, options, hold) {
            var xhr;
            if (options == null) {
              options = {};
            }

          Function compileStatement has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              If.prototype.compileStatement = function(o) {
                var answer, body, child, cond, exeq, ifPart, indent;
                child = del(o, 'chainChild');
                exeq = del(o, 'isExistentialEquals');
                if (exeq) {

            Function attr has 30 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 getSetOffset has 30 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  function getSetOffset (input, keepLocalTime) {
                      var offset = this._offset || 0,
                          localAdjust;
                      if (input != null) {
                          if (typeof input === 'string') {

                Function navigate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                DatePicker.prototype.navigate = function( type, value, options ) {
                
                    var targetDateObject,
                        targetYear,
                        targetMonth,

                  Function configFromStringAndArray has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function configFromStringAndArray(config) {
                          var tempConfig,
                              bestMoment,
                  
                              scoreToBeat,

                    Function _determineButtonType has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        _determineButtonType: function() {
                            var ancestor, labelSelector, checked;
                    
                            if ( this.element.is("[type=checkbox]") ) {
                                this.type = "checkbox";

                      Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      spaces.hsla.to = function( rgba ) {
                          if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                              return [ null, null, null, rgba[ 3 ] ];
                          }
                          var r = rgba[ 0 ] / 255,

                        Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        spaces.hsla.to = function( rgba ) {
                            if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                return [ null, null, null, rgba[ 3 ] ];
                            }
                            var r = rgba[ 0 ] / 255,

                          Function stop has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              stop: function( event ) {
                                  var that = $(this).resizable( "instance" ),
                                      o = that.options,
                                      pr = that._proportionallyResizeElements,
                                      ista = pr.length && (/textarea/i).test(pr[0].nodeName),

                            Function _createButtons has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                _createButtons: function() {
                                    var that = this,
                                        buttons = this.options.buttons;
                            
                                    // if we already have a button pane, remove it

                              Function stop has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  stop: function( event ) {
                                      var that = $(this).resizable( "instance" ),
                                          o = that.options,
                                          pr = that._proportionallyResizeElements,
                                          ista = pr.length && (/textarea/i).test(pr[0].nodeName),

                                Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                spaces.hsla.to = function( rgba ) {
                                    if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                        return [ null, null, null, rgba[ 3 ] ];
                                    }
                                    var r = rgba[ 0 ] / 255,

                                  Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  spaces.hsla.to = function( rgba ) {
                                      if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                          return [ null, null, null, rgba[ 3 ] ];
                                      }
                                      var r = rgba[ 0 ] / 255,

                                    Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    spaces.hsla.to = function( rgba ) {
                                        if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                            return [ null, null, null, rgba[ 3 ] ];
                                        }
                                        var r = rgba[ 0 ] / 255,

                                      Function _determineButtonType has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          _determineButtonType: function() {
                                              var ancestor, labelSelector, checked;
                                      
                                              if ( this.element.is("[type=checkbox]") ) {
                                                  this.type = "checkbox";

                                        Function to has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        spaces.hsla.to = function( rgba ) {
                                            if ( rgba[ 0 ] == null || rgba[ 1 ] == null || rgba[ 2 ] == null ) {
                                                return [ null, null, null, rgba[ 3 ] ];
                                            }
                                            var r = rgba[ 0 ] / 255,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language