Lines Matching refs:each

80 * <a href="#_foreachcollection-iteratee_identity" class="alias">`_.each` -> `forEach`</a>
429 2. `[size=1]` *(number)*: The length of each chunk
543 is invoked for each element of `array` and `values` to generate the criterion
1136 which is invoked for each element of each `arrays` to generate the criterion
1384 invoked for each element of `array` and `values` to generate the criterion
1619 which is invoked for `value` and each element of `array` to compute their
1709 which is invoked for `value` and each element of `array` to compute their
2038 invoked for each element of each `arrays` to generate the criterion by
2105 for equality comparisons, in which only the first occurrence of each element
2133 invoked for each element in `array` to generate the criterion by which
2229 elements of each group: *(...group)*.
2318 invoked for each element of each `arrays` to generate the criterion by
2465 elements of each group: *(...group)*.
2500 each element of `collection` thru `iteratee`. The corresponding value of
2501 each key is the number of times the key was returned by `iteratee`. The
2708 Creates a flattened array of values by running each element in `collection`
2803 Iterates over elements of `collection` and invokes `iteratee` for each element.
2816 *_.each*
2879 each element of `collection` thru `iteratee`. The order of grouped values
2881 value of each key is an array of elements responsible for generating the
2952 Invokes the method at `path` of each element in `collection`, returning
2953 an array of the results of each invoked method. Any additional arguments
2954 are provided to each invoked method. If `path` is a function, it's invoked
2955 for, and `this` bound to, each element in `collection`.
2963 3. `[args]` *(...&#42;)*: The arguments to invoke each method with.
2986 each element of `collection` thru `iteratee`. The corresponding value of
2987 each key is the last element responsible for generating the key. The
3024 Creates an array of values by running each element in `collection` thru
3165 each element in `collection` thru `iteratee`, where each successive
3448 running each element in a collection thru each iteratee. This method
6520 invoked for each element in `array` to generate the criterion by which
6579 invoked for each element in `array` to generate the value to be averaged.
6642 invoked for each element in `array` to generate the criterion by which
6785 invoked for each element in `array` to generate the value to be summed.
7345 object and invokes `iteratee` for each property. The iteratee is invoked
7419 invokes `iteratee` for each property. The iteratee is invoked with three
7699 from the results of running each element of `object` thru `iteratee`. The
7700 corresponding inverted value of each inverted key is an array of keys
7840 same values as `object` and keys generated by running each own enumerable
7871 by running each own enumerable string keyed property of `object` thru
8305 `accumulator` object which is the result of running each of its own
8306 enumerable string keyed properties thru `iteratee`, with each invocation
8615 `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`,
9710 var text = '<% jq.each(users, function(user) { %><li><%- user %></li><% }); %>';
10288 with the `this` binding of the created function, where each successive
11118 each invocation. The iteratee is invoked with one argument; *(index)*.