Searched defs:panelName (Results 1 – 3 of 3) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 7768 addPanel: function(panelName, parentPanel) argument 7776 removePanel: function(panelName) argument 7783 selectPanel: function(panelName) argument 7808 getPanel: function(panelName) argument 21945 onPanelEnable: function(panelName) argument 21957 onPanelDisable: function(panelName) argument
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 1831 },addPanel:function(panelName,parentPanel){var PanelType=Firebug.panelTypeMap[panelName]; argument 1834 },removePanel:function(panelName){var panel=this.panelMap[panelName]; argument 1836 }},selectPanel:function(panelName){var selectedPanel=this.selectedPanel; argument 1846 }},getPanel:function(panelName){var panel=this.panelMap[panelName]; argument 5655 },onPanelEnable:function(panelName){if(panelName!=this.panelName){return argument 5659 },onPanelDisable:function(panelName){if(panelName!=this.panelName){return argument
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1842 },addPanel:function(panelName,parentPanel){var PanelType=Firebug.panelTypeMap[panelName]; argument 1845 },removePanel:function(panelName){var panel=this.panelMap[panelName]; argument 1847 }},selectPanel:function(panelName){var selectedPanel=this.selectedPanel; argument 1857 }},getPanel:function(panelName){var panel=this.panelMap[panelName]; argument 5666 },onPanelEnable:function(panelName){if(panelName!=this.panelName){return argument 5670 },onPanelDisable:function(panelName){if(panelName!=this.panelName){return argument
|