MCPcopy Create free account

hub / github.com/clementmihailescu/Sorting-Visualizer / functions

Functions623 in github.com/clementmihailescu/Sorting-Visualizer

FunctionReactPureComponent
* Base class helpers for the updating state of a component.
client/public/bundle.js:2050
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
client/public/bundle.js:18908
FunctionReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
client/public/bundle.js:17170
FunctionReactServerUpdateQueue
(transaction)
client/public/bundle.js:17262
FunctionReactUpdatesFlushTransaction
()
client/public/bundle.js:7588
FunctionSetCache
* * Creates an array cache object to store unique values. * * @private * @constructor * @param {Array} [values] The values to cache.
client/public/bundle.js:29707
FunctionStack
* Creates a stack cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:28602
FunctionStatelessComponent
(Component)
client/public/bundle.js:15409
FunctionSubscription
(store, parentSub)
client/public/bundle.js:22215
FunctionSyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20339
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20384
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:6861
FunctionSyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20727
FunctionSyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should ge
client/public/bundle.js:6937
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20427
FunctionSyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:7181
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20518
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:9475
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20779
FunctionSyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20825
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:9541
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20886
FunctionToolbar
(props)
client/public/bundle.js:24594
FunctionTopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
client/public/bundle.js:18497
FunctionTopLevelWrapper
()
client/public/bundle.js:21128
Function_handleChange
(event)
client/public/bundle.js:13772
FunctionaccumulateDirectDispatches
(events)
client/public/bundle.js:5524
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
client/public/bundle.js:5506
FunctionaccumulateDirectionalDispatches
* Tags a `SyntheticEvent` with dispatched listeners. Creating this function * here, allows us to not have to bind or create functions for each event
client/public/bundle.js:5450
FunctionaccumulateEnterLeaveDispatches
(leave, enter, from, to)
client/public/bundle.js:5520
FunctionaccumulateTwoPhaseDispatches
(events)
client/public/bundle.js:5512
FunctionaccumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
client/public/bundle.js:5468
FunctionaccumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
client/public/bundle.js:5477
FunctionaccumulateTwoPhaseDispatchesSkipTarget
(events)
client/public/bundle.js:5516
FunctionactionCreator
()
client/public/bundle.js:25210
FunctionaddPoolingTo
(CopyConstructor, pooler)
client/public/bundle.js:762
FunctionapplyMiddleware
* Creates a store enhancer that applies middleware to the dispatch method * of the Redux store. This is handy for a variety of tasks, such as expres
client/public/bundle.js:23940
FunctionapplyToSingletonTag
(styleElement, index, remove, obj)
client/public/bundle.js:25040
FunctionapplyToTag
(styleElement, obj)
client/public/bundle.js:25057
Functionasap
* Enqueue a callback to be run at the end of the current batching cycle. Throws * if no updates are currently being performed.
client/public/bundle.js:7737
FunctionattachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
client/public/bundle.js:7960
FunctionbaseForOwn
* The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate ove
client/public/bundle.js:28332
FunctionbaseHasIn
* The base implementation of `_.hasIn` without support for deep paths. * * @private * @param {Object} [object] The object to query. * @param {
client/public/bundle.js:30818
FunctionbaseIsNaN
* The base implementation of `_.isNaN` without support for number objects. * * @private * @param {*} value The value to check. * @returns {boo
client/public/bundle.js:25671
FunctionbaseIsTypedArray
* The base implementation of `_.isTypedArray` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {b
client/public/bundle.js:26588
FunctionbaseReduce
* The base implementation of `_.reduce` and `_.reduceRight`, without support * for iteratee shorthands, which iterates over `collection` using `each
client/public/bundle.js:30982
FunctionbatchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
client/public/bundle.js:21022
FunctionbatchedUpdates
(callback, a, b, c, d, e)
client/public/bundle.js:7618
FunctionbindActionCreators
* Turns an object whose values are action creators, into an object with the * same keys, but with every function wrapped into a `dispatch` call so t
client/public/bundle.js:23882
FunctionbubbleSort
(stateArray, dispatch, speed)
client/public/bundle.js:31108
FunctionbubbleSort
(stateArray, dispatch, speed)
client/app/algorithms/bubbleSort.js:7
FunctioncheckType
(isRequired, props, propName, componentName, location, propFullName, secret)
client/public/bundle.js:3841
FunctioncleanUpNextTick
()
client/public/bundle.js:288
FunctioncombineActions
()
client/public/bundle.js:26786
Functioncompose
* Composes single-argument functions from right to left. The rightmost * function can take multiple arguments as it provides the signature for * t
client/public/bundle.js:23991
FunctionconnectAdvanced
( /* selectorFactory is a func that is responsible for returning the selector function used to compute
client/public/bundle.js:22356
FunctionconstantSelector
()
client/public/bundle.js:24039
Methodconstructor
(props)
client/app/components/Main/Main.jsx:7
Methodconstructor
(props)
client/app/components/Main/Body/Body.jsx:5
Methodconstructor
(props)
client/app/components/Main/Toolbar/Toolbar.jsx:5
FunctioncountChildren
* Count the number of children that are typically specified as * `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.h
client/public/bundle.js:640
FunctioncreateActions
(actionsMap)
client/public/bundle.js:27451
FunctioncreateArrayOfTypeChecker
(typeChecker)
client/public/bundle.js:3895
FunctioncreateEnumTypeChecker
(expectedValues)
client/public/bundle.js:3943
FunctioncreateInstanceForText
* @param {ReactText} text * @return {ReactComponent}
client/public/bundle.js:16663
FunctioncreateInstanceTypeChecker
(expectedClass)
client/public/bundle.js:3930
FunctioncreateInternalComponent
* Get a host internal component class for a specific tag. * * @param {ReactElement} element The element to create. * @return {function} The inte
client/public/bundle.js:16654
FunctioncreateObjectOfTypeChecker
(typeChecker)
client/public/bundle.js:3964
FunctioncreateShapeTypeChecker
(shapeTypes)
client/public/bundle.js:4019
FunctioncreateUnionTypeChecker
(arrayOfTypeCheckers)
client/public/bundle.js:3988
FunctiondefaultClearTimeout
()
client/public/bundle.js:208
FunctiondefaultMergeProps
(stateProps, dispatchProps, ownProps)
client/public/bundle.js:24179
FunctiondefaultSetTimout
()
client/public/bundle.js:205
FunctionemptyFunction
()
client/public/bundle.js:1389
Functionescape
* Escape and wrap key so it is safe to use as a reactid * * @param {string} key to be escaped. * @return {string} the escaped key.
client/public/bundle.js:1724
FunctionexecuteDirectDispatch
* 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 m
client/public/bundle.js:6268
FunctionexecuteDispatchesAndReleaseSimulated
(e)
client/public/bundle.js:5605
FunctionexecuteDispatchesAndReleaseTopLevel
(e)
client/public/bundle.js:5608
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
client/public/bundle.js:6197
FunctionexecuteDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
client/public/bundle.js:6252
FunctionfinalPropsSelectorFactory
(dispatch, _ref2)
client/public/bundle.js:24324
FunctionfindDOMNode
* Returns the DOM node rendered by this element. * * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode * * @pa
client/public/bundle.js:21673
FunctionforEachChildren
* Iterates through children that are typically specified as `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html#rea
client/public/bundle.js:540
FunctionforEachSingleChild
(bookKeeping, child, name)
client/public/bundle.js:521
FunctionforEachSingleChildDummy
(traverseContext, child, name)
client/public/bundle.js:627
FunctionforceUpdateIfMounted
()
client/public/bundle.js:13574
FunctionfourArgumentPooler
(a1, a2, a3, a4)
client/public/bundle.js:730
FunctiongetEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
client/public/bundle.js:20661
FunctiongetEventModifierState
(nativeEvent)
client/public/bundle.js:9627
FunctiongetIDFromKey
(key)
client/public/bundle.js:3349
FunctiongetIEOffsets
* Get the appropriate anchor and focus node/offset pairs for IE. * * The catch here is that IE's selection API doesn't provide information * abo
client/public/bundle.js:19154
FunctiongetInstanceFromNode
* Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent * instance, or null if the node was not rendered by this React.
client/public/bundle.js:4501
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
client/public/bundle.js:19177
FunctiongetNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
client/public/bundle.js:4514
FunctiongetParentInstance
* Return the parent instance of the passed-in instance.
client/public/bundle.js:18141
FunctiongetTargetInstForChangeEvent
(topLevelType, targetInst)
client/public/bundle.js:7289
FunctiongetTargetInstForClickEvent
(topLevelType, targetInst)
client/public/bundle.js:7457
FunctiongetTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
client/public/bundle.js:7397
FunctiongetTargetInstForInputEventIE
(topLevelType, targetInst)
client/public/bundle.js:7428
FunctionhandleAction
(actionType)
client/public/bundle.js:25468
← previousnext →401–500 of 623, ranked by callers