angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function keydown has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            keydown: function(event) {
              var
                $field  = $(this),
                key     = event.which,
                keyCode = {

    Function superReference has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        Call.prototype.superReference = function(o) {
          var accesses, base, bref, klass, method, name, nref, variable;
          method = o.scope.namedMethod();
          if (method != null ? method.klass : void 0) {
            klass = method.klass, name = method.name, variable = method.variable;

      Function translate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          function translate(number, withoutSuffix, key, isFuture) {
              var num = number,
                  suffix;
              switch (key) {
                  case 's':

        Function compileNode has 27 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            While.prototype.compileNode = function(o) {
              var answer, body, rvar, set;
              o.indent += TAB;
              set = '';
              body = this.body;

          Function compileSplat has 27 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              Call.prototype.compileSplat = function(o, splatArgs) {
                var answer, base, fun, idt, name, ref;
                if (this.isSuper) {
                  return [].concat(this.makeCode((this.superReference(o)) + ".apply(" + (this.superThis(o)) + ", "), splatArgs, this.makeCode(")"));
                }

            Function setup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    setup: function() {
            
                        if ( rformElems.test( this.nodeName ) ) {
            
                            // IE doesn't fire change on a check/radio until blur; trigger it on click

              Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function propFilter( props, specialEasing ) {
                  var index, name, easing, value, hooks;
              
                  // camelCase, specialEasing and expand cssHook pass
                  for ( index in props ) {

                Function dayOfYearFromWeekInfo has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    function dayOfYearFromWeekInfo(config) {
                        var w, weekYear, week, weekday, dow, doy, temp;
                
                        w = config._w;
                        if (w.GG != null || w.W != null || w.E != null) {

                  Function scheduleFunction has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      self.scheduleFunction = function(funcToCall, millis, params, recurring, timeoutKey, runAtMillis) {
                        var f;
                        if (typeof(funcToCall) === 'string') {
                          /* jshint evil: true */
                          f = function() { return eval(funcToCall); };

                    Function localeMonthsParse has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        function localeMonthsParse (monthName, format, strict) {
                            var i, mom, regex;
                    
                            if (this._monthsParseExact) {
                                return units_month__handleStrictParse.call(this, monthName, format, strict);

                      Function listWeekdaysImpl has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          function listWeekdaysImpl (localeSorted, format, index, field) {
                              if (typeof localeSorted === 'boolean') {
                                  if (typeof format === 'number') {
                                      index = format;
                                      format = undefined;

                        Function throttle has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function throttle(func, wait, options) {
                                var context, args, result;
                                var timeout = null;
                                var previous = 0;
                                options || (options = {});

                          Function release has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                  function release(e) {
                                    if (pressed) {
                                      pressed = false;
                                    } else {
                                      return;

                            Function refresh has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                refresh: function() {
                                    //See #8237 & #8828
                                    var isDisabled = this.element.is( "input, button" ) ? this.element.is( ":disabled" ) : this.element.hasClass( "ui-button-disabled" );
                            
                                    if ( isDisabled !== this.options.disabled ) {

                              Function getDimensions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function getDimensions( elem ) {
                                  var raw = elem[0];
                                  if ( raw.nodeType === 9 ) {
                                      return {
                                          width: elem.width(),

                                Function getDimensions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                function getDimensions( elem ) {
                                    var raw = elem[0];
                                    if ( raw.nodeType === 9 ) {
                                        return {
                                            width: elem.width(),

                                  Function left has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          left: function( position, data ) {
                                              var within = data.within,
                                                  withinOffset = within.isWindow ? within.scrollLeft : within.offset.left,
                                                  outerWidth = within.width,
                                                  collisionPosLeft = position.left - data.collisionPosition.marginLeft,

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

                                            top: function( position, data ) {
                                                var within = data.within,
                                                    withinOffset = within.isWindow ? within.scrollTop : within.offset.top,
                                                    outerHeight = data.within.height,
                                                    collisionPosTop = position.top - data.collisionPosition.marginTop,

                                      Function getDimensions has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      function getDimensions( elem ) {
                                          var raw = elem[0];
                                          if ( raw.nodeType === 9 ) {
                                              return {
                                                  width: elem.width(),

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

                                                top: function( position, data ) {
                                                    var within = data.within,
                                                        withinOffset = within.isWindow ? within.scrollTop : within.offset.top,
                                                        outerHeight = data.within.height,
                                                        collisionPosTop = position.top - data.collisionPosition.marginTop,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language