MCPcopy Create free account

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

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

↓ 2 callersFunctiongetNodeForCharacterOffset
* Get object describing the nodes which contain characters at offset. * * @param {DOMElement|DOMTextNode} root * @param {number} offset * @return
example/dist.js:20485
↓ 2 callersFunctiongetPreciseType
(propValue)
example/dist.js:7668
↓ 2 callersFunctiongetRenderedHostOrTextFromComponent
* 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 callersFunctiongetTextContentAccessor
* 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 callersFunctiongetTopLevelWrapperInContainer
(container)
example/dist.js:9908
↓ 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`, * `unmountComp
example/dist.js:9859
↓ 2 callersFunctionhasValidKey
(config)
example/dist.js:2057
↓ 2 callersFunctionhasValidRef
(config)
example/dist.js:2045
↓ 2 callersFunctioninternalGetID
(node)
example/dist.js:9771
↓ 2 callersFunctionisAttributeNameSafe
(attributeName)
example/dist.js:8519
↓ 2 callersFunctionisCheckable
(elem)
example/dist.js:8048
↓ 2 callersFunctionisCollapsed
* 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 callersFunctionisControlled
(props)
example/dist.js:16733
↓ 2 callersFunctionisFallbackCompositionEnd
* 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 callersFunctionisNode
(propValue)
example/dist.js:7582
↓ 2 callersFunctionisTagValidWithParent
(tag, parentTag)
example/dist.js:6260
↓ 2 callersFunctionisTextInputElement
(elem)
example/dist.js:8197
↓ 2 callersFunctionisTextNode
* @param {*} object The object to check. * @return {boolean} Whether or not the object is a DOM text node.
example/dist.js:20579
↓ 2 callersFunctionisValidOwner
* @param {?object} object * @return {boolean} True if `object` is a valid owner. * @final
example/dist.js:13557
↓ 2 callersFunctionmergeIntoWithNoDuplicateKeys
* 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 callersFunctionprecacheChildNodes
* 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 callersFunctionpublishRegistrationName
* 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 callersFunctionrecomputePluginOrdering
* Recomputes the plugin list using the injected plugins and plugin ordering. * * @private
example/dist.js:3581
↓ 2 callersMethodrender
()
src/index.js:95
↓ 2 callersFunctionrunTimeout
(fun)
example/dist.js:107
↓ 2 callersFunctionshouldIgnoreValue
(propertyInfo, value)
example/dist.js:8535
↓ 2 callersFunctionshouldMark
(debugID)
example/dist.js:13816
↓ 2 callersFunctionstopWatchingForChangeEventIE8
()
example/dist.js:13212
↓ 2 callersFunctionstopWatchingForValueChange
* (For IE <=9) Removes the event listeners from the currently-tracked element, * if any exists.
example/dist.js:13273
↓ 2 callersFunctiontraverseAllChildrenImpl
* @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 callersFunctionvalidateChildKeys
* 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 callersFunctionvalidateExplicitKey
* 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 callersFunctionvalidatePropTypes
* Given an element, validate that its props follow the propTypes definition, * provided by the type. * * @param {ReactElement} element
example/dist.js:7066
↓ 2 callersFunctionvalidateProperty
(tagName, name, debugID)
example/dist.js:22187
↓ 2 callersFunctionwarn
(action, result)
example/dist.js:1787
↓ 2 callersFunctionwarnIfInvalidElement
(Component, element)
example/dist.js:17942
↓ 2 callersFunctionwarnValidStyle
(name, value, component)
example/dist.js:16121
↓ 1 callersFunctionReactDOMContainerInfo
(topLevelWrapper, node)
example/dist.js:21893
↓ 1 callersFunction_classCallCheck
(instance, Constructor)
lib/index.js:21
↓ 1 callersFunction_inherits
(subClass, superClass)
example/dist.js:22468
↓ 1 callersFunction_inherits
(subClass, superClass)
lib/index.js:25
↓ 1 callersFunction_possibleConstructorReturn
(self, call)
example/dist.js:22462
↓ 1 callersFunction_possibleConstructorReturn
(self, call)
lib/index.js:23
↓ 1 callersFunctionaccumulateDispatches
* Accumulates without regard to direction, does not look for phased * registration names. Same as `accumulateDirectDispatchesSingle` but without * r
example/dist.js:3032
↓ 1 callersFunctionattachRef
(ref, component, owner)
example/dist.js:13458
↓ 1 callersFunctionattachTracker
(inst, tracker)
example/dist.js:8058
↓ 1 callersFunctionbeginLifeCycleTimer
(debugID, timerType)
example/dist.js:13750
↓ 1 callersFunctionbindAutoBindMethod
* 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 callersFunctionbindAutoBindMethods
* Binds all auto-bound methods in a component. * * @param {object} component Component whose method is going to be bound.
example/dist.js:12016
↓ 1 callersFunctioncallHook
(event, fn, context, arg1, arg2, arg3, arg4, arg5)
example/dist.js:13658
↓ 1 callersFunctioncamelize
* Camelcases a hyphenated string, for example: * * > camelize('background-color') * < "backgroundColor" * * @param {string} string * @return
example/dist.js:16307
↓ 1 callersFunctioncamelizeStyleName
* Camelcases a hyphenated CSS property name, for example: * * > camelizeStyleName('background-color') * < "backgroundColor" * > camelizeStyl
example/dist.js:16272
↓ 1 callersFunctioncheckAndWarnForMutatedStyle
(style1, style2, component)
example/dist.js:15076
↓ 1 callersFunctioncheckSelectPropTypes
* Validation function for `value` and `defaultValue`. * @private
example/dist.js:8811
↓ 1 callersMethodcomponentDidMount
()
src/index.js:28
↓ 1 callersFunctioncontainsNode
* Checks if a given DOM node contains or is another DOM node.
example/dist.js:20535
↓ 1 callersFunctioncreateAnyTypeChecker
()
example/dist.js:7425
↓ 1 callersFunctioncreateArrayFromMixed
* 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 callersFunctioncreateChainedFunction
* 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 callersFunctioncreateElementTypeChecker
()
example/dist.js:7450
↓ 1 callersFunctioncreateNodeChecker
()
example/dist.js:7550
↓ 1 callersFunctioncreateNodesFromMarkup
* 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 callersFunctiondefineDeprecationWarning
(methodName, info)
example/dist.js:6691
↓ 1 callersFunctiondefineKeyPropWarningGetter
(props, displayName)
example/dist.js:2069
↓ 1 callersFunctiondefineRefPropWarningGetter
(props, displayName)
example/dist.js:2083
↓ 1 callersFunctiondescribeID
(id)
example/dist.js:932
↓ 1 callersFunctiondetachRef
(ref, component, owner)
example/dist.js:13467
↓ 1 callersFunctiondetachTracker
(inst)
example/dist.js:8062
↓ 1 callersFunctiondrainQueue
()
example/dist.js:179
↓ 1 callersFunctionendLifeCycleTimer
(debugID, timerType)
example/dist.js:13764
↓ 1 callersFunctionescapeHtml
* 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 callersFunctionexecuteDispatchesInOrderStopAtTrueImpl
* 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 callersFunctionextractBeforeInputEvent
* Extract a SyntheticInputEvent for `beforeInput`, based on either native * `textInput` or fallback behavior. * * @return {?object} A SyntheticInpu
example/dist.js:12886
↓ 1 callersFunctionextractCompositionEvent
* @return {?object} A SyntheticCompositionEvent.
example/dist.js:12726
↓ 1 callersFunctionfindParent
* 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 callersFunctionfirstDifferenceIndex
* 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 callersFunctionflattenSingleChildIntoContext
* @param {function} traverseContext Context passed through traversal. * @param {?ReactComponent} child React child component. * @param {!string} nam
example/dist.js:19055
↓ 1 callersFunctionflushBatchedUpdates
()
example/dist.js:1433
↓ 1 callersFunctiongetClassName
(propValue)
example/dist.js:7701
↓ 1 callersFunctiongetClosestInstanceFromNode
* Given a DOM node, return the closest ReactDOMComponent or * ReactDOMTextComponent instance ancestor.
example/dist.js:646
↓ 1 callersFunctiongetCompositionEventType
* Translate native top level events into event types. * * @param {string} topLevelType * @return {object}
example/dist.js:12654
↓ 1 callersFunctiongetCurrentComponentErrorInfo
(parentType)
example/dist.js:6969
↓ 1 callersFunctiongetFallbackBeforeInputChars
* 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 callersFunctiongetHostRootInstanceInContainer
(container)
example/dist.js:9902
↓ 1 callersFunctiongetListeningForDocument
(mountAt)
example/dist.js:4505
↓ 1 callersFunctiongetLowestCommonAncestor
* Return the lowest common ancestor of A and B, or null if they are in * different trees.
example/dist.js:19429
↓ 1 callersFunctiongetMarkupWrap
* 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 callersFunctiongetNativeBeforeInputChars
* @param {string} topLevelType Record from `EventConstants`. * @param {object} nativeEvent Native browser event. * @return {?string} The string corr
example/dist.js:12778
↓ 1 callersFunctiongetNextDebugID
()
example/dist.js:18939
↓ 1 callersFunctiongetNodeName
* 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 callersFunctiongetPostfixForTypeWarning
(value)
example/dist.js:7685
↓ 1 callersFunctiongetSelection
* 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 callersFunctiongetSiblingNode
* 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 callersFunctiongetSourceInfoErrorAddendum
(elementProps)
example/dist.js:6952
↓ 1 callersFunctiongetTreeSnapshot
(registeredIDs)
example/dist.js:13695
↓ 1 callersFunctiongetUnboundedScrollPosition
* 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 callersFunctiongetValueFromNode
(node)
example/dist.js:8066
↓ 1 callersFunctionhandleControlledInputBlur
(inst, node)
example/dist.js:13358
↓ 1 callersFunctionhasArrayNature
* 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 callersFunctionhyphenate
* Hyphenates a camelcased string, for example: * * > hyphenate('backgroundColor') * < "background-color" * * For CSS style names, use `hyphen
example/dist.js:16476
← previousnext →101–200 of 410, ranked by callers