MCPcopy Create free account

hub / github.com/bradwestfall/CSS-Tricks-React-Series / functions

Functions1,477 in github.com/bradwestfall/CSS-Tricks-React-Series

↓ 5 callersFunctioncreateCtor
* Creates a function that produces an instance of `Ctor` regardless of * whether it was invoked as part of a `new` expression or by `call` or `a
guide-2-container-components/public/js/bundle.js:30177
↓ 5 callersFunctiondeprecated
* This will log a single deprecation notice per function and forward the call * on to the new API. * * @param {string} fnName The name of the fu
guide-1-react-router/public/js/bundle.js:19726
↓ 5 callersFunctiondeprecated
* This will log a single deprecation notice per function and forward the call * on to the new API. * * @param {string} fnName The name of the fu
guide-2-container-components/public/js/bundle.js:19733
↓ 5 callersFunctiondone
()
guide-1-react-router/public/js/bundle.js:21323
↓ 5 callersFunctiondone
()
guide-2-container-components/public/js/bundle.js:21330
↓ 5 callersFunctionforEachAccumulated
(arr, cb, scope)
guide-1-react-router/public/js/bundle.js:4604
↓ 5 callersFunctionforEachAccumulated
(arr, cb, scope)
guide-2-container-components/public/js/bundle.js:4611
↓ 5 callersFunctiongetCurrentLocation
()
guide-1-react-router/public/js/bundle.js:20262
↓ 5 callersFunctiongetCurrentLocation
()
guide-2-container-components/public/js/bundle.js:20269
↓ 5 callersFunctiongetEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
guide-1-react-router/public/js/bundle.js:10004
↓ 5 callersFunctiongetEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
guide-2-container-components/public/js/bundle.js:10011
↓ 5 callersFunctiongetPropType
(propValue)
guide-1-react-router/public/js/bundle.js:13145
↓ 5 callersFunctiongetPropType
(propValue)
guide-2-container-components/public/js/bundle.js:13152
↓ 5 callersFunctiongetReactRootElementInContainer
* @param {DOMElement|DOMDocument} container DOM element that may contain * a React component * @return {?*} DOM element that may have the reactRoo
guide-1-react-router/public/js/bundle.js:2516
↓ 5 callersFunctiongetReactRootElementInContainer
* @param {DOMElement|DOMDocument} container DOM element that may contain * a React component * @return {?*} DOM element that may have the reactRoo
guide-2-container-components/public/js/bundle.js:2523
↓ 5 callersFunctiongetReactRootID
* @param {DOMElement} container DOM element that may contain a React component. * @return {?string} A "reactRoot" ID, if a React component is render
guide-1-react-router/public/js/bundle.js:2532
↓ 5 callersFunctiongetReactRootID
* @param {DOMElement} container DOM element that may contain a React component. * @return {?string} A "reactRoot" ID, if a React component is render
guide-2-container-components/public/js/bundle.js:2539
↓ 5 callersFunctioninstantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @return {object} A new instance of the elem
guide-1-react-router/public/js/bundle.js:7105
↓ 5 callersFunctioninstantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @return {object} A new instance of the elem
guide-2-container-components/public/js/bundle.js:7112
↓ 5 callersFunctionisPrototype
* Checks if `value` is likely a prototype object. * * @private * @param {*} value The value to check. * @returns {boolean} Ret
guide-2-container-components/public/js/bundle.js:31571
↓ 5 callersFunctionkeyMirror
(obj)
guide-1-react-router/public/js/bundle.js:1419
↓ 5 callersFunctionkeyMirror
(obj)
guide-2-container-components/public/js/bundle.js:1426
↓ 5 callersFunctionprependBasename
(location)
guide-1-react-router/public/js/bundle.js:24384
↓ 5 callersFunctionprependBasename
(location)
guide-2-container-components/public/js/bundle.js:24391
↓ 5 callersFunctionresolve
(promise, value)
guide-2-container-components/public/js/bundle.js:44084
↓ 5 callersFunctiontraverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
guide-1-react-router/public/js/bundle.js:13694
↓ 5 callersFunctiontraverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
guide-2-container-components/public/js/bundle.js:13701
↓ 5 callersFunctionwarnTDZ
(publicInstance, callerName)
guide-1-react-router/public/js/bundle.js:16073
↓ 5 callersFunctionwarnTDZ
(publicInstance, callerName)
guide-2-container-components/public/js/bundle.js:16080
↓ 4 callersFunctionReactElement
(type, key, ref, self, source, owner, props)
guide-1-react-router/public/js/bundle.js:4880
↓ 4 callersFunctionReactElement
(type, key, ref, self, source, owner, props)
guide-2-container-components/public/js/bundle.js:4887
↓ 4 callersFunction_objectWithoutProperties
(obj, keys)
guide-1-react-router/public/js/bundle.js:19986
↓ 4 callersFunction_objectWithoutProperties
(obj, keys)
guide-2-container-components/public/js/bundle.js:19993
↓ 4 callersFunctionarrayReduce
* A specialized version of `_.reduce` for arrays without support for * iteratee shorthands. * * @private * @param {Array} [array] The
guide-2-container-components/public/js/bundle.js:25852
↓ 4 callersFunctionassignValue
* Assigns `value` to `key` of `object` if the existing value is not equivalent * using [`SameValueZero`](http://ecma-international.org/ecma-262/
guide-2-container-components/public/js/bundle.js:27648
↓ 4 callersFunctionassocIndexOf
* Gets the index at which the `key` is found in `array` of key-value pairs. * * @private * @param {Array} array The array to inspect
guide-2-container-components/public/js/bundle.js:27664
↓ 4 callersFunctionbaseExtremum
* The base implementation of methods like `_.max` and `_.min` which accepts a * `comparator` to determine the extremum value. * * @p
guide-2-container-components/public/js/bundle.js:28024
↓ 4 callersFunctionbaseFindIndex
* The base implementation of `_.findIndex` and `_.findLastIndex` without * support for iteratee shorthands. * * @private * @param {Arr
guide-2-container-components/public/js/bundle.js:25974
↓ 4 callersFunctionbaseFunctions
* The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @
guide-2-container-components/public/js/bundle.js:28181
↓ 4 callersFunctionbaseInvoke
* The base implementation of `_.invoke` without support for individual * method arguments. * * @private * @param {Object} obje
guide-2-container-components/public/js/bundle.js:28380
↓ 4 callersFunctionbaseIsEqual
* The base implementation of `_.isEqual` which supports partial comparisons * and tracks traversed objects. * * @private * @pa
guide-2-container-components/public/js/bundle.js:28434
↓ 4 callersFunctionbaseSet
* The base implementation of `_.set`. * * @private * @param {Object} object The object to modify. * @param {Array|string} path
guide-2-container-components/public/js/bundle.js:29132
↓ 4 callersFunctionbaseSortedIndex
* The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which * performs a binary search of `array` to determine the index at which
guide-2-container-components/public/js/bundle.js:29264
↓ 4 callersFunctionbaseWhile
* The base implementation of methods like `_.dropWhile` and `_.takeWhile` * without support for iteratee shorthands. * * @private
guide-2-container-components/public/js/bundle.js:29507
↓ 4 callersFunctionclearQueue
* Clears any enqueued updates. * * @private
guide-1-react-router/public/js/bundle.js:14191
↓ 4 callersFunctionclearQueue
* Clears any enqueued updates. * * @private
guide-2-container-components/public/js/bundle.js:14198
↓ 4 callersFunctioncreateAggregator
* Creates a function like `_.groupBy`. * * @private * @param {Function} setter The function to set accumulator values. * @para
guide-2-container-components/public/js/bundle.js:30013
↓ 4 callersFunctioncreateMathOperation
* Creates a function that performs a mathematical operation on two values. * * @private * @param {Function} operator The function to
guide-2-container-components/public/js/bundle.js:30415
↓ 4 callersFunctioncreatePadding
* Creates the padding for `string` based on `length`. The `chars` string * is truncated if the number of characters exceeds `length`. *
guide-2-container-components/public/js/bundle.js:30469
↓ 4 callersFunctioncreateRelationalOperation
* Creates a function that performs a relational operation on two values. * * @private * @param {Function} operator The function to p
guide-2-container-components/public/js/bundle.js:30549
↓ 4 callersFunctionescapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
guide-1-react-router/public/js/bundle.js:1714
↓ 4 callersFunctionescapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
guide-2-container-components/public/js/bundle.js:1721
↓ 4 callersFunctiongetComponentKey
* Generate a key string that identifies a component within a set. * * @param {*} component A component that could contain a manual key. * @param
guide-1-react-router/public/js/bundle.js:13564
↓ 4 callersFunctiongetComponentKey
* Generate a key string that identifies a component within a set. * * @param {*} component A component that could contain a manual key. * @param
guide-2-container-components/public/js/bundle.js:13571
↓ 4 callersFunctiongetEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
guide-1-react-router/public/js/bundle.js:17835
↓ 4 callersFunctiongetEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
guide-2-container-components/public/js/bundle.js:17842
↓ 4 callersFunctiongetFuncName
* Gets the name of `func`. * * @private * @param {Function} func The function to query. * @returns {string} Returns the functi
guide-2-container-components/public/js/bundle.js:31080
↓ 4 callersFunctiongetMapData
* Gets the data for `map`. * * @private * @param {Object} map The map to query. * @param {string} key The reference key.
guide-2-container-components/public/js/bundle.js:31132
↓ 4 callersFunctionincludes
* Checks if `value` is in `collection`. If `collection` is a string, it's * checked for a substring of `value`, otherwise * [`SameValueZer
guide-2-container-components/public/js/bundle.js:34604
↓ 4 callersFunctionisBoundary
* Checks if a character in the supplied ID is a separator or the end. * * @param {string} id A React DOM ID. * @param {number} index Index of th
guide-1-react-router/public/js/bundle.js:5214
↓ 4 callersFunctionisBoundary
* Checks if a character in the supplied ID is a separator or the end. * * @param {string} id A React DOM ID. * @param {number} index Index of th
guide-2-container-components/public/js/bundle.js:5221
↓ 4 callersFunctionisNaN
* Checks if `value` is `NaN`. * * **Note:** This method is based on * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the s
guide-2-container-components/public/js/bundle.js:37062
↓ 4 callersFunctionisPlainObject
* Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. *
guide-2-container-components/public/js/bundle.js:37206
↓ 4 callersFunctionisValid
* A node is "valid" if it is contained by a currently mounted container. * * This means that the node does not have to be contained by a document
guide-1-react-router/public/js/bundle.js:2629
↓ 4 callersFunctionisValid
* A node is "valid" if it is contained by a currently mounted container. * * This means that the node does not have to be contained by a document
guide-2-container-components/public/js/bundle.js:2636
↓ 4 callersFunctionparseInt
* 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
guide-2-container-components/public/js/bundle.js:39611
↓ 4 callersFunctionquoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
guide-1-react-router/public/js/bundle.js:2216
↓ 4 callersFunctionquoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
guide-2-container-components/public/js/bundle.js:2223
↓ 4 callersFunctionreplace
(location)
guide-1-react-router/public/js/bundle.js:20377
↓ 4 callersFunctionreplace
(location)
guide-2-container-components/public/js/bundle.js:20384
↓ 4 callersFunctionsetInnerHTML
(node, html)
guide-1-react-router/public/js/bundle.js:1569
↓ 4 callersFunctionsetInnerHTML
(node, html)
guide-2-container-components/public/js/bundle.js:1576
↓ 4 callersFunctionsetToArray
* Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the valu
guide-2-container-components/public/js/bundle.js:26411
↓ 4 callersFunctionshuffleSelf
* A specialized version of `_.shuffle` which mutates and sets the size of `array`. * * @private * @param {Array} array The array to
guide-2-container-components/public/js/bundle.js:31884
↓ 4 callersFunctiontransitionTo
(nextLocation)
guide-1-react-router/public/js/bundle.js:21014
↓ 4 callersFunctiontransitionTo
(nextLocation)
guide-2-container-components/public/js/bundle.js:21021
↓ 4 callersFunctionupdateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @p
guide-1-react-router/public/js/bundle.js:13783
↓ 4 callersFunctionupdateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @p
guide-2-container-components/public/js/bundle.js:13790
↓ 4 callersFunctionvalues
* Creates an array of the own enumerable string keyed property values of `object`. * * **Note:** Non-object values are coerced to objects.
guide-2-container-components/public/js/bundle.js:39062
↓ 3 callersFunction_interopRequireWildcard
(obj)
guide-2-container-components/public/js/bundle.js:25112
↓ 3 callersFunctionaddBasename
(location)
guide-1-react-router/public/js/bundle.js:24367
↓ 3 callersFunctionaddBasename
(location)
guide-2-container-components/public/js/bundle.js:24374
↓ 3 callersFunctionaddQuery
(location)
guide-1-react-router/public/js/bundle.js:21540
↓ 3 callersFunctionaddQuery
(location)
guide-2-container-components/public/js/bundle.js:21547
↓ 3 callersFunctionassignMergeValue
* This function is like `assignValue` except that it doesn't assign * `undefined` values. * * @private * @param {Object} objec
guide-2-container-components/public/js/bundle.js:27631
↓ 3 callersFunctionbaseIntersection
* The base implementation of methods like `_.intersection`, without support * for iteratee shorthands, that accepts an array of arrays to inspec
guide-2-container-components/public/js/bundle.js:28299
↓ 3 callersFunctionbaseIsMatch
* The base implementation of `_.isMatch` without support for iteratee shorthands. * * @private * @param {Object} object The object t
guide-2-container-components/public/js/bundle.js:28524
↓ 3 callersFunctionbaseKeys
* The base implementation of `_.keys` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object t
guide-2-container-components/public/js/bundle.js:28649
↓ 3 callersFunctionbaseMerge
* The base implementation of `_.merge` without support for multiple sources. * * @private * @param {Object} object The destination o
guide-2-container-components/public/js/bundle.js:28763
↓ 3 callersFunctionbaseProperty
* The base implementation of `_.property` without support for deep paths. * * @private * @param {string} key The key of the property to ge
guide-2-container-components/public/js/bundle.js:26055
↓ 3 callersFunctionbasePropertyOf
* The base implementation of `_.propertyOf` without support for deep paths. * * @private * @param {Object} object The object to query.
guide-2-container-components/public/js/bundle.js:26068
↓ 3 callersFunctionbasePullAll
* The base implementation of `_.pullAllBy` without support for iteratee * shorthands. * * @private * @param {Array} array The
guide-2-container-components/public/js/bundle.js:28968
↓ 3 callersFunctionbaseRandom
* The base implementation of `_.random` without support for returning * floating-point numbers. * * @private * @param {number}
guide-2-container-components/public/js/bundle.js:29031
↓ 3 callersFunctionbaseRepeat
* The base implementation of `_.repeat` which doesn't coerce arguments. * * @private * @param {string} string The string to repeat.
guide-2-container-components/public/js/bundle.js:29066
↓ 3 callersFunctionbaseSortedIndexBy
* The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` * which invokes `iteratee` for `value` and each element of `array` to c
guide-2-container-components/public/js/bundle.js:29298
↓ 3 callersFunctionbaseSum
* The base implementation of `_.sum` and `_.sumBy` without support for * iteratee shorthands. * * @private * @param {Array} array The
guide-2-container-components/public/js/bundle.js:26125
↓ 3 callersFunctionbaseTimes
* The base implementation of `_.times` without support for iteratee shorthands * or max array length checks. * * @private * @param {nu
guide-2-container-components/public/js/bundle.js:26148
↓ 3 callersFunctionbaseUnset
* The base implementation of `_.unset`. * * @private * @param {Object} object The object to modify. * @param {Array|string} pa
guide-2-container-components/public/js/bundle.js:29476
↓ 3 callersFunctionbaseValues
* The base implementation of `_.values` and `_.valuesIn` which creates an * array of `object` property values corresponding to the property names
guide-2-container-components/public/js/bundle.js:26196
↓ 3 callersFunctionbaseXor
* The base implementation of methods like `_.xor`, without support for * iteratee shorthands, that accepts an array of arrays to inspect.
guide-2-container-components/public/js/bundle.js:29549
← previousnext →101–200 of 1,477, ranked by callers