Lines Matching refs:by

513 determined by the first array.
544 by which they're compared. The order and references of result values are
545 determined by the first array. The iteratee is invoked with one argument:<br>
582 references of result values are determined by the first array. The comparator
1110 determined by the first array.
1137 by which they're compared. The order and references of result values are
1138 determined by the first array. The iteratee is invoked with one argument:<br>
1171 of result values are determined by the first array. The comparator is
1201 Converts all elements in `array` into a string separated by `separator`.
1322 to remove elements from an array by predicate.
1385 by which they're compared. The iteratee is invoked with one argument: *(value)*.
1495 to pull elements from an array by value.
2038 invoked for each element of each `arrays` to generate the criterion by
2106 is kept. The order of result values is determined by the order they occur
2133 invoked for each element in `array` to generate the criterion by which
2134 uniqueness is computed. The order of result values is determined by the
2168 determined by the order they occur in the array.The comparator is invoked
2291 of the given arrays. The order of result values is determined by the order
2318 invoked for each element of each `arrays` to generate the criterion by
2319 which by which they're compared. The order of result values is determined
2320 by the order they occur in the arrays. The iteratee is invoked with one
2353 determined by the order they occur in the arrays. The comparator is invoked
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`
2805 Iteratee functions may exit iteration early by explicitly returning `false`.
2880 is determined by the order they occur in `collection`. The corresponding
3024 Creates an array of values by running each element in `collection` thru
3080 orders of the iteratees to sort by. If `orders` is unspecified, all values
3089 …*(Array&#91;&#93;|Function&#91;&#93;|Object&#91;&#93;|string&#91;&#93;)*: The iteratees to sort by.
3104 // Sort by `user` in ascending order and by `age` in descending order.
3370 Gets the size of `collection` by returning its length for array-like
3447 Creates an array of elements, sorted in ascending order by the results of
3457 2. `[iteratees=[_.identity]]` *(...(Function|Function&#91;&#93;))*: The iteratees to sort by.
3665 This method differs from `_.bind` by allowing bound functions to reference
3983 function. Its creation may be customized by replacing the `_.memoize.Cache`
4609 cloning is handled by the method instead. The `customizer` is invoked with
4648 Checks if `object` conforms to `source` by invoking the predicate
5117 by their own, not inherited, enumerable properties. Functions and DOM
5118 nodes are compared by strict equality, i.e. `===`.
5152 are handled by the method instead. The `customizer` is invoked with up to
5435 are handled by the method instead. The `customizer` is invoked with five
5721 Checks if `value` is a plain object, that is, an object created by the
6520 invoked for each element in `array` to generate the criterion by which
6642 invoked for each element in `array` to generate the criterion by which
7040 `undefined`, assignment is handled by the method instead. The `customizer`
7082 `undefined`, assignment is handled by the method instead. The `customizer`
7347 iteration early by explicitly returning `false`.
7421 early by explicitly returning `false`.
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
7912 are merged recursively. Other objects and value types are overridden by
7953 properties. If `customizer` returns `undefined`, merging is handled by the
8196 path creation is handled by the method instead. The `customizer` is invoked
8231 which can be consumed by `_.fromPairs`. If `object` is a map or set, its
8268 for `object` which can be consumed by `_.fromPairs`. If `object` is a map
8310 Iteratee functions may exit iteration early by explicitly returning `false`.
8425 path creation is handled by the method instead. The `customizer` is invoked
8612 The wrapper methods that are **not** chainable by default are:<br>
9092 Deburrs `string` by converting
9314 Padding characters are truncated if they can't be evenly divided by `length`.
9428 2. `[radix=10]` *(number)*: The radix to interpret `value` by.
9545 Splits `string` by `separator`.
9556 2. `separator` *(RegExp|string)*: The separator pattern to split by.
9699 // Disable support by replacing the "interpolate" delimiter.
10584 avoid conflicts caused by modifying the original.
10874 3. `[step=1]` *(number)*: The value to increment or decrement by.
10920 3. `[step=1]` *(number)*: The value to increment or decrement by.
11220 (Object): By default, the template delimiters used by lodash are like those in