Lines Matching refs:html

7  * @license  GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
86 if(document.getElementsByTagName('html')[0].attributes.getNamedItem('debug')){
87 env.debug = document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue !== "false";
150 el.button.logo = new lib.element("A").attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http://getfirebug.com/lite.html").update(" ").attribute.addClass("Button Logo").insert(el.button.container);
171 el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("click",lib.util.Curry(d.navigate,window,"html")).insert(el.nav.container);
216 * html
219 el.left.html = {};
220 el.left.html.container = new lib.element("DIV").attribute.addClass("HTML").insert(el.left.container);
222 el.right.html = {};
223 el.right.html.container = new lib.element("DIV").attribute.addClass("HTML Container").insert(el.right.container);
225 el.right.html.nav = {};
226 el.right.html.nav.container = new lib.element("DIV").attribute.addClass("Nav").insert(el.right.html.container);
227 el.right.html.nav.computedStyle = new lib.element("A").attribute.addClass("Tab Selected").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"computedStyle")).update("Computed Style").insert(el.right.html.nav.container);
228 el.right.html.nav.dom = new lib.element("A").attribute.addClass("Tab").event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"dom")).update("DOM").insert(el.right.html.nav.container);
230 el.right.html.content = new lib.element("DIV").attribute.addClass("Content").insert(el.right.html.container);
232 el.button.html = {};
233 el.button.html.container = new lib.element("DIV").attribute.addClass("ButtonSet HTML").insert(el.button.container);
412 return firebug.d.html.inspect.apply(window,arguments);
485 d.html.openHtmlTree();
489 d.html.openHtmlTree();
735 firebug.internal.popupWin.document.write('<html><head><title>Firebug Lite - '+document.location.href+'</title></head><body></body></html>');
835 // html
836 el.left.html.container.environment.addStyle({"height":_height-23+"px"});
837 el.right.html.content.environment.addStyle({"height":_height-23+"px"});
859 if(d.html.nIndex=="dom"){
860 firebug.d.html.navigate("dom")
1236 result.push("<span class='Blue"+ ( !_link?"'":" ObjectLink' onmouseover='this.className=this.className.replace(\"ObjectLink\",\"ObjectLinkHover\")' onmouseout='this.className=this.className.replace(\"ObjectLinkHover\",\"ObjectLink\")' onclick='firebug.d.html.inspect(firebug.d.console.cache[" +( d.console.cache.push( _value ) -1 )+"])'" ) + "'>");
1306 html:{
1336 if (env.dIndex != "html") {
1337 internal.targetWindow.firebug.d.navigate("html");
1342 for (t = 0; t < el.left.html.container.child.get().length; t++) {
1343 searchEl=el.left.html.container.child.get()[t];
1345 parentLayer = el.left.html.container.child.get()[t].childNodes[1].lib;
1351 parentLayer = el.left.html.container.child.get()[3].childNodes[1].lib;
1363 if (d.html.current) {
1364 d.html.current[1].attribute.removeClass("Selected");
1366 d.html.current = [_element, link];
1367 d.html.openProperties();
1370 parentLayer = d.html.openHtmlTree(map[t], parentLayer, map[t + 1]);
1376 el.right.html.nav[d.html.nIndex].attribute.removeClass("Selected");
1377 el.right.html.nav[_index].attribute.addClass("Selected");
1378 d.html.nIndex = _index;
1379 d.html.openProperties();
1385 parent = _parent || el.left.html.container,
1395 if(parent!=el.left.html.container){
1397 if (d.html.current) {
1398 d.html.current[1].attribute.removeClass("Selected");
1402 d.html.current = [_element,nodeLink];
1403 d.html.openProperties();
1416 if (parent != el.left.html.container) {
1423 new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='Blue'>html</span>&#62;").insert(parent);
1437 html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),
1442 link.event.addListener("click", lib.util.Curry(d.html.openHtmlTree, window, item, subContainer, false));
1443 link.event.addListener("mouseover", lib.util.Curry(d.html.highlight, window, item, false));
1444 link.event.addListener("mouseout", lib.util.Curry(d.html.highlight, window, item, true));
1448 if(d.html.current==null&&item==document.body){
1451 d.html.current = [item,link];
1452 d.html.openHtmlTree(item,subContainer);
1463 html.child.add(document.createTextNode(item.childNodes[0].nodeValue.substring(0, env.textNodeChars)));
1465 html.child.add(document.createTextNode(item.childNodes[0].nodeValue));
1467 html.child.add(document.createTextNode("</"));
1468 html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase()).environment.getElement());
1469 html.child.add(document.createTextNode(">"));
1483 var index = d.html.nIndex;
1484 var node = d.html.current[0];
1485 d.clean(el.right.html.content);
1496 el.right.html.content.update(str);
1499 d.dom.open(node,el.right.html.content,lib.env.ie);
1532 } else if(lib.env.dIndex!="html") {
1534 internal.popupWin.firebug.d.navigate("html");
1536 d.navigate("html");
1695 case "html":
1697 if(!d.html.current){
1699 d.html.openHtmlTree();
1813 internal.popupWin.firebug.d.html.inspect(firebug.d.inspector.el);
1815 firebug.d.html.inspect(firebug.d.inspector.el);