Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeedMob/react-load-image
/ functions
Functions
410 in github.com/DeedMob/react-load-image
⨍
Functions
410
◇
Types & classes
3
Function
accumulateTwoPhaseDispatchesSingle
* 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
Function
accumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
example/dist.js:3019
Function
accumulateTwoPhaseDispatchesSkipTarget
(events)
example/dist.js:3058
Function
addPoolingTo
(CopyConstructor, pooler)
example/dist.js:2450
Function
asap
* 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
Function
attachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
example/dist.js:2682
Function
batchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into. *
example/dist.js:9813
Function
batchedUpdates
(callback, a, b, c, d, e)
example/dist.js:1364
Function
checkPropTypes
* 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
Function
checkType
(isRequired, props, propName, componentName, location, propFullName, secret)
example/dist.js:7353
Function
cleanUpNextTick
()
example/dist.js:164
Method
componentDidUpdate
()
src/index.js:42
Method
constructor
(props)
src/index.js:21
Function
countChildren
* 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
Function
createArrayOfTypeChecker
(typeChecker)
example/dist.js:7429
Function
createClass
* 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
Function
createEnumTypeChecker
(expectedValues)
example/dist.js:7474
Function
createInstanceForText
* @param {ReactText} text * @return {ReactComponent}
example/dist.js:9228
Function
createInstanceTypeChecker
(expectedClass)
example/dist.js:7462
Function
createInternalComponent
* 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
Function
createMixin
(mixin)
example/dist.js:2518
Function
createObjectOfTypeChecker
(typeChecker)
example/dist.js:7494
Function
createShapeTypeChecker
(shapeTypes)
example/dist.js:7560
Function
createUnionTypeChecker
(arrayOfTypeCheckers)
example/dist.js:7517
Function
defaultClearTimeout
()
example/dist.js:84
Function
defaultSetTimout
()
example/dist.js:81
Function
emptyFunction
()
example/dist.js:1186
Function
escape
* 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
Function
executeDirectDispatch
* 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
Function
executeDispatchesAndReleaseSimulated
(e)
example/dist.js:3145
Function
executeDispatchesAndReleaseTopLevel
(e)
example/dist.js:3148
Function
executeDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
example/dist.js:4862
Function
executeDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
example/dist.js:4917
Function
findDOMNode
* 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
Function
forEachChildren
* 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
Function
forEachSingleChild
(bookKeeping, child, name)
example/dist.js:10356
Function
forEachSingleChildDummy
(traverseContext, child, name)
example/dist.js:10462
Function
forceUpdateIfMounted
()
example/dist.js:16726
Function
fourArgumentPooler
(a1, a2, a3, a4)
example/dist.js:2418
Function
get
()
example/dist.js:1780
Function
getEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
example/dist.js:21650
Function
getEventModifierState
(nativeEvent)
example/dist.js:5226
Function
getIDFromKey
(key)
example/dist.js:871
Function
getIEOffsets
* 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
Function
getInstanceFromNode
* 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
Function
getModernOffsets
* @param {DOMElement} node * @return {?object}
example/dist.js:20282
Function
getNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
example/dist.js:693
Function
getParentInstance
* Return the parent instance of the passed-in instance.
example/dist.js:19485
Function
getShim
()
example/dist.js:22659
Function
getTargetInstForChangeEvent
(topLevelType, targetInst)
example/dist.js:13230
Function
getTargetInstForClickEvent
(topLevelType, targetInst, nativeEvent)
example/dist.js:13346
Function
getTargetInstForInputEventPolyfill
(topLevelType, targetInst, nativeEvent)
example/dist.js:13319
Function
getTargetInstForInputOrChangeEvent
(topLevelType, targetInst, nativeEvent)
example/dist.js:13352
Method
handleError
(error)
src/index.js:81
Function
handleEventsForChangeEventIE8
(topLevelType, target, targetInst)
example/dist.js:13236
Function
handleEventsForInputEventPolyfill
(topLevelType, target, targetInst)
example/dist.js:13296
Method
handleLoad
(event)
src/index.js:74
Function
handlePropertyChange
* (For IE <=9) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
example/dist.js:13287
Function
handleTopLevelImpl
(bookKeeping)
example/dist.js:19847
Function
hasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
example/dist.js:4952
Function
inject
()
example/dist.js:12416
Function
inputPostMount
()
example/dist.js:15151
Function
invokeGuardedCallback
* 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
Function
isAncestor
* Return if A is an ancestor of B.
example/dist.js:19469
Function
isEndish
(topLevelType)
example/dist.js:4814
Function
isMoveish
(topLevelType)
example/dist.js:4818
Function
isStartish
(topLevelType)
example/dist.js:4821
Function
isTextComponent
* @param {ReactComponent} component * @return {boolean}
example/dist.js:9236
Function
mapChildren
* 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
Function
mapSingleChildIntoContext
(bookKeeping, child, childKey)
example/dist.js:10409
Function
modifierStateGetter
(keyArg)
example/dist.js:5216
Function
mountComponentIntoNode
* Mounts this component and inserts it into the DOM. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} con
example/dist.js:9786
Function
mountOrderComparator
* Array comparator for ReactComponents by mount ordering. * * @param {ReactComponent} c1 first component you're comparing * @param {ReactComponent}
example/dist.js:1376
Function
noop
()
example/dist.js:231
Function
oneArgumentPooler
(copyFieldsFrom)
example/dist.js:2385
Function
onlyChild
* 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
Function
optionPostMount
()
example/dist.js:15161
Function
postUpdateSelectWrapper
()
example/dist.js:15267
Function
printWarning
(format)
example/dist.js:347
Function
putListener
()
example/dist.js:15146
Function
queueChild
(parentTree, childTree)
example/dist.js:2905
Function
queueHTML
(tree, html)
example/dist.js:2913
Function
queueText
(tree, text)
example/dist.js:2921
Function
reactProdInvariant
* 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
Function
replaceChildWithTree
(oldNode, newTree)
example/dist.js:2900
Function
replaceDelimitedText
(openingComment, closingComment, stringText)
example/dist.js:5328
Function
runBatchedUpdates
(transaction)
example/dist.js:1380
Function
runEventInBatch
(event)
example/dist.js:13201
Function
scrollValueMonitor
(cb)
example/dist.js:19867
Function
set
(val)
example/dist.js:1774
Function
setIEOffsets
* @param {DOMElement|DOMTextNode} node * @param {object} offsets
example/dist.js:20344
Function
setModernOffsets
* 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
Function
shim
(props, propName, componentName, location, propFullName, secret)
example/dist.js:22646
Function
standardReleaser
(instance)
example/dist.js:2429
Function
testFunc
()
example/dist.js:12341
Function
textareaPostMount
()
example/dist.js:15156
Function
threeArgumentPooler
(a1, a2, a3)
example/dist.js:2407
Function
toString
()
example/dist.js:2929
Function
trackInputValue
()
example/dist.js:15223
Function
trapBubbledEventsLocal
()
example/dist.js:15227
← previous
next →
301–400 of 410, ranked by callers