Home | History | Annotate | Download | only in parse-only

Lines Matching full:pseudo

1664 		PSEUDO: /:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/
1830 PSEUDO: function(match, curLoop, inplace, result, not){
1939 PSEUDO: function(elem, match, i, array){
2349 while ( (match = Expr.match.PSEUDO.exec( selector )) ) {
2351 selector = selector.replace( Expr.match.PSEUDO, "" );