klein0r/affiliate-dashboard

View on GitHub

Showing 320 of 320 total issues

Function * has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        "*": [ function( prop, value ) {
            var tween = this.createTween( prop, value ),
                target = tween.cur(),
                parts = rfxnum.exec( value ),
                unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
Severity: Minor
Found in web/js/jquery.js - About 1 hr to fix

    Function offset has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        offset: function( options ) {
            if ( arguments.length ) {
                return options === undefined ?
                    this :
                    this.each(function( i ) {
    Severity: Minor
    Found in web/js/jquery.js - About 1 hr to fix

      Function offset has 26 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          offset: function( options ) {
              if ( arguments.length ) {
                  return options === undefined ?
                      this :
                      this.each(function( i ) {
      Severity: Minor
      Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

        Function off has 26 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            off: function( types, selector, fn ) {
                var handleObj, type;
                if ( types && types.preventDefault && types.handleObj ) {
                    // ( event )  dispatched jQuery.Event
                    handleObj = types.handleObj;
        Severity: Minor
        Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

          Function * has 26 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  "*": [ function( prop, value ) {
                      var tween = this.createTween( prop, value ),
                          target = tween.cur(),
                          parts = rfxnum.exec( value ),
                          unit = parts && parts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ),
          Severity: Minor
          Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

            Consider simplifying this complex logical expression.
            Open

                    if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                            support.getById && context.nodeType === 9 && documentIsHTML &&
                            Expr.relative[ tokens[1].type ] ) {
            
                        context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
            Severity: Major
            Found in web/js/jquery.js - About 1 hr to fix

              Consider simplifying this complex logical expression.
              Open

                      if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
                              support.getById && context.nodeType === 9 && documentIsHTML &&
                              Expr.relative[ tokens[1].type ] ) {
              
                          context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
              Severity: Major
              Found in web/js/jquery_jquery-1.11.1_1.js - About 1 hr to fix

                Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                Severity: Major
                Found in web/js/jquery.js - About 50 mins to fix

                  Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                  Severity: Major
                  Found in web/js/jquery_jquery-1.11.1_1.js - About 50 mins to fix

                    Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function __construct($cfgName, $evaluation, $approveCfgAbsence = false, $testMessage = null, $helpHtml = null, $helpText = null, $optional = false)
                    Severity: Major
                    Found in var/SymfonyRequirements.php - About 50 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                          if ( Expr.relative[ tokens[j].type ] ) {
                                              break;
                                          }
                      Severity: Major
                      Found in web/js/jquery.js - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                if ( cur.indexOf( " " + clazz + " " ) < 0 ) {
                                                    cur += clazz + " ";
                                                }
                        Severity: Major
                        Found in web/js/jquery.js - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                  for ( match in context ) {
                                                      // Properties of context are called as methods if possible
                                                      if ( jQuery.isFunction( this[ match ] ) ) {
                                                          this[ match ]( context[ match ] );
                          
                          
                          Severity: Major
                          Found in web/js/jquery.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                    if ( rscriptType.test( node.type || "" ) &&
                                                        !jQuery._data( node, "globalEval" ) && jQuery.contains( doc, node ) ) {
                            
                                                        if ( node.src ) {
                                                            // Optional AJAX dependency, but won't run scripts if not present
                            Severity: Major
                            Found in web/js/jquery.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                  if ( !selector ) {
                                                      push.apply( results, seed );
                                                      return results;
                                                  }
                              Severity: Major
                              Found in web/js/jquery.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                        while ( cur.indexOf( " " + clazz + " " ) >= 0 ) {
                                                            cur = cur.replace( " " + clazz + " ", " " );
                                                        }
                                Severity: Major
                                Found in web/js/jquery.js - About 45 mins to fix

                                  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 ] );
                                  Severity: Major
                                  Found in web/js/jquery.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                            if ( (event.result = ret) === false ) {
                                                                event.preventDefault();
                                                                event.stopPropagation();
                                                            }
                                    Severity: Major
                                    Found in web/js/jquery.js - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              while ( j-- ) {
                                                                  if ( jQuery.nodeName( (tbody = elem.childNodes[j]), "tbody" ) && !tbody.childNodes.length ) {
                                                                      elem.removeChild( tbody );
                                                                  }
                                                              }
                                      Severity: Major
                                      Found in web/js/jquery.js - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                            if ( name in thisCache ) {
                                                                name = [ name ];
                                                            } else {
                                                                name = name.split(" ");
                                                            }
                                        Severity: Major
                                        Found in web/js/jquery.js - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language