Plate-Project/plate

View on GitHub

Showing 345 of 549 total issues

Function r_standard_suffix has 102 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          function r_standard_suffix() {
            var among_var, v_1 = sbp.limit - sbp.cursor,
              v_2, v_3, v_4;
            sbp.ket = sbp.cursor;
            among_var = sbp.find_among_b(a_1, 7);
Severity: Major
Found in plate/static/js/lunr/lunr.de.js - About 4 hrs to fix

    Function r_standard_suffix has 97 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

              function r_standard_suffix() {
                var among_var;
                sbp.ket = sbp.cursor;
                among_var = sbp.find_among_b(a_6, 51);
                if (!among_var)
    Severity: Major
    Found in plate/static/js/lunr/lunr.it.js - About 3 hrs to fix

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

                function r_standard_suffix() {
                  var among_var;
                  sbp.ket = sbp.cursor;
                  among_var = sbp.find_among_b(a_5, 45);
                  if (!among_var)
      Severity: Major
      Found in plate/static/js/lunr/lunr.pt.js - About 3 hrs to fix

        Function segment has 90 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        TinySegmenter.prototype.segment = function(input) {
          if (input == null || input == undefined || input == "") {
            return [];
          }
          var result = [];
        Severity: Major
        Found in plate/static/js/lunr/tinyseg.js - About 3 hrs to fix

          Function trigger has 89 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 doc/build/html/_static/jquery-1.11.1.js - About 3 hrs to fix

            File lunr.ru.js has 314 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            /*!
             * Lunr languages, `Russian` language
             * https://github.com/MihaiValentin/lunr-languages
             *
             * Copyright 2014, Mihai Valentin
            Severity: Minor
            Found in plate/static/js/lunr/lunr.ru.js - About 3 hrs to fix

              Function _setEventHandlers has 88 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      _setEventHandlers: function() {
              
                          // _Local variables_
              
                          // Stores the plugin context in the self variable
              Severity: Major
              Found in plate/static/js/jquery.tocify.js - About 3 hrs to fix

                File lunr.de.js has 313 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /*!
                 * Lunr languages, `German` language
                 * https://github.com/MihaiValentin/lunr-languages
                 *
                 * Copyright 2014, Mihai Valentin
                Severity: Minor
                Found in plate/static/js/lunr/lunr.de.js - About 3 hrs to fix

                  Function r_stem_suffix_chain_before_ki has 86 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                            function r_stem_suffix_chain_before_ki() {
                              var v_1, v_2, v_3, v_4;
                              sbp.ket = sbp.cursor;
                              if (r_mark_ki()) {
                                v_1 = sbp.limit - sbp.cursor;
                  Severity: Major
                  Found in plate/static/js/lunr/lunr.tr.js - About 3 hrs to fix

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

                    function Animation( elem, properties, options ) {
                        var result,
                            stopped,
                            index = 0,
                            length = animationPrefilters.length,
                    Severity: Major
                    Found in doc/build/html/_static/jquery-1.11.1.js - About 3 hrs to fix

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

                      function Sizzle( selector, context, results, seed ) {
                          var match, elem, m, nodeType,
                              // QSA vars
                              i, groups, old, nid, newContext, newSelector;
                      
                      
                      Severity: Major
                      Found in doc/build/html/_static/jquery-1.11.1.js - About 3 hrs to fix

                        Function buildFragment has 74 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            buildFragment: function( elems, context, scripts, selection ) {
                                var j, elem, contains,
                                    tmp, tag, tbody, wrap,
                                    l = elems.length,
                        
                        
                        Severity: Major
                        Found in doc/build/html/_static/jquery-1.11.1.js - About 2 hrs to fix

                          Function add has 73 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 doc/build/html/_static/jquery-1.11.1.js - About 2 hrs to fix

                            Function matcherFromGroupMatchers has 68 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 doc/build/html/_static/jquery-1.11.1.js - About 2 hrs to fix

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

                                        function r_standard_suffix() {
                                          var among_var;
                                          sbp.ket = sbp.cursor;
                                          among_var = sbp.find_among_b(a_6, 46);
                                          if (among_var) {
                              Severity: Major
                              Found in plate/static/js/lunr/lunr.es.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 doc/build/html/_static/jquery-1.11.1.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 doc/build/html/_static/jquery-1.11.1.js - About 2 hrs to fix

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

                                              function r_prelude() {
                                                var among_var, v_1 = sbp.cursor,
                                                  v_2, v_3;
                                                while (true) {
                                                  sbp.bra = sbp.cursor;
                                    Severity: Major
                                    Found in plate/static/js/lunr/lunr.du.js - About 2 hrs to fix

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

                                                function r_tidy() {
                                                  var v_1, v_2, v_3, v_4;
                                                  if (sbp.cursor >= I_p1) {
                                                    v_1 = sbp.limit_backward;
                                                    sbp.limit_backward = I_p1;
                                      Severity: Major
                                      Found in plate/static/js/lunr/lunr.fi.js - About 2 hrs to fix

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

                                                  function r_case_ending() {
                                                    var among_var, v_1, v_2;
                                                    if (sbp.cursor >= I_p1) {
                                                      v_1 = sbp.limit_backward;
                                                      sbp.limit_backward = I_p1;
                                        Severity: Major
                                        Found in plate/static/js/lunr/lunr.fi.js - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language