angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function pulsate has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

return $.effects.effect.pulsate = function( o, done ) {
    var elem = $( this ),
        mode = $.effects.setMode( elem, o.mode || "show" ),
        show = mode === "show",
        hide = mode === "hide",

    Function cancel has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        cancel: function() {
    
            if(this.dragging) {
    
                this._mouseUp({ target: null });

      Function _mouseCapture has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          _mouseCapture: function(event, overrideHandle) {
              var currentItem = null,
                  validHandle = false,
                  that = this;
      
      

        Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            effect: function( /* effect, options, speed, callback */ ) {
                var args = _normalizeArguments.apply( this, arguments ),
                    mode = args.mode,
                    queue = args.queue,
                    effectMethod = $.effects.effect[ args.effect ];

          Function _resetButton has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              _resetButton: function() {
                  if ( this.type === "input" ) {
                      if ( this.options.label ) {
                          this.element.val( this.options.label );
                      }

            Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                effect: function( /* effect, options, speed, callback */ ) {
                    var args = _normalizeArguments.apply( this, arguments ),
                        mode = args.mode,
                        queue = args.queue,
                        effectMethod = $.effects.effect[ args.effect ];

              Function _createTitlebar has 35 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  _createTitlebar: function() {
                      var uiDialogTitle;
              
                      this.uiDialogTitlebar = $( "<div>" )
                          .addClass( "ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix" )

                Function _mouseStart has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    _mouseStart: function(event) {
                
                        var o = this.options;
                
                        //Create and append the visible helper

                  Function _resetButton has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      _resetButton: function() {
                          if ( this.type === "input" ) {
                              if ( this.options.label ) {
                                  this.element.val( this.options.label );
                              }

                    Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        effect: function( /* effect, options, speed, callback */ ) {
                            var args = _normalizeArguments.apply( this, arguments ),
                                mode = args.mode,
                                queue = args.queue,
                                effectMethod = $.effects.effect[ args.effect ];

                      Function _mouseStart has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _mouseStart: function(event) {
                      
                              var o = this.options;
                      
                              //Create and append the visible helper

                        Function _dialogDatepicker has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _dialogDatepicker: function(input, date, onSelect, settings, pos) {
                                var id, browserWidth, browserHeight, scrollX, scrollY,
                                    inst = this._dialogInst; // internal instance
                        
                                if (!inst) {

                          Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              effect: function( /* effect, options, speed, callback */ ) {
                                  var args = _normalizeArguments.apply( this, arguments ),
                                      mode = args.mode,
                                      queue = args.queue,
                                      effectMethod = $.effects.effect[ args.effect ];

                            Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                effect: function( /* effect, options, speed, callback */ ) {
                                    var args = _normalizeArguments.apply( this, arguments ),
                                        mode = args.mode,
                                        queue = args.queue,
                                        effectMethod = $.effects.effect[ args.effect ];

                              Function slide has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              return $.effects.effect.slide = function( o, done ) {
                              
                                  // Create element
                                  var el = $( this ),
                                      props = [ "position", "top", "bottom", "left", "right", "width", "height" ],

                                Function _resetButton has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    _resetButton: function() {
                                        if ( this.type === "input" ) {
                                            if ( this.options.label ) {
                                                this.element.val( this.options.label );
                                            }

                                  Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      effect: function( /* effect, options, speed, callback */ ) {
                                          var args = _normalizeArguments.apply( this, arguments ),
                                              mode = args.mode,
                                              queue = args.queue,
                                              effectMethod = $.effects.effect[ args.effect ];

                                    Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        effect: function( /* effect, options, speed, callback */ ) {
                                            var args = _normalizeArguments.apply( this, arguments ),
                                                mode = args.mode,
                                                queue = args.queue,
                                                effectMethod = $.effects.effect[ args.effect ];

                                      Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          effect: function( /* effect, options, speed, callback */ ) {
                                              var args = _normalizeArguments.apply( this, arguments ),
                                                  mode = args.mode,
                                                  queue = args.queue,
                                                  effectMethod = $.effects.effect[ args.effect ];

                                        Function _mouseStart has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _mouseStart: function(event) {
                                        
                                                var o = this.options;
                                        
                                                //Create and append the visible helper
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language