MCPcopy Create free account

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

Functions369 in github.com/danizep/react-timeless

↓ 578 callersFunction__webpack_require__
(moduleId)
examples/bundle.js:6
↓ 214 callersFunctioninvariant
* 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 callersFunctionkeyOf
(oneKeyObj)
examples/bundle.js:11821
↓ 12 callersFunctioncreateChainableTypeChecker
(validate)
examples/bundle.js:4371
↓ 10 callersFunctionemitEvent
(handlerFunctionName, arg1, arg2, arg3, arg4, arg5)
examples/bundle.js:17445
↓ 9 callersFunctiongetDeclarationErrorAddendum
()
examples/bundle.js:4009
↓ 8 callersFunction_interopRequireDefault
(obj)
examples/bundle.js:61
↓ 8 callersFunctionisEventSupported
* 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 callersFunctionDOMLazyTree
(node)
examples/bundle.js:9503
↓ 6 callersFunctionaccumulateInto
* * 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 callersFunctioncheckMask
(value, bitmask)
examples/bundle.js:4881
↓ 6 callersFunctioncreatePrimitiveTypeChecker
(expectedType)
examples/bundle.js:4392
↓ 6 callersFunctionenqueueUpdate
* 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 callersFunctionroundFloat
(val)
examples/bundle.js:9114
↓ 6 callersFunctionwarnIfValueIsNull
(props)
examples/bundle.js:14109
↓ 5 callersFunctionaddValue
(obj, key, val)
examples/bundle.js:9118
↓ 5 callersFunctionforEachAccumulated
(arr, cb, scope)
examples/bundle.js:18637
↓ 5 callersFunctiongetPropType
(propValue)
examples/bundle.js:4609
↓ 5 callersFunctionkeyMirror
(obj)
examples/bundle.js:11779
↓ 5 callersFunctiontraverseAllChildren
* Traverses children that are typically specified as `props.children`, but * might also be specified through attributes: * * - `traverseAllChild
examples/bundle.js:11543
↓ 5 callersFunctionunwrapLegacyMeasurements
(measurements)
examples/bundle.js:9164
↓ 4 callersFunctionReactElement
(type, key, ref, self, source, owner, props)
examples/bundle.js:3739
↓ 4 callersFunctioncheckRenderMessage
(owner)
examples/bundle.js:13429
↓ 4 callersFunctionescapeTextContentForBrowser
* Escapes text to prevent scripting attacks. * * @param {*} text Text value to escape. * @return {string} An escaped string.
examples/bundle.js:15203
↓ 4 callersFunctiongetComponentKey
* 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 callersFunctiongetEventCharCode
* `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 callersFunctiongetEventTarget
* 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 callersFunctiongetInternalInstanceReadyForUpdate
(publicInstance, callerName)
examples/bundle.js:10083
↓ 4 callersFunctiongetPooledWarningPropertyDefinition
* Helper to nullify syntheticEvent instance properties when destructing * * @param {object} SyntheticEvent * @param {String} propName * @r
examples/bundle.js:12842
↓ 4 callersFunctiongetReactRootElementInContainer
* @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 callersFunctiongetVendorPrefixedEventName
* Attempts to determine the correct vendor prefixed event name. * * @param {string} eventName * @returns {string}
examples/bundle.js:17402
↓ 4 callersFunctionmakePrefixMap
* 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 callersFunctionquoteAttributeValueForBrowser
* Escapes attribute value to prevent scripting attacks. * * @param {*} value Value to escape. * @return {string} An escaped string.
examples/bundle.js:19411
↓ 4 callersFunctionsetTextContent
(node, text)
examples/bundle.js:17232
↓ 4 callersFunctionupdateOptions
* @param {ReactDOMComponent} inst * @param {boolean} multiple * @param {*} propValue A stringable (with `multiple`, a list of stringables). * @p
examples/bundle.js:14486
↓ 3 callersFunctioncreateMicrosoftUnsafeLocalFunction
(func)
examples/bundle.js:17187
↓ 3 callersFunctionenqueue
* 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 callersFunctiongetActiveElement
* 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 callersFunctiongetID
(inst)
examples/bundle.js:9138
↓ 3 callersFunctiongetIteratorFn
* 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 callersFunctioninsertTreeChildren
(tree)
examples/bundle.js:9443
↓ 3 callersFunctioninstantiateReactComponent
* 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 callersFunctionis
(x, y)
examples/bundle.js:4358
↓ 3 callersFunctionmakeEmptyFunction
* 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 callersFunctionmapIntoWithKeyPrefixInternal
(children, array, prefix, func, context)
examples/bundle.js:2579
↓ 3 callersFunctionprocessQueue
* Processes any enqueued updates. * * @private
examples/bundle.js:14894
↓ 3 callersFunctionremoveDelimitedText
(parentNode, startNode, closingComment)
examples/bundle.js:13182
↓ 3 callersFunctionshouldUpdateReactComponent
* 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 callersFunctionvalidateTypeDef
(Constructor, typeDef, location)
examples/bundle.js:3131
↓ 3 callersFunctionwarnTDZ
(publicInstance, callerName)
examples/bundle.js:11573
↓ 3 callersFunctionwarnUnknownProperty
(name)
examples/bundle.js:20827
↓ 2 callersFunction_assertCheckedLink
(inputProps)
examples/bundle.js:19502
↓ 2 callersFunction_assertSingleLink
(inputProps)
examples/bundle.js:19494
↓ 2 callersFunction_assertValueLink
(inputProps)
examples/bundle.js:19497
↓ 2 callersFunctionaddStyle
(obj, options)
examples/bundle.js:692
↓ 2 callersFunctionaddStylesToDom
(styles, options)
examples/bundle.js:611
↓ 2 callersFunctionadler32
(data)
examples/bundle.js:17524
↓ 2 callersFunctionassertValidProps
* @param {object} component * @param {?object} props
examples/bundle.js:6348
↓ 2 callersFunctionconstructSelectEvent
* Poll selection to see whether it's changed. * * @param {object} nativeEvent * @return {?SyntheticEvent}
examples/bundle.js:8347
↓ 2 callersFunctioncreateMergedResultFunction
* 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 callersFunctioncreateNodesFromMarkup
* 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 callersFunctioncreateStyleElement
(options)
examples/bundle.js:678
↓ 2 callersFunctiondangerousStyleValue
* 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 callersFunctionenqueuePutListener
(inst, registrationName, listener, transaction)
examples/bundle.js:6368
↓ 2 callersFunctionensureInjected
()
examples/bundle.js:2106
↓ 2 callersFunctionescapeUserProvidedKey
(text)
examples/bundle.js:2483
↓ 2 callersFunctionexecuteDispatch
* 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 callersFunctionexecuteDispatchesAndRelease
(event, simulated)
examples/bundle.js:12405
↓ 2 callersFunctionfindInvalidAncestorForTag
(tag, ancestorInfo)
examples/bundle.js:15414
↓ 2 callersFunctionfindOwnerStack
(instance)
examples/bundle.js:15487
↓ 2 callersFunctionflattenChildren
* 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 callersFunctionfocusNode
* @param {DOMElement} node input/textarea to focus
examples/bundle.js:19216
↓ 2 callersFunctionfriendlyStringify
(obj)
examples/bundle.js:6292
↓ 2 callersFunctiongetDataFromCustomEvent
* 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 callersFunctiongetIDOfComposite
(inst)
examples/bundle.js:9125
↓ 2 callersFunctiongetLeafNode
* Given any node return the first leaf node without children. * * @param {DOMElement|DOMTextNode} node * @return {DOMElement|DOMTextNode}
examples/bundle.js:20580
↓ 2 callersFunctiongetMarkupWrap
* 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 callersFunctiongetNativeComponentFromComposite
(inst)
examples/bundle.js:2357
↓ 2 callersFunctiongetNodeAfter
(parentNode, node)
examples/bundle.js:13124
↓ 2 callersFunctiongetNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @ret
examples/bundle.js:20610
↓ 2 callersFunctiongetNodeName
* 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 callersFunctiongetRenderedNativeOrTextFromComponent
* 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 callersFunctiongetTextContentAccessor
* 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 callersFunctiongetTopLevelWrapperInContainer
(container)
examples/bundle.js:1527
↓ 2 callersFunctionhasNonRootReactChild
* 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 callersFunctioninsertStyleElement
(options, styleElement)
examples/bundle.js:651
↓ 2 callersFunctioninternalGetID
(node)
examples/bundle.js:1432
↓ 2 callersFunctionisAttributeNameSafe
(attributeName)
examples/bundle.js:13599
↓ 2 callersFunctionisCollapsed
* 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 callersFunctionisCustomComponent
(tagName, props)
examples/bundle.js:6520
↓ 2 callersFunctionisFallbackCompositionEnd
* 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 callersFunctionisNode
(propValue)
examples/bundle.js:4561
↓ 2 callersFunctionisTagValidWithParent
(tag, parentTag)
examples/bundle.js:15325
↓ 2 callersFunctionisTextInputElement
(elem)
examples/bundle.js:13014
↓ 2 callersFunctionisTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
examples/bundle.js:20658
↓ 2 callersFunctionlistToStyles
(list)
examples/bundle.js:633
↓ 2 callersFunctionmemoize
(fn)
examples/bundle.js:555
↓ 2 callersFunctionmergeIntoWithNoDuplicateKeys
* 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 callersFunctionmixSpecIntoComponent
* Mixin helper which handles policy validation and reserved * specification keys when building React classes.
examples/bundle.js:3159
↓ 2 callersFunctionprecacheChildNodes
* 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