Showing 2,746 of 2,746 total issues
File jquery.tablesorter.widgets.js
has 2335 lines of code (exceeds 250 allowed). Consider refactoring. Open
/*** This file is dynamically generated ***โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโโโ โโโโโโ โโโโโโ โโ โโโโโโ โโ โโโโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโโโ โโโโโโโโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโ โโโโ โโโโโโโโโโโ โโโโโโ โโ โโ โโโโโโ โโ โโ โโ โโ โโโโโโ โโโโโโ โโ โโ โโโโโโ
File jquery.tablesorter.js
has 2175 lines of code (exceeds 250 allowed). Consider refactoring. Open
/*! TableSorter (FORK) v2.25.3 *//** Client-side table sorting with ease!* @requires jQuery v1.2.6+** Copyright (c) 2007 Christian Bach
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
File jqueryui.d.ts
has 980 lines of code (exceeds 250 allowed). Consider refactoring. Open
// Type definitions for jQueryUI 1.9// Project: http://jqueryui.com/// Definitions by: Boris Yankov <https://github.com/borisyankov/>, John Reilly <https://github.com/johnnyreilly>// Definitions: https://github.com/borisyankov/DefinitelyTyped
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
File DbAction.php
has 599 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
File jquery.d.ts
has 594 lines of code (exceeds 250 allowed). Consider refactoring. Open
// Type definitions for jQuery 1.10.x / 2.0.x// Project: http://jquery.com/// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christian Hoffmeister <https://github.com/choffmeister>, Steve Fenton <https://github.com/Steve-Fenton>, Diullei Gomes <https://github.com/Diullei>, Tass Iliopoulos <https://github.com/tasoili>, Jason Swearingen <https://github.com/jasons-novaleaf>, Sean Hill <https://github.com/seanski>, Guus Goossens <https://github.com/Guuz>, Kelly Summerlin <https://github.com/ksummerlin>, Basarat Ali Syed <https://github.com/basarat>, Nicholas Wolverson <https://github.com/nwolverson>, Derek Cicerone <https://github.com/derekcicerone>, Andrew Gaspar <https://github.com/AndrewGaspar>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, Josh Strobl <https://github.com/JoshStrobl>, John Reilly <https://github.com/johnnyreilly/>, Dick van den Brink <https://github.com/DickvdBrink>// Definitions: https://github.com/borisyankov/DefinitelyTyped
File notify.js
has 565 lines of code (exceeds 250 allowed). Consider refactoring. Open
/* * Eisen Frontend * http://eisen-dev.github.io * * Copyright (c) 2016 Alice Ferrazzi <alice.ferrazzi@gmail.com> - Takuma Muramatsu <t.muramatu59@gmail.com>
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
jQuery("[data-modal='open']").click(function () { // ้ใใใใขใผใใซใฎID var target = "#" + jQuery(this).attr("data-modal-target"); // ้ใใใใขใผใใซใซๅฑๆง่ฟฝๅ jQuery(target).attr({"data-modal-active": "true"});
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
jQuery("[data-modal='open']").click(function () { // ้ใใใใขใผใใซใฎID var target = "#" + jQuery(this).attr("data-modal-target"); // ้ใใใใขใผใใซใซๅฑๆง่ฟฝๅ jQuery(target).attr({"data-modal-active": "true"});
- Read upRead up
Function findRows
has 191 lines of code (exceeds 25 allowed). Consider refactoring. Open
findRows: function( table, filters, combinedFilters ) { if ( table.config.lastCombinedFilter === combinedFilters || !table.config.widgetOptions.filter_initialized ) { return; }
File restclient.php
has 473 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
Function init
has 174 lines of code (exceeds 25 allowed). Consider refactoring. Open
init: function( table, c, wo ) { // filter language options ts.language = $.extend( true, {}, { to : 'to', or : 'or',
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
<?php/** * Eisen Frontend * http://eisen-dev.github.io *
- Read upRead up
Similar blocks of code found in 2 locations. Consider refactoring. Open
jQuery(window).resize(function () { jQuery('.list-data-cbox').bind('click',function(e){ e.stopPropagation(); }); // ใชใตใคใบๅฏพ่ฑกใฎ็พๅจ้ใใใฆใใใขใผใใซ
- Read upRead up