Showing 2,136 of 3,976 total issues
Function offset
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
offset: function( options ) {
// Preserve chaining for setter
if ( arguments.length ) {
return options === undefined ?
Function display
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
display: function() {
var
title = settings.name + ':',
totalTime = 0
;
Function tagParameters
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Lexer.prototype.tagParameters = function() {
var i, stack, tok, tokens;
if (this.tag() !== ')') {
return this;
}
Function prepareStackTrace
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
Error.prepareStackTrace = function(err, stack) {
var frame, frames, getSourceMapping;
getSourceMapping = function(filename, line, column) {
var answer, sourceMap;
sourceMap = getSourceMap(filename);
Function unfoldedSoak
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
return this.unfoldedSoak != null ? this.unfoldedSoak : this.unfoldedSoak = (function(_this) {
return function() {
var fst, i, ifn, j, len1, prop, ref, ref3, ref4, snd;
if (ifn = _this.base.unfoldSoak(o)) {
(ref3 = ifn.body.properties).push.apply(ref3, _this.properties);
Function eifelerRegelAppliesToNumber
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function eifelerRegelAppliesToNumber(number) {
number = parseInt(number, 10);
if (isNaN(number)) {
return false;
}
Function offset
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
offset: function( options ) {
if ( arguments.length ) {
return options === undefined ?
this :
this.each( function( i ) {
Function init
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
init : function (scope, libraries, method, options, response) {
var args = [scope, method, options, response],
responses = [];
// check RTL
Function getWidthOrHeight
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function getWidthOrHeight( elem, name, extra ) {
// Start with offset property, which is equivalent to the border-box value
var valueIsBorderBox = true,
val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
Function toHaveBeenCalledWith
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getJasmineRequireObj().toHaveBeenCalledWith = function(j$) {
var getErrorMsg = j$.formatErrorMsg('<toHaveBeenCalledWith>', 'expect(<spyObj>).toHaveBeenCalledWith(...arguments)');
function toHaveBeenCalledWith(util, customEqualityTesters) {
Function computeMonthsParse
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function computeMonthsParse () {
function cmpLenRev(a, b) {
return b.length - a.length;
}
Function create
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
DatePicker.prototype.create = function( type, value, options ) {
var isInfiniteValue,
calendar = this
Function deprecate
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function deprecate(msg, fn) {
var firstTime = true;
return extend(function () {
if (utils_hooks__hooks.deprecationHandler != null) {
Function set
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
DatePicker.prototype.set = function( type, value, options ) {
var calendar = this,
calendarItem = calendar.item
Function set
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
set: function( elem, value ) {
var parsed, curElem,
backgroundColor = "";
if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {
Function set
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
set: function( elem, value ) {
var parsed, curElem,
backgroundColor = "";
if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {
Function _destroy
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_destroy: function() {
this._mouseDestroy();
var wrapper,
Function _destroy
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_destroy: function() {
this._mouseDestroy();
var wrapper,
Function set
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
set: function( elem, value ) {
var parsed, curElem,
backgroundColor = "";
if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {
Function set
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
set: function( elem, value ) {
var parsed, curElem,
backgroundColor = "";
if ( value !== "transparent" && ( jQuery.type( value ) !== "string" || ( parsed = stringParse( value ) ) ) ) {