Lines Matching refs:inplace
3933 Sizzle.filter = function( expr, set, inplace, not ) { argument
3960 match = Expr.preFilter[ type ]( match, curLoop, inplace, result, not, isXMLFilter );
3976 if ( inplace && found != null ) {
3993 if ( !inplace ) {
4179 CLASS: function( match, curLoop, inplace, result, not, isXML ) {
4189 if ( !inplace ) {
4193 } else if ( inplace ) {
4237 ATTR: function( match, curLoop, inplace, result, not, isXML ) {
4254 PSEUDO: function( match, curLoop, inplace, result, not ) {
4261 var ret = Sizzle.filter(match[3], curLoop, inplace, true ^ not);
4263 if ( !inplace ) {