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
↓ 1 callers
Function
hyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
client/public/bundle.js:12693
↓ 1 callers
Function
identity
(fn)
client/public/bundle.js:2105
↓ 1 callers
Function
insertLazyTreeChildAt
(parentNode, childTree, referenceNode)
client/public/bundle.js:9941
↓ 1 callers
Function
instantiateChild
(childInstances, child, name, selfDebugID)
client/public/bundle.js:15102
↓ 1 callers
Function
isFallbackCompositionStart
* Does our fallback best-guess model think this event signifies that * composition has begun? * * @param {string} topLevelType * @param {objec
client/public/bundle.js:5143
↓ 1 callers
Function
isInDocument
(node)
client/public/bundle.js:19001
↓ 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 {boole
client/public/bundle.js:15281
↓ 1 callers
Function
isKeyable
* Checks if `value` is suitable for use as unique object key. * * @private * @param {*} value The value to check. * @returns {boolean} Returns
client/public/bundle.js:29376
↓ 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 *
client/public/bundle.js:5112
↓ 1 callers
Function
isMasked
* Checks if `func` has its source masked. * * @private * @param {Function} func The function to check. * @returns {boolean} Returns `true` if
client/public/bundle.js:27071
↓ 1 callers
Function
isPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
client/public/bundle.js:5064
↓ 1 callers
Function
isPureComponent
(Component)
client/public/bundle.js:15428
↓ 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
client/public/bundle.js:21107
↓ 1 callers
Function
isString
* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*
client/public/bundle.js:25827
↓ 1 callers
Function
isValidActionTypes
(actionTypes)
client/public/bundle.js:26779
↓ 1 callers
Function
isValidActionsMapValue
(actionsMapValue)
client/public/bundle.js:27463
↓ 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.
client/public/bundle.js:5439
↓ 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. * @
client/public/bundle.js:14537
↓ 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 {
client/public/bundle.js:14556
↓ 1 callers
Function
makeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
client/public/bundle.js:14574
↓ 1 callers
Function
makeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
client/public/bundle.js:14592
↓ 1 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
client/public/bundle.js:14610
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
client/public/bundle.js:7251
↓ 1 callers
Function
memoizeCapped
* A specialized version of `_.memoize` which clears the memoized function's * cache when it exceeds `MAX_MEMOIZE_SIZE`. * * @private * @param
client/public/bundle.js:30633
↓ 1 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
client/public/bundle.js:12764
↓ 1 callers
Function
mergeSortHelper
(array, toDispatch, start, end, obj)
client/public/bundle.js:31511
↓ 1 callers
Function
mergeSortHelper
(array, toDispatch, start, end, obj)
client/app/algorithms/mergeSort.js:14
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
client/public/bundle.js:2525
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
client/public/bundle.js:9945
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
client/public/bundle.js:9963
↓ 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 ca
client/public/bundle.js:21084
↓ 1 callers
Function
objectToString
* Converts `value` to a string using `Object.prototype.toString`. * * @private * @param {*} value The value to convert. * @returns {string} Re
client/public/bundle.js:23478
↓ 1 callers
Function
observeState
()
client/public/bundle.js:23216
↓ 1 callers
Function
pauseCurrentLifeCycleTimer
()
client/public/bundle.js:8496
↓ 1 callers
Function
precacheNode
* Populate `_hostNode` on the rendered host/text component with the given * DOM node. The passed `inst` can be a composite.
client/public/bundle.js:4406
↓ 1 callers
Function
prefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name
client/public/bundle.js:12393
↓ 1 callers
Function
property
* Creates a function that returns the value at `path` of a given object. * * @static * @memberOf _ * @since 2.4.0 * @category Util * @para
client/public/bundle.js:30907
↓ 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.
client/public/bundle.js:5903
↓ 1 callers
Function
purgeDeep
(id)
client/public/bundle.js:3384
↓ 1 callers
Function
quickSortHelper
(array, start, end, toDispatch)
client/public/bundle.js:31250
↓ 1 callers
Function
quickSortHelper
(array, start, end, toDispatch)
client/app/algorithms/quickSort.js:15
↓ 1 callers
Function
removeChild
(parentNode, childNode)
client/public/bundle.js:9953
↓ 1 callers
Function
resumeCurrentLifeCycleTimer
()
client/public/bundle.js:8510
↓ 1 callers
Function
runClearTimeout
(marker)
client/public/bundle.js:256
↓ 1 callers
Function
runEventQueueInBatch
(events)
client/public/bundle.js:13410
↓ 1 callers
Function
shouldConstruct
(Component)
client/public/bundle.js:15424
↓ 1 callers
Function
shouldPrecacheNode
* Check if a given node should be cached.
client/public/bundle.js:4383
↓ 1 callers
Function
shouldPreventMouseEvent
(name, type, props)
client/public/bundle.js:5622
↓ 1 callers
Function
shouldUseChangeEvent
* SECTION: handle `change` event
client/public/bundle.js:7240
↓ 1 callers
Function
shouldUseClickEvent
* SECTION: handle `click` event
client/public/bundle.js:7450
↓ 1 callers
Function
shouldUseNative
()
client/public/bundle.js:396
↓ 1 callers
Function
startWatchingForChangeEventIE8
(target, targetInst)
client/public/bundle.js:7274
↓ 1 callers
Function
startWatchingForValueChange
* (For IE <=11) Starts tracking propertychange events on the passed-in element * and override the value property so that we can distinguish user eve
client/public/bundle.js:7337
↓ 1 callers
Function
strictIndexOf
* A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array
client/public/bundle.js:25695
↓ 1 callers
Function
stringToArray
* Converts `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the converted array.
client/public/bundle.js:27757
↓ 1 callers
Function
toArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children. * * See https:
client/public/bundle.js:650
↓ 1 callers
Function
toFinite
* Converts `value` to a finite number. * * @static * @memberOf _ * @since 4.12.0 * @category Lang * @param {*} value The value to convert.
client/public/bundle.js:25951
↓ 1 callers
Function
toInteger
* Converts `value` to an integer. * * **Note:** This method is loosely based on * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#
client/public/bundle.js:25905
↓ 1 callers
Function
toNumber
* Converts `value` to a number. * * @static * @memberOf _ * @since 4.0.0 * @category Lang * @param {*} value The value to process. * @re
client/public/bundle.js:26017
↓ 1 callers
Function
toObject
(val)
client/public/bundle.js:388
↓ 1 callers
Function
unescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
client/public/bundle.js:1743
↓ 1 callers
Function
unicodeToArray
* Converts a Unicode `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the convert
client/public/bundle.js:27829
↓ 1 callers
Function
unicodeWords
* Splits a Unicode `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Returns the w
client/public/bundle.js:28224
↓ 1 callers
Function
validate
(props, propName, componentName, location, propFullName, secret)
client/public/bundle.js:3874
↓ 1 callers
Function
validateDangerousTag
(tag)
client/public/bundle.js:11378
↓ 1 callers
Function
validateFormat
(format)
client/public/bundle.js:862
↓ 1 callers
Function
validateMethodOverride
(isAlreadyDefined, name)
client/public/bundle.js:2425
↓ 1 callers
Function
values
* Creates an array of the own enumerable string keyed property values of `object`. * * **Note:** Non-object values are coerced to objects. * *
client/public/bundle.js:26115
↓ 1 callers
Function
warnAboutReceivingStore
()
client/public/bundle.js:22101
↓ 1 callers
Function
warnBadVendoredStyleName
(name, owner)
client/public/bundle.js:12177
↓ 1 callers
Function
warnHyphenatedStyleName
(name, owner)
client/public/bundle.js:12168
↓ 1 callers
Function
warnInvalidARIAProps
(debugID, element)
client/public/bundle.js:21988
↓ 1 callers
Function
warnInvalidSetState
()
client/public/bundle.js:8732
↓ 1 callers
Function
warnStyleValueIsNaN
(name, value, owner)
client/public/bundle.js:12195
↓ 1 callers
Function
warnStyleValueWithSemicolon
(name, value, owner)
client/public/bundle.js:12186
↓ 1 callers
Function
warnUnknownProperties
(debugID, element)
client/public/bundle.js:21842
↓ 1 callers
Function
words
* Splits `string` into an array of its words. * * @static * @memberOf _ * @since 3.0.0 * @category String * @param {string} [string=''] Th
client/public/bundle.js:28092
↓ 1 callers
Function
wrapMergePropsFunc
(mergeProps)
client/public/bundle.js:24183
Function
Body
(props)
client/public/bundle.js:31709
Function
CallbackQueue
(arg)
client/public/bundle.js:7817
Function
ComponentDummy
()
client/public/bundle.js:2060
Function
Connect
(props, context)
client/public/bundle.js:22419
Function
E
()
client/public/bundle.js:7092
Function
FallbackCompositionState
* This helper class stores information about text content of a target node, * allowing comparison of content before and after a given event. * *
client/public/bundle.js:6600
Function
ForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
client/public/bundle.js:509
Function
Hash
* Creates a hash object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:29119
Function
Item
(fun, array)
client/public/bundle.js:341
Function
ListCache
* Creates an list cache object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:28637
Function
Main
(props)
client/public/bundle.js:24455
Function
MapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
client/public/bundle.js:558
Function
MapCache
* Creates a map cache object to store key-value pairs. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:29048
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 real
client/public/bundle.js:3830
Function
Provider
(props, context)
client/public/bundle.js:22117
Function
ReactClassComponent
()
client/public/bundle.js:2683
Function
ReactComponent
* Base class helpers for the updating state of a component.
client/public/bundle.js:1794
Function
ReactCompositeComponentWrapper
(element)
client/public/bundle.js:15257
Function
ReactDOMComponent
* Creates a new React class that is idempotent and capable of containing other * React components. It accepts event listeners and DOM properties tha
client/public/bundle.js:11405
Function
ReactDOMEmptyComponent
(instantiate)
client/public/bundle.js:18015
Function
ReactDOMTextComponent
(text)
client/public/bundle.js:18247
Function
ReactDefaultBatchingStrategyTransaction
()
client/public/bundle.js:18414
← previous
next →
301–400 of 623, ranked by callers