Home
last modified time | relevance | path

Searched refs:memoized (Results 1 – 11 of 11) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js14755 return memoized(value);
14776 var cache = memoized.cache;
14778 memoized(key);
14779 memoized(key);
14798 var cache = memoized.cache,
14824 memoized(key1);
14825 memoized(key2);
14827 var cache = memoized.cache;
14846 var memoized = func(identity),
14847 cache = memoized.cache;
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js10544 var memoized = function() {
10547 cache = memoized.cache;
10553 memoized.cache = cache.set(key, result) || cache;
10556 memoized.cache = new (memoize.Cache || MapCache);
10557 return memoized;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js10544 var memoized = function() {
10547 cache = memoized.cache;
10553 memoized.cache = cache.set(key, result) || cache;
10556 memoized.cache = new (memoize.Cache || MapCache);
10557 return memoized;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3977 arguments provided to the memoized function. By default, the first argument
3978 provided to the memoized function is used as the map cache key. The `func`
3979 is invoked with the `this` binding of the memoized function.
3982 **Note:** The cache is exposed as the `cache` property on the memoized
3992 1. `func` *(Function)*: The function to have its output memoized.
3996 *(Function)*: Returns the new memoized function.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js9509 var memoized = function() {
9510 var cache = memoized.cache,
9520 memoized.cache = new memoize.Cache;
9521 return memoized;
H A Dpdfmake.min.js.map1memoized","Cache","negate","once","partial","partialRight","rearg","throttle","debounceOptions","w…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js57716 var memoized = function memoized() {
57719 cache = memoized.cache;
57726 memoized.cache = cache.set(key, result);
57730 memoized.cache = new (memoize.Cache || MapCache)();
57731 return memoized;
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1memoized","Cache","symbolToString","baseProperty","basePropertyDeep","isString","stringSize","asci…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Fun…
/plugin/openlayersmap/ol7/
H A Dol.js.map