Showing 2,136 of 3,976 total issues
Avoid too many return
statements within this function. Open
Open
return result;
Avoid too many return
statements within this function. Open
Open
return forward(1);
Avoid too many return
statements within this function. Open
Open
return fst;
Avoid too many return
statements within this function. Open
Open
return results;
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 false;
Avoid too many return
statements within this function. Open
Open
return typeof root.ready !== "undefined" ?
root.ready( selector ) :
// Execute immediately if ready is not present
selector( jQuery );
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
if (aStack[length] == a) { return bStack[length] == b; }
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return forward(1);
Avoid too many return
statements within this function. Open
Open
return answer;
Avoid too many return
statements within this function. Open
Open
if (keys(b, className == '[object Array]').length !== size) { return false; }
Avoid too many return
statements within this function. Open
Open
return 1;
Avoid too many return
statements within this function. Open
Open
return this.wrapInBraces(fragments);
Avoid too many return
statements within this function. Open
Open
return sortInput ?
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
0;
Avoid too many return
statements within this function. Open
Open
return indent.length;
Avoid too many return
statements within this function. Open
Open
return new Op('!', this);
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
return ( context || root ).find( selector );