Lines Matching refs:command

2022 var cmd=target.command;
2394command:"toggleChrome"},{label:"Open Firebug in New Window",type:"shortcut",key:isFirefox?"Ctrl+Sh…
2405 …sistent,disabled:cookiesDisabled},"-",{label:"Reset All Firebug Options",command:"restorePrefs",di…
4207 …rce",command:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsInConsole",[name]),nol…
4366command:bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFixed(this.copyInner…
4387 …ontext){return[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"…
4433 …ntext){return[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"…
4510 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}];
4511 …h("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnThisError,command:bindFixed(this.br…
4517command:bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checke…
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…
6222 var _stack=function(command){Firebug.context.persistedState.commandHistory.push(command); argument
6278 },enter:function(){var command=this.element.value;
6279 if(!command){return
6280 }_stack(command);
6281 Firebug.Console.log(commandPrefix+" "+stripNewLines(command),Firebug.browser,"command",FirebugReps.…
6282 var result=this.evaluate(command);
6292 var command=element.value;
6293 var offset=getExpressionOffset(command);
6294 var valBegin=offset?command.substr(0,offset):"";
6295 var val=command.substr(offset);
6353 function getExpressionOffset(command){var bracketCount=0; argument
6354 var start=command.length-1;
6357 --start){var c=command[start];
7311 …rebug.expandShorthandProps,command:bindFixed(Firebug.togglePref,Firebug,"expandShorthandProps")},"…
7313 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t…
7314 …sh({label:"CopyImageLocation",command:bindFixed(copyToClipboard,FBL,this.infoTipObject)},{label:"O…
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(…
7322command:bindFixed(this.editPropertyRow,this,propRow)},{label:$STRF("DeleteProp",[propName]),nol10n…
7323 }}items.push("-",{label:"Refresh",command:bind(this.refresh,this)});
7467command:bindFixed(Firebug.togglePref,Firebug,"showUserAgentCSS")},{label:"Expand Shorthand Propert…
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)}]
7586 var command=Firebug.chrome.$("cmd_toggleCSSEditing");
7587 command.setAttribute("checked",true)
7588 },hide:function(){var command=Firebug.chrome.$("cmd_toggleCSSEditing");
7589 command.setAttribute("checked",false);