Searched refs:MapCache (Results 1 – 13 of 13) sorted by relevance
/plugin/asciidocjs/node_modules/lodash/ |
D | _MapCache.js | 14 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;
|
D | memoize.js | 1 var MapCache = require('./_MapCache'); variable 66 memoized.cache = new (memoize.Cache || MapCache); 71 memoize.Cache = MapCache;
|
D | _SetCache.js | 1 var MapCache = require('./_MapCache'), variable 17 this.__data__ = new MapCache;
|
D | _stackSet.js | 3 MapCache = require('./_MapCache'); variable 27 data = this.__data__ = new MapCache(pairs);
|
D | lodash.js | 2167 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/ |
D | lodash.js | 2125 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/ |
D | lodash.js | 2125 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/ |
D | exceljs.js | 56315 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/ |
D | pdfmake.js | 3508 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;
|
D | pdfmake.min.js.map | 1 …MapCache","__data__","mapDelete","key","has","mapGet","mapHas","mapSet","SetCache","values","hash"…
|
/plugin/sequencediagram/bower_components/lodash/test/ |
D | test.js | 349 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/ |
D | mermaid.min.js.map | 1 …MapCache","freeProcess","require","isPrototype","nativeKeys","arrayFilter","stubArray","nativeGetS…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …MapCache(entries) {\n var index = -1,\n length = entries == null ? 0 : entries.length;\n\n …
|