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
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphenateSt
example/dist.js:16438
↓ 1 callers
Function
identity
(fn)
example/dist.js:11356
↓ 1 callers
Function
insertLazyTreeChildAt
(parentNode, childTree, referenceNode)
example/dist.js:5282
↓ 1 callers
Function
instantiateChild
(childInstances, child, name, selfDebugID)
example/dist.js:17766
↓ 1 callers
Function
isFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {object} n
example/dist.js:12673
↓ 1 callers
Function
isInDocument
(node)
example/dist.js:9538
↓ 1 callers
Function
isInternalComponentType
* Check if the type reference is a known internal type. I.e. not a user * provided composite type. * * @param {function} type * @return {boolean}
example/dist.js:9010
↓ 1 callers
Function
isKeypressCommand
* Return whether a native keypress event is assumed to be a command. * This is required because Firefox fires `keypress` events for key commands * (
example/dist.js:12642
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
example/dist.js:12594
↓ 1 callers
Function
isPureComponent
(Component)
example/dist.js:17953
↓ 1 callers
Function
isReactNode
* True if the supplied DOM node is a valid React node element. * * @param {?DOMElement} node The candidate DOM node. * @return {boolean} True if th
example/dist.js:9898
↓ 1 callers
Function
isSymbol
(propType, propValue)
example/dist.js:7629
↓ 1 callers
Function
listenerAtPhase
* Some event types have a notion of different registration names for different * "phases" of propagation. This finds listeners by a given phase.
example/dist.js:2981
↓ 1 callers
Function
makeInsertMarkup
* Make an update for markup to be rendered and inserted at a supplied index. * * @param {string} markup Markup that renders into an element. * @par
example/dist.js:17316
↓ 1 callers
Function
makeMove
* Make an update for moving an existing element to another index. * * @param {number} fromIndex Source index of the existing element. * @param {num
example/dist.js:17335
↓ 1 callers
Function
makeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
example/dist.js:17353
↓ 1 callers
Function
makeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
example/dist.js:17371
↓ 1 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
example/dist.js:17389
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
example/dist.js:13184
↓ 1 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
example/dist.js:16505
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
example/dist.js:11850
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
example/dist.js:5286
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
example/dist.js:5304
↓ 1 callers
Function
nodeIsRenderedByOtherInstance
* True if the supplied DOM node is a React DOM element and * it has been rendered by another copy of React. * * @param {?DOMElement} node The candi
example/dist.js:9875
↓ 1 callers
Function
pauseCurrentLifeCycleTimer
()
example/dist.js:13785
↓ 1 callers
Function
precacheNode
* Populate `_hostNode` on the rendered host/text component with the given * DOM node. The passed `inst` can be a composite.
example/dist.js:585
↓ 1 callers
Function
prefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name p
example/dist.js:8404
↓ 1 callers
Function
publishEventForPlugin
* Publishes an event so that it can be dispatched by the supplied plugin. * * @param {object} dispatchConfig Dispatch configuration for the event.
example/dist.js:3610
↓ 1 callers
Function
purgeDeep
(id)
example/dist.js:906
↓ 1 callers
Function
removeChild
(parentNode, childNode)
example/dist.js:5294
↓ 1 callers
Function
resumeCurrentLifeCycleTimer
()
example/dist.js:13799
↓ 1 callers
Function
runClearTimeout
(marker)
example/dist.js:132
↓ 1 callers
Function
runEventQueueInBatch
(events)
example/dist.js:16567
↓ 1 callers
Function
shouldConstruct
(Component)
example/dist.js:17949
↓ 1 callers
Function
shouldPrecacheNode
* Check if a given node should be cached.
example/dist.js:562
↓ 1 callers
Function
shouldPreventMouseEvent
(name, type, props)
example/dist.js:3162
↓ 1 callers
Function
shouldUseChangeEvent
* SECTION: handle `change` event
example/dist.js:13173
↓ 1 callers
Function
shouldUseClickEvent
* SECTION: handle `click` event
example/dist.js:13338
↓ 1 callers
Function
shouldUseNative
()
example/dist.js:458
↓ 1 callers
Function
startWatchingForChangeEventIE8
(target, targetInst)
example/dist.js:13206
↓ 1 callers
Function
startWatchingForValueChange
* (For IE <=9) Starts tracking propertychange events on the passed-in element * and override the value property so that we can distinguish user event
example/dist.js:13263
↓ 1 callers
Function
toArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children. * * See https://f
example/dist.js:10485
↓ 1 callers
Function
toObject
(val)
example/dist.js:450
↓ 1 callers
Function
validate
(props, propName, componentName, location, propFullName, secret)
example/dist.js:7409
↓ 1 callers
Function
validateDangerousTag
(tag)
example/dist.js:15314
↓ 1 callers
Function
validateFormat
(format)
example/dist.js:284
↓ 1 callers
Function
validateMethodOverride
(isAlreadyDefined, name)
example/dist.js:11705
↓ 1 callers
Function
warnBadVendoredStyleName
(name, owner)
example/dist.js:16079
↓ 1 callers
Function
warnHyphenatedStyleName
(name, owner)
example/dist.js:16070
↓ 1 callers
Function
warnInvalidARIAProps
(debugID, element)
example/dist.js:22363
↓ 1 callers
Function
warnInvalidSetState
()
example/dist.js:14019
↓ 1 callers
Function
warnStyleValueIsNaN
(name, value, owner)
example/dist.js:16097
↓ 1 callers
Function
warnStyleValueWithSemicolon
(name, value, owner)
example/dist.js:16088
↓ 1 callers
Function
warnUnknownProperties
(debugID, element)
example/dist.js:22221
Function
CallbackQueue
(arg)
example/dist.js:7916
Function
ComponentDummy
()
example/dist.js:6721
Function
E
()
example/dist.js:1741
Function
FallbackCompositionState
* This helper class stores information about text content of a target node, * allowing comparison of content before and after a given event. * * Id
example/dist.js:12970
Function
ForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor ForE
example/dist.js:10344
Function
ImageLoader
(props)
example/dist.js:22484
Function
ImageLoader
(props)
lib/index.js:37
Function
Item
(fun, array)
example/dist.js:217
Function
MapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor MapBoo
example/dist.js:10393
Function
Preloader
()
example/dist.js:10285
Function
Preloader
()
example/example.js:5
Function
PropTypeError
* We use an Error-like object for backward compatibility as people may call * PropTypes directly and inspect their output. However, we don't use re
example/dist.js:7341
Function
ReactClassComponent
()
example/dist.js:12073
Function
ReactComponent
* Base class helpers for the updating state of a component.
example/dist.js:6616
Function
ReactCompositeComponentWrapper
(element)
example/dist.js:8989
Function
ReactDOMComponent
* Creates a new React class that is idempotent and capable of containing other * React components. It accepts event listeners and DOM properties that
example/dist.js:15341
Function
ReactDOMEmptyComponent
(instantiate)
example/dist.js:19361
Function
ReactDOMTextComponent
(text)
example/dist.js:19589
Function
ReactDefaultBatchingStrategyTransaction
()
example/dist.js:19752
Function
ReactPureComponent
* Base class helpers for the updating state of a component.
example/dist.js:6711
Function
ReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Future:
example/dist.js:20146
Function
ReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
example/dist.js:19144
Function
ReactServerUpdateQueue
(transaction)
example/dist.js:19234
Function
ReactUpdatesFlushTransaction
()
example/dist.js:1334
Function
StatelessComponent
(Component)
example/dist.js:17934
Function
SyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21383
Function
SyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21426
Function
SyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:13069
Function
SyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21714
Function
SyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should gener
example/dist.js:1588
Function
SyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21467
Function
SyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:13111
Function
SyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21556
Function
SyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:4106
Function
SyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21764
Function
SyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21808
Function
SyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:3427
Function
SyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21864
Function
TopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
example/dist.js:19833
Function
TopLevelWrapper
()
example/dist.js:9919
Function
_handleChange
(event)
example/dist.js:8946
Function
accumulateDirectDispatches
(events)
example/dist.js:3066
Function
accumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
example/dist.js:3048
Function
accumulateDirectionalDispatches
* Tags a `SyntheticEvent` with dispatched listeners. Creating this function * here, allows us to not have to bind or create functions for each event.
example/dist.js:2992
Function
accumulateEnterLeaveDispatches
(leave, enter, from, to)
example/dist.js:3062
Function
accumulateTwoPhaseDispatches
(events)
example/dist.js:3054
← previous
next →
201–300 of 410, ranked by callers