Searched refs:parentPanel (Results 1 – 3 of 3) sorted by relevance
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 1528 if(panelType.prototype.parentPanel){parentPanelMap[panelType.prototype.parentPanel]=1 1601 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property 1614 }}else{var containerSufix=this.parentPanel?"2":"1"; 1620 }var panelBarNode=this.parentPanel?Firebug.chrome.getPanel(this.parentPanel).sidePanelBarNode:this.… 1636 this.parentPanel=null; 1673 if(!this.parentPanel){Firebug.chrome.layout(this) 1810 …){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel&&p.prototype.parentPanel&&ownerPanel.name==… 1831 },addPanel:function(panelName,parentPanel){var PanelType=Firebug.panelTypeMap[panelName]; argument 1841 }if(!panel.parentPanel){Firebug.context.persistedState.selectedPanelName=panelName 7238 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","d… property [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1539 if(panelType.prototype.parentPanel){parentPanelMap[panelType.prototype.parentPanel]=1 1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:fals… property 1625 }}else{var containerSufix=this.parentPanel?"2":"1"; 1631 }var panelBarNode=this.parentPanel?Firebug.chrome.getPanel(this.parentPanel).sidePanelBarNode:this.… 1647 this.parentPanel=null; 1684 if(!this.parentPanel){Firebug.chrome.layout(this) 1821 …){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel&&p.prototype.parentPanel&&ownerPanel.name==… 1842 },addPanel:function(panelName,parentPanel){var PanelType=Firebug.panelTypeMap[panelName]; argument 1852 }if(!panel.parentPanel){Firebug.context.persistedState.selectedPanelName=panelName 7249 }},name:"stylesheet",title:"CSS",parentPanel:null,searchable:true,dependents:["css","stylesheet","d… property [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 6363 if (panelType.prototype.parentPanel) 6364 parentPanelMap[panelType.prototype.parentPanel] = 1; 6708 parentPanel: null, property 6791 var containerSufix = this.parentPanel ? "2" : "1"; 6818 var panelBarNode = this.parentPanel ? 6819 Firebug.chrome.getPanel(this.parentPanel).sidePanelBarNode : 6891 this.parentPanel = null; 7021 if (!this.parentPanel) 7700 ownerPanel && p.prototype.parentPanel && 7701 ownerPanel.name == p.prototype.parentPanel) [all …]
|