MCPcopy Create free account

hub / github.com/lodash/lodash / functions

Functions2,270 in github.com/lodash/lodash

↓ 352 callersFunctionconvert
* Converts `func` of `name` to an immutable auto-curried iteratee-first data-last * version with conversion `options` applied. If `name` is an object
npm-package/fp/convert.js:14
↓ 72 callersFunctiontoInteger
* Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-
npm-package/lodash.js:12422
↓ 64 callersFunctioniteratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name, the created function returns
npm-package/lodash.js:15555
↓ 47 callersFunctionpredicate
(value)
test/test.js:5136
↓ 46 callersFunctionbaseIteratee
* The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. * @returns {F
npm-package/core.js:752
↓ 43 callersFunctionbi
()
npm-package/lodash.min.js:65
↓ 43 callersFunctiongetIteratee
* Gets the appropriate "iteratee" function. If `_.iteratee` is customized, * this function returns the custom method, otherwise it returns `baseI
lodash.js:5945
↓ 43 callersFunctiongetIteratee
* Gets the appropriate "iteratee" function. If `_.iteratee` is customized, * this function returns the custom method, otherwise it returns `baseI
npm-package/lodash.js:5945
↓ 39 callersFunctionbaseRest
* The base implementation of `_.rest` which doesn't validate or coerce arguments. * * @private * @param {Function} func The function to apply
npm-package/core.js:847
↓ 38 callersFunctiont
(n,t,r,e)
npm-package/lodash.min.js:9
↓ 36 callersFunctiontoInteger
* Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-
lodash.js:12422
↓ 35 callersFunctionjc
(n)
npm-package/lodash.min.js:94
↓ 33 callersFunctionarrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array t
npm-package/lodash.js:633
↓ 29 callersFunctioniteratee
* Creates a function that invokes `func` with the arguments of the created * function. If `func` is a property name, the created function returns
lodash.js:15555
↓ 29 callersFunctiontoString
* Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @static
npm-package/core.js:3046
↓ 28 callersFunctioncustomizer
(value)
test/test.js:3146
↓ 27 callersFunctionRc
(n)
npm-package/lodash.min.js:95
↓ 27 callersFunctionisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static * @memb
npm-package/core.js:2789
↓ 27 callersFunctiontoString
* Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @st
lodash.js:12583
↓ 27 callersFunctiontoString
* Converts `value` to a string. An empty string is returned for `null` * and `undefined` values. The sign of `-0` is preserved. * * @st
npm-package/lodash.js:12583
↓ 24 callersFunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (e.g.
npm-package/core.js:2760
↓ 22 callersFunctionr
(n,t)
npm-package/lodash.min.js:9
↓ 21 callersFunctionbaseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query. * @ret
npm-package/core.js:606
↓ 20 callersFunctionbaseToString
* The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value
npm-package/lodash.js:4244
↓ 20 callersFunctione
(n,t)
npm-package/lodash.min.js:9
↓ 20 callersFunctionisArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater tha
npm-package/core.js:2528
↓ 20 callersFunctionisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static
lodash.js:11798
↓ 20 callersFunctionisObjectLike
* Checks if `value` is object-like. A value is object-like if it's not `null` * and has a `typeof` result of "object". * * @static
npm-package/lodash.js:11798
↓ 20 callersFunctionisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lan
npm-package/lodash.js:12183
↓ 20 callersFunctionoc
(n)
npm-package/lodash.min.js:92
↓ 19 callersFunctionbaseFlatten
* The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flatten.
npm-package/core.js:536
↓ 19 callersFunctionn
(n,t,r)
npm-package/lodash.min.js:9
↓ 18 callersFunctionbaseClone
* The base implementation of `_.clone` and `_.cloneDeep` which tracks * traversed objects. * * @private * @param {*} value The val
npm-package/lodash.js:2620
↓ 18 callersFunctionbaseUnary
* The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap argume
npm-package/lodash.js:1003
↓ 18 callersFunctionic
(n)
npm-package/lodash.min.js:92
↓ 18 callersFunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (
lodash.js:11769
↓ 18 callersFunctionisObject
* Checks if `value` is the * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) * of `Object`. (
npm-package/lodash.js:11769
↓ 16 callersFunctionc
(n,t)
npm-package/lodash.min.js:10
↓ 16 callersFunctioncastPath
* Casts `value` to a path array if it's not one. * * @private * @param {*} value The value to inspect. * @param {Object} [object]
npm-package/lodash.js:4475
↓ 16 callersFunctioncastSlice
* Casts `array` to a slice if it's needed. * * @private * @param {Array} array The array to inspect. * @param {number} start The s
npm-package/lodash.js:4502
↓ 16 callersFunctioncopyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [array=[]
npm-package/core.js:889
↓ 16 callersFunctionkeys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the * [ES spec](ht
npm-package/keys.js:33
↓ 16 callersFunctionstringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted arr
npm-package/lodash.js:1323
↓ 15 callersFunctionisIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument. * @param
npm-package/core.js:1380
↓ 15 callersFunctiontoNumber
* Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value t
npm-package/lodash.js:12483
↓ 14 callersFunctionarrayMap
* A specialized version of `_.map` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The array t
lodash.js:633
↓ 14 callersFunctionbaseClamp
* The base implementation of `_.clamp` which doesn't coerce arguments. * * @private * @param {number} number The number to clamp.
npm-package/lodash.js:2592
↓ 14 callersFunctionbaseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query.
lodash.js:3063
↓ 14 callersFunctionbaseGetTag
* The base implementation of `getTag` without fallbacks for buggy environments. * * @private * @param {*} value The value to query.
npm-package/lodash.js:3063
↓ 14 callersFunctioncreateWrap
* Creates a function that either curries or invokes `func` with optional * `this` binding and partially applied arguments. * * @private
npm-package/lodash.js:5508
↓ 14 callersFunctionde
(n)
npm-package/lodash.min.js:35
↓ 14 callersFunctionisFunction
* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} val
npm-package/core.js:2694
↓ 13 callersFunctionLi
(n,t,r)
npm-package/lodash.min.js:69
↓ 13 callersFunctionbaseGet
* The base implementation of `_.get` without support for default values. * * @private * @param {Object} object The object to query.
npm-package/lodash.js:3028
↓ 13 callersFunctionbaseSlice
* The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @param {n
npm-package/core.js:860
↓ 13 callersFunctioncastFunction
* Casts `value` to `identity` if it's not a function. * * @private * @param {*} value The value to inspect. * @returns {Function}
npm-package/lodash.js:4463
↓ 13 callersFunctionisArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberOf _ * @sinc
npm-package/lodash.js:11387
↓ 13 callersFunctionisIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument.
lodash.js:6302
↓ 13 callersFunctionisIterateeCall
* Checks if the given arguments are from an iteratee call. * * @private * @param {*} value The potential iteratee value argument.
npm-package/lodash.js:6302
↓ 12 callersFunctionUu
(n,t)
npm-package/lodash.min.js:51
↓ 12 callersFunctionVf
(n)
npm-package/lodash.min.js:90
↓ 12 callersFunctionapply
* A faster alternative to `Function#apply`, this function invokes `func` * with the `this` binding of `thisArg` and the arguments of `args`. * * @p
npm-package/_apply.js:11
↓ 12 callersFunctionbaseUniq
* The base implementation of `_.uniqBy` without support for iteratee shorthands. * * @private * @param {Array} array The array to inspe
npm-package/lodash.js:4269
↓ 12 callersFunctioncopyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [
lodash.js:4759
↓ 12 callersFunctioncopyArray
* Copies the values of `source` to `array`. * * @private * @param {Array} source The array to copy values from. * @param {Array} [
npm-package/lodash.js:4759
↓ 12 callersFunctioncopyObject
* Copies properties of `source` to `object`. * * @private * @param {Object} source The object to copy properties from. * @param {Array} pr
npm-package/core.js:977
↓ 12 callersFunctionhasUnicode
* Checks if `string` contains Unicode symbols. * * @private * @param {string} string The string to inspect. * @returns {boolean} Returns `
npm-package/lodash.js:1139
↓ 12 callersFunctionisArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater t
lodash.js:11358
↓ 12 callersFunctionisArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer greater t
npm-package/lodash.js:11358
↓ 12 callersFunctionstringSize
* Gets the number of symbols in `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the str
npm-package/lodash.js:1310
↓ 11 callersFunctionarrayPush
* Appends the elements of `values` to `array`. * * @private * @param {Array} array The array to modify. * @param {Array} values The values
npm-package/core.js:89
↓ 11 callersFunctionbaseAssignValue
* The base implementation of `assignValue` and `assignMergeValue` without * value checks. * * @private * @param {Object} object The object
npm-package/core.js:429
↓ 11 callersFunctionbaseSlice
* The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @
lodash.js:4062
↓ 11 callersFunctionbaseSlice
* The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @
npm-package/lodash.js:4062
↓ 11 callersFunctionfu
(n,t,r)
npm-package/lodash.min.js:44
↓ 11 callersFunctionkeys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the *
lodash.js:13332
↓ 10 callersFunctionFc
(n)
npm-package/lodash.min.js:97
↓ 10 callersFunctionKf
(n,t)
npm-package/lodash.min.js:90
↓ 10 callersFunctionbaseIndexOf
* The base implementation of `_.indexOf` without `fromIndex` bounds checks. * * @private * @param {Array} array The array to inspect. * @p
npm-package/lodash.js:818
↓ 10 callersFunctionbaseToString
* The base implementation of `_.toString` which doesn't convert nullish * values to empty strings. * * @private * @param {*} value
lodash.js:4244
↓ 10 callersFunctioneq
* Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine
lodash.js:11210
↓ 10 callersFunctioneq
* Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine
npm-package/lodash.js:11210
↓ 10 callersFunctioneq
* Performs a * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * comparison between two values to determine if they
npm-package/eq.js:33
↓ 10 callersFunctionflatRest
* A specialized version of `baseRest` which flattens the rest array. * * @private * @param {Function} func The function to apply a rest param
npm-package/core.js:1337
↓ 10 callersFunctioni
(n,t)
npm-package/lodash.min.js:10
↓ 10 callersFunctionisIndex
* Checks if `value` is a valid array-like index. * * @private * @param {*} value The value to check. * @param {number} [length=MAX_SAFE_IN
npm-package/core.js:1360
↓ 10 callersFunctionisPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Returns
npm-package/lodash.js:6400
↓ 10 callersFunctionisSymbol
* Checks if `value` is classified as a `Symbol` primitive or object. * * @static * @memberOf _ * @since 4.0.0 * @category Lan
lodash.js:12183
↓ 10 callersFunctionkeys
* Creates an array of the own enumerable property names of `object`. * * **Note:** Non-object values are coerced to objects. See the *
npm-package/lodash.js:13332
↓ 10 callersFunctionlast
* Gets the last element of `array`. * * @static * @memberOf _ * @since 0.1.0 * @category Array * @param {Array} array The array to q
npm-package/core.js:1685
↓ 10 callersFunctionpu
(n)
npm-package/lodash.min.js:46
↓ 10 callersFunctionreplaceHolders
* Replaces all `placeholder` elements in `array` with an internal placeholder * and returns an array of their indexes. * * @private * @par
npm-package/lodash.js:1211
↓ 10 callersFunctiont
(n,t)
npm-package/core.min.js:6
↓ 10 callersFunctionyc
(n)
npm-package/lodash.min.js:94
↓ 9 callersFunctionDr
(n,t,e,u,i,o)
npm-package/lodash.min.js:31
↓ 9 callersFunctionarrayFilter
* A specialized version of `_.filter` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The arra
npm-package/lodash.js:574
↓ 9 callersFunctionbaseClone
* The base implementation of `_.clone` and `_.cloneDeep` which tracks * traversed objects. * * @private * @param {*} value The val
lodash.js:2620
↓ 9 callersFunctionbaseFlatten
* The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flat
lodash.js:2933
↓ 9 callersFunctionbaseFlatten
* The base implementation of `_.flatten` with support for restricting flattening. * * @private * @param {Array} array The array to flat
npm-package/lodash.js:2933
↓ 9 callersFunctionisFunction
* Checks if `value` is classified as a `Function` object. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @p
lodash.js:11673
next →1–100 of 2,270, ranked by callers