Lines Matching refs:set

278 * <a href="#_setobject-path-value">`_.set`</a>
3621 **Note:** Unlike native `Function#bind`, this method doesn't set the "length"
3730 **Note:** This method doesn't set the "length" property of curried functions.
3780 **Note:** This method doesn't set the "length" property of curried functions.
3986 method interface of `clear`, `delete`, `get`, `has`, and `set`.
4015 values.cache.set(object, ['a', 'b']);
4141 **Note:** This method doesn't set the "length" property of partially
4186 **Note:** This method doesn't set the "length" property of partially
5064 Checks if `value` is an empty object, collection, map, or set.
5836 *(boolean)*: Returns `true` if `value` is a set, else `false`.
6004 *(boolean)*: Returns `true` if `value` is a weak set, else `false`.
6855 `end` is not specified, it's set to `start` with `start` then set to `0`.
7195 Once a property is set, additional values of the same property are ignored.
8151 <h3 id="_setobject-path-value"><code>_.set(object, path, value)</code></h3>
8152 …s#L13673 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.set "See the npm packag…
8167 2. `path` *(Array|string)*: The path of the property to set.
8168 3. `value` *(&#42;)*: The value to set.
8177 _.set(object, 'a[0].b.c', 4);
8181 _.set(object, ['x', '0', 'y', 'z'], 5);
8194 This method is like `_.set` except that it accepts `customizer` which is
8207 2. `path` *(Array|string)*: The path of the property to set.
8208 3. `value` *(&#42;)*: The value to set.
8231 which can be consumed by `_.fromPairs`. If `object` is a map or set, its
8269 or set, its entries are returned.
8384 This method is like `_.set` except that accepts `updater` to produce the
8385 value to set. Use `_.updateWith` to customize `path` creation. The `updater`
8396 2. `path` *(Array|string)*: The path of the property to set.
8436 2. `path` *(Array|string)*: The path of the property to set.
8602 `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
10116 **Note:** This method doesn't set the "length" property of bound functions.
10862 it's set to `start` with `start` then set to `0`.