Lines Matching refs:update

139 …arget","_blank").attribute.set("href","http://getfirebug.com/lite.html").update(" ").attribut…
140 …nt.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(…
159 …).event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(…
160 …el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("cli…
161 …el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click…
163 …el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener…
165 …el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click…
166 …el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
168 …el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbs…
186 new lib.element("DIV").attribute.addClass("InputArrow").update(">>>")
197 …ribute.addClass("Button").event.addListener("click",listen.runMultiline).update("Run").insert(el.r…
198 …dListener("click",lib.util.Curry(d.clean,window,el.right.console.input)).update("Clear").insert(el…
202 ….attribute.addClass("Button").event.addListener("click",d.console.clear).update("Clear").insert(el…
216 …istener("click",lib.util.Curry(d.html.navigate,firebug,"computedStyle")).update("Computed Style").…
217 …event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"dom")).update("DOM").insert(el.r…
236 …el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS"…
241 …").attribute.addClass("Button").event.addListener("click",listen.runCSS).update("Run").insert(el.r…
242 …t.addListener("click",lib.util.Curry(d.clean,window,el.right.css.input)).update("Clear").insert(el…
261 …ddClass("Button").event.addListener("click",d.scripts.toggleLineNumbers).update("Show Line Numbers…
275 …el.button.dom.label = new lib.element("LABEL").update("Object Path:").insert(el.button.dom.contain…
276 … new lib.element("INPUT").event.addListener("keydown",listen.domTextbox).update(internal.isPopup?"…
289 …ton").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).update("Back").insert(el.…
303 …el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
305 …ribute.addClass("Button").event.addListener("click",listen.addXhrObject).update("Watch").insert(el…
313 new lib.element().attribute.addClass("Title").update('Firebug Lite Settings')
342 …el.settings.resetButton = new lib.element("INPUT").attribute.set("type","button").update("Reset").…
344 …el.settings.cancelButton = new lib.element("INPUT").attribute.set("type","button").update("Cancel"…
346 …el.settings.saveButton = new lib.element("INPUT").attribute.set("type","button").update("Save").ev…
876 _element.update("");
910 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
911 d.console.addLine().update(d.highlight(_text,false,false,true));
921 … d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);
935 d.console.addLine().attribute.addClass("Arrow").update(firebug.version);
941 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
976 d.console.addLine().attribute.addClass("Log").update(args);
983 d.console.addLine().attribute.addClass("Warn").update(args);
990 d.console.addLine().attribute.addClass("Info").update(args);
997 d.console.addLine().attribute.addClass("Debug").update(args);
1004 d.console.addLine().attribute.addClass("Error").update(args);
1013 d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");
1024 d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");
1043 d.console.addLine().attribute.addClass("log").update(args);
1095 el.left.css.container.update(str);
1111 el.button.css.selectbox.update("");
1117 new lib.element("OPTION").attribute.set("value",i).update(uri)
1135 parentElement.update("");
1159 ).update(property).insert(left);
1161 right.update(d.highlight(value,false,true));
1412 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='…
1417 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class=…
1425 … spacer = new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),
1426 …html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link…
1457 …html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase…
1485 el.right.html.content.update(str);
1537 el.left.scripts.container.update("");
1557 el.left.scripts.container.update(source);
1560 …new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI de…
1581 new lib.element("OPTION").attribute.set("value",i).update(fileName)
1592 el.left.str.container.update(_str.replace(/\n/g,"<br />"))
1613 el.left.xhr.container.update("");
1615 … el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1618 … el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1621 …el.left.xhr.readystateTitle =el.left.xhr.nameTitle = new lib.element("STRONG").update("Ready State…
1624 …el.left.xhr.responseTitle = new lib.element("STRONG").update("Response:").insert(el.left.xhr.respo…
1631 el.left.xhr.nameContent.update("");
1632 el.left.xhr.statusContent.update("");
1633 el.left.xhr.readystateContent.update("");
1634 el.left.xhr.responseContent.update("");
1639 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1641 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1642 … } catch(e){ el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;")); }
1643 … el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1646 …").event.addListener("click",lib.util.Curry(d.str.open,window,response)).update("&nbsp;"+response.…
1775 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1781 el.left.console.input.update( d.console.history[d.console.historyIndex] );