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
↓ 2 callers
Function
publishRegistrationName
* Publishes a registration name that is used to identify dispatched events and * can be used with `EventPluginHub.putListener` to register listeners
examples/bundle.js:13881
↓ 2 callers
Function
recomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
examples/bundle.js:13824
↓ 2 callers
Function
removeStyleElement
(styleElement)
examples/bundle.js:670
↓ 2 callers
Function
shallowEqual
* Performs equality by iterating through keys on an object and returning false * when any key has values which are not strictly equal between the ar
examples/bundle.js:15627
↓ 2 callers
Function
shouldConstruct
(Component)
examples/bundle.js:17610
↓ 2 callers
Function
shouldIgnoreValue
(propertyInfo, value)
examples/bundle.js:13615
↓ 2 callers
Function
stopWatchingForChangeEventIE8
()
examples/bundle.js:5567
↓ 2 callers
Function
stopWatchingForValueChange
* (For IE <=11) Removes the event listeners from the currently-tracked element, * if any exists.
examples/bundle.js:5644
↓ 2 callers
Function
validateChildKeys
* Ensure that every element either is passed in a static location, in an * array with an explicit keys property defined, or in an object literal *
examples/bundle.js:4103
↓ 2 callers
Function
validateExplicitKey
* Warn if the element doesn't have an explicit key assigned to it. * This element is in an array. The array could grow and shrink or be * reordere
examples/bundle.js:4038
↓ 2 callers
Function
validatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
examples/bundle.js:4179
↓ 2 callers
Function
warn
(action, result)
examples/bundle.js:12863
↓ 2 callers
Function
warnIfInvalidElement
(Component, element)
examples/bundle.js:17604
↓ 2 callers
Function
warnValidStyle
(name, value, component)
examples/bundle.js:13444
↓ 1 callers
Function
ReactDOMContainerInfo
(topLevelWrapper, node)
examples/bundle.js:9899
↓ 1 callers
Function
accumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without *
examples/bundle.js:12018
↓ 1 callers
Function
attachRef
(ref, component, owner)
examples/bundle.js:10535
↓ 1 callers
Function
bindAutoBindMethod
* Binds a method to the component. * * @param {object} component Component whose method is going to be bound. * @param {function} method Method
examples/bundle.js:3318
↓ 1 callers
Function
bindAutoBindMethods
* Binds all auto-bound methods in a component. * * @param {object} component Component whose method is going to be bound.
examples/bundle.js:3355
↓ 1 callers
Function
camelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @
examples/bundle.js:20548
↓ 1 callers
Function
camelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelize
examples/bundle.js:19455
↓ 1 callers
Function
checkAndWarnForMutatedStyle
(style1, style2, component)
examples/bundle.js:6318
↓ 1 callers
Function
checkPropTypes
* Assert that the props are valid * * @param {string} componentName Name of the component for error messages. * @param {object} propTypes Map of
examples/bundle.js:4145
↓ 1 callers
Function
checkSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
examples/bundle.js:14458
↓ 1 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node. * * @param {?DOMNode} outerNode Outer DOM node. * @param {?DOMNode} innerNode Inne
examples/bundle.js:20031
↓ 1 callers
Function
createAnyTypeChecker
()
examples/bundle.js:4410
↓ 1 callers
Function
createArrayFromMixed
* 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. * *
examples/bundle.js:20783
↓ 1 callers
Function
createChainedFunction
* Creates a function that invokes two functions and ignores their return vales. * * @param {function} one Function to invoke first. * @param {fu
examples/bundle.js:3304
↓ 1 callers
Function
createElementTypeChecker
()
examples/bundle.js:4436
↓ 1 callers
Function
createLinkElement
(options)
examples/bundle.js:685
↓ 1 callers
Function
createNodeChecker
()
examples/bundle.js:4527
↓ 1 callers
Function
defineDeprecationWarning
(methodName, info)
examples/bundle.js:2751
↓ 1 callers
Function
detachRef
(ref, component, owner)
examples/bundle.js:10544
↓ 1 callers
Function
executeDispatchesInOrderStopAtTrueImpl
* Standard/simple iteration through an event's collected dispatches, but stops * at the first dispatch execution returning true, and returns that id
examples/bundle.js:15913
↓ 1 callers
Function
extractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticI
examples/bundle.js:5423
↓ 1 callers
Function
extractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
examples/bundle.js:5265
↓ 1 callers
Function
findParent
* Find the deepest React component completely containing the root of the * passed-in instance (for use when entire React trees are nested within eac
examples/bundle.js:7610
↓ 1 callers
Function
firstDifferenceIndex
* Finds the index of the first character * that's not common between the two given strings. * * @return {number} the index of the character wher
examples/bundle.js:1405
↓ 1 callers
Function
flushBatchedUpdates
()
examples/bundle.js:2232
↓ 1 callers
Function
formatUnexpectedArgument
(arg)
examples/bundle.js:10070
↓ 1 callers
Function
getAddendaForKeyUse
* Shared warning and monitoring code for the key warnings. * * @internal * @param {string} messageType A key used for de-duping warnings. * @p
examples/bundle.js:4062
↓ 1 callers
Function
getClassName
(propValue)
examples/bundle.js:4638
↓ 1 callers
Function
getClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
examples/bundle.js:1166
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
examples/bundle.js:5193
↓ 1 callers
Function
getFallbackBeforeInputChars
* For browsers that do not provide the `textInput` event, extract the * appropriate string to use for SyntheticInputEvent. * * @param {string} t
examples/bundle.js:5371
↓ 1 callers
Function
getListeningForDocument
(mountAt)
examples/bundle.js:9682
↓ 1 callers
Function
getLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
examples/bundle.js:7212
↓ 1 callers
Function
getNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string co
examples/bundle.js:5317
↓ 1 callers
Function
getNativeRootInstanceInContainer
(container)
examples/bundle.js:1521
↓ 1 callers
Function
getPreciseType
(propValue)
examples/bundle.js:4625
↓ 1 callers
Function
getSelection
* Get an object which is a unique representation of the current selection. * * The return value will not be consistent across nodes or browsers, b
examples/bundle.js:8316
↓ 1 callers
Function
getSiblingNode
* Get the next sibling within a container. This will walk up the * DOM if a node's siblings have been exhausted. * * @param {DOMElement|DOMTextN
examples/bundle.js:20594
↓ 1 callers
Function
getUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they *
examples/bundle.js:15772
↓ 1 callers
Function
getUnchangedComponents
(measurement)
examples/bundle.js:17080
↓ 1 callers
Function
hasArrayNature
* Perform a heuristic test to determine if an object is "array-like". * * A monk asked Joshu, a Zen master, "Has a dog Buddha nature?" * Jos
examples/bundle.js:20740
↓ 1 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `h
examples/bundle.js:20447
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
examples/bundle.js:19154
↓ 1 callers
Function
insertLazyTreeChildAt
(parentNode, childTree, referenceNode)
examples/bundle.js:13148
↓ 1 callers
Function
isFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {objec
examples/bundle.js:5212
↓ 1 callers
Function
isInDocument
(node)
examples/bundle.js:16236
↓ 1 callers
Function
isInternalComponentType
* Check if the type reference is a known internal type. I.e. not a user * provided composite type. * * @param {function} type * @return {boole
examples/bundle.js:10314
↓ 1 callers
Function
isKeypressCommand
* Return whether a native keypress event is assumed to be a command. * This is required because Firefox fires `keypress` events for key commands *
examples/bundle.js:5181
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
examples/bundle.js:5131
↓ 1 callers
Function
listenerAtPhase
* Some event types have a notion of different registration names for different * "phases" of propagation. This finds listeners by a given phase.
examples/bundle.js:11966
↓ 1 callers
Function
makeInsertMarkup
* Make an update for markup to be rendered and inserted at a supplied index. * * @param {string} markup Markup that renders into an element. * @
examples/bundle.js:14792
↓ 1 callers
Function
makeMove
* Make an update for moving an existing element to another index. * * @param {number} fromIndex Source index of the existing element. * @param {
examples/bundle.js:14811
↓ 1 callers
Function
makeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
examples/bundle.js:14829
↓ 1 callers
Function
makeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
examples/bundle.js:14847
↓ 1 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
examples/bundle.js:14865
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
examples/bundle.js:5538
↓ 1 callers
Function
mapObject
* Executes the provided `callback` once for each enumerable own property in the * object and constructs a new object from the results. The `callback
examples/bundle.js:11874
↓ 1 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument. * * @param {function} callback * @return {function}
examples/bundle.js:19184
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
examples/bundle.js:3234
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
examples/bundle.js:13152
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
examples/bundle.js:13170
↓ 1 callers
Function
precacheNode
* Populate `_nativeNode` on the rendered native/text component with the given * DOM node. The passed `inst` can be a composite.
examples/bundle.js:1105
↓ 1 callers
Function
prefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name
examples/bundle.js:19030
↓ 1 callers
Function
publishEventForPlugin
* Publishes an event so that it can be dispatched by the supplied plugin. * * @param {object} dispatchConfig Dispatch configuration for the event.
examples/bundle.js:13853
↓ 1 callers
Function
removeChild
(parentNode, childNode)
examples/bundle.js:13160
↓ 1 callers
Function
runEventQueueInBatch
(events)
examples/bundle.js:17265
↓ 1 callers
Function
shouldUseChangeEvent
* SECTION: handle `change` event
examples/bundle.js:5527
↓ 1 callers
Function
shouldUseClickEvent
* SECTION: handle `click` event
examples/bundle.js:5737
↓ 1 callers
Function
shouldUseNative
()
examples/bundle.js:4767
↓ 1 callers
Function
startWatchingForChangeEventIE8
(target, targetInst)
examples/bundle.js:5561
↓ 1 callers
Function
startWatchingForValueChange
* (For IE <=11) Starts tracking propertychange events on the passed-in element * and override the value property so that we can distinguish user eve
examples/bundle.js:5624
↓ 1 callers
Function
toArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children.
examples/bundle.js:2628
↓ 1 callers
Function
toObject
(val)
examples/bundle.js:4759
↓ 1 callers
Function
traverseAllChildrenImpl
* @param {?*} children Children tree container. * @param {!string} nameSoFar Name of the key path so far. * @param {!function} callback Callback t
examples/bundle.js:11451
↓ 1 callers
Function
unescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
examples/bundle.js:18489
↓ 1 callers
Function
validate
(props, propName, componentName, location, propFullName)
examples/bundle.js:4393
↓ 1 callers
Function
validateDangerousTag
(tag)
examples/bundle.js:6513
↓ 1 callers
Function
validateMethodOverride
(isAlreadyDefined, name)
examples/bundle.js:3141
↓ 1 callers
Function
warnBadVendoredStyleName
(name, owner)
examples/bundle.js:13402
↓ 1 callers
Function
warnHyphenatedStyleName
(name, owner)
examples/bundle.js:13393
↓ 1 callers
Function
warnInvalidSetState
()
examples/bundle.js:20180
↓ 1 callers
Function
warnStyleValueIsNaN
(name, value, owner)
examples/bundle.js:13420
↓ 1 callers
Function
warnStyleValueWithSemicolon
(name, value, owner)
examples/bundle.js:13411
↓ 1 callers
Function
wrapLegacyMeasurements
(measurements)
examples/bundle.js:9161
Function
CallbackQueue
* A specialized pseudo-event module to help keep track of components waiting to * be notified when their DOM representations are available for use.
examples/bundle.js:10631
Function
Constructor
(props, context, updater)
examples/bundle.js:3410
← previous
next →
101–200 of 369, ranked by callers