MCPcopy Create free account

hub / github.com/danizep/react-timeless / functions

Functions369 in github.com/danizep/react-timeless

FunctiongetDefaultProps
()
src/Timeless.jsx:15
FunctiongetEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
examples/bundle.js:20127
FunctiongetEventModifierState
(nativeEvent)
examples/bundle.js:18771
FunctiongetExclusiveSummary
(measurements)
examples/bundle.js:16977
FunctiongetIEOffsets
* Get the appropriate anchor and focus node/offset pairs for IE. * * The catch here is that IE's selection API doesn't provide information * abo
examples/bundle.js:19831
FunctiongetInclusiveSummary
(measurements, onlyClean)
examples/bundle.js:17025
FunctiongetInitialState
()
src/Timeless.jsx:6
FunctiongetInitialState
()
examples/Main.jsx:8
FunctiongetInstanceFromNode
* Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent * instance, or null if the node was not rendered by this React.
examples/bundle.js:1200
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
examples/bundle.js:19854
FunctiongetNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
examples/bundle.js:1213
FunctiongetParentInstance
* Return the parent instance of the passed-in instance.
examples/bundle.js:7268
FunctiongetTargetInstForChangeEvent
(topLevelType, targetInst)
examples/bundle.js:5576
FunctiongetTargetInstForClickEvent
(topLevelType, targetInst)
examples/bundle.js:5744
FunctiongetTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
examples/bundle.js:5684
FunctiongetTargetInstForInputEventIE
(topLevelType, targetInst)
examples/bundle.js:5715
FunctiongetTotalTime
(measurements)
examples/bundle.js:16948
FunctionhandleEventsForChangeEventIE8
(topLevelType, target, targetInst)
examples/bundle.js:5581
FunctionhandleEventsForInputEventIE
(topLevelType, target, targetInst)
examples/bundle.js:5692
FunctionhandlePropertyChange
* (For IE <=11) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
examples/bundle.js:5668
FunctionhandleTopLevelImpl
(bookKeeping)
examples/bundle.js:7637
FunctionhasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
examples/bundle.js:15975
Functioninject
()
examples/bundle.js:1290
FunctioninstantiateChild
(childInstances, child, name)
examples/bundle.js:19625
FunctioninvokeGuardedCallback
* Call a function while guarding against errors that happens within it. * * @param {?String} name of the guard to use for logging or debugging *
examples/bundle.js:18674
FunctionisAncestor
* Return if A is an ancestor of B.
examples/bundle.js:7252
FunctionisEndish
(topLevelType)
examples/bundle.js:15837
FunctionisMoveish
(topLevelType)
examples/bundle.js:15841
FunctionisStartish
(topLevelType)
examples/bundle.js:15844
FunctionisTextComponent
* @param {ReactComponent} component * @return {boolean}
examples/bundle.js:16198
FunctionmapChildren
* Maps children that are typically specified as `props.children`. * * The provided mapFunction(child, index) will be called for each * leaf chil
examples/bundle.js:2600
FunctionmapSingleChildIntoContext
(bookKeeping, child, childKey)
examples/bundle.js:2558
FunctionmodifierStateGetter
(keyArg)
examples/bundle.js:18761
FunctionmountComponentIntoNode
* Mounts this component and inserts it into the DOM. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement}
examples/bundle.js:1447
FunctionmountOrderComparator
* Array comparator for ReactComponents by mount ordering. * * @param {ReactComponent} c1 first component you're comparing * @param {ReactCompone
examples/bundle.js:2182
Functionnoop
()
examples/bundle.js:4728
FunctiononeArgumentPooler
(copyFieldsFrom)
examples/bundle.js:10734
FunctiononlyChild
* Returns the first child in a collection of children and verifies that there * is only one child in the collection. The current implementation of t
examples/bundle.js:4678
FunctionoptionPostMount
()
examples/bundle.js:6394
FunctionpostUpdateSelectWrapper
()
examples/bundle.js:6466
FunctionputListener
()
examples/bundle.js:6389
FunctionqueueChild
(parentTree, childTree)
examples/bundle.js:9479
FunctionqueueHTML
(tree, html)
examples/bundle.js:9487
FunctionqueueText
(tree, text)
examples/bundle.js:9495
Functionrender
()
src/Timeless.jsx:48
Functionrender
()
examples/Main.jsx:14
FunctionreplaceChildWithTree
(oldNode, newTree)
examples/bundle.js:9474
FunctionreplaceDelimitedText
(openingComment, closingComment, stringText)
examples/bundle.js:13194
FunctionrunBatchedUpdates
(transaction)
examples/bundle.js:2186
FunctionrunEventInBatch
(event)
examples/bundle.js:5556
FunctionscrollValueMonitor
(cb)
examples/bundle.js:7657
Functionset
(val)
examples/bundle.js:12850
FunctionsetIEOffsets
* @param {DOMElement|DOMTextNode} node * @param {object} offsets
examples/bundle.js:19916
FunctionsetModernOffsets
* In modern non-IE browsers, we can support both forward and backward * selections. * * Note: IE10+ supports the Selection object, but it does n
examples/bundle.js:19950
FunctionstandardReleaser
(instance)
examples/bundle.js:10789
FunctionstripComplexValues
(key, value)
examples/bundle.js:9146
FunctiontestFunc
()
examples/bundle.js:885
FunctionthreeArgumentPooler
(a1, a2, a3)
examples/bundle.js:10756
FunctiontrapBubbledEventsLocal
()
examples/bundle.js:6427
FunctiontraverseEnterLeave
* Traverses the ID hierarchy and invokes the supplied `cb` on any IDs that * should would receive a `mouseEnter` or `mouseLeave` event. * * Does
examples/bundle.js:7299
FunctiontraverseTwoPhase
* Simulates the traversal of a two-phase, capture/bubble event dispatch.
examples/bundle.js:7277
FunctiontwoArgumentPooler
(a1, a2)
examples/bundle.js:10745
FunctionuncacheNode
(inst)
examples/bundle.js:1111
FunctionunmountComponentFromNode
* Unmounts a component and removes it from the DOM. * * @param {ReactComponent} instance React component instance. * @param {DOMElement} contain
examples/bundle.js:1490
FunctionupdateCursors
(data)
src/Timeless.jsx:106
FunctionupdateLink
(linkElement, obj)
examples/bundle.js:779
FunctionupdateOptionsIfPendingUpdateAndMounted
()
examples/bundle.js:14421
FunctionupdatedAncestorInfo
(oldInfo, tag, instance)
examples/bundle.js:15275
Functionwrapper
()
examples/bundle.js:1896
← previous301–369 of 369, ranked by callers