Showing 257 of 576 total issues
File jquery-ui.js
has 12607 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
File galleria-1.4.2.js
has 4395 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* Galleria v 1.4.2 2014-08-07
* http://galleria.io
*
* Licensed under the MIT license
File moment.js
has 2280 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
//! moment.js
//! version : 2.10.2
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
//! license : MIT
//! momentjs.com
Function datetimepicker
has 1099 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.datetimepicker = function (opt) {
var KEY0 = 48,
KEY9 = 57,
_KEY0 = 96,
_KEY9 = 105,
File jquery.datetimepicker.js
has 1768 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/**
* @preserve jQuery DateTimePicker plugin v2.4.1
* @homepage http://xdsoft.net/jqplugins/datetimepicker/
* (c) 2014, Chupurnov Valeriy.
*/
Function Utils
has 401 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Utils = (function() {
return {
// legacy support for clearTimer
Function _init
has 341 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_init: function() {
var self = this,
options = this._options;
Function setOptions
has 235 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
datetimepicker.setOptions = function (_options) {
options = $.extend(true, {}, options, _options);
if (_options.allowTimes && $.isArray(_options.allowTimes) && _options.allowTimes.length) {
options.allowTimes = $.extend(true, [], _options.allowTimes);
Function _create
has 203 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_create: function() {
// Some browsers only repeat keydown events, not keypress events,
// so we use the suppressKeyPress flag to determine if we've already
// handled the keydown event. #7269
// Unfortunately the code for & in keypress is the same as the up arrow,
Function Finger
has 195 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Galleria.Finger = (function() {
var abs = M.abs;
// test for translate3d support
Function _show
has 182 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_show : function() {
// shortcuts
var self = this,
queue = this._queue[ 0 ],
Function _createThumbnails
has 177 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_createThumbnails : function( push ) {
this.get( 'total' ).innerHTML = this.getDataLength();
var src,
Function _generateHTML
has 169 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_generateHTML: function(inst) {
var maxDraw, prevText, prev, nextText, next, currentText, gotoDate,
controls, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,
monthNames, monthNamesShort, beforeShowDay, showOtherMonths,
selectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,
File foundation.js
has 443 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/*
* Foundation Responsive Library
* http://foundation.zurb.com
* Copyright 2014, ZURB
* Free to use under the MIT license.
Function size
has 156 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var effectSize = $.effects.effect.size = function( o, done ) {
// Create element
var original, baseline, factor,
el = $( this ),
Function scale
has 152 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
scale: function( options ) {
var self = this;
// extend some defaults
Function parseDate
has 149 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
parseDate: function (format, value, settings) {
if (format == null || value == null) {
throw "Invalid arguments";
}
Function position
has 147 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.position = function( options ) {
if ( !options || !options.of ) {
return _position.apply( this, arguments );
}
Function xdsoftScroller
has 141 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.xdsoftScroller = function (percent) {
return this.each(function () {
var timeboxparent = $(this),
pointerEventToXY = function (e) {
var out = {x: 0, y: 0},
Function init
has 140 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init: function( target, options ) {
options = _legacyOptions( options );
// save the original ingredients