creimers/cmsplugin_simpleslider

View on GitHub

Showing 244 of 619 total issues

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

/*!
 * jQuery JavaScript Library v2.1.3
 * http://jquery.com/
 *
 * Includes Sizzle.js

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

    (function( window ) {
    
    var i,
        support,
        Expr,

      File slick.js has 1554 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*
           _ _      _       _
       ___| (_) ___| | __  (_)___
      / __| | |/ __| |/ /  | / __|
      \__ \ | | (__|   < _ | \__ \

        File sizzle.js has 1363 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        /*!
         * Sizzle CSS Selector Engine v2.2.0-pre
         * http://sizzlejs.com/
         *
         * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors

          File event.js has 617 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          define([
              "./core",
              "./var/strundefined",
              "./var/rnotwhite",
              "./var/hasOwn",

            Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                ajax: function( url, options ) {
            
                    // If url is an object, simulate pre-1.5 signature
                    if ( typeof url === "object" ) {
                        options = url;

              Function ajax has 240 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  ajax: function( url, options ) {
              
                      // If url is an object, simulate pre-1.5 signature
                      if ( typeof url === "object" ) {
                          options = url;

                Function setDocument has 218 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                setDocument = Sizzle.setDocument = function( node ) {
                    var hasCompare, parent,
                        doc = node ? node.ownerDocument || node : preferredDoc;
                
                    // If no document and documentElement is available, return

                  Function setDocument has 218 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  setDocument = Sizzle.setDocument = function( node ) {
                      var hasCompare, parent,
                          doc = node ? node.ownerDocument || node : preferredDoc;
                  
                      // If no document and documentElement is available, return

                    File effects.js has 499 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    define([
                        "./core",
                        "./var/pnum",
                        "./css/var/cssExpand",
                        "./css/var/isHidden",

                      File ajax.js has 486 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      define([
                          "./core",
                          "./var/rnotwhite",
                          "./ajax/var/nonce",
                          "./ajax/var/rquery",

                        File manipulation.js has 412 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        define([
                            "./core",
                            "./var/concat",
                            "./var/push",
                            "./core/access",

                          Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          jQuery.Callbacks = function( options ) {
                          
                              // Convert options from String-formatted to Object-formatted if needed
                              // (we check in cache first)
                              options = typeof options === "string" ?

                            Function Callbacks has 128 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            jQuery.Callbacks = function( options ) {
                            
                                // Convert options from String-formatted to Object-formatted if needed
                                // (we check in cache first)
                                options = typeof options === "string" ?

                              Function Slick has 126 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      function Slick(element, settings) {
                              
                                          var _ = this,
                                              responsiveSettings, breakpoint;
                              
                              

                                Consider simplifying this complex logical expression.
                                Open

                                            if ( event.pageX == null && original.clientX != null ) {
                                                eventDoc = event.target.ownerDocument || document;
                                                doc = eventDoc.documentElement;
                                                body = eventDoc.body;
                                
                                

                                  Consider simplifying this complex logical expression.
                                  Open

                                              if ( event.pageX == null && original.clientX != null ) {
                                                  eventDoc = event.target.ownerDocument || document;
                                                  doc = eventDoc.documentElement;
                                                  body = eventDoc.body;
                                  
                                  

                                    Function defaultPrefilter has 99 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    function defaultPrefilter( elem, props, opts ) {
                                        /* jshint validthis: true */
                                        var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
                                            anim = this,
                                            orig = {},

                                      Function defaultPrefilter has 99 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      function defaultPrefilter( elem, props, opts ) {
                                          /* jshint validthis: true */
                                          var prop, value, toggle, tween, hooks, oldfire, display, checkDisplay,
                                              anim = this,
                                              orig = {},

                                        File core.js has 322 lines of code (exceeds 250 allowed). Consider refactoring.
                                        Open

                                        define([
                                            "./var/arr",
                                            "./var/slice",
                                            "./var/concat",
                                            "./var/push",
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language