Showing 460 of 700 total issues
Avoid too many return
statements within this function. Open
Open
return data;
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return elem[ name ];
Avoid too many return
statements within this function. Open
Open
return jQuery.makeArray( selector, this );
Avoid too many return
statements within this function. Open
Open
return JSON.parse( data );
Avoid too many return
statements within this function. Open
Open
return ret;
Avoid too many return
statements within this function. Open
Open
return regexFilter ? this.regexFilter(!!regexFilter[1], regexFilter[2], regexFilter[3], fullName) : this.stringFilter(filter, fullName);
Avoid too many return
statements within this function. Open
Open
return select( selector.replace( rtrim, "$1" ), context, results, seed );
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return compare & 4 ? -1 : 1;
Avoid too many return
statements within this function. Open
Open
return this.each( function( i ) {
var val;
if ( this.nodeType !== 1 ) {
return;
Avoid too many return
statements within this function. Open
Open
return value;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return JSON.stringify(decycledShallowClone(value), null, 2);
Avoid too many return
statements within this function. Open
Open
if (resultsLen === 0) return resolve(noResults);
Avoid too many return
statements within this function. Open
Open
return this.diffLineMode(text1, text2, deadline);
Avoid too many return
statements within this function. Open
Open
return this.diffBisect(text1, text2, deadline);
Avoid too many return
statements within this function. Open
Open
return diffsA.concat([[DIFF_EQUAL, midCommon]], diffsB);