Lines Matching refs:s

1050 for equality comparisons. If `fromIndex` is negative, it's used as the
1770 This method is like `_.uniq` except that it's designed and optimized
1796 This method is like `_.uniqBy` except that it's designed and optimized
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
3524 `func` once it's called `n` or more times.
3586 of the created function, while it's called less than `n` times. Subsequent
3667 [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern)
3842 See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
3853 5. `[options.maxWait]` *(number)*: The maximum time `func` is allowed to be delayed before it's inv…
3888 additional arguments are provided to `func` when it's invoked.
3917 provided to `func` when it's invoked.
4358 See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
4460 Casts `value` as an array if it's not one.
4881 Checks if `value` is array-like. A value is considered array-like if it's
4882 not a function and has a `value.length` that's an integer greater than or
5686 Checks if `value` is object-like. A value is object-like if it's not `null`
5788 Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754
6855 `end` is not specified, it's set to `start` with `start` then set to `0`.
8115 function it's invoked with the `this` binding of its parent object and
8155 it's created. Arrays are created for missing index properties while objects
8551 The execution of chained methods is lazy, that is, it's deferred until
9165 [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)
9313 Pads `string` on the left and right sides if it's shorter than `length`.
9347 Pads `string` on the right side if it's shorter than `length`. Padding
9381 Pads `string` on the left side if it's shorter than `length`. Padding
9654 [lodash's custom builds documentation](https://lodash.com/custom-builds).
9658 [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval).
9730 _.templateSettings.interpolate = /{{([\s\S]+?)}}/g;
9906 Truncates `string` if it's longer than the given maximum string length.
10080 object. Any additional arguments are provided to `func` when it's invoked.
10862 it's set to `start` with `start` then set to `0`.