Lines Matching defs:append

216 this.append=function(l,r){for(var n in r){l[n]=r[n]
1861 append(this,options);
1940 }options.element=MenuPlate.tag.append({object:options},getElementByClass(Firebug.chrome.document,"fbBody"),MenuPlate)
1941 }append(this,options);
2056 append(Menu,{register:function(object){menuMap[object.id]=object
2386 append(this,Base);
2387 append(this,chrome);
2388 append(this,new Context(chrome.window));
2398 append(ChromeBase,Controller);
2399 append(ChromeBase,PanelBar);
2400 append(ChromeBase,{node:null,type:null,document:null,window:null,sidePanelVisible:false,commandLineVisible:false,largeCommandLineVisible:false,inspectButton:null,create:function(){PanelBar.create.call(this);
2716 var ChromeMini=extend(Controller,{create:function(chrome){append(this,chrome);
2939 FBL.append(cacheFunction,cacheAPI);
4159 },append:function(args,parent,self){this.tag.compile();
4509 if(hasClass(target,"opened")){if(target.stackTrace){var node=FirebugReps.StackTrace.tag.append({object:target.stackTrace},traceBox)
4720 }this.box=this.tag.append({},doc.body,this);
5165 this.customTab.append(args,$$(".netInfoTabs",netInfoBox)[0]);
5166 this.customBody.append(args,$$(".netInfoBodies",netInfoBox)[0])
5233 Firebug.NetMonitor.ResponseSizeLimit.append(object,responseTextBox)
5268 },init:function(parent){var rootNode=this.tag.append({},parent);
5292 }var paramTable=this.paramsTable.append({object:{}},parentNode);
5297 }var partsTable=this.partsTable.append({object:{}},parentNode);
5303 }var jsonTable=this.jsonTable.append({},parentNode);
5308 var jsonTable=this.xmlTable.append(null,parentNode);
5311 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parentNode);
5354 Firebug.NetMonitor.ResponseSizeLimit=domplate(Firebug.Rep,{tag:DIV({"class":"netInfoResponseSizeLimit"},SPAN("$object.beforeLink"),A({"class":"objectLink",onclick:"$onClickLink"},"$object.linkText"),SPAN("$object.afterLink")),reLink:/^(.*)<a>(.*)<\/a>(.*$)/,append:function(obj,parent){var m=obj.text.match(this.reLink);
5355 return this.tag.append({onClickLink:obj.onClickLink,object:{beforeLink:m[1],linkText:m[2],afterLink:m[3]}},parent,this)
5514 netInfoBox=template.tag.append({file:spy},head);
5608 if(panel){var row=panel.append(appender,objects,className,rep,sourceLink,noRow);
5692 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastLogTime:0,groups:null,limit:null,append:function(appender,objects,className,rep,sourceLink,noRow){var container=this.getTopContainer();
5696 if(sourceLink){FirebugReps.SourceLink.tag.append({object:sourceLink},row)
5712 },insertReloadWarning:function(){this.warningRow=this.append(appendObject,$STR("message.Reload to activate window console"),"info")
5716 }return rep.tag.append({object:object},row)
5741 }}else{FirebugReps.Text.tag.append({object:part},row)
5746 if(typeof(object)=="string"){FirebugReps.Text.tag.append({object:object},row)
6681 return browser.infoTip=this.tags.infoTipTag.append({},getBody(doc))
7298 CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The stylesheet could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.com/wiki/index.php/Firebug_Lite_FAQ#I_keep_seeing_.22Access_to_restricted_URI_denied.22"},this.panelNode);
7412 }if(CssAnalyzer.hasExternalStyleSheet()){CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The results here may be inaccurate because some stylesheets could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.com/wiki/index.php/Firebug_Lite_FAQ#I_keep_seeing_.22This_element_has_no_style_rules.22"},this.panelNode)
8237 append(Firebug,{extend:function(fn){if(Firebug.chrome&&Firebug.chrome.addPanel){var namespace=ns(fn);