Lines Matching refs:as

1050 for equality comparisons. If `fromIndex` is negative, it's used as the
2915 is used for equality comparisons. If `fromIndex` is negative, it's used as
3029 Many lodash methods are guarded to work as iteratees for methods like
3167 is not given, the first element of `collection` is used as the initial
3172 Many lodash methods are guarded to work as iteratees for methods like
3618 may be used as a placeholder for partially applied arguments.
3672 builds, may be used as a placeholder for partially applied arguments.
3727 may be used as a placeholder for provided arguments.
3777 builds, may be used as a placeholder for provided arguments.
3978 provided to the memoized function is used as the map cache key. The `func`
3982 **Note:** The cache is exposed as the `cache` property on the memoized
4138 builds, may be used as a placeholder for partially applied arguments.
4183 builds, may be used as a placeholder for partially applied arguments.
4225 provided as the first argument, the argument value at the second index is
4226 provided as the second argument, and so on.
4257 created function and arguments from `start` and beyond provided as
4421 Creates a function that provides `value` to `wrapper` as its first
4460 Casts `value` as an array if it's not one.
4512 as plain objects. An empty object is returned for uncloneable values such
4513 as error objects, functions, DOM nodes, and WeakMaps.
4819 Checks if `value` is classified as an `Array` object.
4853 Checks if `value` is classified as an `ArrayBuffer` object.
4952 Checks if `value` is classified as a boolean primitive or object.
5008 Checks if `value` is classified as a `Date` object.
5071 Array-like values such as `arguments` objects, arrays, buffers, strings, or
5260 Checks if `value` is classified as a `Function` object.
5364 Checks if `value` is classified as a `Map` object.
5480 [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as
5612 Checks if `value` is classified as a `Number` primitive or object.
5616 classified as numbers, use the `_.isFinite` method.
5760 Checks if `value` is classified as a `RegExp` object.
5827 Checks if `value` is classified as a `Set` object.
5855 Checks if `value` is classified as a `String` primitive or object.
5883 Checks if `value` is classified as a `Symbol` primitive or object.
5911 Checks if `value` is classified as a typed array.
5967 Checks if `value` is classified as a `WeakMap` object.
5995 Checks if `value` is classified as a `WeakSet` object.
6193 Converts `value` to an integer suitable for use as the length of an
7840 same values as `object` and keys generated by running each own enumerable
7870 Creates an object with the same keys as `object` and values generated
8564 Chaining is supported in custom builds as long as the `_#value` method is
8939 Creates a clone of the chain sequence planting `value` as the wrapped value.
9254 Converts `string`, as space separated words, to lower case.
9322 3. `[chars=' ']` *(string)*: The string used as padding.
9356 3. `[chars=' ']` *(string)*: The string used as padding.
9390 3. `[chars=' ']` *(string)*: The string used as padding.
9644 properties may be accessed as free variables in the template. If a setting
9668 …s=_.templateSettings.imports]` *(Object)*: An object to import into the template as free variables.
9698 // Use the ES template literal delimiter as an "interpolate" delimiter.
9704 // Use backslashes to treat delimiters as plain text.
9709 // Use the `imports` option to import `jQuery` as `jq`.
9752 Converts `string`, as a whole, to lower case just like
9784 Converts `string`, as a whole, to upper case just like
9985 Converts `string`, as space separated words, to upper case.
10580 are added to its prototype as well.
11221 embedded Ruby *(ERB)* as well as ES2015 template strings. Change the