Home | History | Annotate | Download | only in jquery

Lines Matching refs:matched

108 	// Get the Nth element in the matched element set OR
109 // Get the whole matched element set as a clean array
121 // (returning the new matched element set)
124 // Build a new jQuery matched element set
135 // Execute a callback for every element in the matched set.
1780 matched = fn( seed, argument ),
1781 i = matched.length;
1783 idx = indexOf( seed, matched[i] );
1784 matched[i] );
2014 var matched, match, tokens, type,
2029 if ( !matched || (match = rcomma.exec( soFar )) ) {
2037 matched = false;
2041 matched = match.shift();
2043 value: matched,
2047 soFar = soFar.slice( matched.length );
2054 matched = match.shift();
2056 value: matched,
2060 soFar = soFar.slice( matched.length );
2064 if ( !matched ) {
2253 // Move matched elements from seed to results to keep them synchronized
2383 // Lengthen the array for every element, matched or not
2852 var matched = [],
2860 matched.push( elem );
2863 return matched;
2867 var matched = [];
2871 matched.push( n );
2875 return matched;
2898 matched = [],
2913 matched.push( cur );
2919 return this.pushStack( matched.length > 1 ? jQuery.unique( matched ) : matched );
3003 var matched = jQuery.map( this, fn, until );
3010 matched = jQuery.filter( selector, matched );
3016 jQuery.unique( matched );
3021 matched.reverse();
3025 return this.pushStack( matched );
4401 var i, j, ret, matched, handleObj,
4421 while ( (matched = handlerQueue[ i++ ]) && !event.isPropagationStopped() ) {
4422 event.currentTarget = matched.elem;
4425 while ( (handleObj = matched.handlers[ j++ ]) && !event.isImmediatePropagationStopped() ) {
4435 .apply( matched.elem, args );
9147 // The number of elements contained in the matched element set