Home
last modified time | relevance | path

Searched refs:ownerPanel (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1802 FBL.PanelBar={panelMap:null,selectedPanel:null,parentPanelName:null,create:function(ownerPanel){thi… argument
1803 this.ownerPanel=ownerPanel;
1804 if(ownerPanel){ownerPanel.sidePanelBarNode=createElement("span");
1805 ownerPanel.sidePanelBarNode.style.display="none";
1806 ownerPanel.sidePanelBarBoxNode.appendChild(ownerPanel.sidePanelBarNode)
1810 i++){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel&&p.prototype.parentPanel&&ownerPanel.name…
1818 this.ownerPanel=null
1819 },initialize:function(){if(this.ownerPanel){this.ownerPanel.sidePanelBarNode.style.display="inline"
1829 }if(this.ownerPanel){this.ownerPanel.sidePanelBarNode.style.display="none"
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1813 FBL.PanelBar={panelMap:null,selectedPanel:null,parentPanelName:null,create:function(ownerPanel){this.panelMap={}; argument
1814 this.ownerPanel=ownerPanel;
1815 if(ownerPanel){ownerPanel.sidePanelBarNode=createElement("span");
1816 ownerPanel.sidePanelBarNode.style.display="none";
1817 ownerPanel.sidePanelBarBoxNode.appendChild(ownerPanel.sidePanelBarNode)
1821 i++){if(!ownerPanel&&!p.prototype.parentPanel||ownerPanel
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7682 create: function(ownerPanel) argument
7685 this.ownerPanel = ownerPanel;
7687 if (ownerPanel)
7689 ownerPanel.sidePanelBarNode = createElement("span");
7690 ownerPanel.sidePanelBarNode.style.display = "none";
7691 ownerPanel.sidePanelBarBoxNode.appendChild(ownerPanel.sidePanelBarNode);
7700 ownerPanel && p.prototype.parentPanel &&
7701 ownerPanel.name == p.prototype.parentPanel)
7724 this.ownerPanel = null;
7729 if (this.ownerPanel)
[all …]