Showing 2,136 of 3,976 total issues
Function _generatePosition
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_generatePosition: function( event, constrainPosition ) {
var containment, co, top, left,
o = this.options,
scrollIsRootNode = this._isRootNode( this.scrollParent[ 0 ] ),
Function superMatcher
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
superMatcher = function( seed, context, xml, results, outermost ) {
var elem, j, matcher,
matchedCount = 0,
i = "0",
unmatched = seed && [],
Function superMatcher
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
superMatcher = function( seed, context, xml, results, outermost ) {
var elem, j, matcher,
matchedCount = 0,
i = "0",
unmatched = seed && [],
Function superMatcher
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
superMatcher = function( seed, context, xml, results, outermost ) {
var elem, j, matcher,
matchedCount = 0,
i = "0",
unmatched = seed && [],
Function scrollSpy
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.scrollSpy = function(selector, options) {
var defaults = {
throttle: 100,
scrollOffset: 200 // offset - 200 allows elements near bottom of page to scroll
};
Function scrollSpy
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.scrollSpy = function(selector, options) {
var defaults = {
throttle: 100,
scrollOffset: 200 // offset - 200 allows elements near bottom of page to scroll
};
Function scrollSpy
has 65 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.scrollSpy = function(selector, options) {
var defaults = {
throttle: 100,
scrollOffset: 200 // offset - 200 allows elements near bottom of page to scroll
};
File sideNav-de5e615b7a32eb9e55ffc9573e4186ef01339badef5ecb1f3f6d591686f49ac8.js
has 275 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
(function ($) {
var methods = {
init : function(options) {
var defaults = {
Function mutateEvent
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function mutateEvent(event, newProps, largeUnit) {
var miscProps = {};
var oldProps;
var clearEnd;
var startDelta;
Function MockDate
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function MockDate(global) {
var self = this;
var currentTime = 0;
if (!global || !global.Date) {
Function bounce
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
return $.effects.effect.bounce = function( o, done ) {
var el = $( this ),
props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
// defaults:
Function bounce
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
return $.effects.effect.bounce = function( o, done ) {
var el = $( this ),
props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
// defaults:
Function bounce
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
var effectBounce = $.effects.effect.bounce = function( o, done ) {
var el = $( this ),
props = [ "position", "top", "bottom", "left", "right", "height", "width" ],
// defaults:
Function query
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
query: function() {
if(module.is.disabled()) {
module.debug('Element is disabled API request aborted');
return;
Function init
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init = jQuery.fn.init = function( selector, context, root ) {
var match, elem;
// HANDLE: $(""), $(null), $(undefined), $(false)
if ( !selector ) {
Function domManip
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function domManip( collection, args, callback, ignored ) {
// Flatten any nested arrays
args = concat.apply( [], args );
Function resize
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
resize: function() {
var outerDimensions,
that = $(this).resizable( "instance" ),
o = that.options,
cs = that.size,
Function resize
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
resize: function() {
var outerDimensions,
that = $(this).resizable( "instance" ),
o = that.options,
cs = that.size,
Function addPan
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
addPan : function( img ) {
if ( this._options.imageCrop === false ) {
return;
}
Function resize
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
resize: function() {
var outerDimensions,
that = $(this).resizable( "instance" ),
o = that.options,
cs = that.size,