Lines Matching refs:push

75     namespaces.push(fn, ns);
615 keys.push(name); // name is string, safe
634 values.push(map[name]);
671 slice.push(array[i]);
682 newArray.push(fn(array[i]));
685 newArray.push(array[i]);
693 newArray.push.apply(newArray, array);
694 newArray.push.apply(newArray, array2);
871 chars.push(ch);
880 chars.push(ch);
1630 list.push.apply(list, keywords);
1647 cssPropNames.push(name);
1664 cssColorNames.push(colors[i].toLowerCase());
1668 cssColorNames.push(systemColors[i].toLowerCase());
1687 imageRules.push(r);
1902 html.push('<', elt.nodeName.toLowerCase());
1919 html.push(' ', attr.nodeName, '="', escapeForElementAttribute(attr.nodeValue),'"');
1924 html.push('>');
1931 html.push(escapeForHtmlEditor(elt.textContent));
1937 html.push('</', elt.nodeName.toLowerCase(), '>');
1941 html.push('/>');
1945 html.push((isElementXHTML(elt))?'/>':'>');
1949 html.push('></', elt.nodeName.toLowerCase(), '>');
1953 html.push(escapeForTextNode(elt.textContent));
1955 html.push('<![CDATA[', elt.nodeValue, ']]>');
1957 html.push('<!--', elt.nodeValue, '-->');
1974 xml.push('<', elt.nodeName.toLowerCase());
1991 xml.push(' ', attr.nodeName, '="', escapeForElementAttribute(attr.nodeValue),'"');
1996 xml.push('>');
2001 xml.push('</', elt.nodeName.toLowerCase(), '>');
2004 xml.push('/>');
2007 xml.push(elt.nodeValue);
2009 xml.push('<![CDATA[', elt.nodeValue, ']]>');
2011 xml.push('<!--', elt.nodeValue, '-->');
2192 result.push(child);
3152 … params.push({name: decodeURIComponent(parts[0]), value: decodeURIComponent(parts[1])});
3155 params.push({name: decodeURIComponent(parts[0]), value: ""});
3211 … params.push({name: decodeURIComponent(parts[0]), value: [decodeURIComponent(parts[1])]});
3214 params.push({name: decodeURIComponent(parts[0]), value: [""]});
3238 args.push(encodeURIComponent(params[i].name)+"="+encodeURIComponent(params[i].value));
3707 props.push(n);
5869 this.requests.push(o);
6171 result.push(""+args.shift());
6174 result.push(part);
6193 parts.push(format.substr(0, m.index));
6194 parts.push(m[0].substr(1));
6217 parts.push(format.substr(0, m[0][0] == "%" ? m.index : m.index+1));
6218 parts.push({rep: rep, precision: precision, type: ("%" + type)});
6224 parts.push(format);
6350 modules.push.apply(modules, arguments);
6357 panelTypes.push.apply(panelTypes, arguments);
6374 reps.push.apply(reps, arguments);
6600 this.fbListeners.push(listener);
7638 this.controllers.push(arg);
8096 result.push({tag: this.separatorTag});
8148 result.push(item);
8735 invalids.push(panelName);
10377 onKeyCodeListenersMap[keyCode].push({
12318 partial.push(quote(k) + (gap ? ': ' : ':') + v);
12330 partial.push(quote(k) + (gap ? ': ' : ':') + v);
12682 parts.push( m[1] );
12758 results.push.apply( results, checkSet );
12762 results.push( set[i] );
12768 results.push( set[i] );
13021 ret.push( results[i] );
13463 tmp.push( results[i] );
14307 this.listeners.push(eventName, val);
14356 fnBlock.push(', s', i);
14357 fnBlock.push(') {');
14360 fnBlock.push('with (this) {');
14362 fnBlock.push('with (__context__) {');
14363 fnBlock.push('with (__in__) {');
14365 fnBlock.push.apply(fnBlock, blocks);
14368 fnBlock.push('}');
14370 fnBlock.push('}');
14372 fnBlock.push('}})');
14383 markupArgs.push.apply(markupArgs, tag.tag.markupArgs);
14386 outputs.push(tag);
14387 outputs.push(tagOutputs);
14415 outputs.push(iterOuts);
14426 iterOuts.push(itemOuts);
14446 args.push.apply(args, this.vars);
14461 args.push(names[0]);
14470 topBlock.push(',"<', this.tagName, '"');
14477 topBlock.push(', " ', name, '=\\""');
14479 topBlock.push(', "\\""');
14497 topBlock.push(', " class=\\""');
14500 topBlock.push(', " "');
14503 topBlock.push(', (');
14505 topBlock.push(' ? "', name, '" + " " : "")');
14507 topBlock.push(', "\\""');
14509 topBlock.push(',">"');
14512 topBlock.push(',"</', this.tagName, '>"');
14530 blocks.push('__code__.push(""', topBlock.join(""), ');');
14532 blocks.push('__out__.push(', topOuts.join(","), ');');
14551 blocks.push('var ', names[0] + ' = ' + '__in__.' + names[0] + ';');
14569 fnBlock.push(', ', 's'+i);
14572 fnBlock.push(', ', 'd'+i);
14574 fnBlock.push(') {');
14576 fnBlock.push('var l', i, ' = 0;');
14578 fnBlock.push('var e', i, ' = 0;');
14581 fnBlock.push('with (this) {');
14583 fnBlock.push('with (context) {');
14585 fnBlock.push(blocks.join(""));
14588 fnBlock.push('}');
14590 fnBlock.push('}');
14592 fnBlock.push('return ', nodeCount, ';');
14593 fnBlock.push('})');
14608 domArgs.push.apply(domArgs, tag.tag.domArgs);
14609 domArgs.push.apply(domArgs, args);
14668 … blocks.push('addEvent(node, "', this.listeners[i], '", __bind__(this, ', arg, '), false);');
14678 blocks.push('node.', name, ' = ', arg, ';');
14688 blocks.push("var node = __path__(root, o");
14690 blocks.push(",", path[i]);
14691 blocks.push(");");
14696 path.push(0);
14734 names.push(this.value.parts[0].name);
14737 names.push.apply(names, this.vars);
14744 blocks.push('__link__(');
14746 blocks.push(', __code__, __out__, {');
14752 blocks.push(',');
14756 blocks.push('"', name, '":');
14760 blocks.push('});');
14772 blocks.push(embedName + ' = __link__(node, ', valueName, ', ', argsName, ');');
14800 names.push(this.iter.parts[0].name);
14824 …blocks.push('__loop__.apply(this, [', iterName, ', __out__, function(', this.varName, ', __out__) …
14827 blocks.push('}]);');
14837 path.push(-1, 0);
14859 …blocks.push(loopName,' = __loop__.apply(this, [', iterName, ', function(', counterName,',',loopNam…
14861 blocks.push(',d'+i);
14862 blocks.push(') {');
14863 blocks.push(subBlocks.join(""));
14864 blocks.push('return ', nodeCount, ';');
14865 blocks.push('}]);');
14901 parts.push(pre);
14904 parts.push(new Variable(expr[0], expr.slice(1)));
14913 parts.push(post);
14928 children.push(val);
14941 vars.push(part.name);
14963 vals.push(varName);
14966 vals.push('"'+part.replace(/"/g, '\\"')+'"');
14973 args.push(val);
14996 vals.push("__escape__(" + partName + ")");
14998 vals.push(partName);
15001 vals.push('"'+ part + '"');
15006 info.args.push(val);
15007 vals.push('s'+info.argIndex++);
15010 vals.push('"'+ val + '"');
15014 block.push(delim, parts);
15044 ary.push(oldArray[i]);
15103 markupArgs.push.apply(markupArgs, this.tag.markupArgs);
15142 domArgs.push.apply(domArgs, this.tag.domArgs);
15143 domArgs.push.apply(domArgs, outputs);
15194 domArgs.push.apply(domArgs, this.tag.domArgs);
15195 domArgs.push.apply(domArgs, outputs);
15264 domArgs.push.apply(domArgs, this.tag.domArgs);
15265 domArgs.push.apply(domArgs, outputs);
15292 domArgs.push.apply(domArgs, this.tag.domArgs);
15293 domArgs.push.apply(domArgs, outputs);
15706 props.push({
15729 props.push({
15788 props.push({tag: tag, name: name, object: value, equal: "=", delim: ", "});
15919 items.push({object: value, tag: tag, delim: delim});
15935 items.push({object: value, tag: tag, delim: delim});
15939 … items.push({object: (array.length-3) + " more...", tag: FirebugReps.Caption.tag, delim: ""});
16144 attrs.push({
16153 attrs.push(attr);
16173 attrs.push(attr);
16212 escapeGroups.push({
16222 escapeGroups.push({
16529 info.push("clientX=", event.clientX, ", clientY=", event.clientY);
16531 info.push("charCode=", event.charCode, ", keyCode=", event.keyCode);
16760 items.push({name: arg.name, value: arg.value, tag: tag, delim: delim});
17005 items.push(
17079 list.push({lineNo: lineNo, text: sourceText.lines[i]});
17580 this.listeners.push(
17590 this.listeners.push(
17599 this.listeners.push(
17605 this.listeners.push(
17611 this.listeners.push(
17710 items.push({label: "Cut", commandID: "cmd_cut"});
17711 items.push({label: "Copy", commandID: "cmd_copy"});
17712 items.push({label: "Paste", commandID: "cmd_paste"});
18445 candidates.push(name);
18455 candidates.push(name);
18500 candidates.push(values[i]);
18858 spy.responseHeaders.push({
19026 spy.requestHeaders.push({name: [header], value: [value]});
20166 postData.params.push({
20422 requestHeaders.push({name: name, value: value});
20428 responseHeaders.push({name: name, value: value});
20663 contexts.push({context: context, win: win});
21145 items.push(
21150 items.push(
21237 headers.push({name: name, value: value});
21257 headers.push({name: name, value: value});
21732 … consoleQueue.push([appender, objects, context, className, rep, sourceLink, noThrottle, noRow]);
22239 this.groups.push(groupBody);
22614 this.matchSet.push(logRow);
22655 this.matchSet.push(logRow);
22761 parts.push(format.substr(0, m.index));
22762 parts.push(m[0].substr(1));
22785 parts.push(format.substr(0, m[0][0] == "%" ? m.index : m.index+1));
22786 parts.push({rep: rep, precision: precision, type: ("%" + type)});
22792 parts.push(format);
23035 context.activeConsoleHandlers.push(handler);
23139 rest.push(arguments[i]);
23276 args.push({value: fn.arguments[i]});
23279 frames.push({fn: fn, name: getFuncName(fn), args: args});
23462 args.push({value: fn.arguments[i]});
23465 frames.push({fn: fn, name: getFuncName(fn), args: args});
23579 objects.push(args[i]);
23708 Firebug.context.persistedState.commandHistory.push(command);
24008 buffer.push(p);
24270 html.push(nodeControl);
24273 html.push(
24286 html.push(
24308 html.push('&nbsp;<span class="nodeName">', name,
24353 html.push(
24362 html.push('/&gt;</span></div>'); // blank text, print as childless node
24367 html.push('&gt;</span></div>');
24370 html.push('/&gt;</span></div>');
24395 html.push('<div class="lineNo">',
24407 html.push('<div class="nodeText">', escapeHTML(value),'</div>');
24478 stack.push(id);
24488 stack.push(id);
24843 html.push(escapeHTML(objectToString(object)));
24848 html.push('<span class="objectBox-null">', escapeHTML(objectToString(object)), '</span>');
24853 html.push('<span class="objectBox-string">&quot;', escapeHTML(objectToString(object)),
24859 html.push('<span class="objectBox-number">', escapeHTML(objectToString(object)), '</span>');
24864 html.push('<span class="objectBox-number">', escapeHTML(objectToString(object)), '</span>');
24872 html.push('<span class="objectBox-function">', escapeHTML(name), '()</span>');
24925 html.push('<span class="objectBox-object">', m ? m[1] : text, '</span>');
24933 html.push('<span class="objectBox-selector"', uidString, '>');
24935 … html.push('<span class="selectorTag">', escapeHTML(object.nodeName.toLowerCase()), '</span>');
24937 html.push('<span class="selectorId">#', escapeHTML(object.id), '</span>');
24939 html.push('<span class="selectorClass">.', escapeHTML(object.className), '</span>');
24941 html.push('</span>');
24951 html.push(
24965 html.push('&nbsp;<span class="nodeName">', name,
24972 html.push('&gt;</div><div class="nodeChildren">');
24977 html.push('</div><div class="objectBox-element">&lt;/<span class="nodeTag">',
24981 html.push('/&gt;</span></div>');
24987 html.push('<div class="nodeText">', escapeHTML(value),'</div>');
24993 html.push('<span class="objectBox-array"><b>[</b> ');
25000 html.push(', ');
25003 html.push(' <b>]</b></span>');
25423 this.children.push(r);
25528 result.push(i + 1);
25600 rule_start.push(i);
25630 rule_body_start.push(i);
25633 stack.push(cur_parent);
25675 result.push(r);
25845 externalStyleSheetURLs.push(styleSheet.href);
25875 externalStyleSheetURLs.push(styleSheet.href);
25906 externalStyleSheetURLs.push(styleSheet.href);
26046 ElementCSSRulesMap[eid].push(rid);
26382 nodes.push(item);
26950 rules.push({tag: CSSStyleRuleTag.tag, rule: rule, id: ruleId,
26957 rules.push({tag: CSSImportRuleTag.tag, rule: rule});
27050 props.push(prop);
27195 map.push({"name": propName, "value": parsedValue.value,
27547 items.push(
27554 items.push(
27565 items.push(
27573 items.push(
27583 items.push(
27595 items.push(
27607 items.push(
28053 usedProps[prop.name].push(prop); // all occurrences of a property seen so far, by name
28186 ret.push("-");
28187 ret.push({label: ":active", type: "checkbox", checked: state & STATE_ACTIVE,
28189 ret.push({label: ":hover", type: "checkbox", checked: state & STATE_HOVER,
28313 groups.push(group);
28328 group.props.push({name: propName, value: propValue});
28540 cssText.push(getChildByClass(propEl, "cssPropName")[textContent]);
28541 cssText.push(":");
28542 cssText.push(getChildByClass(propEl, "cssPropValue")[textContent]);
28543 cssText.push(";");
28546 cssText.push("}");
29439 timeouts.push(this.context.setTimeout(function()
29467 timeouts.push(this.context.setTimeout(function()
29480 timeouts.push(this.context.setTimeout(function()
29930 this.objectPath.push(new Property(object, name));
30034 this.objectPath.push(new Property(object, name));
30035 this.propertyPath.push(name);
30036 this.viewPath.push({toggles: this.toggles, scrollTop: 0});
30183 … r.push(i==index ? '<a class="fbHover fbButton fbBtnSelected" ' : '<a class="fbHover fbButton" ');
30184 r.push('pathIndex=');
30185 r.push(i);
30188 r.push(' href="javascript:void(0)"');
30190 r.push('>');
30191 r.push(i==0 ? "window" : path[i] || "Object");
30192 r.push('</a>');
30195 r.push('<span class="fbStatusSeparator">&gt;</span>');
30238 this.pathToAppend.push(arrayIndex);
30457 members.push.apply(members, ordinals);
30468 members.push.apply(members, userProps);
30474 members.push.apply(members, userClasses);
30477 members.push.apply(members, userFuncs);
30483 members.push.apply(members, domProps);
30489 members.push.apply(members, domFuncs);
30493 members.push.apply(members, domConstants);
30514 args.push.apply(args, newMembers);
30584 props.push({
30700 this.pathToAppend.push(arrayIndex);
30886 html.push("<b>");
30888 html.push("</b>");
30905 this.messageQueue.push([message, className]);
30941 html.push(escapeHTML(objectToString(object)));
31105 modules.push.apply(modules, arguments);
31116 panelTypes.push.apply(panelTypes, arguments);