Home
last modified time | relevance | path

Searched refs:applyEach (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/neo-async/
DapplyEach.js3 module.exports = require('./async').applyEach;
DREADME.md162 - [`applyEach`](#applyEach)
Dasync.js1948 var applyEach = createApplyEach(map);
2062 applyEach: applyEach, property
7834 return function applyEach(fns /* arguments */) { function
Dasync.min.js69 …=!1;b()},compose:function(){return Ma.apply(null,Za(arguments))},seq:Ma,applyEach:ub,applyEachSeri… property
/plugin/asciidocjs/node_modules/async/internal/
DapplyEach.js8 return function applyEach(fns, ...callArgs) { function
/plugin/asciidocjs/node_modules/async/
Dindex.js7 …t = exports.auto = exports.asyncify = exports.applyEachSeries = exports.applyEach = exports.apply …
381 applyEach: _applyEach2.default, property
487 exports.applyEach = _applyEach2.default;
DCHANGELOG.md62 - `applyEach`/`applyEachSeries` have a simpler interface, to make them more easily type-able. It a…
191 - `applyEach` and `applyEachSeries` now pass results to the final callback. ([#1088](https://github…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js226 function applyEach (eachfn) { function
227 return function applyEach(fns, ...callArgs) { function
792 var applyEach$1 = applyEach(map$1);
860 var applyEachSeries = applyEach(mapSeries$1);
5846 applyEach: applyEach$1,
5954 exports.applyEach = applyEach$1;
Dasync.mjs220 function applyEach (eachfn) { function
221 return function applyEach(fns, ...callArgs) { function
756 * @name applyEach
772 * const appliedFn = async.applyEach([enableSearch, updateSchema], 'bucket')
782 * async (bucket) => async.applyEach([enableSearch, updateSchema], bucket)(),
786 var applyEach$1 = applyEach(map$1);
836 …* The same as [`applyEach`]{@link module:ControlFlow.applyEach} but runs only a single async opera…
842 * @see [async.applyEach]{@link module:ControlFlow.applyEach}
854 var applyEachSeries = applyEach(mapSeries$1);
5840 applyEach: applyEach$1,
[all …]
Dasync.min.js1applyEach:we,applyEachSeries:Fe,asyncify:r,auto:A,autoInject:j,cargo:T,cargoQueue:F,compose:P,conc…