angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function showTooltip has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          var showTooltip = function() {
            setAttributes();
            started = true;
            tooltipEl.velocity('stop');
            backdrop.velocity('stop');

    Function showTooltip has 82 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

              var showTooltip = function() {
                setAttributes();
                started = true;
                tooltipEl.velocity('stop');
                backdrop.velocity('stop');

      Function showTooltip has 82 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

                var showTooltip = function() {
                  setAttributes();
                  started = true;
                  tooltipEl.velocity('stop');
                  backdrop.velocity('stop');

        Function Sizzle has 81 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function Sizzle( selector, context, results, seed ) {
            var m, i, elem, nid, nidselect, match, groups, newSelector,
                newContext = context && context.ownerDocument,
        
                // nodeType defaults to 9, since context defaults to document

          Function Sizzle has 81 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function Sizzle( selector, context, results, seed ) {
              var m, i, elem, nid, nidselect, match, groups, newSelector,
                  newContext = context && context.ownerDocument,
          
                  // nodeType defaults to 9, since context defaults to document

            Function CHILD has 80 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    "CHILD": function( type, what, argument, first, last ) {
                        var simple = type.slice( 0, 3 ) !== "nth",
                            forward = type.slice( -4 ) !== "last",
                            ofType = what === "of-type";
            
            

              Function Sizzle has 80 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function Sizzle( selector, context, results, seed ) {
                  var m, i, elem, nid, match, groups, newSelector,
                      newContext = context && context.ownerDocument,
              
                      // nodeType defaults to 9, since context defaults to document

                Function CHILD has 80 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        "CHILD": function( type, what, argument, first, last ) {
                            var simple = type.slice( 0, 3 ) !== "nth",
                                forward = type.slice( -4 ) !== "last",
                                ofType = what === "of-type";
                
                

                  Function CHILD has 80 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          "CHILD": function( type, what, argument, first, last ) {
                              var simple = type.slice( 0, 3 ) !== "nth",
                                  forward = type.slice( -4 ) !== "last",
                                  ofType = what === "of-type";
                  
                  

                    Function hide has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                              hide: function(callback, $subMenu) {
                                var
                                  $currentMenu = $subMenu || $menu,
                                  duration = ($subMenu)
                                    ? (settings.duration * 0.9)

                      Function scroll has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                              function scroll(x) {
                                var i, half, delta, dir, tween, el, alignment, xTranslation;
                      
                                offset = (typeof x === 'number') ? x : offset;
                                center = Math.floor((offset + dim / 2) / dim);

                        Function formatDate has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            formatDate: function (format, date, settings) {
                                if (!date) {
                                    return "";
                                }
                        
                        

                          Function success has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                                      success: function() {
                          
                                          // save the instance
                                          _galleries.push( self );
                          
                          

                            Function scroll has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                    function scroll(x) {
                                      var i, half, delta, dir, tween, el, alignment, xTranslation;
                            
                                      offset = (typeof x === 'number') ? x : offset;
                                      center = Math.floor((offset + dim / 2) / dim);

                              Function scroll has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      function scroll(x) {
                                        var i, half, delta, dir, tween, el, alignment, xTranslation;
                              
                                        offset = (typeof x === 'number') ? x : offset;
                                        center = Math.floor((offset + dim / 2) / dim);

                                Function formatDate has 79 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    formatDate: function (format, date, settings) {
                                        if (!date) {
                                            return "";
                                        }
                                
                                

                                  Function stringToken has 78 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      Lexer.prototype.stringToken = function() {
                                        var $, attempt, delimiter, doc, end, heredoc, i, indent, indentRegex, match, quote, ref2, ref3, regex, token, tokens;
                                        quote = (STRING_START.exec(this.chunk) || [])[0];
                                        if (!quote) {
                                          return 0;

                                    Function buildFragment has 78 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    function buildFragment( elems, context, scripts, selection, ignored ) {
                                        var j, elem, contains,
                                            tmp, tag, tbody, wrap,
                                            l = elems.length,
                                    
                                    

                                      Function send has 76 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                  send: function( headers, complete ) {
                                                      var i,
                                                          xhr = options.xhr();
                                      
                                                      xhr.open(

                                        Function show has 76 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                  show: function(callback, $subMenu) {
                                                    var
                                                      $currentMenu = $subMenu || $menu,
                                                      start = ($subMenu)
                                                        ? function() {}
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language