Lines Matching refs:passed

5  * arguments passed to the returned function are added to the arguments
6 * originally passed to apply.
88 * series, or other async functions. Any arguments passed to the generated
89 * function will be passed to the wrapped function (except for the final
90 * callback argument). Errors thrown will be passed to the callback.
92 * If the function passed to `asyncify` returns a Promise, that promises's
638 * If `map` is passed an Object, the results will be an Array. The results
655 * @returns {Promise} a promise, if no callback is passed
753 * for each of the applied async functions are passed to the final callback
828 * @returns {Promise} a promise, if no callback is passed
886 * task function has no dependencies, it will only be passed a callback.
899 * functions, only passed if the task has any dependencies,
911 * @returns {Promise} a promise, if a callback is not passed
1268 * @returns {Promise} a promise, if no callback is passed
1861 * @returns {Promise} a promise, if no callback is passed
2023 * Creates a function which is a composition of the passed asynchronous
2082 * @returns {Promise} a promise, if no callback is passed
2107 * @returns A Promise, if no callback is passed
2133 * the original order of `coll` passed to the `iteratee` function.
2148 * @returns A Promise, if no callback is passed
2246 * @returns A Promise, if no callback is passed
2348 * (iteratee) or the value `undefined` if none passed. Invoked with
2420 * (iteratee) or the value `undefined` if none passed. Invoked with
2446 * (iteratee) or the value `undefined` if none passed. Invoked with
2523 * `callback` will be passed an error and any arguments passed to the final
2525 * @returns {Promise} a promise, if no callback is passed
2568 * function has passed and repeated execution of `iteratee` has stopped. `callback`
2569 * will be passed an error and any arguments passed to the final `iteratee`'s
2571 * @returns {Promise} a promise, if no callback is passed
2604 * The array index is not passed to the iteratee.
2704 * The array index is not passed to the iteratee.
2732 * The array index is not passed to the iteratee.
2761 * signature as the function passed in.
2999 * The `iteratee` is passed a `callback(err, truthValue)`, which must be called
3073 * The `iteratee` is passed a `callback(err, truthValue)`, which must be called
3096 * The `iteratee` is passed a `callback(err, truthValue)`, which must be called
3111 * If an error is passed to the callback then `errback` is called with the
3124 * is not passed
3169 * @returns {Promise} a promise, if no callback is passed
3205 * correspond to the values passed to the `iteratee` callback.
3226 * @returns {Promise} a promise, if no callback is passed
3314 * @returns {Promise} a promise, if no callback is passed
3369 * @returns {Promise} a promise, if no callback is passed
3413 * @returns {Promise} a promise, if no callback is passed
3543 * @returns {Promise} a promise, if no callback is passed
3682 * error. Once the `tasks` have completed, the results are passed to the final
3695 * be run as a function and the results will be passed to the final `callback`
3709 * (or object) containing all the result arguments passed to the task callbacks.
3711 * @returns {Promise} a promise, if a callback is not passed
3857 * (or object) containing all the result arguments passed to the task callbacks.
3859 * @returns {Promise} a promise, if a callback is not passed
3883 * passed to the worker function at a time. only applies if this is a
3896 * function. The test function will be passed an object with a `data` property,
4263 * @returns {Promise} a promise, if no callback is passed
4436 * @returns {Promise} a promise, if no callback is passed
4505 * @returns {Promise} a promise, if no callback is passed
4528 * @returns {Promise} a promise, if no callback is passed
4544 * passed the result of the successful task. If all attempts fail, the callback
4545 * will be passed the error and result (if any) of the final attempt.
4698 * This function will be passed any arguments passed to the returned wrapper.
4746 * be run as a function, and the results will be passed to the final `callback`
4769 * containing all the result arguments passed to the `task` callbacks. Invoked
4771 * @return {Promise} a promise, if no callback is passed
5081 * @returns {Promise} a promise, if no callback passed
5392 * The type of the accumulator defaults to the type of collection passed in.
5542 * passed the result of the successful task. If all tasks fail, the callback
5543 * will be passed the error and result (if any) of the final attempt.
5551 * run, each function is passed a `callback(err, result)` it must call on
5558 * @returns {Promise} a promise, if no callback is passed
5631 * will be passed an error and any arguments passed to the final `iteratee`'s
5633 * @returns {Promise} a promise, if no callback is passed
5646 * // 5 seconds have passed, n = 5
5676 * stopped, or an error occurs. `callback` will be passed an error and any
5677 * arguments passed to the final `iteratee`'s callback.
5692 * function has passed and repeated execution of `iteratee` has stopped. `callback`
5693 * will be passed an error and any arguments passed to the final `iteratee`'s
5695 * @returns {Promise} a promise, if a callback is not passed
5732 * The `result` values will be passed as arguments, in order, to the next task.
5734 * functions have completed. This will be passed the results of the last task's
5819 * In this case, the `async` function will not be passed a final callback