MCPcopy Create free account

hub / github.com/lodash/lodash / functions

Functions2,270 in github.com/lodash/lodash

FunctionparseInt
* Converts `string` to an integer of the specified radix. If `radix` is * `undefined` or `0`, a `radix` of `10` is used unless `value` is a
npm-package/lodash.js:14503
Functionpf
(n,t)
npm-package/lodash.min.js:83
FunctionpickBy
* Creates an object composed of the `object` properties `predicate` returns * truthy for. The predicate is invoked with two arguments: (value, key).
npm-package/pickBy.js:24
Functionpitch
* This method throws any error it receives. * * @memberOf util * @param {Object} [error] The error object.
lib/common/util.js:31
Functionpo
(n)
npm-package/lodash.min.js:76
Functionpositive
(string)
test/test.js:23563
Functionpr
(n)
npm-package/lodash.min.js:27
Functionpredicate
(value)
test/test-fp.js:555
Functionproperty
* Creates a function that returns the value at `path` of a given object. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {Arr
npm-package/property.js:28
FunctionpropertyOf
* The opposite of `_.property`; this method creates a function that returns * the value at a given path of `object`. * * @static *
lodash.js:15959
FunctionpropertyOf
* The opposite of `_.property`; this method creates a function that returns * the value at a given path of `object`. * * @static * @memberOf _ *
npm-package/propertyOf.js:24
FunctionpropertyOf
* The opposite of `_.property`; this method creates a function that returns * the value at a given path of `object`. * * @static *
npm-package/lodash.js:15959
FunctionpullAll
* This method is like `_.pull` except that it accepts an array of values to remove. * * **Note:** Unlike `_.difference`, this method mutates
lodash.js:7742
FunctionpullAll
* This method is like `_.pull` except that it accepts an array of values to remove. * * **Note:** Unlike `_.difference`, this method mutates `array`
npm-package/pullAll.js:23
FunctionpullAll
* This method is like `_.pull` except that it accepts an array of values to remove. * * **Note:** Unlike `_.difference`, this method mutates
npm-package/lodash.js:7742
FunctionpullAllBy
* This method is like `_.pullAll` except that it accepts `iteratee` which is * invoked for each element of `array` and `values` to generate the c
lodash.js:7771
FunctionpullAllBy
* This method is like `_.pullAll` except that it accepts `iteratee` which is * invoked for each element of `array` and `values` to generate the crite
npm-package/pullAllBy.js:27
FunctionpullAllBy
* This method is like `_.pullAll` except that it accepts `iteratee` which is * invoked for each element of `array` and `values` to generate the c
npm-package/lodash.js:7771
FunctionpullAllWith
* This method is like `_.pullAll` except that it accepts `comparator` which * is invoked to compare elements of `array` to `values`. The comparat
lodash.js:7800
FunctionpullAllWith
* This method is like `_.pullAll` except that it accepts `comparator` which * is invoked to compare elements of `array` to `values`. The comparator i
npm-package/pullAllWith.js:26
FunctionpullAllWith
* This method is like `_.pullAll` except that it accepts `comparator` which * is invoked to compare elements of `array` to `values`. The comparat
npm-package/lodash.js:7800
Functionq
(n)
npm-package/core.min.js:15
Functionqa
()
npm-package/lodash.min.js:109
Functionqc
(n,t)
npm-package/lodash.min.js:97
Functionqf
(n,t)
npm-package/lodash.min.js:90
Functionqo
(n,t)
npm-package/lodash.min.js:80
Functionra
(n,t,r)
npm-package/lodash.min.js:99
Functionrandom
* Produces a random number between the inclusive `lower` and `upper` bounds. * If only one argument is provided a number between `0` and the give
lodash.js:14104
Functionrandom
* Produces a random number between the inclusive `lower` and `upper` bounds. * If only one argument is provided a number between `0` and the given nu
npm-package/random.js:43
Functionrandom
* Produces a random number between the inclusive `lower` and `upper` bounds. * If only one argument is provided a number between `0` and the give
npm-package/lodash.js:14104
Functionreduce
* Reduces `collection` to a value which is the accumulated result of running * each element in `collection` thru `iteratee`, where each successiv
npm-package/lodash.js:9703
Functionreduce
* Reduces `collection` to a value which is the accumulated result of running * each element in `collection` thru `iteratee`, where each successive *
npm-package/reduce.js:44
FunctionreduceRight
* This method is like `_.reduce` except that it iterates over elements of * `collection` from right to left. * * @static * @member
lodash.js:9732
FunctionreduceRight
* This method is like `_.reduce` except that it iterates over elements of * `collection` from right to left. * * @static * @member
npm-package/lodash.js:9732
FunctionreduceRight
* This method is like `_.reduce` except that it iterates over elements of * `collection` from right to left. * * @static * @memberOf _ * @since 0
npm-package/reduceRight.js:29
Functionreject
* The opposite of `_.filter`; this method returns the elements of `collection` * that `predicate` does **not** return truthy for. * * @
lodash.js:9773
Functionreject
* The opposite of `_.filter`; this method returns the elements of `collection` * that `predicate` does **not** return truthy for. * * @
npm-package/lodash.js:9773
Functionreject
* The opposite of `_.filter`; this method returns the elements of `collection` * that `predicate` does **not** return truthy for. * * @static * @m
npm-package/reject.js:41
Functionremove
* Removes all elements from `array` that `predicate` returns truthy for * and returns an array of the removed elements. The predicate is invoked * w
npm-package/remove.js:32
Functionremove
* Removes all elements from `array` that `predicate` returns truthy for * and returns an array of the removed elements. The predicate is invoked
npm-package/lodash.js:7869
Functionreorder
* Reorder `array` according to the specified indexes where the element at * the first index is assigned as the first element, the element at * the s
npm-package/_reorder.js:17
Functionrepeat
* Repeats the given string `n` times. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [str
lodash.js:14534
Functionrepeat
* Repeats the given string `n` times. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [str
npm-package/lodash.js:14534
Functionrepeat
* Repeats the given string `n` times. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=''] The string to re
npm-package/repeat.js:28
Functionreplace
* Replaces matches for `pattern` in `string` with `replacement`. * * **Note:** This method is based on * [`String#replace`](https://mdn
lodash.js:14562
Functionreplace
* Replaces matches for `pattern` in `string` with `replacement`. * * **Note:** This method is based on * [`String#replace`](https://mdn.io/String/r
npm-package/replace.js:22
Functionreplace
* Replaces matches for `pattern` in `string` with `replacement`. * * **Note:** This method is based on * [`String#replace`](https://mdn
npm-package/lodash.js:14562
FunctionreplaceHolders
* Replaces all `placeholder` elements in `array` with an internal placeholder * and returns an array of their indexes. * * @private * @param {Arra
npm-package/_replaceHolders.js:13
Functionrest
* Creates a function that invokes `func` with the `this` binding of the * created function and arguments from `start` and beyond provided as * an ar
npm-package/rest.js:32
Functionrest
* Creates a function that invokes `func` with the `this` binding of the * created function and arguments from `start` and beyond provided as
npm-package/lodash.js:10821
Functionresult
* This method is like `_.get` except that if the resolved value is a * function it's invoked with the `this` binding of its parent object and *
npm-package/core.js:3353
Functionresult
* This method is like `_.get` except that if the resolved value is a * function it's invoked with the `this` binding of its parent object and * its
npm-package/result.js:34
Functionreverse
* Reverses `array` so that the first element becomes the last, the second * element becomes the second to last, and so on. * * **Note:*
lodash.js:7913
Functionreverse
* Reverses `array` so that the first element becomes the last, the second * element becomes the second to last, and so on. * * **Note:** This metho
npm-package/reverse.js:30
Functionreverse
* Reverses `array` so that the first element becomes the last, the second * element becomes the second to last, and so on. * * **Note:*
npm-package/lodash.js:7913
Functionrf
()
npm-package/lodash.min.js:82
Functionrl
(n,t)
npm-package/lodash.min.js:110
Functionro
(n,t,r)
npm-package/lodash.min.js:74
Functionrr
(n,t)
npm-package/lodash.min.js:25
Functionrun
(a, b)
test/test.js:4141
Functions
(n,t,r,e)
npm-package/lodash.min.js:11
Functionsa
(n,t,r)
npm-package/lodash.min.js:101
FunctionsafeGet
* Gets the value at `key`, unless `key` is "__proto__" or "constructor". * * @private * @param {Object} object The object to query. * @param {stri
npm-package/_safeGet.js:9
Functionsample
* Gets a random element from `collection`. * * @static * @memberOf _ * @since 2.0.0 * @category Collection * @param {Arr
lodash.js:9792
Functionsample
* Gets a random element from `collection`. * * @static * @memberOf _ * @since 2.0.0 * @category Collection * @param {Array|Object} collection Th
npm-package/sample.js:19
Functionsample
* Gets a random element from `collection`. * * @static * @memberOf _ * @since 2.0.0 * @category Collection * @param {Arr
npm-package/lodash.js:9792
FunctionsampleSize
* Gets `n` random elements at unique keys from `collection` up to the * size of `collection`. * * @static * @memberOf _ * @si
lodash.js:9817
FunctionsampleSize
* Gets `n` random elements at unique keys from `collection` up to the * size of `collection`. * * @static * @memberOf _ * @since 4.0.0 * @catego
npm-package/sampleSize.js:27
FunctionsampleSize
* Gets `n` random elements at unique keys from `collection` up to the * size of `collection`. * * @static * @memberOf _ * @si
npm-package/lodash.js:9817
Functionsc
(n)
npm-package/lodash.min.js:93
Functionset
* Sets the value at `path` of `object`. If a portion of `path` doesn't exist, * it's created. Arrays are created for missing index properties whi
lodash.js:13699
Functionset
* Sets the value at `path` of `object`. If a portion of `path` doesn't exist, * it's created. Arrays are created for missing index properties whi
npm-package/lodash.js:13699
Functionset
* Sets the value at `path` of `object`. If a portion of `path` doesn't exist, * it's created. Arrays are created for missing index properties while o
npm-package/set.js:31
FunctionsetCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The va
lodash.js:2249
FunctionsetCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. * @return
npm-package/_setCacheAdd.js:14
FunctionsetCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The va
npm-package/lodash.js:2249
FunctionsetCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to sear
lodash.js:2263
FunctionsetCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to sear
npm-package/lodash.js:2263
FunctionsetCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @returns
npm-package/_setCacheHas.js:10
FunctionsetToArray
* Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the values.
npm-package/_setToArray.js:8
FunctionsetToPairs
* Converts `set` to its value-value pairs. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the value-value pairs
npm-package/_setToPairs.js:8
FunctionsetWith
* This method is like `_.set` except that it accepts `customizer` which is * invoked to produce the objects of `path`. If `customizer` returns `
lodash.js:13727
FunctionsetWith
* This method is like `_.set` except that it accepts `customizer` which is * invoked to produce the objects of `path`. If `customizer` returns `unde
npm-package/setWith.js:27
FunctionsetWith
* This method is like `_.set` except that it accepts `customizer` which is * invoked to produce the objects of `path`. If `customizer` returns `
npm-package/lodash.js:13727
FunctionsetWrapToString
* Sets the `toString` method of `wrapper` to mimic the source of `reference` * with wrapper details in a comment at the top of the source body. * *
npm-package/_setWrapToString.js:16
Functionsf
(n,t,r)
npm-package/lodash.min.js:83
FunctionshortOut
* Creates a function that'll short out and invoke `identity` instead * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` * millisec
npm-package/_shortOut.js:17
Functionshuffle
* Creates an array of shuffled values, using a version of the * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle).
lodash.js:9842
Functionshuffle
* Creates an array of shuffled values, using a version of the * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle). * * @st
npm-package/shuffle.js:20
Functionshuffle
* Creates an array of shuffled values, using a version of the * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle).
npm-package/lodash.js:9842
FunctionshuffleSelf
* A specialized version of `_.shuffle` which mutates and sets the size of `array`. * * @private * @param {Array} array The array to shuffle. * @pa
npm-package/_shuffleSelf.js:11
Functionsize
* Gets the size of `collection` by returning its length for array-like * values or the number of own enumerable string keyed properties for objec
lodash.js:9868
Functionsize
* Gets the size of `collection` by returning its length for array-like * values or the number of own enumerable string keyed properties for objects.
npm-package/size.js:32
Functionsize
* Gets the size of `collection` by returning its length for array-like * values or the number of own enumerable string keyed properties for objects
npm-package/core.js:2123
Functionsize
* Gets the size of `collection` by returning its length for array-like * values or the number of own enumerable string keyed properties for objec
npm-package/lodash.js:9868
Functionslice
* Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of * [`Array#slice
lodash.js:7933
Functionslice
* Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of * [`Array#slice`](htt
npm-package/core.js:1706
Functionslice
* Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of * [`Array#slice
npm-package/lodash.js:7933
Functionslice
* Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of * [`Array#slice`](https://m
npm-package/slice.js:21
Functionso
(n,t,r)
npm-package/lodash.min.js:76
← previousnext →1,901–2,000 of 2,270, ranked by callers