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

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

    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 _hideDatepicker has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          _hideDatepicker: function(input) {
              var showAnim, duration, postProcess, onClose,
                  inst = this._curInst;
      
              if (!inst || (input && inst !== $.data(input, "datepicker"))) {

        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 slide has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

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

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

            jQuery.fn.load = function( url, params, callback ) {
                if ( typeof url !== "string" && _load ) {
                    return _load.apply( this, arguments );
                }
            
            

              Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  setOffset: function( elem, options, i ) {
                      var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                          position = jQuery.css( elem, "position" ),
                          curElem = jQuery( elem ),
                          props = {};

                Function adjustCSS has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function adjustCSS( elem, prop, valueParts, tween ) {
                    var adjusted,
                        scale = 1,
                        maxIterations = 20,
                        currentValue = tween ?

                  Function initialRender has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      function initialRender() {
                          element.addClass('fc');
                  
                          // event delegation for nav links
                          element.on('click.fc', 'a[data-goto]', function(ev) {

                    Function elementCalculations has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                              elementCalculations: function() {
                                var
                                  screen  = module.get.screenCalculations(),
                                  element = module.get.elementPosition()
                                ;

                      Function renderView has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          function renderView(viewType, explicitScrollState) {
                              ignoreWindowResize++;
                      
                              // if viewType is changing, remove the old view's rendering
                              if (currentView && viewType && currentView.type !== viewType) {

                        Function offstagePosition has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                  offstagePosition: function(position) {
                                    var
                                      boundary  = {
                                        top    : $(window).scrollTop(),
                                        bottom : $(window).scrollTop() + $(window).height(),

                          Function select has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                    select: function() {
                                      var
                                        selectValues  = module.get.selectValues()
                                      ;
                                      module.debug('Dropdown initialized on a select', selectValues);

                            Function click has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                        click: function(event) {
                                          module.debug('Search result selected');
                                          var
                                            $result = $(this),
                                            $title  = $result.find(selector.title).eq(0),

                              Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  setOffset: function( elem, options, i ) {
                                      var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                                          position = jQuery.css( elem, "position" ),
                                          curElem = jQuery( elem ),
                                          props = {};

                                Function compileArray has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    Range.prototype.compileArray = function(o) {
                                      var args, body, cond, hasArgs, i, idt, j, post, pre, range, ref3, ref4, result, results, vars;
                                      if (this.fromNum && this.toNum && Math.abs(this.fromNum - this.toNum) <= 20) {
                                        range = (function() {
                                          results = [];

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

                                      Call.prototype.compileNode = function(o) {
                                        var arg, argIndex, compiledArgs, compiledArray, fragments, j, len1, preface, ref3, ref4;
                                        if ((ref3 = this.variable) != null) {
                                          ref3.front = this.front;
                                        }

                                    Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        setOffset: function( elem, options, i ) {
                                            var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
                                                position = jQuery.css( elem, "position" ),
                                                curElem = jQuery( elem ),
                                                props = {};

                                      Function adjustCSS has 34 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      function adjustCSS( elem, prop, valueParts, tween ) {
                                          var adjusted,
                                              scale = 1,
                                              maxIterations = 20,
                                              currentValue = tween ?

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

                                        jQuery.fn.load = function( url, params, callback ) {
                                            if ( typeof url !== "string" && _load ) {
                                                return _load.apply( this, arguments );
                                            }
                                        
                                        
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language