angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function run has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  QueueRunner.prototype.run = function(queueableFns, recursiveIndex) {
    var length = queueableFns.length,
      self = this,
      iterativeIndex;

    Function day_of_week__handleStrictParse has 59 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function day_of_week__handleStrictParse(weekdayName, format, strict) {
            var i, ii, mom, llc = weekdayName.toLocaleLowerCase();
            if (!this._weekdaysParse) {
                this._weekdaysParse = [];
                this._shortWeekdaysParse = [];

      Function drag has 59 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          drag: function( event, ui, inst ) {
      
              var ts, bs, ls, rs, l, r, t, b, i, first,
                  o = inst.options,
                  d = o.snapTolerance,

        Function drag has 59 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            drag: function( event, ui, inst ) {
        
                var ts, bs, ls, rs, l, r, t, b, i, first,
                    o = inst.options,
                    d = o.snapTolerance,

          Function drag has 59 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              drag: function( event, ui, inst ) {
          
                  var ts, bs, ls, rs, l, r, t, b, i, first,
                      o = inst.options,
                      d = o.snapTolerance,

            Function explode has 59 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            return $.effects.effect.explode = function( o, done ) {
            
                var rows = o.pieces ? Math.round( Math.sqrt( o.pieces ) ) : 3,
                    cells = rows,
                    el = $( this ),

              Function explode has 59 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              return $.effects.effect.explode = function( o, done ) {
              
                  var rows = o.pieces ? Math.round( Math.sqrt( o.pieces ) ) : 3,
                      cells = rows,
                      el = $( this ),

                Function explode has 59 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                var effectExplode = $.effects.effect.explode = function( o, done ) {
                
                    var rows = o.pieces ? Math.round( Math.sqrt( o.pieces ) ) : 3,
                        cells = rows,
                        el = $( this ),

                  Function drag has 59 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      drag: function( event, ui, inst ) {
                  
                          var ts, bs, ls, rs, l, r, t, b, i, first,
                              o = inst.options,
                              d = o.snapTolerance,

                    Consider simplifying this complex logical expression.
                    Open

                            if (m._isValid == null) {
                                var flags = getParsingFlags(m);
                                var parsedParts = some.call(flags.parsedDateParts, function (i) {
                                    return i != null;
                                });

                      Function domManip has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function domManip( collection, args, callback, ignored ) {
                      
                          // Flatten any nested arrays
                          args = concat.apply( [], args );
                      
                      

                        Function closeOthers has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                closeOthers: function(index) {
                                  var
                                    $activeTitle = (index !== undefined)
                                      ? $title.eq(index)
                                      : $(this),

                          Function mutateEvents has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function mutateEvents(events, clearEnd, allDay, dateDelta, durationDelta, miscProps) {
                                  var isAmbigTimezone = t.getIsAmbigTimezone();
                                  var undoFunctions = [];
                          
                                  // normalize zero-length deltas to be null

                            Function domManip has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function domManip( collection, args, callback, ignored ) {
                            
                                // Flatten any nested arrays
                                args = concat.apply( [], args );
                            
                            

                              Function interface has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              getJasmineRequireObj().interface = function(jasmine, env) {
                                var jasmineInterface = {
                                  describe: function(description, specDefinitions) {
                                    return env.describe(description, specDefinitions);
                                  },

                                Function JsApiReporter has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                getJasmineRequireObj().JsApiReporter = function() {
                                
                                  var noopTimer = {
                                    start: function(){},
                                    elapsed: function(){ return 0; }

                                  Function loadCSS has 58 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                              loadCSS : function( href, id, callback ) {
                                  
                                                  var link,
                                                      length;
                                  
                                  

                                    Function SpyRegistry has 57 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                      function SpyRegistry(options) {
                                        options = options || {};
                                        var currentSpies = options.currentSpies || function() { return []; };
                                    
                                        this.allowRespy = function(allow){

                                      Function returnToOriginal has 57 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                            function returnToOriginal() {
                                      
                                                doneAnimating = false;
                                      
                                                var placeholder = origin.parent('.material-placeholder');

                                        Function autocomplete has 57 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            $.fn.autocomplete = function (options) {
                                              // Defaults
                                              var defaults = {
                                                data: {}
                                              };
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language