Lines Matching refs:domplate

7487 if (FBL.domplate) Firebug.Rep = domplate(
8040 if (FBL.domplate)
8041 var MenuPlate = domplate(Firebug.Rep,
10446 if (FBL.domplate)
14224 FBL.domplate = function() function
14240 var domplate = FBL.domplate; variable
14242 FBL.domplate.context = function(context, fn)
14244 var lastContext = domplate.lastContext;
14245 domplate.topContext = context;
14247 domplate.topContext = lastContext;
14283 if (domplate.topContext)
14284 this.context = domplate.topContext;
15363 this.Undefined = domplate(Firebug.Rep,
15379 this.Null = domplate(Firebug.Rep,
15395 this.Nada = domplate(Firebug.Rep,
15406 this.Number = domplate(Firebug.Rep,
15422 this.String = domplate(Firebug.Rep,
15440 this.Text = domplate(Firebug.Rep,
15453 this.Caption = domplate(Firebug.Rep,
15460 this.Warning = domplate(Firebug.Rep,
15467 this.Func = domplate(Firebug.Rep,
15621 this.Obj = domplate(Firebug.Rep,
15882 this.Arr = domplate(Firebug.Rep,
16006 this.Property = domplate(Firebug.Rep,
16026 this.NetFile = domplate(this.Obj,
16047 this.Except = domplate(Firebug.Rep,
16065 this.Element = domplate(Firebug.Rep,
16323 this.TextNode = domplate(Firebug.Rep,
16345 this.Document = domplate(Firebug.Rep,
16394 this.StyleSheet = domplate(Firebug.Rep,
16459 this.Window = domplate(Firebug.Rep,
16516 this.Event = domplate(Firebug.Rep,
16559 this.SourceLink = domplate(Firebug.Rep,
16673 this.SourceFile = domplate(this.SourceLink,
16709 this.StackFrame = domplate(Firebug.Rep, // XXXjjb Since the repObject is fn the stack does not hav…
16790 this.StackTrace = domplate(Firebug.Rep,
16809 this.jsdStackFrame = domplate(Firebug.Rep,
16843 this.ErrorMessage = domplate(Firebug.Rep,
17020 this.Assert = domplate(Firebug.Rep,
17055 this.SourceText = domplate(Firebug.Rep,
17092 this.nsIDOMHistory = domplate(Firebug.Rep,
17134 this.ApplicationCache = domplate(Firebug.Rep,
17169 this.Storage = domplate(Firebug.Rep,
17776 Firebug.InlineEditor.prototype = domplate(Firebug.BaseEditor,
19358 Firebug.NetMonitor.NetInfoBody = domplate(Firebug.Rep, new Firebug.Listener(),
19784 Firebug.NetMonitor.NetInfoHeaders = domplate(Firebug.Rep, //new Firebug.Listener(),
19915 Firebug.NetMonitor.NetInfoPostData = domplate(Firebug.Rep, /*new Firebug.Listener(),*/
20184 Firebug.NetMonitor.NetLimit = domplate(Firebug.Rep,
20275 Firebug.NetMonitor.ResponseSizeLimit = domplate(Firebug.Rep,
21003 Firebug.Spy.XHR = domplate(Firebug.Rep,
21582 Firebug.XMLViewerModel.ParseError = domplate(Firebug.Rep,
25038 tags: domplate(
25730 CssAnalyzer.externalStyleSheetWarning = domplate(Firebug.Rep,
26487 var CSSPropTag = domplate(CSSDomplateBase, {
26502 var CSSImportRuleTag = domplate({
26510 var CSSStyleRuleTag = domplate(CSSDomplateBase, {
26839 template: domplate(
27826 template: domplate(
28271 template: domplate(
28365 CSSEditor.prototype = domplate(Firebug.InlineEditor.prototype,
28481 CSSRuleEditor.prototype = domplate(Firebug.InlineEditor.prototype,
28592 StyleSheetEditor.prototype = domplate(Firebug.BaseEditor,
29190 var DirTablePlate = domplate(Firebug.Rep,