angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Avoid deeply nested control flow statements.
Open

                    if ( Expr.relative[ tokens[j].type ] ) {
                        break;
                    }

    Avoid deeply nested control flow statements.
    Open

                            if ( attrs[ i ] ) {
                                name = attrs[ i ].name;
                                if ( name.indexOf( "data-" ) === 0 ) {
                                    name = jQuery.camelCase( name.slice( 5 ) );
                                    dataAttr( elem, name, data[ name ] );

      Avoid deeply nested control flow statements.
      Open

                              if ( matches[ sel ] ) {
                                  matches.push( handleObj );
                              }

        Avoid deeply nested control flow statements.
        Open

                            if ( hasScripts ) {
        
                                // Support: Android<4.1, PhantomJS<2
                                // push.apply(_, arraylike) throws on ancient WebKit
                                jQuery.merge( scripts, getAll( node, "script" ) );

          Avoid deeply nested control flow statements.
          Open

                                              if ( ofType ?
                                                  node.nodeName.toLowerCase() === name :
                                                  node.nodeType === 1 ) {
          
                                                  return false;

            Avoid deeply nested control flow statements.
            Open

                                        if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
                                            return true;
                                        }

              Avoid deeply nested control flow statements.
              Open

                                          if ( !(unmatched[i] || setMatched[i]) ) {
                                              setMatched[i] = pop.call( results );
                                          }

                Avoid deeply nested control flow statements.
                Open

                                    for ( conv2 in converters ) {
                
                                        // If conv2 outputs current
                                        tmp = conv2.split( " " );
                                        if ( tmp[ 1 ] === current ) {

                  Avoid deeply nested control flow statements.
                  Open

                                      if ( nodeType === 9 ) {
                                          if ( (elem = context.getElementById( m )) ) {
                  
                                              // Support: IE, Opera, Webkit
                                              // TODO: identify versions

                    Function on has 6 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                    function on( elem, types, selector, data, fn, one ) {

                      Avoid deeply nested control flow statements.
                      Open

                                              if ( matches[ sel ] === undefined ) {
                                                  matches[ sel ] = handleObj.needsContext ?
                                                      jQuery( sel, this ).index( cur ) > -1 :
                                                      jQuery.find( sel, this, null, [ cur ] ).length;
                                              }

                        Avoid deeply nested control flow statements.
                        Open

                                                for ( type in data.events ) {
                                                    if ( special[ type ] ) {
                                                        jQuery.event.remove( elem, type );
                        
                                                    // This is a shortcut to avoid jQuery.event.remove's overhead

                          Function init has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              init: function( elem, options, prop, end, easing, unit ) {

                            Avoid deeply nested control flow statements.
                            Open

                                                if ( copyIsArray ) {
                                                    copyIsArray = false;
                                                    clone = src && jQuery.isArray( src ) ? src : [];
                            
                                                } else {

                              Avoid deeply nested control flow statements.
                              Open

                                                  while ( i-- ) {
                                                      groups[i] = nidselect + " " + toSelector( groups[i] );
                                                  }

                                Avoid deeply nested control flow statements.
                                Open

                                                        if ( nid === expando ) {
                                                            context.removeAttribute( "id" );
                                                        }

                                  Avoid deeply nested control flow statements.
                                  Open

                                                  } else if ( match[2] ) {
                                                      push.apply( results, context.getElementsByTagName( selector ) );
                                                      return results;
                                  
                                                  // Class selector

                                    Avoid deeply nested control flow statements.
                                    Open

                                                        if ( (nid = context.getAttribute( "id" )) ) {
                                                            nid = nid.replace( rescape, "\\$&" );
                                                        } else {
                                                            context.setAttribute( "id", (nid = expando) );
                                                        }

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
                                                                  cur = cur.replace( " " + clazz + " ", " " );
                                                              }

                                        Avoid deeply nested control flow statements.
                                        Open

                                                                if (endTime) {
                                                                    end = date.clone().time(endTime);
                                                                }
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language