Lines Matching refs:update

150 …arget","_blank").attribute.set("href","http://getfirebug.com/lite.html").update(" ").attribut…
151 …nt.addListener("click",internal.targetWindow.firebug.d.inspector.toggle).update("Inspect").insert(…
170 …).event.addListener("click",lib.util.Curry(d.navigate,window,"console")).update("Console").insert(…
171 …el.nav.html = new lib.element("A").attribute.addClass("Tab").update("HTML").event.addListener("cli…
172 …el.nav.css = new lib.element("A").attribute.addClass("Tab").update("CSS").event.addListener("click…
174 …el.nav.scripts = new lib.element("A").attribute.addClass("Tab").update("Script").event.addListener…
176 …el.nav.dom = new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click…
177 …el.nav.xhr = new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click…
179 …el.nav.options = new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbs…
197 new lib.element("DIV").attribute.addClass("InputArrow").update(">>>")
208 …ribute.addClass("Button").event.addListener("click",listen.runMultiline).update("Run").insert(el.r…
209 …dListener("click",lib.util.Curry(d.clean,window,el.right.console.input)).update("Clear").insert(el…
213 ….attribute.addClass("Button").event.addListener("click",d.console.clear).update("Clear").insert(el…
227 …istener("click",lib.util.Curry(d.html.navigate,firebug,"computedStyle")).update("Computed Style").…
228 …event.addListener("click",lib.util.Curry(d.html.navigate,firebug,"dom")).update("DOM").insert(el.r…
247 …el.right.css.nav.runCSS = new lib.element("A").attribute.addClass("Tab Selected").update("Run CSS"…
252 …").attribute.addClass("Button").event.addListener("click",listen.runCSS).update("Run").insert(el.r…
253 …t.addListener("click",lib.util.Curry(d.clean,window,el.right.css.input)).update("Clear").insert(el…
272 …ddClass("Button").event.addListener("click",d.scripts.toggleLineNumbers).update("Show Line Numbers…
286 …el.button.dom.label = new lib.element("LABEL").update("Object Path:").insert(el.button.dom.contain…
287 … new lib.element("INPUT").event.addListener("keydown",listen.domTextbox).update(internal.isPopup?"…
300 …ton").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).update("Back").insert(el.…
314 …el.button.xhr.label = new lib.element("LABEL").update("XHR Path:").insert(el.button.xhr.container);
316 …ribute.addClass("Button").event.addListener("click",listen.addXhrObject).update("Watch").insert(el…
324 new lib.element().attribute.addClass("Title").update('Firebug Lite Settings')
353 …el.settings.resetButton = new lib.element("INPUT").attribute.set("type","button").update("Reset").…
355 …el.settings.cancelButton = new lib.element("INPUT").attribute.set("type","button").update("Cancel"…
357 …el.settings.saveButton = new lib.element("INPUT").attribute.set("type","button").update("Save").ev…
887 _element.update("");
921 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
922 d.console.addLine().update(d.highlight(_text,false,false,true));
932 … d.console.addLine().attribute.addClass("Error").update("<strong>Error: </strong>"+message,true);
946 d.console.addLine().attribute.addClass("Arrow").update(firebug.version);
952 d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);
987 d.console.addLine().attribute.addClass("Log").update(args);
994 d.console.addLine().attribute.addClass("Warn").update(args);
1001 d.console.addLine().attribute.addClass("Info").update(args);
1008 d.console.addLine().attribute.addClass("Debug").update(args);
1015 d.console.addLine().attribute.addClass("Error").update(args);
1024 d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");
1035 d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");
1054 d.console.addLine().attribute.addClass("log").update(args);
1106 el.left.css.container.update(str);
1122 el.button.css.selectbox.update("");
1128 new lib.element("OPTION").attribute.set("value",i).update(uri)
1146 parentElement.update("");
1170 ).update(property).insert(left);
1172 right.update(d.highlight(value,false,true));
1423 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='…
1428 …new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class=…
1436 … spacer = new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),
1437 …html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link…
1468 …html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase…
1496 el.right.html.content.update(str);
1548 el.left.scripts.container.update("");
1568 el.left.scripts.container.update(source);
1571 …new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI de…
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)
1603 el.left.str.container.update(_str.replace(/\n/g,"<br />"))
1624 el.left.xhr.container.update("");
1626 … el.left.xhr.nameTitle = new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);
1629 … el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1632 …el.left.xhr.readystateTitle =el.left.xhr.nameTitle = new lib.element("STRONG").update("Ready State…
1635 …el.left.xhr.responseTitle = new lib.element("STRONG").update("Response:").insert(el.left.xhr.respo…
1642 el.left.xhr.nameContent.update("");
1643 el.left.xhr.statusContent.update("");
1644 el.left.xhr.readystateContent.update("");
1645 el.left.xhr.responseContent.update("");
1650 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1652 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1653 … } catch(e){ el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;")); }
1654 … el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1657 …").event.addListener("click",lib.util.Curry(d.str.open,window,response)).update("&nbsp;"+response.…
1786 el.left.console.input.update( d.console.history[d.console.historyIndex] );
1792 el.left.console.input.update( d.console.history[d.console.historyIndex] );