Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danizep/react-timeless
/ functions
Functions
369 in github.com/danizep/react-timeless
⨍
Functions
369
◇
Types & classes
0
Function
getDefaultProps
()
src/Timeless.jsx:15
Function
getEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
examples/bundle.js:20127
Function
getEventModifierState
(nativeEvent)
examples/bundle.js:18771
Function
getExclusiveSummary
(measurements)
examples/bundle.js:16977
Function
getIEOffsets
* 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
Function
getInclusiveSummary
(measurements, onlyClean)
examples/bundle.js:17025
Function
getInitialState
()
src/Timeless.jsx:6
Function
getInitialState
()
examples/Main.jsx:8
Function
getInstanceFromNode
* 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
Function
getModernOffsets
* @param {DOMElement} node * @return {?object}
examples/bundle.js:19854
Function
getNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
examples/bundle.js:1213
Function
getParentInstance
* Return the parent instance of the passed-in instance.
examples/bundle.js:7268
Function
getTargetInstForChangeEvent
(topLevelType, targetInst)
examples/bundle.js:5576
Function
getTargetInstForClickEvent
(topLevelType, targetInst)
examples/bundle.js:5744
Function
getTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
examples/bundle.js:5684
Function
getTargetInstForInputEventIE
(topLevelType, targetInst)
examples/bundle.js:5715
Function
getTotalTime
(measurements)
examples/bundle.js:16948
Function
handleEventsForChangeEventIE8
(topLevelType, target, targetInst)
examples/bundle.js:5581
Function
handleEventsForInputEventIE
(topLevelType, target, targetInst)
examples/bundle.js:5692
Function
handlePropertyChange
* (For IE <=11) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
examples/bundle.js:5668
Function
handleTopLevelImpl
(bookKeeping)
examples/bundle.js:7637
Function
hasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
examples/bundle.js:15975
Function
inject
()
examples/bundle.js:1290
Function
instantiateChild
(childInstances, child, name)
examples/bundle.js:19625
Function
invokeGuardedCallback
* 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
Function
isAncestor
* Return if A is an ancestor of B.
examples/bundle.js:7252
Function
isEndish
(topLevelType)
examples/bundle.js:15837
Function
isMoveish
(topLevelType)
examples/bundle.js:15841
Function
isStartish
(topLevelType)
examples/bundle.js:15844
Function
isTextComponent
* @param {ReactComponent} component * @return {boolean}
examples/bundle.js:16198
Function
mapChildren
* 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
Function
mapSingleChildIntoContext
(bookKeeping, child, childKey)
examples/bundle.js:2558
Function
modifierStateGetter
(keyArg)
examples/bundle.js:18761
Function
mountComponentIntoNode
* Mounts this component and inserts it into the DOM. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement}
examples/bundle.js:1447
Function
mountOrderComparator
* Array comparator for ReactComponents by mount ordering. * * @param {ReactComponent} c1 first component you're comparing * @param {ReactCompone
examples/bundle.js:2182
Function
noop
()
examples/bundle.js:4728
Function
oneArgumentPooler
(copyFieldsFrom)
examples/bundle.js:10734
Function
onlyChild
* 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
Function
optionPostMount
()
examples/bundle.js:6394
Function
postUpdateSelectWrapper
()
examples/bundle.js:6466
Function
putListener
()
examples/bundle.js:6389
Function
queueChild
(parentTree, childTree)
examples/bundle.js:9479
Function
queueHTML
(tree, html)
examples/bundle.js:9487
Function
queueText
(tree, text)
examples/bundle.js:9495
Function
render
()
src/Timeless.jsx:48
Function
render
()
examples/Main.jsx:14
Function
replaceChildWithTree
(oldNode, newTree)
examples/bundle.js:9474
Function
replaceDelimitedText
(openingComment, closingComment, stringText)
examples/bundle.js:13194
Function
runBatchedUpdates
(transaction)
examples/bundle.js:2186
Function
runEventInBatch
(event)
examples/bundle.js:5556
Function
scrollValueMonitor
(cb)
examples/bundle.js:7657
Function
set
(val)
examples/bundle.js:12850
Function
setIEOffsets
* @param {DOMElement|DOMTextNode} node * @param {object} offsets
examples/bundle.js:19916
Function
setModernOffsets
* 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
Function
standardReleaser
(instance)
examples/bundle.js:10789
Function
stripComplexValues
(key, value)
examples/bundle.js:9146
Function
testFunc
()
examples/bundle.js:885
Function
threeArgumentPooler
(a1, a2, a3)
examples/bundle.js:10756
Function
trapBubbledEventsLocal
()
examples/bundle.js:6427
Function
traverseEnterLeave
* 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
Function
traverseTwoPhase
* Simulates the traversal of a two-phase, capture/bubble event dispatch.
examples/bundle.js:7277
Function
twoArgumentPooler
(a1, a2)
examples/bundle.js:10745
Function
uncacheNode
(inst)
examples/bundle.js:1111
Function
unmountComponentFromNode
* Unmounts a component and removes it from the DOM. * * @param {ReactComponent} instance React component instance. * @param {DOMElement} contain
examples/bundle.js:1490
Function
updateCursors
(data)
src/Timeless.jsx:106
Function
updateLink
(linkElement, obj)
examples/bundle.js:779
Function
updateOptionsIfPendingUpdateAndMounted
()
examples/bundle.js:14421
Function
updatedAncestorInfo
(oldInfo, tag, instance)
examples/bundle.js:15275
Function
wrapper
()
examples/bundle.js:1896
← previous
301–369 of 369, ranked by callers