Searched refs:hasCommandLine (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 1601 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property in Firebug.Panel.options 2598 changeCommandLineVisibility(options.hasCommandLine); 2603 if(chrome.selectedPanel.options.hasCommandLine){if(Firebug.CommandLine){Firebug.CommandLine.blur() 2621 if(Firebug.chrome.selectedPanel.options.hasCommandLine){changeCommandLineVisibility(true) 5773 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:t…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 6713 hasCommandLine: false, property in Firebug.Panel.options 10722 changeCommandLineVisibility(options.hasCommandLine); 10736 if (chrome.selectedPanel.options.hasCommandLine) 10780 if (Firebug.chrome.selectedPanel.options.hasCommandLine) 22351 hasCommandLine: true,
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:false,hasStatusBar:false,hasToolButtons:false,isPreRendered:false,innerHTMLSync:false},tabNode:null,panelNode:null,sidePanelNode:null,statusBarNode:null,toolButtonsNode:null,panelBarNode:null,sidePanelBarBoxNode:null,sidePanelBarNode:null,sidePanelBar:null,searchable:false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=parentPanelMap.hasOwnProperty(this.name); property in Firebug.Panel.options 2609 changeCommandLineVisibility(options.hasCommandLine); 2614 if(chrome.selectedPanel.options.hasCommandLine){if(Firebug.CommandLine){Firebug.CommandLine.blur() 2632 if(Firebug.chrome.selectedPanel.options.hasCommandLine){changeCommandLineVisibility(true) 5784 }}},name:"Console",title:"Console",options:{hasCommandLine:true,hasToolButtons:true,isPreRendered:true},create:function(){Firebug.Panel.create.apply(this,arguments);
|