Showing 150 of 1,794 total issues
Avoid too many return
statements within this function. Open
Open
return check && result.indexOf( check ) === 0;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "fed";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return lexeme.length;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return parsed && parsed.getTime() === dateToCheck.getTime()
? bool
: !bool;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return results;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return check && result.indexOf( check ) > -1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return root.ready !== undefined ?
root.ready( selector ) :
// Execute immediately if ready is not present
selector( jQuery );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return check && result.slice( -check.length ) === check;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return "eg";
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return sortInput ?
( indexOf.call( sortInput, a ) - indexOf.call( sortInput, b ) ) :
0;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return compare & 4 ? -1 : 1;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return jQuery.makeArray( selector, this );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this.each( function( i ) {
var val;
if ( this.nodeType !== 1 ) {
return;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return value(currentNode);
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return bool;
- Create a ticketCreate a ticket