Home
last modified time | relevance | path

Searched refs:dirxml (Results 1 – 8 of 8) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dhtml.css177 .logRow-dirxml {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1028 dirxml: function(){
H A Dfirebug-lite-1.2-compressed.js31 …">>> console.dir("+_value+")");d.dom.open(_value,d.console.addLine());}},dirxml:function(){with(fi…
H A Dfirebug-lite-1.4.js6029 this.dirxml=function(o){if(instanceOf(o,"Window")){o=o.document.documentElement method in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler
6367 },dirxml:function(o){if(instanceOf(o,"Window")){o=o.document.documentElement method in AnonymousFunctionf1d9e84c22f00.CommandLineAPI
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42 d.console.scroll();}},scroll:function(){with(firebug){el.left.console.monitor.environment.getElement().parentNode.scrollTop=Math.abs(el.left.console.monitor.environment.getSize().offsetHeight-(el.left.console.monitor.element.parentNode.offsetHeight-11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_command,"arg":Array.prototype.slice.call(arguments,1)});}else{d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var open=!env.ml;env.ml=!env.ml;d.navigateRightColumn("console",open);el[open?"left":"right"].console.mlButton.environment.addStyle({display:"none"});el[!open?"left":"right"].console.mlButton.environment.addStyle({display:"block"});el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");}},countMap:{},timeMap:{},cmd:{log:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").update(args);d.console.scroll();}},warn:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Warn").update(args);d.console.scroll();}},info:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Info").update(args);d.console.scroll();}},debug:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Debug").update(args);d.console.scroll();}},error:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Error").update(args);d.console.scroll();}},trace:function(_value){with(firebug){var stackAmt=3,f=arguments.caller,isArray=lib.util.IsArray(f);if((!isArray&&f)||(isArray&&f.length>0)){d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");for(var i=0;i<stackAmt;i++){var func=f.toString(),args=f.arguments;d.dom.open({"function":func,"arguments":args},d.console.addLine());f=f.caller;}}}},dir:function(_value){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");d.dom.open(_value,d.console.addLine());}},dirxml:function(){with(firebug){d.console.cmd.log.apply(this,arguments);}},time:function(_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){with(firebug){if(_name in d.console.timeMap){var delta=new Date().getTime()-d.console.timeMap[_name],args=d.console.formatArgs.apply(window,[_name+":",delta+"ms"]);d.console.addLine().attribute.addClass("log").update(args);delete d.console.timeMap[_name];}}},count:function(_name){with(firebug){if(!d.console.countMap[_name])
H A Dfirebug-lite-1.2.js1039 dirxml: function(){
H A Dfirebug-lite-1.4.js5929 var properties=["log","debug","info","warn","error","assert","dir","dirxml","group","groupCollapsed","groupEnd","time","timeEnd","count","trace","profile","profileEnd","clear","open","close"];
6040 this.dirxml=function(o){if(instanceOf(o,"Window")){o=o.document.documentElement method in AnonymousFunction4beb612323200.FirebugConsoleHandler
6042 }}Firebug.Console.log(o,context,"dirxml",Firebug.HTMLPanel.SoloElement)
6378 },dirxml:function(o){if(instanceOf(o,"Window")){o=o.document.documentElement method in AnonymousFunction4beb612323400.CommandLineAPI
6380 }}Firebug.Console.log(o,Firebug.context,"dirxml",Firebug.HTMLPanel.SoloElement)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23149 this.dirxml = function(o) method in AnonymousFunction7f0ac55722f00.FirebugConsoleHandler
24178 dirxml: function(o) method in AnonymousFunction7f0ac55723100.CommandLineAPI