webcol/Calima

View on GitHub

Showing 2,728 of 4,984 total issues

Function factory has 398 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var factory = function( $, DataTable ) {
        "use strict";

        /**
         * Responsive is a plug-in for the DataTables library that makes use of

    Function Line has 388 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      Morris.Line = (function(_super) {
        __extends(Line, _super);
    
        function Line(options) {
          this.hilight = __bind(this.hilight, this);
    Severity: Major
    Found in public_/plantillas/inspinia/js/plugins/morris/morris.js - About 1 day to fix

      Function WorkerTransportClosure has 388 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      var WorkerTransport = (function WorkerTransportClosure() {
        function WorkerTransport(messageHandler, loadingTask, pdfDataRangeTransport) {
          this.messageHandler = messageHandler;
          this.loadingTask = loadingTask;
          this.pdfDataRangeTransport = pdfDataRangeTransport;
      Severity: Major
      Found in public_/plantillas/inspinia/js/plugins/pdfjs/pdf.js - About 1 day to fix

        File perl.js has 795 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        // CodeMirror, copyright (c) by Marijn Haverbeke and others
        // Distributed under an MIT license: http://codemirror.net/LICENSE
        
        // CodeMirror2 mode/perl/perl.js (text/x-perl) beta 0.10 (2011-11-08)
        // This is a part of CodeMirror from https://github.com/sabaca/CodeMirror_mode_perl (mail@sabaca.com)
        Severity: Major
        Found in public_/plantillas/inspinia/js/plugins/codemirror/mode/perl/perl.js - About 1 day to fix

          Function Carousel has 366 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            var Carousel = function ($$$1) {
              /**
               * ------------------------------------------------------------------------
               * Constants
               * ------------------------------------------------------------------------
          Severity: Major
          Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 1 day to fix

            Function Carousel has 366 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              var Carousel = function ($$$1) {
                /**
                 * ------------------------------------------------------------------------
                 * Constants
                 * ------------------------------------------------------------------------
            Severity: Major
            Found in public_/librerias/bs4/js/bootstrap.js - About 1 day to fix

              Function WebGLUtilsClosure has 355 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              var WebGLUtils = (function WebGLUtilsClosure() {
                function loadShader(gl, code, shaderType) {
                  var shader = gl.createShader(shaderType);
                  gl.shaderSource(shader, code);
                  gl.compileShader(shader);
              Severity: Major
              Found in public_/plantillas/inspinia/js/plugins/pdfjs/pdf.js - About 1 day to fix

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

                      init : function( options ) {
                
                        var settings = $.extend(true, {}, defaults);
                
                        settings.options = $.extend(true, settings.options, options);
                Severity: Major
                Found in public_/js/contacto/jqBootstrapValidation.js - About 1 day to fix

                  Function parse has 341 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    function parse(input, stateOverride, base) {
                      function err(message) {
                        errors.push(message)
                      }
                  
                  
                  Severity: Major
                  Found in public_/plantillas/inspinia/js/plugins/pdfjs/pdf.js - About 1 day to fix

                    File jqBootstrapValidation.js has 731 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /* jqBootstrapValidation
                     * A plugin for automating validation on Twitter Bootstrap formatted forms.
                     *
                     * v1.3.6
                     *
                    Severity: Major
                    Found in public_/js/contacto/jqBootstrapValidation.js - About 1 day to fix

                      Function Modal has 338 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          function () {
                            function Modal(element, config) {
                              this._config = this._getConfig(config);
                              this._element = element;
                              this._dialog = $$$1(element).find(Selector.DIALOG)[0];
                      Severity: Major
                      Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 1 day to fix

                        Function Modal has 338 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            function () {
                              function Modal(element, config) {
                                this._config = this._getConfig(config);
                                this._element = element;
                                this._dialog = $$$1(element).find(Selector.DIALOG)[0];
                        Severity: Major
                        Found in public_/librerias/bs4/js/bootstrap.js - About 1 day to fix

                          Function o has 332 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              k.o = function () {
                                  var s = this;
                          
                                  this.o = null; // array of options
                                  this.$ = null; // jQuery wrapped element
                          Severity: Major
                          Found in public_/plantillas/inspinia/js/plugins/jsKnob/jquery.knob.js - About 1 day to fix

                            Function Dropdown has 330 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              var Dropdown = function ($$$1) {
                                /**
                                 * ------------------------------------------------------------------------
                                 * Constants
                                 * ------------------------------------------------------------------------
                            Severity: Major
                            Found in public_/librerias/bs4/js/bootstrap.js - About 1 day to fix

                              Function Dropdown has 330 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                var Dropdown = function ($$$1) {
                                  /**
                                   * ------------------------------------------------------------------------
                                   * Constants
                                   * ------------------------------------------------------------------------
                              Severity: Major
                              Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 1 day to fix

                                File css.js has 657 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                // CodeMirror, copyright (c) by Marijn Haverbeke and others
                                // Distributed under an MIT license: http://codemirror.net/LICENSE
                                
                                (function(mod) {
                                  if (typeof exports == "object" && typeof module == "object") // CommonJS
                                Severity: Major
                                Found in public_/plantillas/inspinia/js/plugins/codemirror/mode/css/css.js - About 1 day to fix

                                  File jquery.bootstrap-duallistbox.js has 655 lines of code (exceeds 250 allowed). Consider refactoring.
                                  Open

                                  /*
                                   *  Bootstrap Duallistbox - v3.0.5
                                   *  A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
                                   *  http://www.virtuosoft.eu/code/bootstrap-duallistbox/
                                   *

                                    Function Carousel has 291 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        function () {
                                          function Carousel(element, config) {
                                            this._items = null;
                                            this._interval = null;
                                            this._activeElement = null;
                                    Severity: Major
                                    Found in public_/librerias/bs4/js/bootstrap.bundle.js - About 1 day to fix

                                      Function Carousel has 291 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          function () {
                                            function Carousel(element, config) {
                                              this._items = null;
                                              this._interval = null;
                                              this._activeElement = null;
                                      Severity: Major
                                      Found in public_/librerias/bs4/js/bootstrap.js - About 1 day to fix

                                        Function slimScroll has 290 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            slimScroll: function(options) {
                                        
                                              var defaults = {
                                        
                                                // width in pixels of the visible scroll area
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language