Lines Matching defs:label
9870 label: "Open Firebug", property
9877 label: "Open Firebug in New Window", property
9883 label: "Inspect Element", property
9889 label: "Command Line", property
9896 label: "Options", property
9902 label: "Firebug Lite Website...", property
9906 label: "Discussion Group...", property
9910 label: "Issue Tracker...", property
17000 {label: "CopyError", command: bindFixed(this.copyError, this, error) } property
17007 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError, property
17710 items.push({label: "Cut", commandID: "cmd_cut"}); property
17711 items.push({label: "Copy", commandID: "cmd_copy"}); property
17712 items.push({label: "Paste", commandID: "cmd_paste"}); property
21140 {label: "CopyLocation", command: bindFixed(this.copyURL, this, spy) } property
21146 {label: "CopyLocationParameters", command: bindFixed(this.copyParams, this, spy) } property
21151 {label: "CopyResponse", command: bindFixed(this.copyResponse, this, spy) }, property
21153 {label: "OpenInTab", command: bindFixed(this.openInTab, this, spy) } property
27548 {label: "CopyColor", property
27555 {label: "CopyImageLocation", property
27557 {label: "OpenImageInNewTab", property
27567 {label: "EditStyle", property
27575 {label: "NewRule", property
27585 {label: "NewProp", property
27596 {label: $STRF("EditProp", [propName]), nol10n: true, property
27598 {label: $STRF("DeleteProp", [propName]), nol10n: true, property
27600 {label: $STRF("DisableProp", [propName]), nol10n: true, property
27609 {label: "Refresh", command: bind(this.refresh, this) } property
28177 {label: "Show User Agent CSS", type: "checkbox", checked: Firebug.showUserAgentCSS, property
28179 … {label: "Expand Shorthand Properties", type: "checkbox", checked: Firebug.expandShorthandProps, property
28187 ret.push({label: ":active", type: "checkbox", checked: state & STATE_ACTIVE, property
28189 ret.push({label: ":hover", type: "checkbox", checked: state & STATE_HOVER, property