Lines Matching refs:command

8447             var cmd = target.command;
9874 command: "toggleChrome"
9880 command: "openPopup"
9886 command: "toggleInspect"
9892 command: "focusCommandLine"
9903 command: "visitWebsite"
9907 command: "visitDiscussionGroup"
9911 command: "visitIssueTracker"
10045 command: "restorePrefs",
15542 {label: "CopySource", command: bindFixed(this.copySource, this, fn) },
15546 command: bindFixed(this.monitor, this, fn, script, monitored) }
16309 {label: "CopyHTML", command: bindFixed(this.copyHTML, this, elt) },
16310 {label: "CopyInnerHTML", command: bindFixed(this.copyInnerHTML, this, elt) },
16311 {label: "CopyXPath", command: bindFixed(this.copyXPath, this, elt) },
16314 command: bindFixed(toggleMonitorEvents, FBL, elt, null, monitored, context) },
16316 {label: "ScrollIntoView", command: bindFixed(elt.scrollIntoView, elt) }
16445 {label: "CopyLocation", command: bindFixed(this.copyURL, this, styleSheet) },
16447 {label: "OpenInTab", command: bindFixed(this.openInTab, this, styleSheet) }
16664 {label: "CopyLocation", command: bindFixed(this.copyLink, this, sourceLink) },
16666 {label: "OpenInTab", command: bindFixed(this.openInTab, this, sourceLink) }
17000 {label: "CopyError", command: bindFixed(this.copyError, this, error) }
17008 command: bindFixed(this.breakOnThisError, this, error) },
17043 {label: "CopyError", command: bindFixed(this.copyError, this, error) },
17046 command: bindFixed(this.breakOnThisError, this, error) },
17048 command: bindFixed(this.breakOnAllErrors, this, error) }
21140 {label: "CopyLocation", command: bindFixed(this.copyURL, this, spy) }
21146 {label: "CopyLocationParameters", command: bindFixed(this.copyParams, this, spy) }
21151 {label: "CopyResponse", command: bindFixed(this.copyResponse, this, spy) },
21153 {label: "OpenInTab", command: bindFixed(this.openInTab, this, spy) }
22576 command: bindFixed(Firebug.setPref, Firebug, strictDomain, strictName, !strictValue) };
23706 var _stack = function(command) argument
23708 Firebug.context.persistedState.commandHistory.push(command);
23889 var command = this.element.value;
23891 if (!command) return;
23893 _stack(command);
23895 Firebug.Console.log(commandPrefix + " " + stripNewLines(command),
23898 var result = this.evaluate(command);
23939 var command = element.value;
23940 var offset = getExpressionOffset(command);
23942 var valBegin = offset ? command.substr(0, offset) : "";
23943 var val = command.substr(offset);
24123 function getExpressionOffset(command) argument
24131 var start = command.length-1;
24134 var c = command[start];
27535 command: bindFixed(Firebug.togglePref, Firebug, "expandShorthandProps") },
27537 {label: "Refresh", command: bind(this.refresh, this) }
27549 command: bindFixed(copyToClipboard, FBL, this.infoTipObject) }
27556 command: bindFixed(copyToClipboard, FBL, this.infoTipObject) },
27558 command: bindFixed(openNewTab, FBL, this.infoTipObject) }
27568 command: bindFixed(this.editElementStyle, this) }
27576 command: bindFixed(this.insertRule, this, target) }
27586 command: bindFixed(this.insertPropertyRow, this, target) }
27597 command: bindFixed(this.editPropertyRow, this, propRow) },
27599 command: bindFixed(this.deletePropertyRow, this, propRow) },
27602 command: bindFixed(this.disablePropertyRow, this, propRow) }
27609 {label: "Refresh", command: bind(this.refresh, this) }
28178 command: bindFixed(Firebug.togglePref, Firebug, "showUserAgentCSS") },
28180 command: bindFixed(Firebug.togglePref, Firebug, "expandShorthandProps") }
28188command: bindFixed(this.updateContentState, this, STATE_ACTIVE, state & STATE_ACTIVE)});
28190 command: bindFixed(this.updateContentState, this, STATE_HOVER, state & STATE_HOVER)});
28352 {label: "Refresh", command: bind(this.refresh, this) }
28620 var command = Firebug.chrome.$("cmd_toggleCSSEditing");
28621 command.setAttribute("checked", true);
28626 var command = Firebug.chrome.$("cmd_toggleCSSEditing");
28627 command.setAttribute("checked", false);