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

Lines Matching full:push

119 	// Take an array of elements and push it onto the stack
143 // Resetting the length to 0, then using the native Array push
146 Array.prototype.push.apply( this, elems );
284 push: [].push,
441 values.push( value );
944 ret.push( elem );
953 scripts.push( ret[i].parentNode ? ret[i].parentNode.removeChild( ret[i] ) : ret[i] );
1123 ret.push( array[ i ] );
1141 ret.push( elems[ i ] );
1349 q.push( data );
1442 parts.push( m[1] );
1506 results.push.apply( results, checkSet );
1510 results.push( set[i] );
1516 results.push( set[i] );
1616 result.push( item );
1761 ret.push( results[i] );
1784 result.push( elem );
1838 result.push.apply( result, ret );
2062 results.push.apply( results, array );
2080 Array.prototype.push.apply( ret, array );
2084 ret.push( array[i] );
2088 ret.push( array[i] );
2180 tmp.push( results[i] );
2395 matched.push( cur );
2417 r.push( n );
2969 jQuery.readyList.push( fn );
2998 elems.push({ elem: elem, fn: fn });
4052 if ( t() && jQuery.timers.push(t) && !timerId ) {