XoopsModules25x/xoopsinfo

View on GitHub
phpsysinfo/js/jQuery/jquery.js

Summary

Maintainability
F
1 mo
Test Coverage

File jquery.js has 7071 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery JavaScript Library v1.12.4-ff3fix-ff2fix
 * http://jquery.com/
 *
 * Includes Sizzle.js
Severity: Major
Found in phpsysinfo/js/jQuery/jquery.js - About 2 wks to fix

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

    (function( window ) {
    
    var i,
        support,
        Expr,
    Severity: Major
    Found in phpsysinfo/js/jQuery/jquery.js - About 6 days to fix

      Function ajax has 248 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          ajax: function( url, options ) {
      
              // If url is an object, simulate pre-1.5 signature
              if ( typeof url === "object" ) {
                  options = url;
      Severity: Major
      Found in phpsysinfo/js/jQuery/jquery.js - About 1 day to fix

        Function setDocument has 218 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        setDocument = Sizzle.setDocument = function( node ) {
            var hasCompare, parent,
                doc = node ? node.ownerDocument || node : preferredDoc;
        
            // Return early if doc is invalid or already selected
        Severity: Major
        Found in phpsysinfo/js/jQuery/jquery.js - About 1 day to fix

          Consider simplifying this complex logical expression.
          Open

                      if ( event.pageX == null && original.clientX != null ) {
                          eventDoc = event.target.ownerDocument || document;
                          doc = eventDoc.documentElement;
                          body = eventDoc.body;
          
          
          Severity: Critical
          Found in phpsysinfo/js/jQuery/jquery.js - About 5 hrs to fix

            Function Callbacks has 121 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            jQuery.Callbacks = function( options ) {
            
                // Convert options from String-formatted to Object-formatted if needed
                // (we check in cache first)
                options = typeof options === "string" ?
            Severity: Major
            Found in phpsysinfo/js/jQuery/jquery.js - About 4 hrs to fix

              Function defaultPrefilter has 105 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function defaultPrefilter( elem, props, opts ) {
                  /* jshint validthis: true */
                  var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
                      anim = this,
                      orig = {},
              Severity: Major
              Found in phpsysinfo/js/jQuery/jquery.js - About 4 hrs to fix

                Function trigger has 93 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    trigger: function( event, data, elem, onlyHandlers ) {
                        var handle, ontype, cur,
                            bubbleType, special, tmp, i,
                            eventPath = [ elem || document ],
                            type = hasOwn.call( event, "type" ) ? event.type : event,
                Severity: Major
                Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                  Function Animation has 92 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  function Animation( elem, properties, options ) {
                      var result,
                          stopped,
                          index = 0,
                          length = Animation.prefilters.length,
                  Severity: Major
                  Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                    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
                    Severity: Major
                    Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                      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";
                      
                      
                      Severity: Major
                      Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                        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,
                        
                        
                        Severity: Major
                        Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                          Function add has 75 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              add: function( elem, types, handler, data, selector ) {
                                  var tmp, events, t, handleObjIn,
                                      special, eventHandle, handleObj,
                                      handlers, type, namespaces, origType,
                                      elemData = jQuery._data( elem );
                          Severity: Major
                          Found in phpsysinfo/js/jQuery/jquery.js - About 3 hrs to fix

                            Function matcherFromGroupMatchers has 72 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
                                var bySet = setMatchers.length > 0,
                                    byElement = elementMatchers.length > 0,
                                    superMatcher = function( seed, context, xml, results, outermost ) {
                                        var elem, j, matcher,
                            Severity: Major
                            Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                              Function done has 67 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      function done( status, nativeStatusText, responses, headers ) {
                                          var isSuccess, success, error, response, modified,
                                              statusText = nativeStatusText;
                              
                                          // Called once
                              Severity: Major
                              Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                Consider simplifying this complex logical expression.
                                Open

                                                        if ( forward && useCache ) {
                                
                                                            // Seek `elem` from a previously-cached index
                                
                                                            // ...in a gzip-friendly way
                                Severity: Critical
                                Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                  Function setMatcher has 66 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                                      if ( postFilter && !postFilter[ expando ] ) {
                                          postFilter = setMatcher( postFilter );
                                      }
                                      if ( postFinder && !postFinder[ expando ] ) {
                                  Severity: Major
                                  Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

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

                                                    send: function( headers, complete ) {
                                                        var i,
                                                            xhr = options.xhr(),
                                                            id = ++xhrId;
                                    
                                    
                                    Severity: Major
                                    Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                      Function superMatcher has 65 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              superMatcher = function( seed, context, xml, results, outermost ) {
                                                  var elem, j, matcher,
                                                      matchedCount = 0,
                                                      i = "0",
                                                      unmatched = seed && [],
                                      Severity: Major
                                      Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                        Function init has 63 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            init = jQuery.fn.init = function( selector, context, root ) {
                                                var match, elem;
                                        
                                                // HANDLE: $(""), $(null), $(undefined), $(false)
                                                if ( !selector ) {
                                        Severity: Major
                                        Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                          Function domManip has 63 lines of code (exceeds 25 allowed). Consider refactoring.
                                          Open

                                          function domManip( collection, args, callback, ignored ) {
                                          
                                              // Flatten any nested arrays
                                              args = concat.apply( [], args );
                                          
                                          
                                          Severity: Major
                                          Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                            Function Deferred has 62 lines of code (exceeds 25 allowed). Consider refactoring.
                                            Open

                                                Deferred: function( func ) {
                                                    var tuples = [
                                            
                                                            // action, add listener, listener list, final state
                                                            [ "resolve", "done", jQuery.Callbacks( "once memory" ), "resolved" ],
                                            Severity: Major
                                            Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                              Function ajaxConvert has 59 lines of code (exceeds 25 allowed). Consider refactoring.
                                              Open

                                              function ajaxConvert( s, response, jqXHR, isSuccess ) {
                                                  var conv2, current, conv, tmp, prev,
                                                      converters = {},
                                              
                                                      // Work with a copy of dataTypes in case we need to modify it for conversion
                                              Severity: Major
                                              Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                                Function remove has 54 lines of code (exceeds 25 allowed). Consider refactoring.
                                                Open

                                                    remove: function( elem, types, handler, selector, mappedTypes ) {
                                                        var j, handleObj, tmp,
                                                            origCount, t, events,
                                                            special, handlers, type,
                                                            namespaces, origType,
                                                Severity: Major
                                                Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                                  Consider simplifying this complex logical expression.
                                                  Open

                                                                  if ( ( mappedTypes || origType === handleObj.origType ) &&
                                                                      ( !handler || handler.guid === handleObj.guid ) &&
                                                                      ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                                                      ( !selector || selector === handleObj.selector ||
                                                                          selector === "**" && handleObj.selector ) ) {
                                                  Severity: Critical
                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 2 hrs to fix

                                                    Function internalRemoveData has 49 lines of code (exceeds 25 allowed). Consider refactoring.
                                                    Open

                                                    function internalRemoveData( elem, name, pvt ) {
                                                        if ( !acceptData( elem ) ) {
                                                            return;
                                                        }
                                                    
                                                    
                                                    Severity: Minor
                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                      Function internalData has 48 lines of code (exceeds 25 allowed). Consider refactoring.
                                                      Open

                                                      function internalData( elem, name, data, pvt /* Internal Use Only */ ) {
                                                          if ( !acceptData( elem ) ) {
                                                              return;
                                                          }
                                                      
                                                      
                                                      Severity: Minor
                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

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

                                                        select = Sizzle.select = function( selector, context, results, seed ) {
                                                            var i, tokens, token, type, find,
                                                                compiled = typeof selector === "function" && selector,
                                                                match = !seed && tokenize( (selector = compiled.selector || selector) );
                                                        
                                                        
                                                        Severity: Minor
                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                          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[" "],
                                                          Severity: Minor
                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                            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 + " " ];
                                                            
                                                            
                                                            Severity: Minor
                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                              Function val has 45 lines of code (exceeds 25 allowed). Consider refactoring.
                                                              Open

                                                                  val: function( value ) {
                                                                      var hooks, ret, isFunction,
                                                                          elem = this[ 0 ];
                                                              
                                                                      if ( !arguments.length ) {
                                                              Severity: Minor
                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                Function computeStyleTests has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                Open

                                                                    function computeStyleTests() {
                                                                        var contents, divStyle,
                                                                            documentElement = document.documentElement;
                                                                
                                                                        // Setup
                                                                Severity: Minor
                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                  Consider simplifying this complex logical expression.
                                                                  Open

                                                                              if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
                                                                                  ( support.htmlSerialize || !rnoshimcache.test( value )  ) &&
                                                                                  ( support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
                                                                                  !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) {
                                                                  
                                                                  
                                                                  Severity: Critical
                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                    Function extend has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                    Open

                                                                    jQuery.extend = jQuery.fn.extend = function() {
                                                                        var src, copyIsArray, copy, name, options, clone,
                                                                            target = arguments[ 0 ] || {},
                                                                            i = 1,
                                                                            length = arguments.length,
                                                                    Severity: Minor
                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                      Function stop has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                      Open

                                                                          stop: function( type, clearQueue, gotoEnd ) {
                                                                              var stopQueue = function( hooks ) {
                                                                                  var stop = hooks.stop;
                                                                                  delete hooks.stop;
                                                                                  stop( gotoEnd );
                                                                      Severity: Minor
                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                        Function addCombinator has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                        Open

                                                                        function addCombinator( matcher, combinator, base ) {
                                                                            var dir = combinator.dir,
                                                                                checkNonElements = base && dir === "parentNode",
                                                                                doneName = done++;
                                                                        
                                                                        
                                                                        Severity: Minor
                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                          Function showHide has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                          Open

                                                                          function showHide( elements, show ) {
                                                                              var display, elem, hidden,
                                                                                  values = [],
                                                                                  index = 0,
                                                                                  length = elements.length;
                                                                          Severity: Minor
                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                            Function on has 40 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                            Open

                                                                            function on( elem, types, selector, data, fn, one ) {
                                                                                var origFn, type;
                                                                            
                                                                                // Types can be a map of types/handlers
                                                                                if ( typeof types === "object" ) {
                                                                            Severity: Minor
                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                              Function access has 39 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                              Open

                                                                              var access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                                                                                  var i = 0,
                                                                                      length = elems.length,
                                                                                      bulk = key == null;
                                                                              
                                                                              
                                                                              Severity: Minor
                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                Function when has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                Open

                                                                                    when: function( subordinate /* , ..., subordinateN */ ) {
                                                                                        var i = 0,
                                                                                            resolveValues = slice.call( arguments ),
                                                                                            length = resolveValues.length,
                                                                                
                                                                                
                                                                                Severity: Minor
                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                  Function style has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                  Open

                                                                                      style: function( elem, name, value, extra ) {
                                                                                  
                                                                                          // Don't set styles on text and comment nodes
                                                                                          if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
                                                                                              return;
                                                                                  Severity: Minor
                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                    Function toggleClass has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                    Open

                                                                                        toggleClass: function( value, stateVal ) {
                                                                                            var type = typeof value;
                                                                                    
                                                                                            if ( typeof stateVal === "boolean" && type === "string" ) {
                                                                                                return stateVal ? this.addClass( value ) : this.removeClass( value );
                                                                                    Severity: Minor
                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                      Function ajaxHandleResponses has 37 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                      Open

                                                                                      function ajaxHandleResponses( s, jqXHR, responses ) {
                                                                                          var firstDataType, ct, finalDataType, type,
                                                                                              contents = s.contents,
                                                                                              dataTypes = s.dataTypes;
                                                                                      
                                                                                      
                                                                                      Severity: Minor
                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                        Function clone has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                        Open

                                                                                            clone: function( elem, dataAndEvents, deepDataAndEvents ) {
                                                                                                var destElements, node, clone, i, srcElements,
                                                                                                    inPage = jQuery.contains( elem.ownerDocument, elem );
                                                                                        
                                                                                                if ( support.html5Clone || jQuery.isXMLDoc( elem ) ||
                                                                                        Severity: Minor
                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                          Function dispatch has 36 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                          Open

                                                                                              dispatch: function( event ) {
                                                                                          
                                                                                                  // Make a writable jQuery.Event from the native event object
                                                                                                  event = jQuery.event.fix( event );
                                                                                          
                                                                                          
                                                                                          Severity: Minor
                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                            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 ?
                                                                                            Severity: Minor
                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                              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 = {};
                                                                                              Severity: Minor
                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                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: Minor
                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                  Consider simplifying this complex logical expression.
                                                                                                  Open

                                                                                                      if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
                                                                                                  
                                                                                                          // Trust units reported by jQuery.css
                                                                                                          unit = unit || initialInUnit[ 3 ];
                                                                                                  
                                                                                                  
                                                                                                  Severity: Critical
                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                    Function data has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                    Open

                                                                                                        data: function( key, value ) {
                                                                                                            var i, name, data,
                                                                                                                elem = this[ 0 ],
                                                                                                                attrs = elem && elem.attributes;
                                                                                                    
                                                                                                    
                                                                                                    Severity: Minor
                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                      Function cleanData has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                      Open

                                                                                                          cleanData: function( elems, /* internal */ forceAcceptData ) {
                                                                                                              var elem, type, id, data,
                                                                                                                  i = 0,
                                                                                                                  internalKey = jQuery.expando,
                                                                                                                  cache = jQuery.cache,
                                                                                                      Severity: Minor
                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                        Function fixCloneNodeIssues has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                        Open

                                                                                                        function fixCloneNodeIssues( src, dest ) {
                                                                                                            var nodeName, e, data;
                                                                                                        
                                                                                                            // We do not need to do anything for non-Elements
                                                                                                            if ( dest.nodeType !== 1 ) {
                                                                                                        Severity: Minor
                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                          Function promise has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                          Open

                                                                                                          jQuery.ready.promise = function( obj ) {
                                                                                                              if ( !readyList ) {
                                                                                                                  readyList = jQuery.Deferred();
                                                                                                          
                                                                                                                  // Catch cases where $(document).ready() is called
                                                                                                          Severity: Minor
                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                            Function handlers has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                            Open

                                                                                                                handlers: function( event, handlers ) {
                                                                                                                    var i, matches, sel, handleObj,
                                                                                                                        handlerQueue = [],
                                                                                                                        delegateCount = handlers.delegateCount,
                                                                                                                        cur = event.target;
                                                                                                            Severity: Minor
                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                              Function removeClass has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                              Open

                                                                                                                  removeClass: function( value ) {
                                                                                                                      var classes, elem, cur, curValue, clazz, j, finalValue,
                                                                                                                          i = 0;
                                                                                                              
                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                              Severity: Minor
                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                Function attr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                Open

                                                                                                                    attr: function( elem, name, value ) {
                                                                                                                        var ret, hooks,
                                                                                                                            nType = elem.nodeType;
                                                                                                                
                                                                                                                        // Don't get/set attributes on text, comment and attribute nodes
                                                                                                                Severity: Minor
                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                  Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                  Open

                                                                                                                      html: function( value ) {
                                                                                                                          return access( this, function( value ) {
                                                                                                                              var elem = this[ 0 ] || {},
                                                                                                                                  i = 0,
                                                                                                                                  l = this.length;
                                                                                                                  Severity: Minor
                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                    Function fix has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                    Open

                                                                                                                        fix: function( event ) {
                                                                                                                            if ( event[ jQuery.expando ] ) {
                                                                                                                                return event;
                                                                                                                            }
                                                                                                                    
                                                                                                                    
                                                                                                                    Severity: Minor
                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                      Function off has 28 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
                                                                                                                      Severity: Minor
                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                        Function finish has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                        Open

                                                                                                                            finish: function( type ) {
                                                                                                                                if ( type !== false ) {
                                                                                                                                    type = type || "fx";
                                                                                                                                }
                                                                                                                                return this.each( function() {
                                                                                                                        Severity: Minor
                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                          Function addClass has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                          Open

                                                                                                                              addClass: function( value ) {
                                                                                                                                  var classes, elem, cur, curValue, clazz, j, finalValue,
                                                                                                                                      i = 0;
                                                                                                                          
                                                                                                                                  if ( jQuery.isFunction( value ) ) {
                                                                                                                          Severity: Minor
                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                            Function propFilter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                            Open

                                                                                                                            function propFilter( props, specialEasing ) {
                                                                                                                                var index, name, easing, value, hooks;
                                                                                                                            
                                                                                                                                // camelCase, specialEasing and expand cssHook pass
                                                                                                                                for ( index in props ) {
                                                                                                                            Severity: Minor
                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                              Function setup has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                                                                                                                              Open

                                                                                                                                      setup: function() {
                                                                                                                              
                                                                                                                                          if ( rformElems.test( this.nodeName ) ) {
                                                                                                                              
                                                                                                                                              // IE doesn't fire change on a check/radio until blur; trigger it on click
                                                                                                                              Severity: Minor
                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

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

                                                                                                                                function getWidthOrHeight( elem, name, extra ) {
                                                                                                                                
                                                                                                                                    // Start with offset property, which is equivalent to the border-box value
                                                                                                                                    var valueIsBorderBox = true,
                                                                                                                                        val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
                                                                                                                                Severity: Minor
                                                                                                                                Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

                                                                                                                                    Consider simplifying this complex logical expression.
                                                                                                                                    Open

                                                                                                                                        if ( support.matchesSelector && documentIsHTML &&
                                                                                                                                            !compilerCache[ expr + " " ] &&
                                                                                                                                            ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
                                                                                                                                            ( !rbuggyQSA     || !rbuggyQSA.test( expr ) ) ) {
                                                                                                                                    
                                                                                                                                    
                                                                                                                                    Severity: Major
                                                                                                                                    Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 1 hr to fix

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

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

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

                                                                                                                                              init: function( elem, options, prop, end, easing, unit ) {
                                                                                                                                          Severity: Minor
                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

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

                                                                                                                                            function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
                                                                                                                                            Severity: Minor
                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

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

                                                                                                                                              function on( elem, types, selector, data, fn, one ) {
                                                                                                                                              Severity: Minor
                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                Avoid deeply nested control flow statements.
                                                                                                                                                Open

                                                                                                                                                                                    if ( ofType ?
                                                                                                                                                                                        node.nodeName.toLowerCase() === name :
                                                                                                                                                                                        node.nodeType === 1 ) {
                                                                                                                                                
                                                                                                                                                                                        return false;
                                                                                                                                                Severity: Major
                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                  Avoid deeply nested control flow statements.
                                                                                                                                                  Open

                                                                                                                                                                          if ( !attributes && typeof elem.removeAttribute !== "undefined" ) {
                                                                                                                                                                              elem.removeAttribute( internalKey );
                                                                                                                                                  
                                                                                                                                                                          // Webkit & Blink performance suffers when deleting properties
                                                                                                                                                                          // from DOM nodes, so set to undefined instead
                                                                                                                                                  Severity: Major
                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                    Avoid deeply nested control flow statements.
                                                                                                                                                    Open

                                                                                                                                                                            if ( nid === expando ) {
                                                                                                                                                                                context.removeAttribute( "id" );
                                                                                                                                                                            }
                                                                                                                                                    Severity: Major
                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                      Avoid deeply nested control flow statements.
                                                                                                                                                      Open

                                                                                                                                                                          if ( Expr.relative[ tokens[j].type ] ) {
                                                                                                                                                                              break;
                                                                                                                                                                          }
                                                                                                                                                      Severity: Major
                                                                                                                                                      Found in phpsysinfo/js/jQuery/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 ) {
                                                                                                                                                        Severity: Major
                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                          Open

                                                                                                                                                                                      if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
                                                                                                                                                                                          return true;
                                                                                                                                                                                      }
                                                                                                                                                          Severity: Major
                                                                                                                                                          Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                              Avoid deeply nested control flow statements.
                                                                                                                                                              Open

                                                                                                                                                                                          if ( !(unmatched[i] || setMatched[i]) ) {
                                                                                                                                                                                              setMatched[i] = pop.call( results );
                                                                                                                                                                                          }
                                                                                                                                                              Severity: Major
                                                                                                                                                              Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                  Avoid deeply nested control flow statements.
                                                                                                                                                                  Open

                                                                                                                                                                                      for ( conv2 in converters ) {
                                                                                                                                                                  
                                                                                                                                                                                          // If conv2 outputs current
                                                                                                                                                                                          tmp = conv2.split( " " );
                                                                                                                                                                                          if ( tmp[ 1 ] === current ) {
                                                                                                                                                                  Severity: Major
                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                    Avoid deeply nested control flow statements.
                                                                                                                                                                    Open

                                                                                                                                                                                                        if ( ( ofType ?
                                                                                                                                                                                                            node.nodeName.toLowerCase() === name :
                                                                                                                                                                                                            node.nodeType === 1 ) &&
                                                                                                                                                                                                            ++diff ) {
                                                                                                                                                                    
                                                                                                                                                                    
                                                                                                                                                                    Severity: Major
                                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                      Avoid deeply nested control flow statements.
                                                                                                                                                                      Open

                                                                                                                                                                                                      if ( xhr.readyState !== 4 ) {
                                                                                                                                                                                                          xhr.abort();
                                                                                                                                                                                                      }
                                                                                                                                                                      Severity: Major
                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                                        Open

                                                                                                                                                                                            if ( (nid = context.getAttribute( "id" )) ) {
                                                                                                                                                                                                nid = nid.replace( rescape, "\\$&" );
                                                                                                                                                                                            } else {
                                                                                                                                                                                                context.setAttribute( "id", (nid = expando) );
                                                                                                                                                                                            }
                                                                                                                                                                        Severity: Major
                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                                          Open

                                                                                                                                                                                              while ( i-- ) {
                                                                                                                                                                                                  groups[i] = nidselect + " " + toSelector( groups[i] );
                                                                                                                                                                                              }
                                                                                                                                                                          Severity: Major
                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                            Avoid deeply nested control flow statements.
                                                                                                                                                                            Open

                                                                                                                                                                                                    if ( (elem = matcherOut[i]) ) {
                                                                                                                                                                                                        // Restore matcherIn since elem is not yet a final match
                                                                                                                                                                                                        temp.push( (matcherIn[i] = elem) );
                                                                                                                                                                                                    }
                                                                                                                                                                            Severity: Major
                                                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                              Avoid deeply nested control flow statements.
                                                                                                                                                                              Open

                                                                                                                                                                                                      if ( matches[ sel ] ) {
                                                                                                                                                                                                          matches.push( handleObj );
                                                                                                                                                                                                      }
                                                                                                                                                                              Severity: Major
                                                                                                                                                                              Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                  Avoid deeply nested control flow statements.
                                                                                                                                                                                  Open

                                                                                                                                                                                                      if ( conv && s[ "throws" ] ) { // jscs:ignore requireDotNotation
                                                                                                                                                                                                          response = conv( response );
                                                                                                                                                                                                      } else {
                                                                                                                                                                                                          try {
                                                                                                                                                                                                              response = conv( response );
                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                                                        Open

                                                                                                                                                                                                            if ( copyIsArray ) {
                                                                                                                                                                                                                copyIsArray = false;
                                                                                                                                                                                                                clone = src && jQuery.isArray( src ) ? src : [];
                                                                                                                                                                                        
                                                                                                                                                                                                            } else {
                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                          Avoid deeply nested control flow statements.
                                                                                                                                                                                          Open

                                                                                                                                                                                                                  if ( elem.id !== match[ 2 ] ) {
                                                                                                                                                                                                                      return rootjQuery.find( selector );
                                                                                                                                                                                                                  }
                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                            Avoid deeply nested control flow statements.
                                                                                                                                                                                            Open

                                                                                                                                                                                                            } else if ( match[2] ) {
                                                                                                                                                                                                                push.apply( results, context.getElementsByTagName( selector ) );
                                                                                                                                                                                                                return results;
                                                                                                                                                                                            
                                                                                                                                                                                                            // Class selector
                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                Avoid deeply nested control flow statements.
                                                                                                                                                                                                Open

                                                                                                                                                                                                                    if ( nodeType === 9 ) {
                                                                                                                                                                                                                        if ( (elem = context.getElementById( m )) ) {
                                                                                                                                                                                                
                                                                                                                                                                                                                            // Support: IE, Opera, Webkit
                                                                                                                                                                                                                            // TODO: identify versions
                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                  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;
                                                                                                                                                                                                                          }
                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

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

                                                                                                                                                                                                      Avoid deeply nested control flow statements.
                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                      if ( typeof xhr.responseText === "string" ) {
                                                                                                                                                                                                                                          responses.text = xhr.responseText;
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                        Avoid deeply nested control flow statements.
                                                                                                                                                                                                        Open

                                                                                                                                                                                                                        } else if ( copy !== undefined ) {
                                                                                                                                                                                                                            target[ name ] = copy;
                                                                                                                                                                                                                        }
                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                          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
                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                            Avoid deeply nested control flow statements.
                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                    while ( cur.indexOf( " " + clazz + " " ) > -1 ) {
                                                                                                                                                                                                                                        cur = cur.replace( " " + clazz + " ", " " );
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/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 phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                                Avoid deeply nested control flow statements.
                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                                if ( !status && options.isLocal && !options.crossDomain ) {
                                                                                                                                                                                                                                                    status = responses.text ? 200 : 404;
                                                                                                                                                                                                                
                                                                                                                                                                                                                                                // IE - #1450: sometimes returns 1223 when it should be 204
                                                                                                                                                                                                                                                } else if ( status === 1223 ) {
                                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 45 mins to fix

                                                                                                                                                                                                                  Consider simplifying this complex logical expression.
                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                      if ( ( !id || !cache[ id ] || ( !pvt && !cache[ id ].data ) ) &&
                                                                                                                                                                                                                          data === undefined && typeof name === "string" ) {
                                                                                                                                                                                                                          return;
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                    Consider simplifying this complex logical expression.
                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                            if ( s.crossDomain == null ) {
                                                                                                                                                                                                                                parts = rurl.exec( s.url.toLowerCase() );
                                                                                                                                                                                                                                s.crossDomain = !!( parts &&
                                                                                                                                                                                                                                    ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
                                                                                                                                                                                                                                        ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? "80" : "443" ) ) !==
                                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                      Consider simplifying this complex logical expression.
                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                  if ( matcher[ expando ] ) {
                                                                                                                                                                                                                                      // Find the next relative operator (if any) for proper handling
                                                                                                                                                                                                                                      j = ++i;
                                                                                                                                                                                                                                      for ( ; j < len; j++ ) {
                                                                                                                                                                                                                                          if ( Expr.relative[ tokens[j].type ] ) {
                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                        Consider simplifying this complex logical expression.
                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                        if ( !support.opacity ) {
                                                                                                                                                                                                                            jQuery.cssHooks.opacity = {
                                                                                                                                                                                                                                get: function( elem, computed ) {
                                                                                                                                                                                                                        
                                                                                                                                                                                                                                    // IE uses filters for opacity
                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                          Consider simplifying this complex logical expression.
                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                  if ( delegateCount && cur.nodeType &&
                                                                                                                                                                                                                                      ( event.type !== "click" || isNaN( event.button ) || event.button < 1 ) ) {
                                                                                                                                                                                                                          
                                                                                                                                                                                                                                      /* jshint eqeqeq: false */
                                                                                                                                                                                                                                      for ( ; cur != this; cur = cur.parentNode || this ) {
                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                            Consider simplifying this complex logical expression.
                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                    if ( window.getComputedStyle ) {
                                                                                                                                                                                                                                        divStyle = window.getComputedStyle( div, null );
                                                                                                                                                                                                                                        pixelPositionVal = ( divStyle || {} ).top !== "1%";
                                                                                                                                                                                                                                        reliableMarginLeftVal = ( divStyle || {} ).marginLeft === "2px";
                                                                                                                                                                                                                                        boxSizingReliableVal = ( divStyle || { width: "4px" } ).width === "4px";
                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 40 mins to fix

                                                                                                                                                                                                                              Function Tween has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                              function Tween( elem, options, prop, end, easing ) {
                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                Function buildFragment has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                function buildFragment( elems, context, scripts, selection, ignored ) {
                                                                                                                                                                                                                                Severity: Minor
                                                                                                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                  Function condense has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                                  function condense( unmatched, map, filter, context, xml ) {
                                                                                                                                                                                                                                  Severity: Minor
                                                                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                    Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                                            superMatcher = function( seed, context, xml, results, outermost ) {
                                                                                                                                                                                                                                    Severity: Minor
                                                                                                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                      Function remove has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                          remove: function( elem, types, handler, selector, mappedTypes ) {
                                                                                                                                                                                                                                      Severity: Minor
                                                                                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                        Function CHILD has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                                                "CHILD": function( type, what, argument, first, last ) {
                                                                                                                                                                                                                                        Severity: Minor
                                                                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                          Function augmentWidthOrHeight has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                          function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) {
                                                                                                                                                                                                                                          Severity: Minor
                                                                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                            Function add has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                                add: function( elem, types, handler, data, selector ) {
                                                                                                                                                                                                                                            Severity: Minor
                                                                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 35 mins to fix

                                                                                                                                                                                                                                              Avoid too many return statements within this function.
                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                      return compare & 4 ? -1 : 1;
                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                Avoid too many return statements within this function.
                                                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                                            return this;
                                                                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                  Avoid too many return statements within this function.
                                                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                                                          return jQuery.makeArray( selector, this );
                                                                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                    Avoid too many return statements within this function.
                                                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                                                            return key === undefined || hasOwn.call( obj, key );
                                                                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                      Avoid too many return statements within this function.
                                                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                                                  return sortInput ?
                                                                                                                                                                                                                                                                      ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
                                                                                                                                                                                                                                                                      0;
                                                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                        Avoid too many return statements within this function.
                                                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                                                            return select( selector.replace( rtrim, "$1" ), context, results, seed );
                                                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                          Avoid too many return statements within this function.
                                                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                                                                  return results;
                                                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                            Avoid too many return statements within this function.
                                                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                                                            return ( context || root ).find( selector );
                                                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                              Avoid too many return statements within this function.
                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                          return typeof root.ready !== "undefined" ?
                                                                                                                                                                                                                                                                              root.ready( selector ) :
                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                              // Execute immediately if ready is not present
                                                                                                                                                                                                                                                                              selector( jQuery );
                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                Open

                                                                                                                                                                                                                                                                        return ret == null ? undefined : ret;
                                                                                                                                                                                                                                                                Severity: Major
                                                                                                                                                                                                                                                                Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                  Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                  Open

                                                                                                                                                                                                                                                                          return elem[ name ];
                                                                                                                                                                                                                                                                  Severity: Major
                                                                                                                                                                                                                                                                  Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                    Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                    Open

                                                                                                                                                                                                                                                                                        return results;
                                                                                                                                                                                                                                                                    Severity: Major
                                                                                                                                                                                                                                                                    Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                      Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                      Open

                                                                                                                                                                                                                                                                                      return this.constructor( context ).find( selector );
                                                                                                                                                                                                                                                                      Severity: Major
                                                                                                                                                                                                                                                                      Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                        Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                        Open

                                                                                                                                                                                                                                                                                    return ret;
                                                                                                                                                                                                                                                                        Severity: Major
                                                                                                                                                                                                                                                                        Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                          Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                          Open

                                                                                                                                                                                                                                                                                      return value;
                                                                                                                                                                                                                                                                          Severity: Major
                                                                                                                                                                                                                                                                          Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                            Avoid too many return statements within this function.
                                                                                                                                                                                                                                                                            Open

                                                                                                                                                                                                                                                                                                return results;
                                                                                                                                                                                                                                                                            Severity: Major
                                                                                                                                                                                                                                                                            Found in phpsysinfo/js/jQuery/jquery.js - About 30 mins to fix

                                                                                                                                                                                                                                                                              TODO found
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                                      // TODO: identify versions
                                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js by fixme

                                                                                                                                                                                                                                                                              TODO found
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                                          // TODO: identify versions
                                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js by fixme

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                              event.pageY = original.clientY +
                                                                                                                                                                                                                                                                                                  ( doc && doc.scrollTop  || body && body.scrollTop  || 0 ) -
                                                                                                                                                                                                                                                                                                  ( doc && doc.clientTop  || body && body.clientTop  || 0 );
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 5377..5379

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 71.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                              event.pageX = original.clientX +
                                                                                                                                                                                                                                                                                                  ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) -
                                                                                                                                                                                                                                                                                                  ( doc && doc.clientLeft || body && body.clientLeft || 0 );
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 5380..5382

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 71.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                                                                                                                                                                                                          return this.each( function( j ) {
                                                                                                                                                                                                                                                                                              jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
                                                                                                                                                                                                                                                                                          } );
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 8849..8853

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( value ) ) {
                                                                                                                                                                                                                                                                                          return this.each( function( j ) {
                                                                                                                                                                                                                                                                                              jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
                                                                                                                                                                                                                                                                                          } );
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 8811..8815

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 61.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( html ) ) {
                                                                                                                                                                                                                                                                                          return this.each( function( i ) {
                                                                                                                                                                                                                                                                                              jQuery( this ).wrapAll( html.call( this, i ) );
                                                                                                                                                                                                                                                                                          } );
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 9947..9951

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 56.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      if ( jQuery.isFunction( html ) ) {
                                                                                                                                                                                                                                                                                          return this.each( function( i ) {
                                                                                                                                                                                                                                                                                              jQuery( this ).wrapInner( html.call( this, i ) );
                                                                                                                                                                                                                                                                                          } );
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                              Severity: Major
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 1 hr to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 9917..9921

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 56.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      "even": createPositionalPseudo(function( matchIndexes, length ) {
                                                                                                                                                                                                                                                                                          var i = 0;
                                                                                                                                                                                                                                                                                          for ( ; i < length; i += 2 ) {
                                                                                                                                                                                                                                                                                              matchIndexes.push( i );
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 55 mins to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 2056..2062

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 54.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              Similar blocks of code found in 2 locations. Consider refactoring.
                                                                                                                                                                                                                                                                              Open

                                                                                                                                                                                                                                                                                      "odd": createPositionalPseudo(function( matchIndexes, length ) {
                                                                                                                                                                                                                                                                                          var i = 1;
                                                                                                                                                                                                                                                                                          for ( ; i < length; i += 2 ) {
                                                                                                                                                                                                                                                                                              matchIndexes.push( i );
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                              Severity: Minor
                                                                                                                                                                                                                                                                              Found in phpsysinfo/js/jQuery/jquery.js and 1 other location - About 55 mins to fix
                                                                                                                                                                                                                                                                              phpsysinfo/js/jQuery/jquery.js on lines 2048..2054

                                                                                                                                                                                                                                                                              Duplicated Code

                                                                                                                                                                                                                                                                              Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                                                                                                                                                                                                                                                                              Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                                                                                                                                                                                                                                                                              When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                                                                                                                                                                                                                                                                              Tuning

                                                                                                                                                                                                                                                                              This issue has a mass of 54.

                                                                                                                                                                                                                                                                              We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                                                                                                                                                                                                                                                                              The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                                                                                                                                                                                                                                                                              If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                                                                                                                                                                                                                                                                              See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                                                                                                                                                                                                                                                                              Refactorings

                                                                                                                                                                                                                                                                              Further Reading

                                                                                                                                                                                                                                                                              There are no issues that match your filters.

                                                                                                                                                                                                                                                                              Category
                                                                                                                                                                                                                                                                              Status