hugoruscitti/pilas

View on GitHub

Showing 1,009 of 1,970 total issues

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

    handlers: function( event, handlers ) {
        var sel, handleObj, matches, i,
            handlerQueue = [],
            delegateCount = handlers.delegateCount,
            cur = event.target;
Severity: Minor
Found in data/manual/js/jquery-1.11.1.js - About 1 hr to fix

    Function attr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        attr: function( elem, name, value ) {
            var hooks, ret,
                nType = elem.nodeType;
    
            // don't get/set attributes on text, comment and attribute nodes
    Severity: Minor
    Found in data/manual/js/jquery-1.11.1.js - About 1 hr to fix

      Function promise has 30 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      jQuery.ready.promise = function( obj ) {
          if ( !readyList ) {
      
              readyList = jQuery.Deferred();
      
      
      Severity: Minor
      Found in data/manual/js/jquery-1.11.1.js - About 1 hr to fix

        Function backdrop has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          Modal.prototype.backdrop = function (callback) {
            var that    = this
            var animate = this.$element.hasClass('fade') ? 'fade' : ''
        
            if (this.isShown && this.options.backdrop) {
        Severity: Minor
        Found in data/asistente/js/bootstrap.js - About 1 hr to fix

          Function invokeRegisteredAnimationFns has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  function invokeRegisteredAnimationFns(animations, phase, allAnimationFnsComplete) {
                    phase == 'after' ?
                      fireAfterCallbackAsync() :
                      fireBeforeCallbackAsync();
          
          
          Severity: Minor
          Found in data/asistente/js/angular-animate.js - About 1 hr to fix

            Function attr has 30 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                attr: function( elem, name, value ) {
                    var hooks, ret,
                        nType = elem.nodeType;
            
                    // don't get/set attributes on text, comment and attribute nodes
            Severity: Minor
            Found in data/api/_static/jquery-1.11.1.js - About 1 hr to fix

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

                  handlers: function( event, handlers ) {
                      var sel, handleObj, matches, i,
                          handlerQueue = [],
                          delegateCount = handlers.delegateCount,
                          cur = event.target;
              Severity: Minor
              Found in data/api/_static/jquery-1.11.1.js - About 1 hr to fix

                Function promise has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                jQuery.ready.promise = function( obj ) {
                    if ( !readyList ) {
                
                        readyList = jQuery.Deferred();
                
                
                Severity: Minor
                Found in data/api/_static/jquery-1.11.1.js - About 1 hr to fix

                  Function load has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                          load: function (name, req, onLoad, config) {
                              //Name has format: some.module.filext!strip
                              //The strip part is optional.
                              //if strip is present, then that means only get the string contents
                              //inside a body tag in an HTML string. For XML/SVG content it means
                  Severity: Minor
                  Found in data/manual/mkdocs/js/text.js - About 1 hr to fix

                    Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        html: function( value ) {
                            return access( this, function( value ) {
                                var elem = this[ 0 ] || {},
                                    i = 0,
                                    l = this.length;
                    Severity: Minor
                    Found in data/manual/js/jquery-1.11.1.js - About 1 hr to fix

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

                          toggleClass: function( value, stateVal ) {
                              var type = typeof value;
                      
                              if ( typeof stateVal === "boolean" && type === "string" ) {
                                  return stateVal ? this.addClass( value ) : this.removeClass( value );
                      Severity: Minor
                      Found in data/manual/js/jquery-1.11.1.js - About 1 hr to fix

                        Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            html: function( value ) {
                                return jQuery.access( this, function( value ) {
                                    var elem = this[0] || {},
                                        i = 0,
                                        l = this.length;
                        Severity: Minor
                        Found in data/asistente/js/jquery-1.8.3.js - About 1 hr to fix

                          Function promise has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          jQuery.ready.promise = function( obj ) {
                              if ( !readyList ) {
                          
                                  readyList = jQuery.Deferred();
                          
                          
                          Severity: Minor
                          Found in data/asistente/js/jquery-1.8.3.js - About 1 hr to fix

                            Function show has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              Modal.prototype.show = function (_relatedTarget) {
                                var that = this
                                var e    = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
                            
                                this.$element.trigger(e)
                            Severity: Minor
                            Found in data/asistente/js/bootstrap.js - About 1 hr to fix

                              Function deleteComment has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                function deleteComment(id) {
                                  $.ajax({
                                    type: 'POST',
                                    url: opts.deleteCommentURL,
                                    data: {id: id},
                              Severity: Minor
                              Found in data/api/_static/websupport.js - About 1 hr to fix

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

                                    toggleClass: function( value, stateVal ) {
                                        var type = typeof value;
                                
                                        if ( typeof stateVal === "boolean" && type === "string" ) {
                                            return stateVal ? this.addClass( value ) : this.removeClass( value );
                                Severity: Minor
                                Found in data/api/_static/jquery-1.11.1.js - About 1 hr to fix

                                  Function html has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      html: function( value ) {
                                          return access( this, function( value ) {
                                              var elem = this[ 0 ] || {},
                                                  i = 0,
                                                  l = this.length;
                                  Severity: Minor
                                  Found in data/api/_static/jquery-1.11.1.js - About 1 hr to fix

                                    Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def __init__(self, pilas, texto="", x=0, y=0,
                                    Severity: Major
                                    Found in pilasengine/actores/opcion.py - About 1 hr to fix

                                      Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def __init__(self, pilas, x=0, y=0, progreso=100, ancho=200, alto=30,
                                      Severity: Major
                                      Found in pilasengine/actores/energia.py - About 1 hr to fix

                                        Function pre_iniciar has 9 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def pre_iniciar(self, x=0, y=0, grilla=None, filas=20, columnas=20,
                                        Severity: Major
                                        Found in pilasengine/actores/mapa.py - About 1 hr to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language