• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/

Lines Matching refs:matches

2995 		var i, j, cur, ret, selMatch, matched, matches, handleObj, sel, related,
3021 matches = [];
3032 matches.push( handleObj );
3035 if ( matches.length ) {
3036 handlerQueue.push({ elem: cur, matches: matches });
3044 handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
3052 for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
3053 handleObj = matched.matches[ j ];
3944 Sizzle.matches = function( expr, elements ) {
3972 return markFunction(function( seed, matches ) {
3980 seed[j] = !(matches[j] = seed[j]);
4176 /* matches from matchExpr["CHILD"]
4375 markFunction(function( seed, matches ) {
4381 seed[ idx ] = !( matches[ idx ] = matched[i] );
4403 markFunction(function( seed, matches, context, xml ) {
4411 seed[i] = !(matches[i] = elem);
4724 matched.matches = match;
4868 // Find primary matches
4937 matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
5022 // Reintegrate element matches to eliminate the need for sorting
5031 // Discard index placeholder values to get only actual matches
5035 // Add matches to results
5038 // Seedless set matches succeeding multiple successful matchers stipulate sorting
5112 context = Expr.find["ID"]( token.matches[0].replace( rbackslash, "" ), context, xml )[0];
5131 token.matches[0].replace( rbackslash, "" ),
5179 matches = docElem.matchesSelector ||
5279 if ( matches ) {
5283 disconnectedMatch = matches.call( div, "div" );
5288 matches.call( div, "[test!='']:sizzle" );
5303 var ret = matches.call( elem, expr );
5573 jQuery.find.matches(expr, elems);
6886 var matches = rnumsplit.exec( value );
6887 return matches ?
6888 Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :