MCPcopy Create free account

hub / github.com/DeedMob/react-load-image / functions

Functions410 in github.com/DeedMob/react-load-image

FunctionaccumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
example/dist.js:3010
FunctionaccumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
example/dist.js:3019
FunctionaccumulateTwoPhaseDispatchesSkipTarget
(events)
example/dist.js:3058
FunctionaddPoolingTo
(CopyConstructor, pooler)
example/dist.js:2450
Functionasap
* Enqueue a callback to be run at the end of the current batching cycle. Throws * if no updates are currently being performed.
example/dist.js:1483
FunctionattachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
example/dist.js:2682
FunctionbatchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into. *
example/dist.js:9813
FunctionbatchedUpdates
(callback, a, b, c, d, e)
example/dist.js:1364
FunctioncheckPropTypes
* Assert that the values match with the type specs. * Error messages are memorized and will only be shown once. * * @param {object} typeSpecs Map o
example/dist.js:11244
FunctioncheckType
(isRequired, props, propName, componentName, location, propFullName, secret)
example/dist.js:7353
FunctioncleanUpNextTick
()
example/dist.js:164
MethodcomponentDidUpdate
()
src/index.js:42
Methodconstructor
(props)
src/index.js:21
FunctioncountChildren
* Count the number of children that are typically specified as * `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html
example/dist.js:10475
FunctioncreateArrayOfTypeChecker
(typeChecker)
example/dist.js:7429
FunctioncreateClass
* Creates a composite component class given a class specification. * See https://facebook.github.io/react/docs/top-level-api.html#react.createclass
example/dist.js:12088
FunctioncreateEnumTypeChecker
(expectedValues)
example/dist.js:7474
FunctioncreateInstanceForText
* @param {ReactText} text * @return {ReactComponent}
example/dist.js:9228
FunctioncreateInstanceTypeChecker
(expectedClass)
example/dist.js:7462
FunctioncreateInternalComponent
* Get a host internal component class for a specific tag. * * @param {ReactElement} element The element to create. * @return {function} The interna
example/dist.js:9219
FunctioncreateMixin
(mixin)
example/dist.js:2518
FunctioncreateObjectOfTypeChecker
(typeChecker)
example/dist.js:7494
FunctioncreateShapeTypeChecker
(shapeTypes)
example/dist.js:7560
FunctioncreateUnionTypeChecker
(arrayOfTypeCheckers)
example/dist.js:7517
FunctiondefaultClearTimeout
()
example/dist.js:84
FunctiondefaultSetTimout
()
example/dist.js:81
FunctionemptyFunction
()
example/dist.js:1186
Functionescape
* Escape and wrap key so it is safe to use as a reactid * * @param {string} key to be escaped. * @return {string} the escaped key.
example/dist.js:5865
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 ma
example/dist.js:4933
FunctionexecuteDispatchesAndReleaseSimulated
(e)
example/dist.js:3145
FunctionexecuteDispatchesAndReleaseTopLevel
(e)
example/dist.js:3148
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
example/dist.js:4862
FunctionexecuteDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
example/dist.js:4917
FunctionfindDOMNode
* Returns the DOM node rendered by this element. * * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode * * @param
example/dist.js:22093
FunctionforEachChildren
* Iterates through children that are typically specified as `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html#react
example/dist.js:10375
FunctionforEachSingleChild
(bookKeeping, child, name)
example/dist.js:10356
FunctionforEachSingleChildDummy
(traverseContext, child, name)
example/dist.js:10462
FunctionforceUpdateIfMounted
()
example/dist.js:16726
FunctionfourArgumentPooler
(a1, a2, a3, a4)
example/dist.js:2418
Functionget
()
example/dist.js:1780
FunctiongetEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
example/dist.js:21650
FunctiongetEventModifierState
(nativeEvent)
example/dist.js:5226
FunctiongetIDFromKey
(key)
example/dist.js:871
FunctiongetIEOffsets
* Get the appropriate anchor and focus node/offset pairs for IE. * * The catch here is that IE's selection API doesn't provide information * about
example/dist.js:20259
FunctiongetInstanceFromNode
* Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent * instance, or null if the node was not rendered by this React.
example/dist.js:680
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
example/dist.js:20282
FunctiongetNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
example/dist.js:693
FunctiongetParentInstance
* Return the parent instance of the passed-in instance.
example/dist.js:19485
FunctiongetShim
()
example/dist.js:22659
FunctiongetTargetInstForChangeEvent
(topLevelType, targetInst)
example/dist.js:13230
FunctiongetTargetInstForClickEvent
(topLevelType, targetInst, nativeEvent)
example/dist.js:13346
FunctiongetTargetInstForInputEventPolyfill
(topLevelType, targetInst, nativeEvent)
example/dist.js:13319
FunctiongetTargetInstForInputOrChangeEvent
(topLevelType, targetInst, nativeEvent)
example/dist.js:13352
MethodhandleError
(error)
src/index.js:81
FunctionhandleEventsForChangeEventIE8
(topLevelType, target, targetInst)
example/dist.js:13236
FunctionhandleEventsForInputEventPolyfill
(topLevelType, target, targetInst)
example/dist.js:13296
MethodhandleLoad
(event)
src/index.js:74
FunctionhandlePropertyChange
* (For IE <=9) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
example/dist.js:13287
FunctionhandleTopLevelImpl
(bookKeeping)
example/dist.js:19847
FunctionhasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
example/dist.js:4952
Functioninject
()
example/dist.js:12416
FunctioninputPostMount
()
example/dist.js:15151
FunctioninvokeGuardedCallback
* Call a function while guarding against errors that happens within it. * * @param {String} name of the guard to use for logging or debugging * @pa
example/dist.js:5025
FunctionisAncestor
* Return if A is an ancestor of B.
example/dist.js:19469
FunctionisEndish
(topLevelType)
example/dist.js:4814
FunctionisMoveish
(topLevelType)
example/dist.js:4818
FunctionisStartish
(topLevelType)
example/dist.js:4821
FunctionisTextComponent
* @param {ReactComponent} component * @return {boolean}
example/dist.js:9236
FunctionmapChildren
* Maps children that are typically specified as `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html#react.children.ma
example/dist.js:10453
FunctionmapSingleChildIntoContext
(bookKeeping, child, childKey)
example/dist.js:10409
FunctionmodifierStateGetter
(keyArg)
example/dist.js:5216
FunctionmountComponentIntoNode
* Mounts this component and inserts it into the DOM. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} con
example/dist.js:9786
FunctionmountOrderComparator
* Array comparator for ReactComponents by mount ordering. * * @param {ReactComponent} c1 first component you're comparing * @param {ReactComponent}
example/dist.js:1376
Functionnoop
()
example/dist.js:231
FunctiononeArgumentPooler
(copyFieldsFrom)
example/dist.js:2385
FunctiononlyChild
* Returns the first child in a collection of children and verifies that there * is only one child in the collection. * * See https://facebook.githu
example/dist.js:12242
FunctionoptionPostMount
()
example/dist.js:15161
FunctionpostUpdateSelectWrapper
()
example/dist.js:15267
FunctionprintWarning
(format)
example/dist.js:347
FunctionputListener
()
example/dist.js:15146
FunctionqueueChild
(parentTree, childTree)
example/dist.js:2905
FunctionqueueHTML
(tree, html)
example/dist.js:2913
FunctionqueueText
(tree, text)
example/dist.js:2921
FunctionreactProdInvariant
* WARNING: DO NOT manually require this module. * This is a replacement for `invariant(...)` used by the error code system * and will _only_ be requ
example/dist.js:413
FunctionreplaceChildWithTree
(oldNode, newTree)
example/dist.js:2900
FunctionreplaceDelimitedText
(openingComment, closingComment, stringText)
example/dist.js:5328
FunctionrunBatchedUpdates
(transaction)
example/dist.js:1380
FunctionrunEventInBatch
(event)
example/dist.js:13201
FunctionscrollValueMonitor
(cb)
example/dist.js:19867
Functionset
(val)
example/dist.js:1774
FunctionsetIEOffsets
* @param {DOMElement|DOMTextNode} node * @param {object} offsets
example/dist.js:20344
FunctionsetModernOffsets
* In modern non-IE browsers, we can support both forward and backward * selections. * * Note: IE10+ supports the Selection object, but it does not
example/dist.js:20378
Functionshim
(props, propName, componentName, location, propFullName, secret)
example/dist.js:22646
FunctionstandardReleaser
(instance)
example/dist.js:2429
FunctiontestFunc
()
example/dist.js:12341
FunctiontextareaPostMount
()
example/dist.js:15156
FunctionthreeArgumentPooler
(a1, a2, a3)
example/dist.js:2407
FunctiontoString
()
example/dist.js:2929
FunctiontrackInputValue
()
example/dist.js:15223
FunctiontrapBubbledEventsLocal
()
example/dist.js:15227
← previousnext →301–400 of 410, ranked by callers