Searched refs:store (Results 1 - 4 of 4) sorted by relevance
| /yui3/build/cache-offline/ |
| H A D | cache-offline-debug.js | 131 var store = localStorage, key; 132 if(store) { 133 if(store.clear) { 134 store.clear(); 138 for (key in store) { 139 if (store.hasOwnProperty(key)) { 140 store.removeItem(key); 141 delete store[key];
|
| /yui3/src/cache/js/ |
| H A D | cache-offline.js | 129 var store = localStorage, key; 130 if(store) { 131 if(store.clear) { 132 store.clear(); 136 for (key in store) { 137 if (store.hasOwnProperty(key)) { 138 store.removeItem(key); 139 delete store[key];
|
| /yui3/src/event-custom/js/ |
| H A D | event-target.js | 224 detachcategory, handle, store = Y.Env.evt.handles, after, adapt, shorttype, 326 store[detachcategory] = store[detachcategory] || {}; 327 store[detachcategory][type] = store[detachcategory][type] || []; 328 store[detachcategory][type].push(handle); 382 adapt, store = Y.Env.evt.handles, detachhost, cat, args, 399 cat = store[detachcategory];
|
| /yui3/build/event-custom-base/ |
| H A D | event-custom-base-debug.js | 1040 * Deletes the subscriber from the internal store of on() and after() 1507 detachcategory, handle, store = Y.Env.evt.handles, after, adapt, shorttype, 1609 store[detachcategory] = store[detachcategory] || {}; 1610 store[detachcategory][type] = store[detachcategory][type] || []; 1611 store[detachcategory][type].push(handle); 1665 adapt, store = Y.Env.evt.handles, detachhost, cat, args, 1682 cat = store[detachcategory];
|
Completed in 36 milliseconds