Showing 6,062 of 6,062 total issues
Avoid too many return
statements within this function. Open
Open
return ret == null ?
undefined :
ret;
- 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 select( selector.replace( rtrim, "$1" ), context, results, seed );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return sortInput ?
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
0;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return key === undefined || hasOwn.call( obj, key );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return ret;
- 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 ( context || rootjQuery ).find( selector );
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return this;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return typeof rootjQuery.ready !== "undefined" ?
rootjQuery.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 results;
- 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 self.errorMessage(
'barclamp.node_selector.max_count'.localize().format(
alias,
role
)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return self.errorMessage(
'barclamp.node_selector.platform'.localize().format(
alias,
role
)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return self.errorMessage(
'barclamp.node_selector.conflicting_roles'.localize().format(
alias,
role,
constraints.conflicts_with.join(', ')
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return self.errorMessage(
'barclamp.node_selector.unique'.localize().format(
alias,
role
)
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return '';
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this function. Open
Open
return false;
- Create a ticketCreate a ticket