angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function closeModal has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    closeModal: function(options) {
      var defaults = {
        out_duration: 250,
        complete: undefined
      };

    Function scale has 47 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    return $.effects.effect.scale = function( o, done ) {
    
        // Create element
        var el = $( this ),
            options = $.extend( true, {}, o ),

      Function scale has 47 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      return $.effects.effect.scale = function( o, done ) {
      
          // Create element
          var el = $( this ),
              options = $.extend( true, {}, o ),

        Function scale has 47 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        return $.effects.effect.scale = function( o, done ) {
        
            // Create element
            var el = $( this ),
                options = $.extend( true, {}, o ),

          Function closeModal has 47 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              closeModal: function(options) {
                var defaults = {
                  out_duration: 250,
                  complete: undefined
                };

            Function closeModal has 47 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                closeModal: function(options) {
                  var defaults = {
                    out_duration: 250,
                    complete: undefined
                  };

              Function scale has 47 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              var effectScale = $.effects.effect.scale = function( o, done ) {
              
                  // Create element
                  var el = $( this ),
                      options = $.extend( true, {}, o ),

                Function matcherFromTokens has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function matcherFromTokens( tokens ) {
                    var checkContext, matcher, j,
                        len = tokens.length,
                        leadingRelative = Expr.relative[ tokens[0].type ],
                        implicitRelative = leadingRelative || Expr.relative[" "],

                  Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                      var matched, match, tokens, type,
                          soFar, groups, preFilters,
                          cached = tokenCache[ selector + " " ];
                  
                  

                    Function matcherFromTokens has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    function matcherFromTokens( tokens ) {
                        var checkContext, matcher, j,
                            len = tokens.length,
                            leadingRelative = Expr.relative[ tokens[0].type ],
                            implicitRelative = leadingRelative || Expr.relative[" "],

                      Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                          var matched, match, tokens, type,
                              soFar, groups, preFilters,
                              cached = tokenCache[ selector + " " ];
                      
                      

                        Function normalizeLines has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            Rewriter.prototype.normalizeLines = function() {
                              var action, condition, indent, outdent, starter;
                              starter = indent = outdent = null;
                              condition = function(token, i) {
                                var ref, ref1, ref2, ref3;

                          Function tokenize has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
                              var matched, match, tokens, type,
                                  soFar, groups, preFilters,
                                  cached = tokenCache[ selector + " " ];
                          
                          

                            Function matcherFromTokens has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function matcherFromTokens( tokens ) {
                                var checkContext, matcher, j,
                                    len = tokens.length,
                                    leadingRelative = Expr.relative[ tokens[0].type ],
                                    implicitRelative = leadingRelative || Expr.relative[" "],

                              Function execute has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  this.execute = function(runnablesToRun) {
                                    if(!runnablesToRun) {
                                      if (focusedRunnables.length) {
                                        runnablesToRun = focusedRunnables;
                                      } else {

                                Function SpyStrategy has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                  function SpyStrategy(options) {
                                    options = options || {};
                                
                                    var identity = options.name || 'unknown',
                                        originalFn = options.fn || function() {},

                                  Function configFromISO has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      function configFromISO(config) {
                                          var i, l,
                                              string = config._i,
                                              match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string),
                                              allowTime, dateFormat, timeFormat, tzFormat;

                                    Function _toggle has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        _toggle: function( event, eventData ) {
                                            var that = this,
                                                toShow = eventData.newPanel,
                                                toHide = eventData.oldPanel;
                                    
                                    

                                      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      $.widget.bridge = function( name, object ) {
                                          var fullName = object.prototype.widgetFullName || name;
                                          $.fn[ name ] = function( options ) {
                                              var isMethodCall = typeof options === "string",
                                                  args = widget_slice.call( arguments, 1 ),

                                        Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        $.widget.bridge = function( name, object ) {
                                            var fullName = object.prototype.widgetFullName || name;
                                            $.fn[ name ] = function( options ) {
                                                var isMethodCall = typeof options === "string",
                                                    args = widget_slice.call( arguments, 1 ),
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language