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
E
()
examples/bundle.js:12817
Function
FallbackCompositionState
* This helper class stores information about text content of a target node, * allowing comparison of content before and after a given event. * *
examples/bundle.js:12213
Function
ForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
examples/bundle.js:2495
Function
MapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
examples/bundle.js:2542
Function
ReactClassComponent
()
examples/bundle.js:3392
Function
ReactComponent
* Base class helpers for the updating state of a component.
examples/bundle.js:2672
Function
ReactCompositeComponentWrapper
(element)
examples/bundle.js:10290
Function
ReactDOMComponent
* Creates a new React class that is idempotent and capable of containing other * React components. It accepts event listeners and DOM properties tha
examples/bundle.js:6540
Function
ReactDOMEmptyComponent
(instantiate)
examples/bundle.js:7146
Function
ReactDOMTextComponent
(text)
examples/bundle.js:7372
Function
ReactDefaultBatchingStrategyTransaction
()
examples/bundle.js:7542
Function
ReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
examples/bundle.js:7889
Function
ReactUpdatesFlushTransaction
()
examples/bundle.js:2140
Function
StatelessComponent
(Component)
examples/bundle.js:17596
Function
SyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16417
Function
SyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16460
Function
SyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:12312
Function
SyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16631
Function
SyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should ge
examples/bundle.js:12669
Function
SyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16501
Function
SyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:12354
Function
SyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16590
Function
SyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:13090
Function
SyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16681
Function
SyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16725
Function
SyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16789
Function
SyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16848
Function
TopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
examples/bundle.js:7623
Function
TopLevelWrapper
()
examples/bundle.js:1538
Function
_addListeners
()
src/Timeless.jsx:244
Function
_appendInfo
(data)
examples/Main.jsx:49
Function
_getAvailableYearsHtml
(min, max)
src/Timeless.jsx:198
Function
_getCursorLabel
()
src/Timeless.jsx:290
Function
_getDateX
(year, timeScale)
src/Timeless.jsx:357
Function
_getFirstDayTimestamp
(year)
src/Timeless.jsx:327
Function
_getLastDayTimestamp
(year)
src/Timeless.jsx:332
Function
_getMinMaxDates
()
src/Timeless.jsx:163
Function
_getRepositionCursorX
(cursor, newTimescale)
src/Timeless.jsx:353
Function
_handleChange
()
src/Timeless.jsx:153
Function
_handleChange
(event)
examples/bundle.js:14225
Function
_handleDrag
(event)
src/Timeless.jsx:128
Function
_handleMouseDown
(cursor, event)
src/Timeless.jsx:228
Function
_handleMouseUp
()
src/Timeless.jsx:223
Function
_handleResize
()
src/Timeless.jsx:240
Function
_noMeasure
* Simply passes through the measured function, without measuring it. * * @param {string} objName * @param {string} fnName * @param {function}
examples/bundle.js:1929
Function
_removeListeners
()
src/Timeless.jsx:249
Function
_reset
()
examples/Main.jsx:42
Function
_setWindowVars
()
src/Timeless.jsx:254
Function
_toggleDisable
()
examples/Main.jsx:34
Function
_transitionTo
(year, event)
src/Timeless.jsx:337
Function
_updateValue
()
src/Timeless.jsx:302
Function
accumulateDirectDispatches
(events)
examples/bundle.js:12052
Function
accumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
examples/bundle.js:12034
Function
accumulateDirectionalDispatches
* Tags a `SyntheticEvent` with dispatched listeners. Creating this function * here, allows us to not have to bind or create functions for each event
examples/bundle.js:11977
Function
accumulateEnterLeaveDispatches
(leave, enter, from, to)
examples/bundle.js:12048
Function
accumulateTwoPhaseDispatches
(events)
examples/bundle.js:12040
Function
accumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
examples/bundle.js:11996
Function
accumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
examples/bundle.js:12005
Function
accumulateTwoPhaseDispatchesSkipTarget
(events)
examples/bundle.js:12044
Function
addPoolingTo
(CopyConstructor, pooler)
examples/bundle.js:10810
Function
applyToSingletonTag
(styleElement, index, remove, obj)
examples/bundle.js:743
Function
applyToTag
(styleElement, obj)
examples/bundle.js:760
Function
asap
* Enqueue a callback to be run at the end of the current batching cycle. Throws * if no updates are currently being performed.
examples/bundle.js:2280
Function
attachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
examples/bundle.js:1960
Function
batchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
examples/bundle.js:1473
Function
batchedUpdates
(callback, a, b, c, d, e)
examples/bundle.js:2170
Function
checkType
(isRequired, props, propName, componentName, location, propFullName)
examples/bundle.js:4372
Function
componentDidMount
()
src/Timeless.jsx:44
Function
componentWillMount
()
src/Timeless.jsx:34
Function
componentWillUnmount
()
src/Timeless.jsx:40
Function
countChildren
* Count the number of children that are typically specified as * `props.children`. * * @param {?*} children Children tree container. * @return
examples/bundle.js:2620
Function
createArrayOfTypeChecker
(typeChecker)
examples/bundle.js:4414
Function
createDOMFactory
* Create a factory that creates HTML tag elements. * * @param {string} tag Tag name (e.g. `div`). * @private
examples/bundle.js:3528
Function
createEnumTypeChecker
(expectedValues)
examples/bundle.js:4460
Function
createInstanceForText
* @param {ReactText} text * @return {ReactComponent}
examples/bundle.js:16190
Function
createInstanceTypeChecker
(expectedClass)
examples/bundle.js:4447
Function
createInternalComponent
* Get a native internal component class for a specific tag. * * @param {ReactElement} element The element to create. * @return {function} The in
examples/bundle.js:16181
Function
createObjectOfTypeChecker
(typeChecker)
examples/bundle.js:4482
Function
createShapeTypeChecker
(shapeTypes)
examples/bundle.js:4538
Function
createUnionTypeChecker
(arrayOfTypeCheckers)
examples/bundle.js:4506
Function
drainQueue
()
examples/bundle.js:4696
Function
emptyFunction
* This function accepts and discards inputs; it has no side effects. This is * primarily useful idiomatically for overridable function endpoints whi
examples/bundle.js:11375
Function
escape
* Escape and wrap key so it is safe to use as a reactid * * @param {*} key to be escaped. * @return {string} the escaped key.
examples/bundle.js:18470
Function
escaper
(match)
examples/bundle.js:15193
Function
executeDirectDispatch
* Execution of a "direct" dispatch - there must be at most one dispatch * accumulated on the event or it is considered an error. It doesn't really m
examples/bundle.js:15956
Function
executeDispatchesAndReleaseSimulated
(e)
examples/bundle.js:12414
Function
executeDispatchesAndReleaseTopLevel
(e)
examples/bundle.js:12417
Function
executeDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
examples/bundle.js:15885
Function
executeDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
examples/bundle.js:15940
Function
findDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
examples/bundle.js:2425
Function
fiveArgumentPooler
(a1, a2, a3, a4, a5)
examples/bundle.js:10778
Function
flattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} n
examples/bundle.js:19757
Function
forEachChildren
* Iterates through children that are typically specified as `props.children`. * * The provided forEachFunc(child, index) will be called for each
examples/bundle.js:2524
Function
forEachSingleChild
(bookKeeping, child, name)
examples/bundle.js:2507
Function
forEachSingleChildDummy
(traverseContext, child, name)
examples/bundle.js:2609
Function
forceUpdateIfMounted
()
examples/bundle.js:14102
Function
fourArgumentPooler
(a1, a2, a3, a4)
examples/bundle.js:10767
Function
get
()
examples/bundle.js:12856
Function
getComponentClassForElement
* Get a composite component wrapper class for a specific tag. * * @param {ReactElement} element The tag for which to get the class. * @return {f
examples/bundle.js:16163
Function
getDOMSummary
(measurements)
examples/bundle.js:16961
← previous
next →
201–300 of 369, ranked by callers