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
↓ 578 callers
Function
__webpack_require__
(moduleId)
examples/bundle.js:6
↓ 214 callers
Function
invariant
* Use invariant() to assert state which your program assumes to be true. * * Provide sprintf-style format (only %s is supported) and arguments *
examples/bundle.js:11295
↓ 150 callers
Function
keyOf
(oneKeyObj)
examples/bundle.js:11821
↓ 12 callers
Function
createChainableTypeChecker
(validate)
examples/bundle.js:4371
↓ 10 callers
Function
emitEvent
(handlerFunctionName, arg1, arg2, arg3, arg4, arg5)
examples/bundle.js:17445
↓ 9 callers
Function
getDeclarationErrorAddendum
()
examples/bundle.js:4009
↓ 8 callers
Function
_interopRequireDefault
(obj)
examples/bundle.js:61
↓ 8 callers
Function
isEventSupported
* Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `cha
examples/bundle.js:12951
↓ 6 callers
Function
DOMLazyTree
(node)
examples/bundle.js:9503
↓ 6 callers
Function
accumulateInto
* * Accumulates items that must not be null or undefined into the first one. This * is used to conserve memory by avoiding array allocations, and
examples/bundle.js:18580
↓ 6 callers
Function
checkMask
(value, bitmask)
examples/bundle.js:4881
↓ 6 callers
Function
createPrimitiveTypeChecker
(expectedType)
examples/bundle.js:4392
↓ 6 callers
Function
enqueueUpdate
* Mark a component as needing a rerender, adding an optional callback to a * list of functions which will be executed once the rerender occurs.
examples/bundle.js:2259
↓ 6 callers
Function
roundFloat
(val)
examples/bundle.js:9114
↓ 6 callers
Function
warnIfValueIsNull
(props)
examples/bundle.js:14109
↓ 5 callers
Function
addValue
(obj, key, val)
examples/bundle.js:9118
↓ 5 callers
Function
forEachAccumulated
(arr, cb, scope)
examples/bundle.js:18637
↓ 5 callers
Function
getPropType
(propValue)
examples/bundle.js:4609
↓ 5 callers
Function
keyMirror
(obj)
examples/bundle.js:11779
↓ 5 callers
Function
traverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
examples/bundle.js:11543
↓ 5 callers
Function
unwrapLegacyMeasurements
(measurements)
examples/bundle.js:9164
↓ 4 callers
Function
ReactElement
(type, key, ref, self, source, owner, props)
examples/bundle.js:3739
↓ 4 callers
Function
checkRenderMessage
(owner)
examples/bundle.js:13429
↓ 4 callers
Function
escapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
examples/bundle.js:15203
↓ 4 callers
Function
getComponentKey
* Generate a key string that identifies a component within a set. * * @param {*} component A component that could contain a manual key. * @param
examples/bundle.js:11432
↓ 4 callers
Function
getEventCharCode
* `charCode` represents the actual "character code" and is safe to use with * `String.fromCharCode`. As such, only keys that correspond to printable
examples/bundle.js:16884
↓ 4 callers
Function
getEventTarget
* Gets the target node from a native browser event by accounting for * inconsistencies in browser DOM APIs. * * @param {object} nativeEvent Nati
examples/bundle.js:12895
↓ 4 callers
Function
getInternalInstanceReadyForUpdate
(publicInstance, callerName)
examples/bundle.js:10083
↓ 4 callers
Function
getPooledWarningPropertyDefinition
* Helper to nullify syntheticEvent instance properties when destructing * * @param {object} SyntheticEvent * @param {String} propName * @r
examples/bundle.js:12842
↓ 4 callers
Function
getReactRootElementInContainer
* @param {DOMElement|DOMDocument} container DOM element that may contain * a React component * @return {?*} DOM element that may have the reactRoo
examples/bundle.js:1420
↓ 4 callers
Function
getVendorPrefixedEventName
* Attempts to determine the correct vendor prefixed event name. * * @param {string} eventName * @returns {string}
examples/bundle.js:17402
↓ 4 callers
Function
makePrefixMap
* Generate a mapping of standard vendor prefixes using the defined style property and event name. * * @param {string} styleProp * @param {string
examples/bundle.js:17342
↓ 4 callers
Function
quoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
examples/bundle.js:19411
↓ 4 callers
Function
setTextContent
(node, text)
examples/bundle.js:17232
↓ 4 callers
Function
updateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @p
examples/bundle.js:14486
↓ 3 callers
Function
createMicrosoftUnsafeLocalFunction
(func)
examples/bundle.js:17187
↓ 3 callers
Function
enqueue
* Push an update, if any, onto the queue. Creates a new queue if none is * passed and always returns the queue. Mutative.
examples/bundle.js:14881
↓ 3 callers
Function
getActiveElement
* Same as document.activeElement but wraps in a try-catch block. In IE it is * not safe to call document.activeElement if there is nothing focused.
examples/bundle.js:16368
↓ 3 callers
Function
getID
(inst)
examples/bundle.js:9138
↓ 3 callers
Function
getIteratorFn
* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * *
examples/bundle.js:11925
↓ 3 callers
Function
insertTreeChildren
(tree)
examples/bundle.js:9443
↓ 3 callers
Function
instantiateReactComponent
* Given a ReactNode, create an instance that will actually be mounted. * * @param {ReactNode} node * @return {object} A new instance of the elem
examples/bundle.js:10325
↓ 3 callers
Function
is
(x, y)
examples/bundle.js:4358
↓ 3 callers
Function
makeEmptyFunction
* Copyright (c) 2013-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the
examples/bundle.js:11364
↓ 3 callers
Function
mapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
examples/bundle.js:2579
↓ 3 callers
Function
processQueue
* Processes any enqueued updates. * * @private
examples/bundle.js:14894
↓ 3 callers
Function
removeDelimitedText
(parentNode, startNode, closingComment)
examples/bundle.js:13182
↓ 3 callers
Function
shouldUpdateReactComponent
* Given a `prevElement` and `nextElement`, determines if the existing * instance should be updated as opposed to being destroyed or replaced by a ne
examples/bundle.js:10496
↓ 3 callers
Function
validateTypeDef
(Constructor, typeDef, location)
examples/bundle.js:3131
↓ 3 callers
Function
warnTDZ
(publicInstance, callerName)
examples/bundle.js:11573
↓ 3 callers
Function
warnUnknownProperty
(name)
examples/bundle.js:20827
↓ 2 callers
Function
_assertCheckedLink
(inputProps)
examples/bundle.js:19502
↓ 2 callers
Function
_assertSingleLink
(inputProps)
examples/bundle.js:19494
↓ 2 callers
Function
_assertValueLink
(inputProps)
examples/bundle.js:19497
↓ 2 callers
Function
addStyle
(obj, options)
examples/bundle.js:692
↓ 2 callers
Function
addStylesToDom
(styles, options)
examples/bundle.js:611
↓ 2 callers
Function
adler32
(data)
examples/bundle.js:17524
↓ 2 callers
Function
assertValidProps
* @param {object} component * @param {?object} props
examples/bundle.js:6348
↓ 2 callers
Function
constructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
examples/bundle.js:8347
↓ 2 callers
Function
createMergedResultFunction
* Creates a function that invokes two functions and merges their return values. * * @param {function} one Function to invoke first. * @param {fu
examples/bundle.js:3280
↓ 2 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once fo
examples/bundle.js:20283
↓ 2 callers
Function
createStyleElement
(options)
examples/bundle.js:678
↓ 2 callers
Function
dangerousStyleValue
* Convert a value into the proper css writable value. The style name `name` * should be logical (no hyphens), as specified * in `CSSProperty.isUni
examples/bundle.js:19281
↓ 2 callers
Function
enqueuePutListener
(inst, registrationName, listener, transaction)
examples/bundle.js:6368
↓ 2 callers
Function
ensureInjected
()
examples/bundle.js:2106
↓ 2 callers
Function
escapeUserProvidedKey
(text)
examples/bundle.js:2483
↓ 2 callers
Function
executeDispatch
* Dispatch the event to the listener. * @param {SyntheticEvent} event SyntheticEvent to handle * @param {boolean} simulated If the event is simula
examples/bundle.js:15871
↓ 2 callers
Function
executeDispatchesAndRelease
(event, simulated)
examples/bundle.js:12405
↓ 2 callers
Function
findInvalidAncestorForTag
(tag, ancestorInfo)
examples/bundle.js:15414
↓ 2 callers
Function
findOwnerStack
(instance)
examples/bundle.js:15487
↓ 2 callers
Function
flattenChildren
* Flattens children that are typically specified as `props.children`. Any null * children will not be included in the resulting object. * @return
examples/bundle.js:19774
↓ 2 callers
Function
focusNode
* @param {DOMElement} node input/textarea to focus
examples/bundle.js:19216
↓ 2 callers
Function
friendlyStringify
(obj)
examples/bundle.js:6292
↓ 2 callers
Function
getDataFromCustomEvent
* Google Input Tools provides composition data via a CustomEvent, * with the `data` property populated in the `detail` object. If this * is availa
examples/bundle.js:5251
↓ 2 callers
Function
getIDOfComposite
(inst)
examples/bundle.js:9125
↓ 2 callers
Function
getLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
examples/bundle.js:20580
↓ 2 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
examples/bundle.js:20397
↓ 2 callers
Function
getNativeComponentFromComposite
(inst)
examples/bundle.js:2357
↓ 2 callers
Function
getNodeAfter
(parentNode, node)
examples/bundle.js:13124
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
examples/bundle.js:20610
↓ 2 callers
Function
getNodeName
* Extracts the `nodeName` from a string of markup. * * NOTE: Extracting the `nodeName` does not require a regular expression match * because we
examples/bundle.js:18816
↓ 2 callers
Function
getRenderedNativeOrTextFromComponent
* Drill down (through composites and empty components) until we get a native or * native text component. * * This is pretty polymorphic but unav
examples/bundle.js:1093
↓ 2 callers
Function
getTextContentAccessor
* Gets the key used to access text content on a DOM node. * * @return {?string} Key used to access text content. * @internal
examples/bundle.js:18536
↓ 2 callers
Function
getTopLevelWrapperInContainer
(container)
examples/bundle.js:1527
↓ 2 callers
Function
hasNonRootReactChild
* True if the supplied DOM node has a direct React-rendered child that is * not a React root element. Useful for warning in `render`, * `unmountCo
examples/bundle.js:1513
↓ 2 callers
Function
insertStyleElement
(options, styleElement)
examples/bundle.js:651
↓ 2 callers
Function
internalGetID
(node)
examples/bundle.js:1432
↓ 2 callers
Function
isAttributeNameSafe
(attributeName)
examples/bundle.js:13599
↓ 2 callers
Function
isCollapsed
* While `isCollapsed` is available on the Selection object and `collapsed` * is available on the Range object, IE11 sometimes gets them wrong. * I
examples/bundle.js:19813
↓ 2 callers
Function
isCustomComponent
(tagName, props)
examples/bundle.js:6520
↓ 2 callers
Function
isFallbackCompositionEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @re
examples/bundle.js:5223
↓ 2 callers
Function
isNode
(propValue)
examples/bundle.js:4561
↓ 2 callers
Function
isTagValidWithParent
(tag, parentTag)
examples/bundle.js:15325
↓ 2 callers
Function
isTextInputElement
(elem)
examples/bundle.js:13014
↓ 2 callers
Function
isTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
examples/bundle.js:20658
↓ 2 callers
Function
listToStyles
(list)
examples/bundle.js:633
↓ 2 callers
Function
memoize
(fn)
examples/bundle.js:555
↓ 2 callers
Function
mergeIntoWithNoDuplicateKeys
* Merge two objects, but throw if both contain the same key. * * @param {object} one The first object, which is mutated. * @param {object} two T
examples/bundle.js:3260
↓ 2 callers
Function
mixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classes.
examples/bundle.js:3159
↓ 2 callers
Function
precacheChildNodes
* Populate `_nativeNode` on each child of `inst`, assuming that the children * match up with the DOM (element) children of `node`. * * We cache
examples/bundle.js:1133
next →
1–100 of 369, ranked by callers