MCPcopy Create free account

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

Functions623 in github.com/clementmihailescu/Sorting-Visualizer

MethodhandleChange
(evt)
client/app/components/Main/Toolbar/Toolbar.jsx:24
FunctionhandleEventsForChangeEventIE8
(topLevelType, target, targetInst)
client/public/bundle.js:7294
FunctionhandleEventsForInputEventIE
(topLevelType, target, targetInst)
client/public/bundle.js:7405
FunctionhandlePropertyChange
* (For IE <=11) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
client/public/bundle.js:7381
FunctionhandleTopLevelImpl
(bookKeeping)
client/public/bundle.js:18511
FunctionhasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
client/public/bundle.js:6287
FunctionhashClear
* Removes all key-value entries from the hash. * * @private * @name clear * @memberOf Hash
client/public/bundle.js:29156
FunctionhashDelete
* Removes `key` and its value from the hash. * * @private * @name delete * @memberOf Hash * @param {Object} hash The hash to modify. * @pa
client/public/bundle.js:29196
FunctionhashGet
* Gets the hash value for `key`. * * @private * @name get * @memberOf Hash * @param {string} key The key of the value to get. * @returns {
client/public/bundle.js:29232
FunctionhashHas
* Checks if a hash value for `key` exists. * * @private * @name has * @memberOf Hash * @param {string} key The key of the entry to check.
client/public/bundle.js:29268
FunctionhashSet
* Sets the hash `key` to `value`. * * @private * @name set * @memberOf Hash * @param {string} key The key of the value to set. * @param {*
client/public/bundle.js:29298
FunctionheapSort
(stateArray, dispatch, speed)
client/public/bundle.js:31375
FunctionheapSort
(stateArray, dispatch, speed)
client/app/algorithms/heapSort.js:7
FunctionimpureFinalPropsSelectorFactory
(mapStateToProps, mapDispatchToProps, mergeProps, dispatch)
client/public/bundle.js:24244
Functionincludes
* Checks if `value` is in `collection`. If `collection` is a string, it's * checked for a substring of `value`, otherwise * [`SameValueZero`](http
client/public/bundle.js:25579
Functioninject
()
client/public/bundle.js:4882
FunctioninputPostMount
()
client/public/bundle.js:11219
FunctioninvokeGuardedCallback
* Call a function while guarding against errors that happens within it. * * @param {String} name of the guard to use for logging or debugging *
client/public/bundle.js:6362
FunctionisAncestor
* Return if A is an ancestor of B.
client/public/bundle.js:18125
FunctionisCrushed
()
client/public/bundle.js:22962
FunctionisEmpty
* Checks if `value` is an empty object, collection, map, or set. * * Objects are considered empty if they have no own enumerable string keyed *
client/public/bundle.js:26857
FunctionisEndish
(topLevelType)
client/public/bundle.js:6149
FunctionisMoveish
(topLevelType)
client/public/bundle.js:6153
FunctionisNil
* Checks if `value` is `null` or `undefined`. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to ch
client/public/bundle.js:25526
FunctionisNull
* Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @retur
client/public/bundle.js:25412
FunctionisPlainObject
* Checks if `value` is a plain object, that is, an object created by the * `Object` constructor or one with a `[[Prototype]]` of `null`. * * @st
client/public/bundle.js:23299
FunctionisStartish
(topLevelType)
client/public/bundle.js:6156
FunctionisTextComponent
* @param {ReactComponent} component * @return {boolean}
client/public/bundle.js:16671
FunctionisUndefined
* Checks if `value` is `undefined`. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check. * @
client/public/bundle.js:25381
FunctionisValidActionType
(actionType)
client/public/bundle.js:26775
FunctionlistCacheClear
* Removes all key-value entries from the list cache. * * @private * @name clear * @memberOf ListCache
client/public/bundle.js:28672
FunctionlistCacheDelete
* Removes `key` and its value from the list cache. * * @private * @name delete * @memberOf ListCache * @param {string} key The key of the va
client/public/bundle.js:28704
FunctionlistCacheGet
* Gets the list cache value for `key`. * * @private * @name get * @memberOf ListCache * @param {string} key The key of the value to get. *
client/public/bundle.js:28818
FunctionlistCacheHas
* Checks if a list cache value for `key` exists. * * @private * @name has * @memberOf ListCache * @param {string} key The key of the entry t
client/public/bundle.js:28846
FunctionlistCacheSet
* Sets the list cache `key` to `value`. * * @private * @name set * @memberOf ListCache * @param {string} key The key of the value to set.
client/public/bundle.js:28872
FunctionmapCacheClear
* Removes all key-value entries from the map. * * @private * @name clear * @memberOf MapCache
client/public/bundle.js:29087
FunctionmapCacheDelete
* Removes `key` and its value from the map. * * @private * @name delete * @memberOf MapCache * @param {string} key The key of the value to r
client/public/bundle.js:29326
FunctionmapCacheGet
* Gets the map value for `key`. * * @private * @name get * @memberOf MapCache * @param {string} key The key of the value to get. * @return
client/public/bundle.js:29404
FunctionmapCacheHas
* Checks if a map value for `key` exists. * * @private * @name has * @memberOf MapCache * @param {string} key The key of the entry to check.
client/public/bundle.js:29429
FunctionmapCacheSet
* Sets the map `key` to `value`. * * @private * @name set * @memberOf MapCache * @param {string} key The key of the value to set. * @param
client/public/bundle.js:29455
FunctionmapChildren
* Maps children that are typically specified as `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html#react.children.
client/public/bundle.js:618
FunctionmapDispatchToProps
()
client/app/components/Main/MainContainer.js:10
FunctionmapDispatchToProps
()
client/app/components/Main/Body/BodyContainer.js:24
FunctionmapDispatchToProps
()
client/app/components/Main/Toolbar/ToolbarContainer.js:22
FunctionmapSingleChildIntoContext
(bookKeeping, child, childKey)
client/public/bundle.js:574
FunctionmapStateToProps
({ })
client/app/components/Main/MainContainer.js:4
FunctionmapStateToProps
({ array, currentBubbleTwo, currentQuickTwo, pivot, currentSwappers, currentHeapThree, currentSo
client/app/components/Main/Body/BodyContainer.js:4
FunctionmapStateToProps
({ array, algorithm, isRunning, })
client/app/components/Main/Toolbar/ToolbarContainer.js:12
FunctionmapToArray
* Converts `map` to its key-value pairs. * * @private * @param {Object} map The map to convert. * @returns {Array} Returns the key-value pairs
client/public/bundle.js:29979
Functionmemoized
()
client/public/bundle.js:30708
FunctionmergeSort
(stateArray, dispatch, speed)
client/public/bundle.js:31502
FunctionmergeSort
(stateArray, dispatch, speed)
client/app/algorithms/mergeSort.js:7
FunctionmodifierStateGetter
(keyArg)
client/public/bundle.js:9617
FunctionmountComponentIntoNode
* Mounts this component and inserts it into the DOM. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement}
client/public/bundle.js:20995
FunctionmountOrderComparator
* Array comparator for ReactComponents by mount ordering. * * @param {ReactComponent} c1 first component you're comparing * @param {ReactCompone
client/public/bundle.js:7630
Functionnoop
()
client/public/bundle.js:355
Functionobservable
* Interoperability point for observable/reactive libraries. * @returns {observable} A minimal observable of state changes. * For more informat
client/public/bundle.js:23198
FunctiononeArgumentPooler
(copyFieldsFrom)
client/public/bundle.js:697
FunctiononlyChild
* Returns the first child in a collection of children and verifies that there * is only one child in the collection. * * See https://facebook.gi
client/public/bundle.js:4210
FunctionoptionPostMount
()
client/public/bundle.js:11229
FunctionownKeys
(object)
client/public/bundle.js:27350
FunctionpostUpdateSelectWrapper
()
client/public/bundle.js:11332
FunctionprintWarning
(format)
client/public/bundle.js:1315
FunctionpureFinalPropsSelectorFactory
(mapStateToProps, mapDispatchToProps, mergeProps, dispatch, _ref)
client/public/bundle.js:24250
FunctionputListener
()
client/public/bundle.js:11214
FunctionqueueChild
(parentTree, childTree)
client/public/bundle.js:10201
FunctionqueueHTML
(tree, html)
client/public/bundle.js:10209
FunctionqueueText
(tree, text)
client/public/bundle.js:10217
FunctionquickSort
(stateArray, dispatch, speed)
client/public/bundle.js:31242
FunctionquickSort
(stateArray, dispatch, speed)
client/app/algorithms/quickSort.js:7
FunctionreactProdInvariant
* WARNING: DO NOT manually require this module. * This is a replacement for `invariant(...)` used by the error code system * and will _only_ be re
client/public/bundle.js:812
Functionreduce
* Reduces `collection` to a value which is the accumulated result of running * each element in `collection` thru `iteratee`, where each successive
client/public/bundle.js:28281
FunctionreduceReducers
()
client/public/bundle.js:27376
Methodrender
()
client/app/components/Main/Body/Body.jsx:9
Methodrender
()
client/app/components/Main/Toolbar/Toolbar.jsx:30
FunctionreplaceChildWithTree
(oldNode, newTree)
client/public/bundle.js:10196
FunctionreplaceDelimitedText
(openingComment, closingComment, stringText)
client/public/bundle.js:9987
FunctionreplaceReducer
* Replaces the reducer currently used by the store to calculate the state. * * You might need this if your app implements code splitting and y
client/public/bundle.js:23183
FunctionrunBatchedUpdates
(transaction)
client/public/bundle.js:7634
FunctionrunEventInBatch
(event)
client/public/bundle.js:7269
FunctionscrollValueMonitor
(cb)
client/public/bundle.js:18531
Functionset
(val)
client/public/bundle.js:7125
FunctionsetCacheAdd
* Adds `value` to the array cache. * * @private * @name add * @memberOf SetCache * @alias push * @param {*} value The value to cache. *
client/public/bundle.js:29744
FunctionsetCacheHas
* Checks if `value` is in the array cache. * * @private * @name has * @memberOf SetCache * @param {*} value The value to search for. * @re
client/public/bundle.js:29768
FunctionsetIEOffsets
* @param {DOMElement|DOMTextNode} node * @param {object} offsets
client/public/bundle.js:19239
FunctionsetModernOffsets
* In modern non-IE browsers, we can support both forward and backward * selections. * * Note: IE10+ supports the Selection object, but it does n
client/public/bundle.js:19273
FunctionsetToArray
* Converts `set` to an array of its values. * * @private * @param {Object} set The set to convert. * @returns {Array} Returns the values.
client/public/bundle.js:30006
FunctionstackClear
* Removes all key-value entries from the stack. * * @private * @name clear * @memberOf Stack
client/public/bundle.js:28904
FunctionstackDelete
* Removes `key` and its value from the stack. * * @private * @name delete * @memberOf Stack * @param {string} key The key of the value to re
client/public/bundle.js:28928
FunctionstackGet
* Gets the stack value for `key`. * * @private * @name get * @memberOf Stack * @param {string} key The key of the value to get. * @returns
client/public/bundle.js:28955
FunctionstackHas
* Checks if a stack value for `key` exists. * * @private * @name has * @memberOf Stack * @param {string} key The key of the entry to check.
client/public/bundle.js:28978
FunctionstackSet
* Sets the stack `key` to `value`. * * @private * @name set * @memberOf Stack * @param {string} key The key of the value to set. * @param
client/public/bundle.js:29009
FunctionstandardReleaser
(instance)
client/public/bundle.js:741
FunctionstrictEqual
(a, b)
client/public/bundle.js:22788
FunctionstubArray
* This method returns a new empty array. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {Array} Returns the new emp
client/public/bundle.js:30298
FunctionstubFalse
* This method returns `false`. * * @static * @memberOf _ * @since 4.13.0 * @category Util * @returns {boolean} Returns `false`. * @examp
client/public/bundle.js:26453
Functionsubscribe
* Adds a change listener. It will be called any time an action is dispatched, * and some part of the state tree may potentially have changed. You
client/public/bundle.js:23097
FunctionsymbolObservablePonyfill
(root)
client/public/bundle.js:23642
FunctiontestFunc
()
client/public/bundle.js:4313
FunctiontextareaPostMount
()
client/public/bundle.js:11224
← previousnext →501–600 of 623, ranked by callers