Lines Matching refs:transformed
629 * takes 2 arguments: an `error`, and the transformed item from `coll`. If
650 * The iteratee should complete with the transformed item.
654 * transformed items from the `coll`. Invoked with (err, results).
823 * The iteratee should complete with the transformed item.
827 * transformed items from the `coll`. Invoked with (err, results).
2077 * The iteratee should complete with the transformed item.
2081 * transformed items from the `coll`. Invoked with (err, results).
3363 * The iteratee should complete with the transformed value as its result.
3367 * of each key from `obj`, with each transformed value on the right-hand side.
3392 * two arguments: an `error`, and the transformed item from `obj`. If `iteratee`
3407 * The iteratee should complete with the transformed value as its result.
3411 * of each key from `obj`, with each transformed value on the right-hand side.
3537 * The iteratee should complete with the transformed value as its result.
3541 * of each key from `obj`, with each transformed value on the right-hand side.
5406 * `iteratee` functions have finished. Result is the transformed accumulator.
5423 * // asynchronous function that returns the file size, transformed to human-readable format
5480 * // asynchronous function that returns the file size, transformed to human-readable format