Showing 460 of 700 total issues
File jquery.js
has 6891 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jQuery JavaScript Library v3.6.0
* https://jquery.com/
*
* Includes Sizzle.js
File qunit.js
has 5406 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* QUnit 2.19.1
* https://qunitjs.com/
*
* Copyright OpenJS Foundation and other contributors
File jquery.fancytree.js
has 4934 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.js
* Tree view control with support for lazy loading and much more.
* https://github.com/mar10/fancytree/
*
Function Sizzle
has 1510 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
( function( window ) {
var i,
support,
Expr,
getText,
Function UMD
has 683 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
})(commonjsGlobal, function UMD() {
function fuzzysortNew(instanceOptions) {
var fuzzysort = {
single: function single(search, target, options) {
if (search == 'farzher') return {
Function diff
has 628 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
QUnit.diff = function () {
function DiffMatchPatch() {} // DIFF FUNCTIONS
/**
* The data structure representing a diff is an array of tuples:
Function fuzzysortNew
has 595 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function fuzzysortNew(instanceOptions) {
var fuzzysort = {
single: function single(search, target, options) {
if (search == 'farzher') return {
target: "farzher was here (^-^*)/",
File jquery.fancytree.ui-deps.js
has 1037 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! jQuery UI - v1.13.2 - 2022-08-16
* http://jqueryui.com
* Includes: widget.js, position.js, jquery-patch.js, keycode.js, scroll-parent.js, unique-id.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
File jquery-ui.js
has 1037 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! jQuery UI - v1.13.2 - 2022-08-16
* http://jqueryui.com
* Includes: widget.js, position.js, jquery-patch.js, keycode.js, scroll-parent.js, unique-id.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
File jquery-ui-iife.js
has 1029 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! jQuery UI - v1.13.0 - 2021-11-09
* http://jqueryui.com
* Includes: widget.js, position.js, jquery-patch.js, keycode.js, scroll-parent.js, unique-id.js
* Copyright jQuery Foundation and other contributors; Licensed MIT */
File jquery.fancytree.dnd5.js
has 773 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.dnd5.js
*
* Drag-and-drop support (native HTML5).
* (Extension module for jquery.fancytree.js: https://github.com/mar10/fancytree/)
Function themeswitcher
has 359 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.themeswitcher = function( options ) {
var switcherDiv = this, switcherOptions = {};
var settings = {
loadtheme : "",
height: 200,
Function Assert
has 330 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var Assert = /*#__PURE__*/function () {
function Assert(testContext) {
_classCallCheck(this, Assert);
this.test = testContext;
File jquery.fancytree.grid.js
has 688 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.grid.js
*
* Render tree as table (aka 'tree grid', 'table tree').
* (Extension module for jquery.fancytree.js: https://github.com/mar10/fancytree/)
Function nodeLoadChildren
has 279 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
nodeLoadChildren: function (ctx, source) {
var ajax,
delay,
ajaxDfd = null,
resultDfd,
File jquery.fancytree.dnd.js
has 627 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.dnd.js
*
* Drag-and-drop support (jQuery UI draggable/droppable).
* (Extension module for jquery.fancytree.js: https://github.com/mar10/fancytree/)
Function setDocument
has 262 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
setDocument = Sizzle.setDocument = function( node ) {
var hasCompare, subWindow,
doc = node ? node.ownerDocument || node : preferredDoc;
// Return early if doc is invalid or already selected
Function ajax
has 259 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
ajax: function( url, options ) {
// If url is an object, simulate pre-1.5 signature
if ( typeof url === "object" ) {
options = url;
File jquery.fancytree.fixed.js
has 550 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.fixed.js
*
* Add fixed colums and headers to ext.table.
* (Extension module for jquery.fancytree.js: https://github.com/mar10/fancytree/)
File jquery.fancytree.ariagrid.js
has 543 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*!
* jquery.fancytree.ariagrid.js
*
* Support ARIA compliant markup and keyboard navigation for tree grids with
* embedded input controls.