Searched defs:winnow (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js2672 function winnow( elements, qualifier, not ) { function
2742 return this.pushStack( winnow(this, selector || [], false) );
2745 return this.pushStack( winnow(this, selector || [], true) );
2748 return !!winnow(

Completed in 207 milliseconds