Showing 1,485 of 3,294 total issues
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 ret;
Avoid too many return
statements within this function. Open
Open
return new BitmapIndexedNode(ownerID, newBitmap, newNodes);
Avoid too many return
statements within this function. Open
Open
return newNode;
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 sortInput ?
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
0;
Avoid too many return
statements within this function. Open
Open
return ret == null ?
undefined :
ret;
Avoid too many return
statements within this function. Open
Open
return regExp
Avoid too many return
statements within this function. Open
Open
return new HashArrayMapNode(ownerID, newCount, newNodes);
Avoid too many return
statements within this function. Open
Open
return editable;
Avoid too many return
statements within this function. Open
Open
return results;
Avoid too many return
statements within this function. Open
Open
if (options.flipNegate) return false
Avoid too many return
statements within this function. Open
Open
return newNode;
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 );
Avoid too many return
statements within this function. Open
Open
return o.hashCode();
Avoid too many return
statements within this function. Open
Open
return ret
Avoid too many return
statements within this function. Open
Open
if (fr === fl) return true
Avoid too many return
statements within this function. Open
Open
return empty.withMutations(function(list ) {
list.setSize(size);
iter.forEach(function(v, i) {return list.set(i, v)});
});
Avoid too many return
statements within this function. Open
Open
return compare & 4 ? -1 : 1;