Searched refs:ConsolePanel (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 5680 Firebug.ConsolePanel=function(){}; function 5681 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastL… class in Firebug 5907 }var appendObject=Firebug.ConsolePanel.prototype.appendObject; 5908 var appendFormatted=Firebug.ConsolePanel.prototype.appendFormatted; 5909 var appendOpenGroup=Firebug.ConsolePanel.prototype.appendOpenGroup; 5910 var appendCloseGroup=Firebug.ConsolePanel.prototype.appendCloseGroup; 5912 Firebug.registerPanel(Firebug.ConsolePanel)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 22044 Firebug.ConsolePanel = function () {} // XXjjb attach Firebug so this panel can be extended. function 22048 Firebug.ConsolePanel.prototype = extend(Firebug.Panel, class in Firebug 22798 var appendObject = Firebug.ConsolePanel.prototype.appendObject; 22799 var appendFormatted = Firebug.ConsolePanel.prototype.appendFormatted; 22800 var appendOpenGroup = Firebug.ConsolePanel.prototype.appendOpenGroup; 22801 var appendCloseGroup = Firebug.ConsolePanel.prototype.appendCloseGroup; 22807 Firebug.registerPanel(Firebug.ConsolePanel);
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 5691 Firebug.ConsolePanel=function(){}; function 5692 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastLogTime:0,groups:null,limit:null,append:function(appender,objects,className,rep,sourceLink,noRow){var container=this.getTopContainer(); class in Firebug 5701 }},clear:function(){if(this.panelNode){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("ConsolePanel.clear") 5829 },enablePanel:function(module){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("console.ConsolePanel.enablePanel; "+this.context.getName()) 5833 }},disablePanel:function(module){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("console.ConsolePanel.disablePanel; "+this.context.getName()) 5918 }var appendObject=Firebug.ConsolePanel.prototype.appendObject; 5919 var appendFormatted=Firebug.ConsolePanel.prototype.appendFormatted; 5920 var appendOpenGroup=Firebug.ConsolePanel.prototype.appendOpenGroup; 5921 var appendCloseGroup=Firebug.ConsolePanel.prototype.appendCloseGroup; 5923 Firebug.registerPanel(Firebug.ConsolePanel) [all...] |