Searched refs:isAlwaysEnabled (Results 1 – 3 of 3) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
D | firebug-lite-debug.js | 20567 if (Firebug.showXMLHttpRequests && Firebug.Console.isAlwaysEnabled()) 20591 if (Firebug.showXMLHttpRequests && Firebug.Console.isAlwaysEnabled()) 21790 isAlwaysEnabled: function() method 21889 if (Firebug.Console.isAlwaysEnabled()) 21895 if (Firebug.Console.isAlwaysEnabled()) 21977 if (Firebug.Console.isAlwaysEnabled()) 21985 if (Firebug.Console.isAlwaysEnabled()) 22026 if (this.isAlwaysEnabled()) 22377 if (!this.persistedContent && Firebug.Console.isAlwaysEnabled()) 22452 var enabled = Firebug.Console.isAlwaysEnabled(); [all …]
|
/plugin/webcode/vendor/ |
D | firebug-lite-1.4.js | 5415 if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attachObserver(context,cont… 5421 …unction(context,win){if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attac… 5612 var ActivableConsole=extend(Firebug.ConsoleBase,{isAlwaysEnabled:function(){return true method 5640 },enable:function(){if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors() 5641 }},disable:function(){if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors() 5665 }if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors() 5667 }if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors() 5677 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments) 5780 if(!this.persistedContent&&Firebug.Console.isAlwaysEnabled()){this.insertLogLimit(this.context); 5798 }var enabled=Firebug.Console.isAlwaysEnabled(); [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 5426 if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attachObserver(context,cont… 5432 …unction(context,win){if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attac… 5623 var ActivableConsole=extend(Firebug.ConsoleBase,{isAlwaysEnabled:function(){return true method 5651 },enable:function(){if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors() 5652 }},disable:function(){if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors() 5676 }if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors() 5678 }if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors() 5688 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments) 5791 if(!this.persistedContent&&Firebug.Console.isAlwaysEnabled()){this.insertLogLimit(this.context); 5809 }var enabled=Firebug.Console.isAlwaysEnabled(); [all …]
|