Lines Matching refs:push

99       parent.subclasses.push(klass);
118 properties.push("toString");
120 properties.push("valueOf");
186 results.push(property.toJSON() + ': ' + value);
203 results.push(property);
210 results.push(object[property]);
519 hash[key].push(value);
718 slices.push(array.slice(index, index+number));
746 results.push(iterator.call(context, value, index));
766 results.push(value);
780 results.push(iterator.call(context, value, index));
802 while(slice.length < number) slice.push(fillWith);
848 trues : falses).push(value);
856 results.push(value[property]);
865 results.push(value);
997 array.push(value);
1016 array.push(value);
1044 if (!Object.isUndefined(value)) results.push(value);
1070 array.push(item[j]);
1072 array.push(item);
1185 } else results.push(toQueryPair(key, values));
1334 this.responders.push(responder);
1462 if (Object.isFunction(extras.push))
1712 elements.push($(arguments[i]));
1726 results.push(Element.extend(query.snapshotItem(i)));
1982 elements.push(Element.extend(element));
2725 results.push(node);
3248 this.matcher.push(Object.isFunction(c[name]) ? c[name](m) :
3256 this.matcher.push("return h.unique(n);\n}");
3275 this.matcher.push(Object.isFunction(x[name]) ? x[name](m) :
3323 this.tokens.push([name, Object.clone(m)]);
3425 exclusion.push("(" + v.substring(1, v.length - 1) + ")");
3532 a.push(node);
3588 results.push(Element.extend(n));
3604 if (child.nodeType == 1 && child.tagName != '!') results.push(child);
3612 if (next) results.push(next);
3649 if (node.tagName.toUpperCase() === uTagName) results.push(node);
3702 results.push(node);
3712 if (Element.hasAttribute(node, attr)) results.push(node);
3723 if (handler(nodeValue, value)) results.push(node);
3739 results.push(node);
3746 results.push(node);
3754 results.push(node);
3783 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3797 indexed.push(node.parentNode);
3803 if (node.nodeIndex == formula) results.push(node);
3811 if (node.nodeIndex == indices[j]) results.push(node);
3822 results.push(node);
3832 if (!node._countedByPrototype) results.push(node);
3840 results.push(node);
3846 if (node.disabled) results.push(node);
3852 if (node.checked) results.push(node);
3871 expressions.push(m[1].strip());
3880 if (element._countedByPrototype) results.push(element);
3907 if (node.tagName !== "!") a.push(node);
3936 result[key].push(value);
3959 arr.push(element);
3963 elements.push(Element.extend(child));
3978 matchingInputs.push(Element.extend(input));
4170 if (opt.selected) values.push(this.optionValue(opt));
4436 CACHE.push(element);
4487 respondersForEvent.push(responder);
4831 elements.push(Element.extend(child));