Lines Matching refs:or

478 and/or values.
2810 or `_.forOwn` for object iteration.
2962 2. `path` *(Array|Function|string)*: The path of the method to invoke or the function invoked per i…
3082 descending or "asc" for ascending sort order of corresponding values.
3371 values or the number of own enumerable string keyed properties for objects.
3524 `func` once it's called `n` or more times.
3666 methods that may be redefined or don't yet exist. See
3721 been provided, or returns a function that accepts the remaining `func`
3827 leading and/or trailing edge of the `wait` timeout. The `func` is invoked
4343 should be invoked on the leading and/or trailing edge of the `wait`
4759 Checks if `value` is greater than or equal to `other`.
4769 *(boolean)*: Returns `true` if `value` is greater than or equal to `other`, else `false`.
4882 not a function and has a `value.length` that's an integer greater than or
4883 equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
4952 Checks if `value` is classified as a boolean primitive or object.
5064 Checks if `value` is an empty object, collection, map, or set.
5071 Array-like values such as `arguments` objects, arrays, buffers, strings, or
5194 `SyntaxError`, `TypeError`, or `URIError` object.
5401 values against any array or object value, respectively. See `_.isEqual`
5553 Checks if `value` is `null` or `undefined`.
5612 Checks if `value` is classified as a `Number` primitive or object.
5722 `Object` constructor or one with a `[[Prototype]]` of `null`.
5855 Checks if `value` is classified as a `String` primitive or object.
5883 Checks if `value` is classified as a `Symbol` primitive or object.
6055 Checks if `value` is less than or equal to `other`.
6065 *(boolean)*: Returns `true` if `value` is less than or equal to `other`, else `false`.
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,
6904 is returned. If `floating` is `true`, or either `lower` or `upper` are
7632 Checks if `path` is a direct or inherited property of `object`.
8231 which can be consumed by `_.fromPairs`. If `object` is a map or set, its
8269 or set, its entries are returned.
8542 or may return a primitive value will automatically end the chain sequence
8552 `_#value` is implicitly or explicitly called.
8565 directly or indirectly included in the build.
9164 unless they're part of a tag or unquoted attribute value. See
9416 `undefined` or `0`, a `radix` of `10` is used unless `value` is a
9718 // => Find the source of "greeting.jst" under the Sources tab or Resources panel of the web inspect…
9816 Removes leading and trailing whitespace or specified characters from `string`.
9848 Removes trailing whitespace or specified characters from `string`.
9877 Removes leading whitespace or specified characters from `string`.
10079 Attempts to invoke `func`, returning either the result or the caught error
10090 *(*)*: Returns the `func` result or error object.
10258 or `undefined`.
10379 property value for a given element. If `func` is an array or object, the
10440 values against any array or object value, respectively. See `_.isEqual`
10477 `srcValue` values against any array or object value, respectively. See
10859 Creates an array of numbers *(positive and/or negative)* progressing from
10861 `start` is specified without an `end` or `step`. If `end` is not specified,
10874 3. `[step=1]` *(number)*: The value to increment or decrement by.
10920 3. `[step=1]` *(number)*: The value to increment or decrement by.