Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementmihailescu/Sorting-Visualizer
/ functions
Functions
623 in github.com/clementmihailescu/Sorting-Visualizer
⨍
Functions
623
◇
Types & classes
6
Function
ReactPureComponent
* Base class helpers for the updating state of a component.
client/public/bundle.js:2050
Function
ReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
client/public/bundle.js:18908
Function
ReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
client/public/bundle.js:17170
Function
ReactServerUpdateQueue
(transaction)
client/public/bundle.js:17262
Function
ReactUpdatesFlushTransaction
()
client/public/bundle.js:7588
Function
SetCache
* * Creates an array cache object to store unique values. * * @private * @constructor * @param {Array} [values] The values to cache.
client/public/bundle.js:29707
Function
Stack
* 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
Function
StatelessComponent
(Component)
client/public/bundle.js:15409
Function
Subscription
(store, parentSub)
client/public/bundle.js:22215
Function
SyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20339
Function
SyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20384
Function
SyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:6861
Function
SyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20727
Function
SyntheticEvent
* 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
Function
SyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20427
Function
SyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:7181
Function
SyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20518
Function
SyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:9475
Function
SyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20779
Function
SyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20825
Function
SyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:9541
Function
SyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
client/public/bundle.js:20886
Function
Toolbar
(props)
client/public/bundle.js:24594
Function
TopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
client/public/bundle.js:18497
Function
TopLevelWrapper
()
client/public/bundle.js:21128
Function
_handleChange
(event)
client/public/bundle.js:13772
Function
accumulateDirectDispatches
(events)
client/public/bundle.js:5524
Function
accumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
client/public/bundle.js:5506
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
client/public/bundle.js:5450
Function
accumulateEnterLeaveDispatches
(leave, enter, from, to)
client/public/bundle.js:5520
Function
accumulateTwoPhaseDispatches
(events)
client/public/bundle.js:5512
Function
accumulateTwoPhaseDispatchesSingle
* 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
Function
accumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
client/public/bundle.js:5477
Function
accumulateTwoPhaseDispatchesSkipTarget
(events)
client/public/bundle.js:5516
Function
actionCreator
()
client/public/bundle.js:25210
Function
addPoolingTo
(CopyConstructor, pooler)
client/public/bundle.js:762
Function
applyMiddleware
* 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
Function
applyToSingletonTag
(styleElement, index, remove, obj)
client/public/bundle.js:25040
Function
applyToTag
(styleElement, obj)
client/public/bundle.js:25057
Function
asap
* 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
Function
attachRefs
* 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
Function
baseForOwn
* The base implementation of `_.forOwn` without support for iteratee shorthands. * * @private * @param {Object} object The object to iterate ove
client/public/bundle.js:28332
Function
baseHasIn
* The base implementation of `_.hasIn` without support for deep paths. * * @private * @param {Object} [object] The object to query. * @param {
client/public/bundle.js:30818
Function
baseIsNaN
* The base implementation of `_.isNaN` without support for number objects. * * @private * @param {*} value The value to check. * @returns {boo
client/public/bundle.js:25671
Function
baseIsTypedArray
* The base implementation of `_.isTypedArray` without Node.js optimizations. * * @private * @param {*} value The value to check. * @returns {b
client/public/bundle.js:26588
Function
baseReduce
* The base implementation of `_.reduce` and `_.reduceRight`, without support * for iteratee shorthands, which iterates over `collection` using `each
client/public/bundle.js:30982
Function
batchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
client/public/bundle.js:21022
Function
batchedUpdates
(callback, a, b, c, d, e)
client/public/bundle.js:7618
Function
bindActionCreators
* 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
Function
bubbleSort
(stateArray, dispatch, speed)
client/public/bundle.js:31108
Function
bubbleSort
(stateArray, dispatch, speed)
client/app/algorithms/bubbleSort.js:7
Function
checkType
(isRequired, props, propName, componentName, location, propFullName, secret)
client/public/bundle.js:3841
Function
cleanUpNextTick
()
client/public/bundle.js:288
Function
combineActions
()
client/public/bundle.js:26786
Function
compose
* 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
Function
connectAdvanced
( /* selectorFactory is a func that is responsible for returning the selector function used to compute
client/public/bundle.js:22356
Function
constantSelector
()
client/public/bundle.js:24039
Method
constructor
(props)
client/app/components/Main/Main.jsx:7
Method
constructor
(props)
client/app/components/Main/Body/Body.jsx:5
Method
constructor
(props)
client/app/components/Main/Toolbar/Toolbar.jsx:5
Function
countChildren
* 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
Function
createActions
(actionsMap)
client/public/bundle.js:27451
Function
createArrayOfTypeChecker
(typeChecker)
client/public/bundle.js:3895
Function
createEnumTypeChecker
(expectedValues)
client/public/bundle.js:3943
Function
createInstanceForText
* @param {ReactText} text * @return {ReactComponent}
client/public/bundle.js:16663
Function
createInstanceTypeChecker
(expectedClass)
client/public/bundle.js:3930
Function
createInternalComponent
* 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
Function
createObjectOfTypeChecker
(typeChecker)
client/public/bundle.js:3964
Function
createShapeTypeChecker
(shapeTypes)
client/public/bundle.js:4019
Function
createUnionTypeChecker
(arrayOfTypeCheckers)
client/public/bundle.js:3988
Function
defaultClearTimeout
()
client/public/bundle.js:208
Function
defaultMergeProps
(stateProps, dispatchProps, ownProps)
client/public/bundle.js:24179
Function
defaultSetTimout
()
client/public/bundle.js:205
Function
emptyFunction
()
client/public/bundle.js:1389
Function
escape
* 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
Function
executeDirectDispatch
* 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
Function
executeDispatchesAndReleaseSimulated
(e)
client/public/bundle.js:5605
Function
executeDispatchesAndReleaseTopLevel
(e)
client/public/bundle.js:5608
Function
executeDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
client/public/bundle.js:6197
Function
executeDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
client/public/bundle.js:6252
Function
finalPropsSelectorFactory
(dispatch, _ref2)
client/public/bundle.js:24324
Function
findDOMNode
* 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
Function
forEachChildren
* 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
Function
forEachSingleChild
(bookKeeping, child, name)
client/public/bundle.js:521
Function
forEachSingleChildDummy
(traverseContext, child, name)
client/public/bundle.js:627
Function
forceUpdateIfMounted
()
client/public/bundle.js:13574
Function
fourArgumentPooler
(a1, a2, a3, a4)
client/public/bundle.js:730
Function
getEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
client/public/bundle.js:20661
Function
getEventModifierState
(nativeEvent)
client/public/bundle.js:9627
Function
getIDFromKey
(key)
client/public/bundle.js:3349
Function
getIEOffsets
* 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
Function
getInstanceFromNode
* 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
Function
getModernOffsets
* @param {DOMElement} node * @return {?object}
client/public/bundle.js:19177
Function
getNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
client/public/bundle.js:4514
Function
getParentInstance
* Return the parent instance of the passed-in instance.
client/public/bundle.js:18141
Function
getTargetInstForChangeEvent
(topLevelType, targetInst)
client/public/bundle.js:7289
Function
getTargetInstForClickEvent
(topLevelType, targetInst)
client/public/bundle.js:7457
Function
getTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
client/public/bundle.js:7397
Function
getTargetInstForInputEventIE
(topLevelType, targetInst)
client/public/bundle.js:7428
Function
handleAction
(actionType)
client/public/bundle.js:25468
← previous
next →
401–500 of 623, ranked by callers