Lines Matching refs:label

652 this.getElementCSSSelector=function(element){var label=element.localName.toLowerCase();
653 if(element.id){label+="#"+element.id
654 }if(element.hasAttribute("class")){label+="."+element.getAttribute("class").split(" ")[0]
655 }return label
1767 },getTitle:function(object){var label=safeToString(object);
1769 var m=re.exec(label);
1771 }else{if(isIE&&(label=="[object]"||typeof object=="object"&&typeof label=="undefined")){return"Obje…
1772 }else{return label
1924 item.label=$STR(item.label);
2394label:"Open Firebug",type:"shortcut",key:isFirefox?"Shift+F12":"F12",checked:true,command:"toggleC…
2405label:"Start Opened",type:"checkbox",value:"startOpened",checked:Firebug.startOpened,disabled:cook…
4207 return[{label:"CopySource",command:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsI…
4366label:"CopyHTML",command:bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFix…
4387 …(styleSheet,target,context){return[{label:"CopyLocation",command:bindFixed(this.copyURL,this,style…
4433 …(sourceLink,target,context){return[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sour…
4510 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}];
4511 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT…
4517label:"CopyError",command:bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type…
4687 items.push({label:"Cut",commandID:"cmd_cut"});
4688 items.push({label:"Copy",commandID:"cmd_copy"});
4689 items.push({label:"Paste",commandID:"cmd_paste"});
5481 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL…
5482 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,…
5483 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn…
5832 return{label:"JavascriptOptionsStrict",type:"checkbox",checked:strictValue,command:bindFixed(Firebu…
6054 }var label=key==undefined?frameCounter.count:key+" "+frameCounter.count;
6055 frameCounter.logRow.firstChild.firstChild.nodeValue=label
6149 var label=name+": "+diff+"ms";
6150 this.info(label);
7311label:"Expand Shorthand Properties",type:"checkbox",checked:Firebug.expandShorthandProps,command:b…
7313 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t…
7314 …oTipType=="image"){items.push({label:"CopyImageLocation",command:bindFixed(copyToClipboard,FBL,thi…
7315 }}if(isElement(this.selection)){items.push({label:"EditStyle",command:bindFixed(this.editElementSty…
7316 }else{if(!isSystemStyleSheet(this.selection)){items.push({label:"NewRule",command:bindFixed(this.in…
7318 if(cssRule&&hasClass(cssRule,"cssEditableRule")){items.push("-",{label:"NewProp",command:bindFixed(…
7322label:$STRF("EditProp",[propName]),nol10n:true,command:bindFixed(this.editPropertyRow,this,propRow…
7323 }}items.push("-",{label:"Refresh",command:bind(this.refresh,this)});
7467 …[{label:"Show User Agent CSS",type:"checkbox",checked:Firebug.showUserAgentCSS,command:bindFixed(F…
7470 ret.push({label:":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateC…
7471 ret.push({label:":hover",type:"checkbox",checked:state&STATE_HOVER,command:bindFixed(this.updateCon…
7501 },getOptionsMenuItems:function(){return[{label:"Refresh",command:bind(this.refresh,this)}]
7779 var label=getAncestorByClass(target,"memberLabel");
7780 if(label&&hasClass(row,"hasChildren")){var row=label.parentNode.parentNode;