Lines Matching refs:push

59       parent.subclasses.push(klass);
80 properties.push("toString", "valueOf");
137 results.push(property.toJSON() + ': ' + value);
154 keys.push(property);
161 values.push(object[property]);
423 hash[key].push(value);
607 slices.push(array.slice(index, index+number));
635 results.push(iterator(value, index));
657 results.push(value);
671 results.push(iterator(value, index));
693 while(slice.length < number) slice.push(fillWith);
740 trues : falses).push(value);
748 results.push(value[property]);
758 results.push(value);
882 array.push(value);
909 if (!Object.isUndefined(value)) results.push(value);
945 for (var i = 0, length = this.length; i < length; i++) array.push(this[i]);
949 array.push(arguments[i][j]);
951 array.push(arguments[i]);
1132 this.responders.push(responder);
1265 if (Object.isFunction(extras.push))
1505 elements.push($(arguments[i]));
1519 results.push(Element.extend(query.snapshotItem(i)));
1680 elements.push(Element.extend(element));
2744 this.matcher.push(Object.isFunction(c[i]) ? c[i](m) :
2752 this.matcher.push("return h.unique(n);\n}");
2770 this.matcher.push(Object.isFunction(x[i]) ? x[i](m) :
2802 this.tokens.push([i, Object.clone(m)]);
2890 exclusion.push("(" + v.substring(1, v.length - 1) + ")");
3004 a.push(node);
3045 results.push(Element.extend(n));
3062 if (child.nodeType == 1 && child.tagName != '!') results.push(child);
3070 if (next) results.push(next);
3109 if (node.tagName.toUpperCase() === uTagName) results.push(node);
3151 results.push(node);
3161 if (Element.hasAttribute(node, attr)) results.push(node);
3172 if (handler(nodeValue, value)) results.push(node);
3188 results.push(node);
3195 results.push(node);
3203 results.push(node);
3233 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3248 indexed.push(node.parentNode);
3254 if (node.nodeIndex == formula) results.push(node);
3262 if (node.nodeIndex == indices[j]) results.push(node);
3274 results.push(node);
3284 if (!node._countedByPrototype) results.push(node);
3291 if (!node.disabled) results.push(node);
3297 if (node.disabled) results.push(node);
3303 if (node.checked) results.push(node);
3321 expressions.push(m[1].strip());
3330 if (element._countedByPrototype) results.push(element);
3359 if (node.tagName !== "!") a.push(node);
3394 result[key].push(value);
3415 elements.push(Element.extend(child));
3431 matchingInputs.push(Element.extend(input));
3621 if (opt.selected) values.push(this.optionValue(opt));
3881 c.push(wrapper);
4174 elements.push(Element.extend(child));