Lines Matching refs:If

421 If `array` can't be split evenly, the final chunk will be the remaining
1050 for equality comparisons. If `fromIndex` is negative, it's used as the
1284 Gets the element at index `n` of `array`. If `n` is negative, the nth
2912 Checks if `value` is in `collection`. If `collection` is a string, it's
2915 is used for equality comparisons. If `fromIndex` is negative, it's used as
2954 are provided to each invoked method. If `path` is a function, it's invoked
3080 orders of the iteratees to sort by. If `orders` is unspecified, all values
3166 invocation is supplied the return value of the previous. If `accumulator`
3833 **Note:** If `leading` and `trailing` options are `true`, `func` is
3838 If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
3975 Creates a function that memoizes the result of `func`. If `resolver` is
4349 **Note:** If `leading` and `trailing` options are `true`, `func` is
4354 If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
4608 is invoked to produce the cloned value. If `customizer` returns `undefined`,
5151 is invoked to compare values. If `customizer` returns `undefined`, comparisons
5434 is invoked to compare values. If `customizer` returns `undefined`, comparisons
6490 Computes the maximum value of `array`. If `array` is empty or falsey,
6612 Computes the minimum value of `array`. If `array` is empty or falsey,
6854 Checks if `n` is between `start` and up to, but not including, `end`. If
6856 If `start` is greater than `end` the params are swapped to support
6903 If only one argument is provided a number between `0` and the given number
6904 is returned. If `floating` is `true`, or either `lower` or `upper` are
7039 which is invoked to produce the assigned values. If `customizer` returns
7081 which is invoked to produce the assigned values. If `customizer` returns
7147 Creates an object that inherits from the `prototype` object. If a
7558 Gets the value at `path` of `object`. If the resolved value is
7670 If `object` contains duplicate values, subsequent values overwrite
7953 properties. If `customizer` returns `undefined`, merging is handled by the
8154 Sets the value at `path` of `object`. If a portion of `path` doesn't exist,
8195 invoked to produce the objects of `path`. If `customizer` returns `undefined`
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
8307 potentially mutating the `accumulator` object. If `accumulator` is not
8424 invoked to produce the objects of `path`. If `customizer` returns `undefined`
9415 Converts `string` to an integer of the specified radix. If `radix` is
9644 properties may be accessed as free variables in the template. If a setting
10378 function. If `func` is a property name, the created function returns the
10379 property value for a given element. If `func` is an array or object, the
10579 object to the destination object. If `object` is a function, then methods
10667 Creates a function that gets the argument at index `n`. If `n` is negative,
10861 `start` is specified without an `end` or `step`. If `end` is not specified,
11175 Generates a unique ID. If `prefix` is given, the ID is appended to it.