/plugin/asciidocjs/node_modules/lodash/ |
D | memoize.js | 54 var memoized = function() { function 57 cache = memoized.cache; 63 memoized.cache = cache.set(key, result) || cache; 66 memoized.cache = new (memoize.Cache || MapCache); 67 return memoized;
|
D | lodash.js | 10612 var memoized = function() { function 10615 cache = memoized.cache; 10621 memoized.cache = cache.set(key, result) || cache; 10624 memoized.cache = new (memoize.Cache || MapCache); 10625 return memoized;
|
/plugin/asciidocjs/node_modules/async/ |
D | memoize.js | 66 var memoized = (0, _initialParams2.default)((args, callback) => { 87 memoized.memo = memo; 88 memoized.unmemoized = fn; 89 return memoized;
|
/plugin/asciidocjs/node_modules/async/dist/ |
D | async.js | 3599 var memoized = initialParams((args, callback) => { 3620 memoized.memo = memo; 3621 memoized.unmemoized = fn; 3622 return memoized;
|
D | async.mjs | 1873 * // file size is added to the memoized value, then returned 3575 * @returns {AsyncFunction} a memoized version of `fn` 3593 var memoized = initialParams((args, callback) => { 3614 memoized.memo = memo; 3615 memoized.unmemoized = fn; 3616 return memoized; 5607 * @param {AsyncFunction} fn - the memoized function
|
/plugin/sequencediagram/bower_components/lodash/test/ |
D | test.js | 14686 var memoized = _.memoize(function(a, b, c) { 14690 assert.strictEqual(memoized(1, 2, 3), 6); 14691 assert.strictEqual(memoized(1, 3, 5), 6); 14698 memoized = _.memoize(fn, fn); 14700 assert.strictEqual(memoized(1, 2, 3), 6); 14701 assert.strictEqual(memoized(1, 3, 5), 9); 14708 memoized = _.memoize(fn, fn); 14710 var object = { 'memoized': memoized, 'b': 2, 'c': 3 }; property 14711 assert.strictEqual(object.memoized(1), 6); 14715 assert.strictEqual(object.memoized(1), 9); [all …]
|
/plugin/asciidocjs/node_modules/neo-async/ |
D | async.js | 8951 var memoized = function() { function 8984 memoized.memo = memo; 8985 memoized.unmemoized = fn; 8986 return memoized;
|
/plugin/sequencediagram/bower_components/lodash/ |
D | lodash.js | 10544 var memoized = function() { 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/dist/ |
D | lodash.js | 10544 var memoized = function() { 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/ |
D | README.md | 3977 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/ |
D | pdfmake.js | 9509 var memoized = function() { 9510 var cache = memoized.cache, 9520 memoized.cache = new memoize.Cache; 9521 return memoized;
|
D | pdfmake.min.js.map | 1 …memoized","Cache","negate","once","partial","partialRight","rearg","throttle","debounceOptions","w…
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 57716 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/ |
D | mermaid.min.js.map | 1 …memoized","Cache","symbolToString","baseProperty","basePropertyDeep","isString","stringSize","asci…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 52589 function memoized() { 52602 value: memoized 52604 return memoized;
|
D | pdfmake.min.js | 2 …memoized(){for(var i=arguments.length,o=new Array(i),u=0;u<i;u++)o[u]=arguments[u];var g=o.length>…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …memoized function's\n * cache when it exceeds `MAX_MEMOIZE_SIZE`.\n *\n * @private\n * @param {Fun…
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …The function to memoize.\n * @return {function(...any): ReturnType} The memoized function.\n * @te…
|