Lines Matching refs:extend

59 FBL.Env.Options=FBL.extend(FBL.Env.Options,prefs.options||{});
195 this.extend=function(l,r){var newOb={}; method
1364 }},request:function(options){var o=FBL.extend({type:"get",async:true,dataType:"text",contentType:"a…
1600 Firebug.Module=extend(new Firebug.Listener(),{initialize:function(){},shutdown:function(){},initCon…
1604 if(this.hasSidePanel){this.sidePanelBar=extend({},PanelBar);
1606 }var options=this.options=extend(Firebug.Panel.options,this.options);
1645 }var options=this.options=extend(Firebug.Panel.options,this.options);
1860 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseCla…
1896 IconButton.prototype=extend(Button.prototype,{baseClassName:"fbIconButton",pressedClassName:"fbIcon…
1899extend(menuItemProps,{checked:"$item.checked"}),"$item.label"),radioButtonTag:A(extend(menuItemPro…
1905 }item=extend(item,{});
1943 Menu.prototype=extend(Controller,{destroy:function(){this.hide();
1988 var childMenu=new Menu(extend(childMenuObject,{parentMenu:parent,parentTarget:target}));
2053 function StatusBar(){}StatusBar.prototype=extend(Controller,{})
2268 var createChromeWindow=function(options){options=extend(WindowDefaultOptions,options||{});
2633 var ChromeFrameBase=extend(ChromeBase,{create:function(){ChromeBase.create.call(this);
2705 var ChromeMini=extend(Controller,{create:function(chrome){append(this,chrome);
2743 var ChromePopupBase=extend(ChromeBase,{initialize:function(){setClass(this.document.body,"FirebugPo…
4067 extend(fn,Renderer);
4075 extend(m,l);
4076 extend(m,r);
4078 }function extend(l,r){for(var n in r){l[n]=r[n] function
4561 Firebug.Editor=extend(Firebug.Module,{supportsStopEvent:true,dispatchName:"editor",tabCharacter:" …
4686 Firebug.BaseEditor=extend(Firebug.MeasureBox,{getValue:function(){},setValue:function(value){},show…
5118 Firebug.NetMonitor=extend(Firebug.ActivableModule,{dispatchName:"netMonitor",clear:function(context…
5410 Firebug.Spy=extend(Firebug.Module,{dispatchName:"spy",initialize:function(){if(Firebug.TraceModule)…
5522 Firebug.JSONViewerModel=extend(Firebug.Module,{dispatchName:"jsonViewer",initialize:function(){Fire…
5547 Firebug.XMLViewerModel=extend(Firebug.Module,{dispatchName:"xmlViewer",initialize:function(){Firebu…
5612 var ActivableConsole=extend(Firebug.ConsoleBase,{isAlwaysEnabled:function(){return true
5614 Firebug.Console=Firebug.Console=extend(ActivableConsole,{dispatchName:"console",error:function(){Fi…
5681 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastL…
6225 Firebug.CommandLine=extend(Firebug.Module,{element:null,isMultiLine:false,isActive:false,initialize…
6382 }Firebug.HTML=extend(Firebug.Module,{appendTreeNode:function(nodeArray,html){var reTrim=/^\s+|\s+$/…
6462 function HTMLPanel(){}HTMLPanel.prototype=extend(Firebug.Panel,{name:"HTML",title:"HTML",options:{h…
6629 Firebug.InfoTip=extend(Firebug.Module,{dispatchName:"infoTip",tags:domplate({infoTipTag:DIV({"class…
7066 Firebug.CSSModule=extend(Firebug.Module,{freeEdit:function(styleSheet,value){if(!styleSheet.editSty…
7104 Firebug.CSSStyleSheetPanel.prototype=extend(Firebug.SourceBoxPanel,{template:domplate({tag:DIV({"cl…
7395 function CSSElementPanel(){}CSSElementPanel.prototype=extend(Firebug.CSSStyleSheetPanel.prototype,{…
7485 }}}function CSSComputedElementPanel(){}CSSComputedElementPanel.prototype=extend(CSSElementPanel.pro…
7656 FBL.ns(function(){with(FBL){Firebug.Script=extend(Firebug.Module,{getPanel:function(){return Firebu…
7660 function ScriptPanel(){}ScriptPanel.prototype=extend(Firebug.Panel,{name:"Script",title:"Script",se…
7826 Firebug.DOMBasePanel.prototype=extend(Firebug.Panel,{tag:DirTablePlate.tableTag,getRealObject:funct…
7989 DOMMainPanel.prototype=extend(Firebug.DOMBasePanel.prototype,{onClickStatusBar:function(event){var …
8113 Firebug.DOM=extend(Firebug.Module,{getPanel:function(){return Firebug.chrome?Firebug.chrome.getPane…
8117 function DOMSidePanel(){}DOMSidePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:fu…
8207 }Firebug.Trace=extend(Firebug.Module,{getPanel:function(){return Firebug.chrome?Firebug.chrome.getP…
8211 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",option…
8226 append(Firebug,{extend:function(fn){if(Firebug.chrome&&Firebug.chrome.addPanel){var namespace=ns(fn…
8228 }else{setTimeout(function(){Firebug.extend(fn)