MCPcopy Create free account

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

Functions369 in github.com/danizep/react-timeless

↓ 2 callersFunctionpublishRegistrationName
* 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 callersFunctionrecomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
examples/bundle.js:13824
↓ 2 callersFunctionremoveStyleElement
(styleElement)
examples/bundle.js:670
↓ 2 callersFunctionshallowEqual
* 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 callersFunctionshouldConstruct
(Component)
examples/bundle.js:17610
↓ 2 callersFunctionshouldIgnoreValue
(propertyInfo, value)
examples/bundle.js:13615
↓ 2 callersFunctionstopWatchingForChangeEventIE8
()
examples/bundle.js:5567
↓ 2 callersFunctionstopWatchingForValueChange
* (For IE <=11) Removes the event listeners from the currently-tracked element, * if any exists.
examples/bundle.js:5644
↓ 2 callersFunctionvalidateChildKeys
* 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 callersFunctionvalidateExplicitKey
* 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 callersFunctionvalidatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
examples/bundle.js:4179
↓ 2 callersFunctionwarn
(action, result)
examples/bundle.js:12863
↓ 2 callersFunctionwarnIfInvalidElement
(Component, element)
examples/bundle.js:17604
↓ 2 callersFunctionwarnValidStyle
(name, value, component)
examples/bundle.js:13444
↓ 1 callersFunctionReactDOMContainerInfo
(topLevelWrapper, node)
examples/bundle.js:9899
↓ 1 callersFunctionaccumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without *
examples/bundle.js:12018
↓ 1 callersFunctionattachRef
(ref, component, owner)
examples/bundle.js:10535
↓ 1 callersFunctionbindAutoBindMethod
* 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 callersFunctionbindAutoBindMethods
* Binds all auto-bound methods in a component. * * @param {object} component Component whose method is going to be bound.
examples/bundle.js:3355
↓ 1 callersFunctioncamelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @
examples/bundle.js:20548
↓ 1 callersFunctioncamelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelize
examples/bundle.js:19455
↓ 1 callersFunctioncheckAndWarnForMutatedStyle
(style1, style2, component)
examples/bundle.js:6318
↓ 1 callersFunctioncheckPropTypes
* 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 callersFunctioncheckSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
examples/bundle.js:14458
↓ 1 callersFunctioncontainsNode
* 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 callersFunctioncreateAnyTypeChecker
()
examples/bundle.js:4410
↓ 1 callersFunctioncreateArrayFromMixed
* 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 callersFunctioncreateChainedFunction
* 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 callersFunctioncreateElementTypeChecker
()
examples/bundle.js:4436
↓ 1 callersFunctioncreateLinkElement
(options)
examples/bundle.js:685
↓ 1 callersFunctioncreateNodeChecker
()
examples/bundle.js:4527
↓ 1 callersFunctiondefineDeprecationWarning
(methodName, info)
examples/bundle.js:2751
↓ 1 callersFunctiondetachRef
(ref, component, owner)
examples/bundle.js:10544
↓ 1 callersFunctionexecuteDispatchesInOrderStopAtTrueImpl
* 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 callersFunctionextractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticI
examples/bundle.js:5423
↓ 1 callersFunctionextractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
examples/bundle.js:5265
↓ 1 callersFunctionfindParent
* 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 callersFunctionfirstDifferenceIndex
* 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 callersFunctionflushBatchedUpdates
()
examples/bundle.js:2232
↓ 1 callersFunctionformatUnexpectedArgument
(arg)
examples/bundle.js:10070
↓ 1 callersFunctiongetAddendaForKeyUse
* 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 callersFunctiongetClassName
(propValue)
examples/bundle.js:4638
↓ 1 callersFunctiongetClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
examples/bundle.js:1166
↓ 1 callersFunctiongetCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
examples/bundle.js:5193
↓ 1 callersFunctiongetFallbackBeforeInputChars
* 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 callersFunctiongetListeningForDocument
(mountAt)
examples/bundle.js:9682
↓ 1 callersFunctiongetLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
examples/bundle.js:7212
↓ 1 callersFunctiongetNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string co
examples/bundle.js:5317
↓ 1 callersFunctiongetNativeRootInstanceInContainer
(container)
examples/bundle.js:1521
↓ 1 callersFunctiongetPreciseType
(propValue)
examples/bundle.js:4625
↓ 1 callersFunctiongetSelection
* 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 callersFunctiongetSiblingNode
* 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 callersFunctiongetUnboundedScrollPosition
* 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 callersFunctiongetUnchangedComponents
(measurement)
examples/bundle.js:17080
↓ 1 callersFunctionhasArrayNature
* 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 callersFunctionhyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `h
examples/bundle.js:20447
↓ 1 callersFunctionhyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
examples/bundle.js:19154
↓ 1 callersFunctioninsertLazyTreeChildAt
(parentNode, childTree, referenceNode)
examples/bundle.js:13148
↓ 1 callersFunctionisFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {objec
examples/bundle.js:5212
↓ 1 callersFunctionisInDocument
(node)
examples/bundle.js:16236
↓ 1 callersFunctionisInternalComponentType
* 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 callersFunctionisKeypressCommand
* 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 callersFunctionisPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
examples/bundle.js:5131
↓ 1 callersFunctionlistenerAtPhase
* 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 callersFunctionmakeInsertMarkup
* 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 callersFunctionmakeMove
* 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 callersFunctionmakeRemove
* 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 callersFunctionmakeSetMarkup
* 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 callersFunctionmakeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
examples/bundle.js:14865
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
examples/bundle.js:5538
↓ 1 callersFunctionmapObject
* 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 callersFunctionmemoizeStringOnly
* Memoizes the return value of a function that accepts one string argument. * * @param {function} callback * @return {function}
examples/bundle.js:19184
↓ 1 callersFunctionmixStaticSpecIntoComponent
(Constructor, statics)
examples/bundle.js:3234
↓ 1 callersFunctionmoveChild
(parentNode, childNode, referenceNode)
examples/bundle.js:13152
↓ 1 callersFunctionmoveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
examples/bundle.js:13170
↓ 1 callersFunctionprecacheNode
* 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 callersFunctionprefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name
examples/bundle.js:19030
↓ 1 callersFunctionpublishEventForPlugin
* 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 callersFunctionremoveChild
(parentNode, childNode)
examples/bundle.js:13160
↓ 1 callersFunctionrunEventQueueInBatch
(events)
examples/bundle.js:17265
↓ 1 callersFunctionshouldUseChangeEvent
* SECTION: handle `change` event
examples/bundle.js:5527
↓ 1 callersFunctionshouldUseClickEvent
* SECTION: handle `click` event
examples/bundle.js:5737
↓ 1 callersFunctionshouldUseNative
()
examples/bundle.js:4767
↓ 1 callersFunctionstartWatchingForChangeEventIE8
(target, targetInst)
examples/bundle.js:5561
↓ 1 callersFunctionstartWatchingForValueChange
* (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 callersFunctiontoArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children.
examples/bundle.js:2628
↓ 1 callersFunctiontoObject
(val)
examples/bundle.js:4759
↓ 1 callersFunctiontraverseAllChildrenImpl
* @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 callersFunctionunescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
examples/bundle.js:18489
↓ 1 callersFunctionvalidate
(props, propName, componentName, location, propFullName)
examples/bundle.js:4393
↓ 1 callersFunctionvalidateDangerousTag
(tag)
examples/bundle.js:6513
↓ 1 callersFunctionvalidateMethodOverride
(isAlreadyDefined, name)
examples/bundle.js:3141
↓ 1 callersFunctionwarnBadVendoredStyleName
(name, owner)
examples/bundle.js:13402
↓ 1 callersFunctionwarnHyphenatedStyleName
(name, owner)
examples/bundle.js:13393
↓ 1 callersFunctionwarnInvalidSetState
()
examples/bundle.js:20180
↓ 1 callersFunctionwarnStyleValueIsNaN
(name, value, owner)
examples/bundle.js:13420
↓ 1 callersFunctionwarnStyleValueWithSemicolon
(name, value, owner)
examples/bundle.js:13411
↓ 1 callersFunctionwrapLegacyMeasurements
(measurements)
examples/bundle.js:9161
FunctionCallbackQueue
* 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
FunctionConstructor
(props, context, updater)
examples/bundle.js:3410
← previousnext →101–200 of 369, ranked by callers