Lines Matching refs:passes
510 …* Like [`each`]{@link module:Collections.each}, except that it passes the key (or index) as the se…
630 * `iteratee` passes an error to its callback, the main `callback` (for the
1732 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers
1733 * at a time, cargo passes an array of tasks to a single worker, repeating
1782 * While [`queue`]{@link module:ControlFlow.queue} passes only one task to one of a group of workers
1783 …* at a time, and [`cargo`]{@link module:ControlFlow.cargo} passes an array of tasks to a single wo…
1784 * the cargoQueue passes an array of tasks to multiple parallel workers.
2326 * Returns the first value in `coll` that passes an async truth test. The
2330 * that passes the test.
2347 * Result will be the first item in the array that passes the truth test
2419 * Result will be the first item in the array that passes the truth test
2445 * Result will be the first item in the array that passes the truth test
2517 * passes. Invoked with (callback).
2588 * it has finished. If the `iteratee` passes an error to its `callback`, the
3121 * @param {Function} [errback] - when `fn` passes an error to it's callback,
3393 * passes an error to its callback, the main `callback` (for the `mapValues`
4282 * @returns {Function} - A function that always passes null to it's callback as
5628 * `test` passes. Invoked with (callback).