MCPcopy Create free account

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

Functions369 in github.com/danizep/react-timeless

FunctionE
()
examples/bundle.js:12817
FunctionFallbackCompositionState
* 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
FunctionForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
examples/bundle.js:2495
FunctionMapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
examples/bundle.js:2542
FunctionReactClassComponent
()
examples/bundle.js:3392
FunctionReactComponent
* Base class helpers for the updating state of a component.
examples/bundle.js:2672
FunctionReactCompositeComponentWrapper
(element)
examples/bundle.js:10290
FunctionReactDOMComponent
* 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
FunctionReactDOMEmptyComponent
(instantiate)
examples/bundle.js:7146
FunctionReactDOMTextComponent
(text)
examples/bundle.js:7372
FunctionReactDefaultBatchingStrategyTransaction
()
examples/bundle.js:7542
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
examples/bundle.js:7889
FunctionReactUpdatesFlushTransaction
()
examples/bundle.js:2140
FunctionStatelessComponent
(Component)
examples/bundle.js:17596
FunctionSyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16417
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16460
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:12312
FunctionSyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16631
FunctionSyntheticEvent
* 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
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16501
FunctionSyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:12354
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16590
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:13090
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16681
FunctionSyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16725
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16789
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
examples/bundle.js:16848
FunctionTopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
examples/bundle.js:7623
FunctionTopLevelWrapper
()
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
FunctionaccumulateDirectDispatches
(events)
examples/bundle.js:12052
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
examples/bundle.js:12034
FunctionaccumulateDirectionalDispatches
* 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
FunctionaccumulateEnterLeaveDispatches
(leave, enter, from, to)
examples/bundle.js:12048
FunctionaccumulateTwoPhaseDispatches
(events)
examples/bundle.js:12040
FunctionaccumulateTwoPhaseDispatchesSingle
* 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
FunctionaccumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
examples/bundle.js:12005
FunctionaccumulateTwoPhaseDispatchesSkipTarget
(events)
examples/bundle.js:12044
FunctionaddPoolingTo
(CopyConstructor, pooler)
examples/bundle.js:10810
FunctionapplyToSingletonTag
(styleElement, index, remove, obj)
examples/bundle.js:743
FunctionapplyToTag
(styleElement, obj)
examples/bundle.js:760
Functionasap
* 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
FunctionattachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
examples/bundle.js:1960
FunctionbatchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
examples/bundle.js:1473
FunctionbatchedUpdates
(callback, a, b, c, d, e)
examples/bundle.js:2170
FunctioncheckType
(isRequired, props, propName, componentName, location, propFullName)
examples/bundle.js:4372
FunctioncomponentDidMount
()
src/Timeless.jsx:44
FunctioncomponentWillMount
()
src/Timeless.jsx:34
FunctioncomponentWillUnmount
()
src/Timeless.jsx:40
FunctioncountChildren
* Count the number of children that are typically specified as * `props.children`. * * @param {?*} children Children tree container. * @return
examples/bundle.js:2620
FunctioncreateArrayOfTypeChecker
(typeChecker)
examples/bundle.js:4414
FunctioncreateDOMFactory
* Create a factory that creates HTML tag elements. * * @param {string} tag Tag name (e.g. `div`). * @private
examples/bundle.js:3528
FunctioncreateEnumTypeChecker
(expectedValues)
examples/bundle.js:4460
FunctioncreateInstanceForText
* @param {ReactText} text * @return {ReactComponent}
examples/bundle.js:16190
FunctioncreateInstanceTypeChecker
(expectedClass)
examples/bundle.js:4447
FunctioncreateInternalComponent
* 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
FunctioncreateObjectOfTypeChecker
(typeChecker)
examples/bundle.js:4482
FunctioncreateShapeTypeChecker
(shapeTypes)
examples/bundle.js:4538
FunctioncreateUnionTypeChecker
(arrayOfTypeCheckers)
examples/bundle.js:4506
FunctiondrainQueue
()
examples/bundle.js:4696
FunctionemptyFunction
* 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
Functionescape
* 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
Functionescaper
(match)
examples/bundle.js:15193
FunctionexecuteDirectDispatch
* 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
FunctionexecuteDispatchesAndReleaseSimulated
(e)
examples/bundle.js:12414
FunctionexecuteDispatchesAndReleaseTopLevel
(e)
examples/bundle.js:12417
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
examples/bundle.js:15885
FunctionexecuteDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
examples/bundle.js:15940
FunctionfindDOMNode
* Returns the DOM node rendered by this element. * * @param {ReactComponent|DOMElement} componentOrElement * @return {?DOMElement} The root node
examples/bundle.js:2425
FunctionfiveArgumentPooler
(a1, a2, a3, a4, a5)
examples/bundle.js:10778
FunctionflattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} n
examples/bundle.js:19757
FunctionforEachChildren
* Iterates through children that are typically specified as `props.children`. * * The provided forEachFunc(child, index) will be called for each
examples/bundle.js:2524
FunctionforEachSingleChild
(bookKeeping, child, name)
examples/bundle.js:2507
FunctionforEachSingleChildDummy
(traverseContext, child, name)
examples/bundle.js:2609
FunctionforceUpdateIfMounted
()
examples/bundle.js:14102
FunctionfourArgumentPooler
(a1, a2, a3, a4)
examples/bundle.js:10767
Functionget
()
examples/bundle.js:12856
FunctiongetComponentClassForElement
* 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
FunctiongetDOMSummary
(measurements)
examples/bundle.js:16961
← previousnext →201–300 of 369, ranked by callers