Lines Matching refs:label

1777     var label = element.localName.toLowerCase();
1779 label += "#" + element.id;
1781 label += "." + element.getAttribute("class").split(" ")[0];
1783 return label;
7517 var label = safeToString(object);
7520 var m = re.exec(label);
7534 (label == "[object]" ||
7536 typeof object == "object" && typeof label == "undefined")
7543 return label;
8146 item.label = $STR(item.label);
9870 label: "Open Firebug",
9877 label: "Open Firebug in New Window",
9883 label: "Inspect Element",
9889 label: "Command Line",
9896 label: "Options",
9902 label: "Firebug Lite Website...",
9906 label: "Discussion Group...",
9910 label: "Issue Tracker...",
9973 label: "Start Opened",
9980 label: "Start in New Window",
9987 label: "Show Icon When Hidden",
9994 label: "Override Console Object",
10001 label: "Ignore Firebug Elements",
10008 label: "Disable When Firebug Active",
10015 label: "Disable XHR Listener",
10022 label: "Disable Resource Fetching",
10029 label: "Enable Trace Mode",
10036 label: "Enable Persistent Mode (experimental)",
10044 label: "Reset All Firebug Options",
15542 {label: "CopySource", command: bindFixed(this.copySource, this, fn) },
15544 {label: $STRF("ShowCallsInConsole", [name]), nol10n: true,
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) },
16313 {label: "ShowEventsInConsole", type: "checkbox", checked: monitored,
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) }
17007 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError,
17043 {label: "CopyError", command: bindFixed(this.copyError, this, error) },
17045 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError,
17047 {label: "BreakOnAllErrors", type: "checkbox", checked: Firebug.breakOnErrors,
17710 items.push({label: "Cut", commandID: "cmd_cut"});
17711 items.push({label: "Copy", commandID: "cmd_copy"});
17712 items.push({label: "Paste", commandID: "cmd_paste"});
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) }
22575 return {label: "JavascriptOptionsStrict", type: "checkbox", checked: strictValue,
23220 var label = key == undefined
23224 frameCounter.logRow.firstChild.firstChild.nodeValue = label;
23507 var label = name + ": " + diff + "ms";
23509 this.info(label);
27534 … {label: "Expand Shorthand Properties", type: "checkbox", checked: Firebug.expandShorthandProps,
27537 {label: "Refresh", command: bind(this.refresh, this) }
27548 {label: "CopyColor",
27555 {label: "CopyImageLocation",
27557 {label: "OpenImageInNewTab",
27567 {label: "EditStyle",
27575 {label: "NewRule",
27585 {label: "NewProp",
27596 {label: $STRF("EditProp", [propName]), nol10n: true,
27598 {label: $STRF("DeleteProp", [propName]), nol10n: true,
27600 {label: $STRF("DisableProp", [propName]), nol10n: true,
27609 {label: "Refresh", command: bind(this.refresh, this) }
28177 {label: "Show User Agent CSS", type: "checkbox", checked: Firebug.showUserAgentCSS,
28179 … {label: "Expand Shorthand Properties", type: "checkbox", checked: Firebug.expandShorthandProps,
28187 ret.push({label: ":active", type: "checkbox", checked: state & STATE_ACTIVE,
28189 ret.push({label: ":hover", type: "checkbox", checked: state & STATE_HOVER,
28352 {label: "Refresh", command: bind(this.refresh, this) }
29235 var label = getAncestorByClass(target, "memberLabel");
29236 if (label && hasClass(row, "hasChildren"))
29238 var row = label.parentNode.parentNode;