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
↓ 2 callers
Function
getNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @return
example/dist.js:20485
↓ 2 callers
Function
getPreciseType
(propValue)
example/dist.js:7668
↓ 2 callers
Function
getRenderedHostOrTextFromComponent
* Drill down (through composites and empty components) until we get a host or * host text component. * * This is pretty polymorphic but unavoidable
example/dist.js:573
↓ 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
example/dist.js:7866
↓ 2 callers
Function
getTopLevelWrapperInContainer
(container)
example/dist.js:9908
↓ 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`, * `unmountComp
example/dist.js:9859
↓ 2 callers
Function
hasValidKey
(config)
example/dist.js:2057
↓ 2 callers
Function
hasValidRef
(config)
example/dist.js:2045
↓ 2 callers
Function
internalGetID
(node)
example/dist.js:9771
↓ 2 callers
Function
isAttributeNameSafe
(attributeName)
example/dist.js:8519
↓ 2 callers
Function
isCheckable
(elem)
example/dist.js:8048
↓ 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. * If
example/dist.js:20241
↓ 2 callers
Function
isControlled
(props)
example/dist.js:16733
↓ 2 callers
Function
isFallbackCompositionEnd
* Does our fallback mode think that this event is the end of composition? * * @param {string} topLevelType * @param {object} nativeEvent * @return
example/dist.js:12684
↓ 2 callers
Function
isNode
(propValue)
example/dist.js:7582
↓ 2 callers
Function
isTagValidWithParent
(tag, parentTag)
example/dist.js:6260
↓ 2 callers
Function
isTextInputElement
(elem)
example/dist.js:8197
↓ 2 callers
Function
isTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
example/dist.js:20579
↓ 2 callers
Function
isValidOwner
* @param {?object} object * @return {boolean} True if `object` is a valid owner. * @final
example/dist.js:13557
↓ 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} tw
example/dist.js:11889
↓ 2 callers
Function
precacheChildNodes
* Populate `_hostNode` on each child of `inst`, assuming that the children * match up with the DOM (element) children of `node`. * * We cache entir
example/dist.js:613
↓ 2 callers
Function
publishRegistrationName
* Publishes a registration name that is used to identify dispatched events and * can be used with `EventPluginHub.putListener` to register listeners.
example/dist.js:3638
↓ 2 callers
Function
recomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
example/dist.js:3581
↓ 2 callers
Method
render
()
src/index.js:95
↓ 2 callers
Function
runTimeout
(fun)
example/dist.js:107
↓ 2 callers
Function
shouldIgnoreValue
(propertyInfo, value)
example/dist.js:8535
↓ 2 callers
Function
shouldMark
(debugID)
example/dist.js:13816
↓ 2 callers
Function
stopWatchingForChangeEventIE8
()
example/dist.js:13212
↓ 2 callers
Function
stopWatchingForValueChange
* (For IE <=9) Removes the event listeners from the currently-tracked element, * if any exists.
example/dist.js:13273
↓ 2 callers
Function
traverseAllChildrenImpl
* @param {?*} children Children tree container. * @param {!string} nameSoFar Name of the key path so far. * @param {!function} callback Callback to
example/dist.js:9319
↓ 2 callers
Function
validateChildKeys
* 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 * w
example/dist.js:7027
↓ 2 callers
Function
validateExplicitKey
* 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 * reordered.
example/dist.js:6992
↓ 2 callers
Function
validatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
example/dist.js:7066
↓ 2 callers
Function
validateProperty
(tagName, name, debugID)
example/dist.js:22187
↓ 2 callers
Function
warn
(action, result)
example/dist.js:1787
↓ 2 callers
Function
warnIfInvalidElement
(Component, element)
example/dist.js:17942
↓ 2 callers
Function
warnValidStyle
(name, value, component)
example/dist.js:16121
↓ 1 callers
Function
ReactDOMContainerInfo
(topLevelWrapper, node)
example/dist.js:21893
↓ 1 callers
Function
_classCallCheck
(instance, Constructor)
lib/index.js:21
↓ 1 callers
Function
_inherits
(subClass, superClass)
example/dist.js:22468
↓ 1 callers
Function
_inherits
(subClass, superClass)
lib/index.js:25
↓ 1 callers
Function
_possibleConstructorReturn
(self, call)
example/dist.js:22462
↓ 1 callers
Function
_possibleConstructorReturn
(self, call)
lib/index.js:23
↓ 1 callers
Function
accumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
example/dist.js:3032
↓ 1 callers
Function
attachRef
(ref, component, owner)
example/dist.js:13458
↓ 1 callers
Function
attachTracker
(inst, tracker)
example/dist.js:8058
↓ 1 callers
Function
beginLifeCycleTimer
(debugID, timerType)
example/dist.js:13750
↓ 1 callers
Function
bindAutoBindMethod
* Binds a method to the component. * * @param {object} component Component whose method is going to be bound. * @param {function} method Meth
example/dist.js:11958
↓ 1 callers
Function
bindAutoBindMethods
* Binds all auto-bound methods in a component. * * @param {object} component Component whose method is going to be bound.
example/dist.js:12016
↓ 1 callers
Function
callHook
(event, fn, context, arg1, arg2, arg3, arg4, arg5)
example/dist.js:13658
↓ 1 callers
Function
camelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @return
example/dist.js:16307
↓ 1 callers
Function
camelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelizeStyl
example/dist.js:16272
↓ 1 callers
Function
checkAndWarnForMutatedStyle
(style1, style2, component)
example/dist.js:15076
↓ 1 callers
Function
checkSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
example/dist.js:8811
↓ 1 callers
Method
componentDidMount
()
src/index.js:28
↓ 1 callers
Function
containsNode
* Checks if a given DOM node contains or is another DOM node.
example/dist.js:20535
↓ 1 callers
Function
createAnyTypeChecker
()
example/dist.js:7425
↓ 1 callers
Function
createArrayFromMixed
* 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. * * Thi
example/dist.js:14815
↓ 1 callers
Function
createChainedFunction
* Creates a function that invokes two functions and ignores their return vales. * * @param {function} one Function to invoke first. * @param
example/dist.js:11944
↓ 1 callers
Function
createElementTypeChecker
()
example/dist.js:7450
↓ 1 callers
Function
createNodeChecker
()
example/dist.js:7550
↓ 1 callers
Function
createNodesFromMarkup
* Creates an array containing the nodes rendered from the supplied markup. The * optionally supplied `handleScript` function will be invoked once for
example/dist.js:14662
↓ 1 callers
Function
defineDeprecationWarning
(methodName, info)
example/dist.js:6691
↓ 1 callers
Function
defineKeyPropWarningGetter
(props, displayName)
example/dist.js:2069
↓ 1 callers
Function
defineRefPropWarningGetter
(props, displayName)
example/dist.js:2083
↓ 1 callers
Function
describeID
(id)
example/dist.js:932
↓ 1 callers
Function
detachRef
(ref, component, owner)
example/dist.js:13467
↓ 1 callers
Function
detachTracker
(inst)
example/dist.js:8062
↓ 1 callers
Function
drainQueue
()
example/dist.js:179
↓ 1 callers
Function
endLifeCycleTimer
(debugID, timerType)
example/dist.js:13764
↓ 1 callers
Function
escapeHtml
* Escape special characters in the given string of html. * * @param {string} string The string to escape for inserting into HTML * @return {string
example/dist.js:4275
↓ 1 callers
Function
executeDispatchesInOrderStopAtTrueImpl
* Standard/simple iteration through an event's collected dispatches, but stops * at the first dispatch execution returning true, and returns that id.
example/dist.js:4890
↓ 1 callers
Function
extractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticInpu
example/dist.js:12886
↓ 1 callers
Function
extractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
example/dist.js:12726
↓ 1 callers
Function
findParent
* Find the deepest React component completely containing the root of the * passed-in instance (for use when entire React trees are nested within each
example/dist.js:19820
↓ 1 callers
Function
firstDifferenceIndex
* Finds the index of the first character * that's not common between the two given strings. * * @return {number} the index of the character where t
example/dist.js:9744
↓ 1 callers
Function
flattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} nam
example/dist.js:19055
↓ 1 callers
Function
flushBatchedUpdates
()
example/dist.js:1433
↓ 1 callers
Function
getClassName
(propValue)
example/dist.js:7701
↓ 1 callers
Function
getClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
example/dist.js:646
↓ 1 callers
Function
getCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
example/dist.js:12654
↓ 1 callers
Function
getCurrentComponentErrorInfo
(parentType)
example/dist.js:6969
↓ 1 callers
Function
getFallbackBeforeInputChars
* For browsers that do not provide the `textInput` event, extract the * appropriate string to use for SyntheticInputEvent. * * @param {string} topL
example/dist.js:12832
↓ 1 callers
Function
getHostRootInstanceInContainer
(container)
example/dist.js:9902
↓ 1 callers
Function
getListeningForDocument
(mountAt)
example/dist.js:4505
↓ 1 callers
Function
getLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
example/dist.js:19429
↓ 1 callers
Function
getMarkupWrap
* Gets the markup wrap configuration for the supplied `nodeName`. * * NOTE: This lazily detects which wraps are necessary for the current browser.
example/dist.js:14910
↓ 1 callers
Function
getNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string corr
example/dist.js:12778
↓ 1 callers
Function
getNextDebugID
()
example/dist.js:18939
↓ 1 callers
Function
getNodeName
* Extracts the `nodeName` of the first element in a string of markup. * * @param {string} markup String of markup. * @return {?string} Node name of
example/dist.js:14647
↓ 1 callers
Function
getPostfixForTypeWarning
(value)
example/dist.js:7685
↓ 1 callers
Function
getSelection
* Get an object which is a unique representation of the current selection. * * The return value will not be consistent across nodes or browsers, but
example/dist.js:20979
↓ 1 callers
Function
getSiblingNode
* Get the next sibling within a container. This will walk up the * DOM if a node's siblings have been exhausted. * * @param {DOMElement|DOMTextNode
example/dist.js:20469
↓ 1 callers
Function
getSourceInfoErrorAddendum
(elementProps)
example/dist.js:6952
↓ 1 callers
Function
getTreeSnapshot
(registeredIDs)
example/dist.js:13695
↓ 1 callers
Function
getUnboundedScrollPosition
* Gets the scroll position of the supplied element or window. * * The return values are unbounded, unlike `getScrollPosition`. This means they * ma
example/dist.js:19976
↓ 1 callers
Function
getValueFromNode
(node)
example/dist.js:8066
↓ 1 callers
Function
handleControlledInputBlur
(inst, node)
example/dist.js:13358
↓ 1 callers
Function
hasArrayNature
* Perform a heuristic test to determine if an object is "array-like". * * A monk asked Joshu, a Zen master, "Has a dog Buddha nature?" * Joshu
example/dist.js:14772
↓ 1 callers
Function
hyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `hyphen
example/dist.js:16476
← previous
next →
101–200 of 410, ranked by callers