Home
last modified time | relevance | path

Searched refs:skinDir (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js97 …race:false,enablePersistent:false},Location:{sourceDir:null,baseDir:null,skinDir:null,skin:null,ap… property in Env.Location
182 loc.skinDir=(isProductionRelease?path:loc.baseDir)+"skin/"+Env.skin+"/";
183 loc.skin=loc.skinDir+"firebug.html";
3638 …Style+"z-index: 2147483550; top:0; left:0; background:url("+Env.Location.skinDir+"pixel_transparen…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js280 skinDir: null, property in Env.Location
556 loc.skinDir = (isProductionRelease ? path : loc.baseDir) + "skin/" + Env.skin + "/";
557 loc.skin = loc.skinDir + "firebug.html";
14046 Env.Location.skinDir + "pixel_transparent.gif);";
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js108 this.Env={Options:{saveCookies:true,saveWindowPosition:false,saveCommandLineHistory:false,startOpened:false,startInNewWindow:false,showIconWhenHidden:true,overrideConsole:true,ignoreFirebugElements:true,disableWhenFirebugActive:true,disableXHRListener:false,disableResourceFetching:false,enableTrace:false,enablePersistent:false},Location:{sourceDir:null,baseDir:null,skinDir:null,skin:null,app:null},skin:"xp",useLocalSkin:false,isDevelopmentMode:false,isDebugMode:false,isChromeContext:false,browser:null,chrome:null}; property in Env.Location
193 loc.skinDir=(isProductionRelease?path:loc.baseDir)+"skin/"+Env.skin+"/";
194 loc.skin=loc.skinDir+"firebug.html";
3649 var inspectFrameStyle=resetStyle+"z-index: 2147483550; top:0; left:0; background:url("+Env.Location.skinDir+"pixel_transparent.gif);";