Lines Matching refs:get

68 var prefs=FBL.Store.get("FirebugLite")||{};
1375 }},request:function(options){var o=FBL.extend({type:"get",async:true,dataType:"text",contentType:"application/x-www-form-urlencoded"},options||{});
1579 var prefs=Store.get("FirebugLite")||{};
2282 var prefs=Store.get("FirebugLite");
2909 var cacheAPI={get:function(key){return map.hasOwnProperty(key)?map[key]:null
2969 xhr.open("get",url,false);
3071 api.get=function(key){};
3074 api.transact=function(key,transactionFn){var val=api.get(key);
3091 api.get=function(key){return api.deserialize(storage.getItem(key))
3100 api.get=function(key){return api.deserialize(storage[key]&&storage[key].value)
3119 api.get=withIEStorage(function(storage,key){return api.deserialize(storage.getAttribute(key))
3132 if(api.get(namespace)!=namespace){api.disabled=true
6212 }else{return"Firebug failed to get stack trace with any frames"
6434 var parentNode=ElementCache.get(uid);
6462 var node=ElementCache.get(id).parentNode;
6468 if(stack.length>0&&ElementCache.get(id).childNodes.length>0){this.appendTreeChildren(node)
6490 if(!selectedElement){Firebug.context.persistedState.selectedHTMLElementId=Firebug.context.persistedState.selectedHTMLElementId&&ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId)?Firebug.context.persistedState.selectedHTMLElementId:ElementCache(Firebug.browser.document.body);
6519 var target=ElementCache.get(e.id);
6570 }var el=ElementCache.get(uid.value);
7265 var styleSheet=StyleSheetCache.get(key);
7428 var parentStyleSheet=StyleSheetCache.get(ssid);
7463 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);
8147 var selection=ElementCache.get(Firebug.context.persistedState.selectedHTMLElementId);