Home
last modified time | relevance | path

Searched refs:MapCache (Results 1 – 13 of 13) sorted by relevance

/plugin/asciidocjs/node_modules/lodash/
D_MapCache.js14 function MapCache(entries) { class
26 MapCache.prototype.clear = mapCacheClear;
27 MapCache.prototype['delete'] = mapCacheDelete;
28 MapCache.prototype.get = mapCacheGet;
29 MapCache.prototype.has = mapCacheHas;
30 MapCache.prototype.set = mapCacheSet;
32 module.exports = MapCache;
Dmemoize.js1 var MapCache = require('./_MapCache'); variable
66 memoized.cache = new (memoize.Cache || MapCache);
71 memoize.Cache = MapCache;
D_SetCache.js1 var MapCache = require('./_MapCache'), variable
17 this.__data__ = new MapCache;
D_stackSet.js3 MapCache = require('./_MapCache'); variable
27 data = this.__data__ = new MapCache(pairs);
Dlodash.js2167 function MapCache(entries) { class
2255 MapCache.prototype.clear = mapCacheClear; class
2256 MapCache.prototype['delete'] = mapCacheDelete;
2257 MapCache.prototype.get = mapCacheGet;
2258 MapCache.prototype.has = mapCacheHas;
2259 MapCache.prototype.set = mapCacheSet;
2275 this.__data__ = new MapCache;
2401 data = this.__data__ = new MapCache(pairs);
10624 memoized.cache = new (memoize.Cache || MapCache);
10629 memoize.Cache = MapCache;
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js2125 function MapCache(entries) { class
2213 MapCache.prototype.clear = mapCacheClear; class
2214 MapCache.prototype['delete'] = mapCacheDelete;
2215 MapCache.prototype.get = mapCacheGet;
2216 MapCache.prototype.has = mapCacheHas;
2217 MapCache.prototype.set = mapCacheSet;
2233 this.__data__ = new MapCache;
2359 data = this.__data__ = new MapCache(pairs);
10556 memoized.cache = new (memoize.Cache || MapCache);
10561 memoize.Cache = MapCache;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js2125 function MapCache(entries) { class
2213 MapCache.prototype.clear = mapCacheClear; class
2214 MapCache.prototype['delete'] = mapCacheDelete;
2215 MapCache.prototype.get = mapCacheGet;
2216 MapCache.prototype.has = mapCacheHas;
2217 MapCache.prototype.set = mapCacheSet;
2233 this.__data__ = new MapCache;
2359 data = this.__data__ = new MapCache(pairs);
10556 memoized.cache = new (memoize.Cache || MapCache);
10561 memoize.Cache = MapCache;
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js56315 function MapCache(entries) {
56401 MapCache.prototype.clear = mapCacheClear;
56402 MapCache.prototype['delete'] = mapCacheDelete;
56403 MapCache.prototype.get = mapCacheGet;
56404 MapCache.prototype.has = mapCacheHas;
56405 MapCache.prototype.set = mapCacheSet;
56418 this.__data__ = new MapCache();
56547 cache = this.__data__ = new MapCache(pairs);
57730 memoized.cache = new (memoize.Cache || MapCache)();
57735 memoize.Cache = MapCache;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js3508 function MapCache() {
12722 MapCache.prototype['delete'] = mapDelete;
12723 MapCache.prototype.get = mapGet;
12724 MapCache.prototype.has = mapHas;
12725 MapCache.prototype.set = mapSet;
12731 memoize.Cache = MapCache;
Dpdfmake.min.js.map1MapCache","__data__","mapDelete","key","has","mapGet","mapHas","mapSet","SetCache","values","hash"…
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js349 var MapCache = (_.memoize || lodashStable.memoize).Cache;
351 'Hash': new MapCache().__data__.hash.constructor,
352 'MapCache': MapCache property
1063 'map caches': new mapCaches.MapCache(pairs),
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1MapCache","freeProcess","require","isPrototype","nativeKeys","arrayFilter","stubArray","nativeGetS…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n …