krafthaus/bauhaus

View on GitHub

Showing 476 of 1,049 total issues

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 bower_components/jquery/dist/jquery.js - About 2 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 bower_components/jquery/src/manipulation.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 bower_components/jquery/dist/jquery.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 bower_components/jquery/src/event.js - About 2 hrs to fix

          Function tabHandler has 70 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              function tabHandler(e) {
                  var x, el, v, i;
          
                  if (e.keyCode !== 9 || e.ctrlKey || e.altKey || e.metaKey) {
                      return;
          Severity: Major
          Found in bower_components/tinymce/plugins/tabfocus/plugin.js - About 2 hrs to fix

            Function onSubmit has 69 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                        onSubmit: function(e) {
                            var href;
            
                            data = tinymce.extend(data, e.data);
                            href = data.href;
            Severity: Major
            Found in bower_components/tinymce/plugins/link/plugin.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 bower_components/jquery/dist/jquery.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 bower_components/jquery/src/sizzle/dist/sizzle.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 bower_components/jquery/dist/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 bower_components/jquery/src/ajax.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 bower_components/jquery/dist/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 bower_components/jquery/src/sizzle/dist/sizzle.js - About 2 hrs to fix

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

                              function showDialog() {
                                  var gridHtml, x, y, win;
                          
                                  function getParentTd(elm) {
                                      while (elm) {
                          Severity: Major
                          Found in bower_components/tinymce/plugins/charmap/plugin.js - About 2 hrs to fix

                            Function filterStyles has 64 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                        function filterStyles(node, styleValue) {
                                            var outputStyles = {}, matches, styles = editor.dom.parseStyle(styleValue);
                            
                                            Tools.each(styles, function(value, name) {
                                                // Convert various MS styles to W3C styles
                            Severity: Major
                            Found in bower_components/tinymce/plugins/paste/plugin.js - About 2 hrs to fix

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

                                      function onSubmitForm() {
                                          function waitLoad(imgElm) {
                                              function selectImage() {
                                                  imgElm.onload = imgElm.onerror = null;
                              
                              
                              Severity: Major
                              Found in bower_components/tinymce/plugins/image/plugin.js - About 2 hrs to fix

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

                                        function stepThroughMatches(node, matches, replaceFn) {
                                            var startNode, endNode, startNodeIndex,
                                                endNodeIndex, innerNodes = [], atIndex = 0, curNode = node,
                                                matchLocation, matchIndex = 0;
                                
                                
                                Severity: Major
                                Found in bower_components/tinymce/plugins/spellchecker/plugin.js - About 2 hrs to fix

                                  Function superMatcher has 61 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 bower_components/jquery/dist/jquery.js - About 2 hrs to fix

                                    Function superMatcher has 61 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 bower_components/jquery/src/sizzle/dist/sizzle.js - About 2 hrs to fix

                                      Function run has 61 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      app.run = function (o) {
                                          var options = extend(settings, o), images = [];
                                      
                                          if(options.images instanceof window.NodeList){
                                              imageNodes = options.images;
                                      Severity: Major
                                      Found in bower_components/bootstrap/docs/assets/js/holder/holder.js - About 2 hrs to fix

                                        Function renderIframeUI has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            function renderIframeUI(args) {
                                                var panel, resizeHandleCtrl, startSize;
                                        
                                                if (args.skinUiCss) {
                                                    tinymce.DOM.loadCSS(args.skinUiCss);
                                        Severity: Major
                                        Found in public/javascripts/themes/modern/theme.js - About 2 hrs to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language