Lines Matching refs:Options

55 if(document.documentElement.getAttribute("debug")=="true"){FBL.Env.Options.startOpened=true
58 FBL.Env.DefaultOptions=FBL.Env.Options;
59 FBL.Env.Options=FBL.extend(FBL.Env.Options,prefs.options||{});
60 ….Env.browser.console=="object"&&FBL.Env.browser.console.firebug&&FBL.Env.Options.disableWhenFirebu…
66 if(FBL.Env.Options.enableTrace){FBTrace.initialize()
78 if(FBL.Env.Options.enablePersistent){if(isChromeContext){FBL.FirebugChrome.clone(FBL.Env.FirebugChr…
91 }if(FBL.Env.Options.enablePersistent&&FBL.Env.isChromeContext){FBL.Firebug.initialize();
97 this.Env={Options:{saveCookies:true,saveWindowPosition:false,saveCommandLineHistory:false,startOpen… class in Env
154 }}if(Env.browser.document.documentElement.getAttribute("debug")=="true"){Env.Options.startOpened=tr…
166 }else{if(name in Env.Options){Env.Options[name]=value
172 }else{if(name in Env.Options){Env.Options[name]=value
174 }}}}}if(!Env.Options.saveCookies){FBL.Store.remove("FirebugLite")
175 }if(Env.isDebugMode){Env.Options.startOpened=true;
176 Env.Options.enableTrace=true;
177 Env.Options.disableWhenFirebugActive=false
1565 },restorePrefs:function(){var Options=Env.DefaultOptions;
1566 for(var name in Options){Firebug[name]=Options[name]
1574 var EnvOptions=Env.Options;
1586 if(!Env.Options.enablePersistent||Env.Options.enablePersistent&&Env.isChromeContext||Env.isDebugMod…
2262 if(Env.Options.enablePersistent&&chrome.type=="popup"){var frame=FirebugChrome.chromeMap.frame;
2273 var chrome={},context=options.context||Env.browser,type=chrome.type=Env.Options.enablePersistent?"p…
2343 }if(Env.Options.enablePersistent){Env.FirebugChrome=FirebugChrome;
2635 }if(Env.Options.startInNewWindow){this.close();
2638 }if(Env.Options.startOpened){this.open()
2654 if(!Env.Options.enablePersistent){this.addController([Firebug.browser.window,"unload",Firebug.shutd…
2746 if(Env.Options.enablePersistent){this.persist=bind(this.persist,this);
2762 }if(Env.Options.enablePersistent){removeEvent(Firebug.browser.window,"unload",this.persist)
4974 FBL.ns(function(){with(FBL){if(Env.Options.disableXHRListener){return
5931 if(win.console){if(Env.Options.overrideConsole){sandbox=new win.Function("arguments.callee.install(…
6465 if(Env.Options.enablePersistent||Firebug.chrome.type!="popup"){this.createUI()
8206 FBL.ns(function(){with(FBL){if(!Env.Options.enableTrace){return