MCPcopy Create free account

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

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

↓ 2 callersFunctioncloneBuffer
* Creates a clone of `buffer`. * * @private * @param {Buffer} buffer The buffer to clone. * @param {boolean} [isDeep] Specify
guide-2-container-components/public/js/bundle.js:29673
↓ 2 callersFunctioncloneTypedArray
* Creates a clone of `typedArray`. * * @private * @param {Object} typedArray The typed array to clone. * @param {boolean} [isD
guide-2-container-components/public/js/bundle.js:29770
↓ 2 callersFunctioncomposeArgs
* Creates an array that is the composition of partially applied arguments, * placeholders, and provided arguments into a single array of argumen
guide-2-container-components/public/js/bundle.js:29865
↓ 2 callersFunctioncomposeArgsRight
* This function is like `composeArgs` except that the arguments composition * is tailored for `_.partialRight`. * * @private *
guide-2-container-components/public/js/bundle.js:29900
↓ 2 callersFunctionconstant
* Creates a function that returns `value`. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @param {*}
guide-2-container-components/public/js/bundle.js:40521
↓ 2 callersFunctionconstructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
guide-1-react-router/public/js/bundle.js:16890
↓ 2 callersFunctionconstructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
guide-2-container-components/public/js/bundle.js:16897
↓ 2 callersFunctioncontainsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
guide-1-react-router/public/js/bundle.js:6956
↓ 2 callersFunctioncontainsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
guide-2-container-components/public/js/bundle.js:6963
↓ 2 callersFunctioncreateArrayFromMixed
* Ensure that the argument is an array by wrapping it in an array if it is not. * Creates a copy of the argument if it is already an array. * *
guide-1-react-router/public/js/bundle.js:1069
↓ 2 callersFunctioncreateArrayFromMixed
* Ensure that the argument is an array by wrapping it in an array if it is not. * Creates a copy of the argument if it is already an array. * *
guide-2-container-components/public/js/bundle.js:1076
↓ 2 callersFunctioncreateBaseEach
* Creates a `baseEach` or `baseEachRight` function. * * @private * @param {Function} eachFunc The function to iterate over a collect
guide-2-container-components/public/js/bundle.js:30063
↓ 2 callersFunctioncreateBaseFor
* Creates a base function for methods like `_.forIn` and `_.forOwn`. * * @private * @param {boolean} [fromRight] Specify iterating f
guide-2-container-components/public/js/bundle.js:30091
↓ 2 callersFunctioncreateCaseFirst
* Creates a function like `_.lowerFirst`. * * @private * @param {string} methodName The name of the `String` case method to use.
guide-2-container-components/public/js/bundle.js:30136
↓ 2 callersFunctioncreateFind
* Creates a `_.find` or `_.findLast` function. * * @private * @param {Function} findIndexFunc The function to find the collection in
guide-2-container-components/public/js/bundle.js:30246
↓ 2 callersFunctioncreateFlow
* Creates a `_.flow` or `_.flowRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
guide-2-container-components/public/js/bundle.js:30266
↓ 2 callersFunctioncreateHistory
()
guide-1-react-router/public/js/bundle.js:20921
↓ 2 callersFunctioncreateHistory
()
guide-2-container-components/public/js/bundle.js:20928
↓ 2 callersFunctioncreateInverter
* Creates a function like `_.invertBy`. * * @private * @param {Function} setter The function to set accumulator values. * @par
guide-2-container-components/public/js/bundle.js:30401
↓ 2 callersFunctioncreateLocation
(location, action)
guide-1-react-router/public/js/bundle.js:21081
↓ 2 callersFunctioncreateLocation
(location, action)
guide-2-container-components/public/js/bundle.js:21088
↓ 2 callersFunctioncreateLocationDescriptor
(to, _ref)
guide-1-react-router/public/js/bundle.js:23455
↓ 2 callersFunctioncreateLocationDescriptor
(to, _ref)
guide-2-container-components/public/js/bundle.js:23462
↓ 2 callersFunctioncreateMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
guide-1-react-router/public/js/bundle.js:15667
↓ 2 callersFunctioncreateMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
guide-2-container-components/public/js/bundle.js:15674
↓ 2 callersFunctioncreateNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
guide-1-react-router/public/js/bundle.js:958
↓ 2 callersFunctioncreateNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
guide-2-container-components/public/js/bundle.js:965
↓ 2 callersFunctioncreateRange
* Creates a `_.range` or `_.rangeRight` function. * * @private * @param {boolean} [fromRight] Specify iterating from right to left.
guide-2-container-components/public/js/bundle.js:30524
↓ 2 callersFunctioncreateRecurry
* Creates a function that wraps `func` to continue currying. * * @private * @param {Function} func The function to wrap. * @pa
guide-2-container-components/public/js/bundle.js:30576
↓ 2 callersFunctioncreateRoutesFromReactChildren
* Creates and returns a routes object from the given ReactChildren. JSX * provides a convenient way to visualize how routes in the hierarchy are *
guide-1-react-router/public/js/bundle.js:23028
↓ 2 callersFunctioncreateRoutesFromReactChildren
* Creates and returns a routes object from the given ReactChildren. JSX * provides a convenient way to visualize how routes in the hierarchy are *
guide-2-container-components/public/js/bundle.js:23035
↓ 2 callersFunctioncreateToPairs
* Creates a `_.toPairs` or `_.toPairsIn` function. * * @private * @param {Function} keysFunc The function to get the keys of a given
guide-2-container-components/public/js/bundle.js:30645
↓ 2 callersFunctiondangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
guide-1-react-router/public/js/bundle.js:12321
↓ 2 callersFunctiondangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
guide-2-container-components/public/js/bundle.js:12328
↓ 2 callersFunctionencode
(val)
guide-2-container-components/public/js/bundle.js:43018
↓ 2 callersFunctionenqueuePutListener
(id, registrationName, listener, transaction)
guide-1-react-router/public/js/bundle.js:11060
↓ 2 callersFunctionenqueuePutListener
(id, registrationName, listener, transaction)
guide-2-container-components/public/js/bundle.js:11067
↓ 2 callersFunctionensureInjected
()
guide-1-react-router/public/js/bundle.js:6243
↓ 2 callersFunctionensureInjected
()
guide-2-container-components/public/js/bundle.js:6250
↓ 2 callersFunctionensureSlash
()
guide-1-react-router/public/js/bundle.js:20228
↓ 2 callersFunctionensureSlash
()
guide-2-container-components/public/js/bundle.js:20235
↓ 2 callersFunctionequalArrays
* A specialized version of `baseIsEqualDeep` for arrays with support for * partial deep comparisons. * * @private * @param {Ar
guide-2-container-components/public/js/bundle.js:30808
↓ 2 callersFunctionescapeSource
(string)
guide-1-react-router/public/js/bundle.js:22161
↓ 2 callersFunctionescapeSource
(string)
guide-2-container-components/public/js/bundle.js:22168
↓ 2 callersFunctionexecuteDispatch
* Dispatch the event to the listener. * @param {SyntheticEvent} event SyntheticEvent to handle * @param {boolean} simulated If the event is simula
guide-1-react-router/public/js/bundle.js:4300
↓ 2 callersFunctionexecuteDispatch
* Dispatch the event to the listener. * @param {SyntheticEvent} event SyntheticEvent to handle * @param {boolean} simulated If the event is simula
guide-2-container-components/public/js/bundle.js:4307
↓ 2 callersFunctionexecuteDispatchesAndRelease
(event, simulated)
guide-1-react-router/public/js/bundle.js:3757
↓ 2 callersFunctionexecuteDispatchesAndRelease
(event, simulated)
guide-2-container-components/public/js/bundle.js:3764
↓ 2 callersFunctionfindDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
guide-1-react-router/public/js/bundle.js:10747
↓ 2 callersFunctionfindDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
guide-2-container-components/public/js/bundle.js:10754
↓ 2 callersFunctionfindInvalidAncestorForTag
(tag, ancestorInfo)
guide-1-react-router/public/js/bundle.js:8381
↓ 2 callersFunctionfindInvalidAncestorForTag
(tag, ancestorInfo)
guide-2-container-components/public/js/bundle.js:8388
↓ 2 callersFunctionfindOwnerStack
(instance)
guide-1-react-router/public/js/bundle.js:8454
↓ 2 callersFunctionfindOwnerStack
(instance)
guide-2-container-components/public/js/bundle.js:8461
↓ 2 callersFunctionfinishMatch
(nextState, callback)
guide-1-react-router/public/js/bundle.js:21836
↓ 2 callersFunctionfinishMatch
(nextState, callback)
guide-2-container-components/public/js/bundle.js:21843
↓ 2 callersFunctionflattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
guide-1-react-router/public/js/bundle.js:14690
↓ 2 callersFunctionflattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
guide-2-container-components/public/js/bundle.js:14697
↓ 2 callersFunctionfriendlyStringify
(obj)
guide-1-react-router/public/js/bundle.js:10983
↓ 2 callersFunctionfriendlyStringify
(obj)
guide-2-container-components/public/js/bundle.js:10990
↓ 2 callersFunctionget
* Gets the value at `path` of `object`. If the resolved value is * `undefined`, the `defaultValue` is returned in its place. * * @st
guide-2-container-components/public/js/bundle.js:38270
↓ 2 callersFunctiongetAllKeys
* Creates an array of own enumerable property names and symbols of `object`. * * @private * @param {Object} object The object to que
guide-2-container-components/public/js/bundle.js:31046
↓ 2 callersFunctiongetAllKeysIn
* Creates an array of own and inherited enumerable property names and * symbols of `object`. * * @private * @param {Object} ob
guide-2-container-components/public/js/bundle.js:31058
↓ 2 callersFunctiongetDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
guide-1-react-router/public/js/bundle.js:8824
↓ 2 callersFunctiongetDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
guide-2-container-components/public/js/bundle.js:8831
↓ 2 callersFunctiongetLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
guide-1-react-router/public/js/bundle.js:16703
↓ 2 callersFunctiongetLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
guide-2-container-components/public/js/bundle.js:16710
↓ 2 callersFunctiongetMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
guide-1-react-router/public/js/bundle.js:1282
↓ 2 callersFunctiongetMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
guide-2-container-components/public/js/bundle.js:1289
↓ 2 callersFunctiongetNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
guide-1-react-router/public/js/bundle.js:16733
↓ 2 callersFunctiongetNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
guide-2-container-components/public/js/bundle.js:16740
↓ 2 callersFunctiongetNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
guide-1-react-router/public/js/bundle.js:748
↓ 2 callersFunctiongetNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
guide-2-container-components/public/js/bundle.js:755
↓ 2 callersFunctiongetRouteHooksForRoutes
(routes)
guide-1-react-router/public/js/bundle.js:21877
↓ 2 callersFunctiongetRouteHooksForRoutes
(routes)
guide-2-container-components/public/js/bundle.js:21884
↓ 2 callersFunctiongetTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
guide-1-react-router/public/js/bundle.js:9331
↓ 2 callersFunctiongetTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
guide-2-container-components/public/js/bundle.js:9338
↓ 2 callersFunctiongetThen
(promise)
guide-2-container-components/public/js/bundle.js:44007
↓ 2 callersFunctiongetUsersSuccess
(users)
guide-3-redux/app/actions/user-actions.js:3
↓ 2 callersFunctiongetWidgetsSuccess
(widgets)
guide-3-redux/app/actions/widget-actions.js:3
↓ 2 callersFunctionhandleMaybeThenable
(promise, maybeThenable, then$$1)
guide-2-container-components/public/js/bundle.js:44067
↓ 2 callersFunctionhasAnyProperties
(object)
guide-1-react-router/public/js/bundle.js:21785
↓ 2 callersFunctionhasAnyProperties
(object)
guide-2-container-components/public/js/bundle.js:21792
↓ 2 callersFunctionhasIn
* Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @since 4.0.0 * @category O
guide-2-container-components/public/js/bundle.js:38332
↓ 2 callersFunctionhasNonRootReactChild
* True if the supplied DOM node has a direct React-rendered child that is * not a React root element. Useful for warning in `render`, * `unmountCo
guide-1-react-router/public/js/bundle.js:2752
↓ 2 callersFunctionhasNonRootReactChild
* True if the supplied DOM node has a direct React-rendered child that is * not a React root element. Useful for warning in `render`, * `unmountCo
guide-2-container-components/public/js/bundle.js:2759
↓ 2 callersFunctionhasPath
* Checks if `path` exists on `object`. * * @private * @param {Object} object The object to query. * @param {Array|string} path
guide-2-container-components/public/js/bundle.js:31314
↓ 2 callersFunctioninitCloneObject
* Initializes an object clone. * * @private * @param {Object} object The object to clone. * @returns {Object} Returns the init
guide-2-container-components/public/js/bundle.js:31362
↓ 2 callersFunctioninsertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
guide-1-react-router/public/js/bundle.js:608
↓ 2 callersFunctioninsertChildAt
* Inserts `childNode` as a child of `parentNode` at the `index`. * * @param {DOMElement} parentNode Parent node in which to insert. * @param {DO
guide-2-container-components/public/js/bundle.js:615
↓ 2 callersFunctioninterceptor
(object)
guide-2-container-components/public/js/bundle.js:33991
↓ 2 callersFunctioninvokeCallback
(settled, promise, callback, detail)
guide-2-container-components/public/js/bundle.js:44181
↓ 2 callersFunctionisAttributeNameSafe
(attributeName)
guide-1-react-router/public/js/bundle.js:1749
↓ 2 callersFunctionisAttributeNameSafe
(attributeName)
guide-2-container-components/public/js/bundle.js:1756
↓ 2 callersFunctionisBuffer
(x)
guide-1-react-router/public/js/bundle.js:21202
↓ 2 callersFunctionisCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
guide-1-react-router/public/js/bundle.js:16490
↓ 2 callersFunctionisCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
guide-2-container-components/public/js/bundle.js:16497
↓ 2 callersFunctionisCustomComponent
(tagName, props)
guide-1-react-router/public/js/bundle.js:11210
↓ 2 callersFunctionisCustomComponent
(tagName, props)
guide-2-container-components/public/js/bundle.js:11217
↓ 2 callersFunctionisError
* Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, * `SyntaxError`, `TypeError`, or `URIError` object. *
guide-2-container-components/public/js/bundle.js:36761
← previousnext →301–400 of 1,477, ranked by callers