Home
last modified time | relevance | path

Searched refs:_value (Results 1 – 2 of 2) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().at… argument
49_value,_inObject,_inArray,_link){with(firebug){var isArray=false,isHash,isElement=false,vtype=type… argument
50_value);isHash=lib.util.IsHash(_value);isElement=_value!=undefined&&Boolean(_value.nodeName)&&Bool…
51 else if(isElement){if(_value.nodeType==3)
52_value.nodeValue));else if(_inObject){result.push("<span class='Gray Italic'>"+_value.nodeName.toL…
53 result.push("<span class='DarkBlue'>#"+_value.getAttribute("id")+"</span>");var elClass=_value.getA…
54 …Blue TagName'>"+_value.nodeName.toLowerCase());if(_value.attributes){for(var i=0,len=_value.attrib…
57 …"<span class='Gray Italic'>["+_value.length+"]</span>");}else{result.push("<span class='Strong'>[ …
58 result.push((i>0?", ":"")+d.highlight(_value[i],false,true,true));}
59 …ole.openObject("+(d.console.cache.push(_value)-1)+")'")+">Object");var i=0;for(var key in _value){…
[all …]
H A Dfirebug-lite-1.2.js984 log: function(_value){ argument
991 warn: function(_value){ argument
998 info: function(_value){ argument
1005 debug: function(_value){ argument
1012 error: function(_value){ argument
1019 trace: function(_value){ argument
1033 dir:function(_value){ argument
1035 d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");
1036 d.dom.open(_value,d.console.addLine());
1187 highlight:function(_value,_inObject,_inArray,_link){ argument
[all …]