MCPcopy Create free account

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

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

↓ 1 callersFunctionhyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphenateSt
example/dist.js:16438
↓ 1 callersFunctionidentity
(fn)
example/dist.js:11356
↓ 1 callersFunctioninsertLazyTreeChildAt
(parentNode, childTree, referenceNode)
example/dist.js:5282
↓ 1 callersFunctioninstantiateChild
(childInstances, child, name, selfDebugID)
example/dist.js:17766
↓ 1 callersFunctionisFallbackCompositionStart
* 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 callersFunctionisInDocument
(node)
example/dist.js:9538
↓ 1 callersFunctionisInternalComponentType
* 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 callersFunctionisKeypressCommand
* 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 callersFunctionisPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
example/dist.js:12594
↓ 1 callersFunctionisPureComponent
(Component)
example/dist.js:17953
↓ 1 callersFunctionisReactNode
* 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 callersFunctionisSymbol
(propType, propValue)
example/dist.js:7629
↓ 1 callersFunctionlistenerAtPhase
* 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 callersFunctionmakeInsertMarkup
* 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 callersFunctionmakeMove
* 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 callersFunctionmakeRemove
* 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 callersFunctionmakeSetMarkup
* 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 callersFunctionmakeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
example/dist.js:17389
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
example/dist.js:13184
↓ 1 callersFunctionmemoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
example/dist.js:16505
↓ 1 callersFunctionmixStaticSpecIntoComponent
(Constructor, statics)
example/dist.js:11850
↓ 1 callersFunctionmoveChild
(parentNode, childNode, referenceNode)
example/dist.js:5286
↓ 1 callersFunctionmoveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
example/dist.js:5304
↓ 1 callersFunctionnodeIsRenderedByOtherInstance
* 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 callersFunctionpauseCurrentLifeCycleTimer
()
example/dist.js:13785
↓ 1 callersFunctionprecacheNode
* 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 callersFunctionprefixKey
* @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 callersFunctionpublishEventForPlugin
* 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 callersFunctionpurgeDeep
(id)
example/dist.js:906
↓ 1 callersFunctionremoveChild
(parentNode, childNode)
example/dist.js:5294
↓ 1 callersFunctionresumeCurrentLifeCycleTimer
()
example/dist.js:13799
↓ 1 callersFunctionrunClearTimeout
(marker)
example/dist.js:132
↓ 1 callersFunctionrunEventQueueInBatch
(events)
example/dist.js:16567
↓ 1 callersFunctionshouldConstruct
(Component)
example/dist.js:17949
↓ 1 callersFunctionshouldPrecacheNode
* Check if a given node should be cached.
example/dist.js:562
↓ 1 callersFunctionshouldPreventMouseEvent
(name, type, props)
example/dist.js:3162
↓ 1 callersFunctionshouldUseChangeEvent
* SECTION: handle `change` event
example/dist.js:13173
↓ 1 callersFunctionshouldUseClickEvent
* SECTION: handle `click` event
example/dist.js:13338
↓ 1 callersFunctionshouldUseNative
()
example/dist.js:458
↓ 1 callersFunctionstartWatchingForChangeEventIE8
(target, targetInst)
example/dist.js:13206
↓ 1 callersFunctionstartWatchingForValueChange
* (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 callersFunctiontoArray
* 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 callersFunctiontoObject
(val)
example/dist.js:450
↓ 1 callersFunctionvalidate
(props, propName, componentName, location, propFullName, secret)
example/dist.js:7409
↓ 1 callersFunctionvalidateDangerousTag
(tag)
example/dist.js:15314
↓ 1 callersFunctionvalidateFormat
(format)
example/dist.js:284
↓ 1 callersFunctionvalidateMethodOverride
(isAlreadyDefined, name)
example/dist.js:11705
↓ 1 callersFunctionwarnBadVendoredStyleName
(name, owner)
example/dist.js:16079
↓ 1 callersFunctionwarnHyphenatedStyleName
(name, owner)
example/dist.js:16070
↓ 1 callersFunctionwarnInvalidARIAProps
(debugID, element)
example/dist.js:22363
↓ 1 callersFunctionwarnInvalidSetState
()
example/dist.js:14019
↓ 1 callersFunctionwarnStyleValueIsNaN
(name, value, owner)
example/dist.js:16097
↓ 1 callersFunctionwarnStyleValueWithSemicolon
(name, value, owner)
example/dist.js:16088
↓ 1 callersFunctionwarnUnknownProperties
(debugID, element)
example/dist.js:22221
FunctionCallbackQueue
(arg)
example/dist.js:7916
FunctionComponentDummy
()
example/dist.js:6721
FunctionE
()
example/dist.js:1741
FunctionFallbackCompositionState
* 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
FunctionForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor ForE
example/dist.js:10344
FunctionImageLoader
(props)
example/dist.js:22484
FunctionImageLoader
(props)
lib/index.js:37
FunctionItem
(fun, array)
example/dist.js:217
FunctionMapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor MapBoo
example/dist.js:10393
FunctionPreloader
()
example/dist.js:10285
FunctionPreloader
()
example/example.js:5
FunctionPropTypeError
* 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
FunctionReactClassComponent
()
example/dist.js:12073
FunctionReactComponent
* Base class helpers for the updating state of a component.
example/dist.js:6616
FunctionReactCompositeComponentWrapper
(element)
example/dist.js:8989
FunctionReactDOMComponent
* 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
FunctionReactDOMEmptyComponent
(instantiate)
example/dist.js:19361
FunctionReactDOMTextComponent
(text)
example/dist.js:19589
FunctionReactDefaultBatchingStrategyTransaction
()
example/dist.js:19752
FunctionReactPureComponent
* Base class helpers for the updating state of a component.
example/dist.js:6711
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Future:
example/dist.js:20146
FunctionReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
example/dist.js:19144
FunctionReactServerUpdateQueue
(transaction)
example/dist.js:19234
FunctionReactUpdatesFlushTransaction
()
example/dist.js:1334
FunctionStatelessComponent
(Component)
example/dist.js:17934
FunctionSyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21383
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21426
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:13069
FunctionSyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21714
FunctionSyntheticEvent
* 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
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21467
FunctionSyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:13111
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21556
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:4106
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21764
FunctionSyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21808
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:3427
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target. *
example/dist.js:21864
FunctionTopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
example/dist.js:19833
FunctionTopLevelWrapper
()
example/dist.js:9919
Function_handleChange
(event)
example/dist.js:8946
FunctionaccumulateDirectDispatches
(events)
example/dist.js:3066
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
example/dist.js:3048
FunctionaccumulateDirectionalDispatches
* 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
FunctionaccumulateEnterLeaveDispatches
(leave, enter, from, to)
example/dist.js:3062
FunctionaccumulateTwoPhaseDispatches
(events)
example/dist.js:3054
← previousnext →201–300 of 410, ranked by callers