Lines Matching defs: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 ) {
4474 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"],
4843 if (fn.call(bind, this[i], i, this)) results.push(this[i]);
4898 for (var i = 0, j = array.length; i < j; i++) this.push(array[i]);
4911 if (!this.contains(item)) this.push(item);
4957 hex.push((bit.length == 1) ? '0' + bit : bit);
5257 keys.push(key);
5265 values.push(value);
5286 if (value != undefined) queryString.push(result);
5698 items.push(returns);
5755 returned.push(el);
5818 case 'element': elements.push(item); break;
5919 elements.push(el);
6169 if (typeof val != 'undefined') queryString.push(el.name + '=' + encodeURIComponent(val));
6366 events[type].keys.push(fn);
6391 events[type].values.push(defn);
6572 for (var s in Element.ShortStyles[style]) result.push(this.getStyle(s));
6961 parsed.classes.push(cn);
6964 if (parser) parsed.pseudos.push({parser: parser, argument: pa});
6965 else parsed.attributes.push({name: pn, operator: '=', value: pa});
6967 parsed.attributes.push({name: an, operator: ao, value: av});
7019 splitters.push(m1);
7053 if (Selectors.Utils.filter(item, parsed, local)) filtered.push(item);
7072 if (Selectors.Utils.chk(item, uniques)) found.push(item);
7081 if (child.parentNode == self && Selectors.Utils.chk(child, uniques)) found.push(child);
7089 if (Selectors.Utils.chk(self, uniques) && Selectors.Filters.byTag(self, tag) && Selectors.Filters.byID(self, id)) found.push(self);
7100 if (Selectors.Filters.byTag(self, tag) && Selectors.Filters.byID(self, id)) found.push(self);
7310 if (json) string.push(JSON.encode(key) + ':' + json);
7686 computed.push({value: from[i].parser.compute(from[i].value, to[i].value, delta), parser: from[i].parser});
8441 parent.subclasses.push(klass);
8462 properties.push("toString", "valueOf");
8520 results.push(property.toJSON() + ': ' + value);
8537 keys.push(property);
8544 values.push(object[property]);
8810 hash[key].push(value);
8993 slices.push(array.slice(index, index+number));
9021 results.push(iterator.call(context, value, index));
9041 results.push(value);
9055 results.push(iterator.call(context, value, index));
9077 while(slice.length < number) slice.push(fillWith);
9123 trues : falses).push(value);
9131 results.push(value[property]);
9140 results.push(value);
9270 array.push(value);
9297 if (!Object.isUndefined(value)) results.push(value);
9333 for (var i = 0, length = this.length; i < length; i++) array.push(this[i]);
9337 array.push(arguments[i][j]);
9339 array.push(arguments[i]);
9450 } else results.push(toQueryPair(key, values));
9522 this.responders.push(responder);
9655 if (Object.isFunction(extras.push))
9895 elements.push($(arguments[i]));
9909 results.push(Element.extend(query.snapshotItem(i)));
10073 elements.push(Element.extend(element));
11171 this.matcher.push(Object.isFunction(c[i]) ? c[i](m) :
11179 this.matcher.push("return h.unique(n);\n}");
11197 this.matcher.push(Object.isFunction(x[i]) ? x[i](m) :
11248 this.tokens.push([i, Object.clone(m)]);
11336 exclusion.push("(" + v.substring(1, v.length - 1) + ")");
11450 a.push(node);
11491 results.push(Element.extend(n));
11508 if (child.nodeType == 1 && child.tagName != '!') results.push(child);
11516 if (next) results.push(next);
11555 if (node.tagName.toUpperCase() === uTagName) results.push(node);
11597 results.push(node);
11607 if (Element.hasAttribute(node, attr)) results.push(node);
11618 if (handler(nodeValue, value)) results.push(node);
11634 results.push(node);
11641 results.push(node);
11649 results.push(node);
11679 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
11694 indexed.push(node.parentNode);
11700 if (node.nodeIndex == formula) results.push(node);
11708 if (node.nodeIndex == indices[j]) results.push(node);
11720 results.push(node);
11730 if (!node._countedByPrototype) results.push(node);
11738 results.push(node);
11744 if (node.disabled) results.push(node);
11750 if (node.checked) results.push(node);
11771 expressions.push(m[1].strip());
11780 if (element._countedByPrototype) results.push(element);
11809 if (node.tagName !== "!") a.push(node);
11844 result[key].push(value);
11865 elements.push(Element.extend(child));
11881 matchingInputs.push(Element.extend(input));
12070 if (opt.selected) values.push(this.optionValue(opt));
12349 c.push(wrapper);
12652 elements.push(Element.extend(child));