Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6009 this.log=function(){logFormatted(arguments,"log")
6011 this.debug=function(){logFormatted(arguments,"debug",true)
6013 this.info=function(){logFormatted(arguments,"info",true)
6015 this.warn=function(){logFormatted(arguments,"warn",true)
6017 this.error=function(){logFormatted(arguments,"error",true)
6042 this.profile=function(title){logFormatted(["console.profile() not supported."],"warn",true)
6044 this.profileEnd=function(){logFormatted(["console.profile() not supported."],"warn",true)
6050 if(!frameCounter){var logRow=logFormatted(["0"],null,true,true);
6160 return Firebug.Console.logFormatted(args,context,className,noThrottle,sourceLink)
8150 this.sysout=function(){return this.logFormatted(arguments,"")
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js10150 Firebug.Console.logFormatted([
11285 Firebug.Console.logFormatted(
22037 logFormatted: function(context, objects, className, sourceLink) method in Firebug.ConsoleListener
23096 logFormatted(arguments, "log");
23101 logFormatted(arguments, "debug", true);
23106 logFormatted(arguments, "info", true);
23111 logFormatted(arguments, "warn", true);
23212 var logRow = logFormatted(["0"], null, true, true);
23531 function logFormatted(args, className, linkToSource, noThrottle) function
30842 return this.logFormatted(arguments, "");
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1519 if(Firebug.disableResourceFetching){Firebug.Console.logFormatted(['Some Firebug Lite features are not working because resource fetching is disabled. To enabled it set the Firebug Lite option "disableResourceFetching" to "false". More info at http://getfirebug.com/firebuglite#Options'],Firebug.context,"warn")
2448 },initialize:function(){if(Env.bookmarkletOutdated){Firebug.Console.logFormatted(["A new bookmarklet version is available. Please visit http://getfirebug.com/firebuglite#Install and update it."],Firebug.context,"warn")
2795 Firebug.Console.logFormatted(["Firebug could not capture console calls during "+persistDelay+"ms"],Firebug.context,"info");
5600 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendFormatted,objects,context,className,null,sourceLink,noThrottle) method in Firebug.ConsoleBase
5625 Firebug.Console=Firebug.Console=extend(ActivableConsole,{dispatchName:"console",error:function(){Firebug.Console.logFormatted(arguments,Firebug.browser,"error")
5639 }Firebug.Console.logFormatted(["Firebug cannot find _firebugConsole element",r,win],context,"error",true)
5690 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(context,objects,className,sourceLink){}}; method in Firebug.ConsoleListener
6020 this.log=function(){logFormatted(arguments,"log")
6022 this.debug=function(){logFormatted(arguments,"debug",true)
6024 this.info=function(){logFormatted(argument
6170 function logFormatted(args,className,linkToSource,noThrottle){var sourceLink=linkToSource?getStackLink():null; global() function
8176 this.logFormatted=function(objects,className){var html=this.DBG_TIMESTAMP?[getTimestamp()," | "]:[]; global() method
[all...]