rloomans/new-teamtemp

View on GitHub

Showing 149 of 528 total issues

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 teamtemp/static/jquery-3.6.3.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, valueIsFunction,
                elem = this[ 0 ];
    
            if ( !arguments.length ) {
    Severity: Minor
    Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

      Function data has 44 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 teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

        Function leverageNative has 44 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function leverageNative( el, type, expectSync ) {
        
            // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add
            if ( !expectSync ) {
                if ( dataPriv.get( el, type ) === undefined ) {
        Severity: Minor
        Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

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

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

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

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

                  dispatch: function( nativeEvent ) {
              
                      var i, j, ret, matched, handleObj, handlerQueue,
                          args = new Array( arguments.length ),
              
              
              Severity: Minor
              Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                function adjustCSS( elem, prop, valueParts, tween ) {
                    var adjusted, scale,
                        maxIterations = 20,
                        currentValue = tween ?
                            function() {
                Severity: Minor
                Found in teamtemp/static/jquery-3.6.3.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 teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

                    Function style has 41 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 teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                          toggleClass: function( value, stateVal ) {
                              var classNames, className, i, self,
                                  type = typeof value,
                                  isValidValue = type === "string" || Array.isArray( value );
                      
                      
                      Severity: Minor
                      Found in teamtemp/static/jquery-3.6.3.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 teamtemp/static/jquery-3.6.3.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 ct, type, finalDataType, firstDataType,
                                  contents = s.contents,
                                  dataTypes = s.dataTypes;
                          Severity: Minor
                          Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                            function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) {
                                var i = dimension === "width" ? 1 : 0,
                                    extra = 0,
                                    delta = 0;
                            
                            
                            Severity: Minor
                            Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                                                              mightThrow = function() {
                                                                  var returned, then;
                              
                                                                  // Support: Promises/A+ section 2.3.3.3.3
                                                                  // https://promisesaplus.com/#point-59
                              Severity: Minor
                              Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                                function getWidthOrHeight( elem, dimension, extra ) {
                                
                                    // Start with computed style
                                    var styles = getStyles( elem ),
                                
                                
                                Severity: Minor
                                Found in teamtemp/static/jquery-3.6.3.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 teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

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

                                      Consider simplifying this complex logical expression.
                                      Open

                                          if ( ( !support.boxSizingReliable() && isBorderBox ||
                                      
                                              // Support: IE 10 - 11+, Edge 15 - 18+
                                              // IE/Edge misreport `getComputedStyle` of table rows with width/height
                                              // set in CSS while `offset*` properties report correct values.
                                      Severity: Critical
                                      Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix

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

                                        function showHide( elements, show ) {
                                            var display, elem,
                                                values = [],
                                                index = 0,
                                                length = elements.length;
                                        Severity: Minor
                                        Found in teamtemp/static/jquery-3.6.3.js - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language