mambax7/alumni-26x

View on GitHub

Showing 758 of 3,145 total issues

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

/*** This file is dynamically generated ***
█████▄ ▄████▄   █████▄ ▄████▄ ██████   ███████▄ ▄████▄ █████▄ ██ ██████ ██  ██
██  ██ ██  ██   ██  ██ ██  ██   ██     ██ ██ ██ ██  ██ ██  ██ ██ ██▄▄   ██▄▄██
██  ██ ██  ██   ██  ██ ██  ██   ██     ██ ██ ██ ██  ██ ██  ██ ██ ██▀▀    ▀▀▀██
█████▀ ▀████▀   ██  ██ ▀████▀   ██     ██ ██ ██ ▀████▀ █████▀ ██ ██     █████▀
Severity: Major
Found in media/jquery/tablesorter-master/js/jquery.tablesorter.combined.js - About 2 wks to fix

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

    /*! tablesorter (FORK) - updated 12-13-2017 (v2.29.2)*/
    /* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
    (function(factory) {
        if (typeof define === 'function' && define.amd) {
            define(['jquery'], factory);

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

      /*** This file is dynamically generated ***
      █████▄ ▄████▄   █████▄ ▄████▄ ██████   ███████▄ ▄████▄ █████▄ ██ ██████ ██  ██
      ██  ██ ██  ██   ██  ██ ██  ██   ██     ██ ██ ██ ██  ██ ██  ██ ██ ██▄▄   ██▄▄██
      ██  ██ ██  ██   ██  ██ ██  ██   ██     ██ ██ ██ ██  ██ ██  ██ ██ ██▀▀    ▀▀▀██
      █████▀ ▀████▀   ██  ██ ▀████▀   ██     ██ ██ ██ ▀████▀ █████▀ ██ ██     █████▀
      Severity: Major
      Found in media/jquery/tablesorter-master/js/jquery.tablesorter.widgets.js - About 1 wk to fix

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

        /*! tablesorter (FORK) - updated 12-13-2017 (v2.29.2)*/
        /* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
        (function(factory) {
            if (typeof define === 'function' && define.amd) {
                define(['jquery'], factory);

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

          (function(factory) {
              if (typeof define === 'function' && define.amd) {
                  define(['jquery'], factory);
              } else if (typeof module === 'object' && typeof module.exports === 'object') {
                  module.exports = factory(require('jquery'));
          Severity: Major
          Found in media/jquery/tablesorter-master/dist/js/jquery.tablesorter.js - About 6 days to fix

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

            /*! TableSorter (FORK) v2.29.2 *//*
            * Client-side table sorting with ease!
            * @requires jQuery v1.2.6+
            *
            * Copyright (c) 2007 Christian Bach
            Severity: Major
            Found in media/jquery/tablesorter-master/js/jquery.tablesorter.js - About 6 days to fix

              Function tablesorterPager has 943 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      tablesorterPager: new function() {
              
                          this.defaults = {
                              // target the pager markup
                              container: null,

                File widget-filter.js has 1560 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*! Widget: filter - updated 12/13/2017 (v2.29.1) *//*
                 * Requires tablesorter v2.8+ and jQuery 1.7+
                 * by Rob Garrison
                 */
                ;( function ( $ ) {
                Severity: Major
                Found in media/jquery/tablesorter-master/js/widgets/widget-filter.js - About 4 days to fix

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

                  /*! tableSorter 2.16+ widgets - updated 4/27/2014 (v2.16.2)
                   *
                   * Column Styles
                   * Column Filters
                   * Column Resizing
                  Severity: Major
                  Found in media/jquery/jquery.tablesorter.widgets.js - About 3 days to fix

                    File widget-pager.js has 1105 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /*! Widget: Pager - updated 5/24/2017 (v2.28.11) */
                    /* Requires tablesorter v2.8+ and jQuery 1.7+
                     * by Rob Garrison
                     */
                    /*jshint browser:true, jquery:true, unused:false */
                    Severity: Major
                    Found in media/jquery/tablesorter-master/js/widgets/widget-pager.js - About 2 days to fix

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

                      /*!
                      * tablesorter (FORK) pager plugin
                      * updated 4/18/2017 (v2.28.8)
                      */
                      /*jshint browser:true, jquery:true, unused:false */

                        File semver-mod.js has 863 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /*! Modified semver.js for node.js (v4.3.3, 3/27/2015) *//*
                         semver-mod.js by R.Garrison (@Mottie)
                         semver.js by @isaacs: https://github.com/isaacs/node-semver
                         ( all modifications have been labeled )
                         */
                        Severity: Major
                        Found in media/jquery/tablesorter-master/js/extras/semver-mod.js - About 2 days to fix

                          File semver.js has 858 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          // export the class if we are in a Node-like system.
                          if (typeof module === 'object' && module.exports === exports)
                            exports = module.exports = SemVer;
                          
                          // The debug function is excluded entirely from the minified version.
                          Severity: Major
                          Found in media/jquery/tablesorter-master/js/extras/semver.js - About 2 days to fix

                            Function exports has 384 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            module.exports = function( grunt ) {
                                'use strict';
                            
                                var pkg = grunt.file.readJSON( 'package.json' ),
                                    tasks,
                            Severity: Major
                            Found in media/jquery/tablesorter-master/Gruntfile.js - About 1 day to fix

                              File widget-scroller.js has 729 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /*! Widget: scroller - updated 12/13/2017 (v2.29.1) *//*
                                  Copyright (C) 2011 T. Connell & Associates, Inc.
                              
                                  Dual-licensed under the MIT and GPL licenses
                              
                              
                              Severity: Major
                              Found in media/jquery/tablesorter-master/js/widgets/widget-scroller.js - About 1 day to fix

                                File widget-filter-formatter-jui.js has 576 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /*! Widget: filter jQuery UI formatter functions - updated 7/17/2014 (v2.17.5) *//*
                                 * requires: tableSorter (FORK) 2.15+ and jQuery 1.4.3+
                                 *
                                 * uiSpinner (jQuery UI spinner)
                                 * uiSlider (jQuery UI slider)

                                  File widget-math.js has 536 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /*! Widget: math - updated 5/3/2017 (v2.28.9) *//*
                                  * Requires tablesorter v2.16+ and jQuery 1.7+
                                  * by Rob Garrison
                                  */
                                  /*jshint browser:true, jquery:true, unused:false */
                                  Severity: Major
                                  Found in media/jquery/tablesorter-master/js/widgets/widget-math.js - About 1 day to fix

                                    Function findRows has 204 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            findRows: function( table, filters, currentFilters ) {
                                                if (
                                                    tsf.equalFilters(table.config, table.config.lastSearch, currentFilters) ||
                                                    !table.config.widgetOptions.filter_initialized
                                                ) {
                                    Severity: Major
                                    Found in media/jquery/tablesorter-master/js/jquery.tablesorter.widgets.js - About 1 day to fix

                                      Function findRows has 204 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              findRows: function( table, filters, currentFilters ) {
                                                  if (
                                                      tsf.equalFilters(table.config, table.config.lastSearch, currentFilters) ||
                                                      !table.config.widgetOptions.filter_initialized
                                                  ) {
                                      Severity: Major
                                      Found in media/jquery/tablesorter-master/js/jquery.tablesorter.combined.js - About 1 day to fix

                                        Function findRows has 204 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                findRows: function( table, filters, currentFilters ) {
                                                    if (
                                                        tsf.equalFilters(table.config, table.config.lastSearch, currentFilters) ||
                                                        !table.config.widgetOptions.filter_initialized
                                                    ) {
                                        Severity: Major
                                        Found in media/jquery/tablesorter-master/js/widgets/widget-filter.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language