Lines Matching refs:command
2033 var cmd=target.command;
2405 …command:"toggleChrome"},{label:"Open Firebug in New Window",type:"shortcut",key:isFirefox?"Ctrl+Sh… property
2416 …sistent,disabled:cookiesDisabled},"-",{label:"Reset All Firebug Options",command:"restorePrefs",di…
4218 …rce",command:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsInConsole",[name]),nol…
4377 …command:bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFixed(this.copyInner…
4398 …ontext){return[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"…
4444 …ntext){return[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"…
4521 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}]; property
4522 …h("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnThisError,command:bindFixed(this.br… property
4528 …command:bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checke…
5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… property
5493 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,… property
5494 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn… property
5843 return{label:"JavascriptOptionsStrict",type:"checkbox",checked:strictValue,command:bindFixed(Firebu…
6233 var _stack=function(command){Firebug.context.persistedState.commandHistory.push(command); argument
6289 },enter:function(){var command=this.element.value;
6290 if(!command){return
6291 }_stack(command);
6292 Firebug.Console.log(commandPrefix+" "+stripNewLines(command),Firebug.browser,"command",FirebugReps.…
6293 var result=this.evaluate(command);
6303 var command=element.value;
6304 var offset=getExpressionOffset(command);
6305 var valBegin=offset?command.substr(0,offset):"";
6306 var val=command.substr(offset);
6364 function getExpressionOffset(command){var bracketCount=0; argument
6365 var start=command.length-1;
6368 --start){var c=command[start];
7322 …rebug.expandShorthandProps,command:bindFixed(Firebug.togglePref,Firebug,"expandShorthandProps")},"…
7324 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t… property
7325 …sh({label:"CopyImageLocation",command:bindFixed(copyToClipboard,FBL,this.infoTipObject)},{label:"O… property
7326 }}if(isElement(this.selection)){items.push({label:"EditStyle",command:bindFixed(this.editElementSty… property
7327 }else{if(!isSystemStyleSheet(this.selection)){items.push({label:"NewRule",command:bindFixed(this.in… property
7329 if(cssRule&&hasClass(cssRule,"cssEditableRule")){items.push("-",{label:"NewProp",command:bindFixed(… property
7333 …command:bindFixed(this.editPropertyRow,this,propRow)},{label:$STRF("DeleteProp",[propName]),nol10n… property
7334 }}items.push("-",{label:"Refresh",command:bind(this.refresh,this)}); property
7478 …command:bindFixed(Firebug.togglePref,Firebug,"showUserAgentCSS")},{label:"Expand Shorthand Propert… property
7481 ret.push({label:":active",type:"checkbox",checked:state&STATE_ACTIVE,command:bindFixed(this.updateC… property
7482 ret.push({label:":hover",type:"checkbox",checked:state&STATE_HOVER,command:bindFixed(this.updateCon… property
7512 },getOptionsMenuItems:function(){return[{label:"Refresh",command:bind(this.refresh,this)}]
7597 var command=Firebug.chrome.$("cmd_toggleCSSEditing");
7598 command.setAttribute("checked",true)
7599 },hide:function(){var command=Firebug.chrome.$("cmd_toggleCSSEditing");
7600 command.setAttribute("checked",false);