MCPcopy Create free account

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

Functions623 in github.com/clementmihailescu/Sorting-Visualizer

↓ 1 callersFunctionhyphenateStyleName
* Hyphenates a camelcased CSS property name, for example: * * > hyphenateStyleName('backgroundColor') * < "background-color" * > hyphena
client/public/bundle.js:12693
↓ 1 callersFunctionidentity
(fn)
client/public/bundle.js:2105
↓ 1 callersFunctioninsertLazyTreeChildAt
(parentNode, childTree, referenceNode)
client/public/bundle.js:9941
↓ 1 callersFunctioninstantiateChild
(childInstances, child, name, selfDebugID)
client/public/bundle.js:15102
↓ 1 callersFunctionisFallbackCompositionStart
* 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 callersFunctionisInDocument
(node)
client/public/bundle.js:19001
↓ 1 callersFunctionisInternalComponentType
* 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 callersFunctionisKeyable
* 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 callersFunctionisKeypressCommand
* 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 callersFunctionisMasked
* 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 callersFunctionisPresto
* Opera <= 12 includes TextEvent in window, but does not fire * text input events. Rely on keypress instead.
client/public/bundle.js:5064
↓ 1 callersFunctionisPureComponent
(Component)
client/public/bundle.js:15428
↓ 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
client/public/bundle.js:21107
↓ 1 callersFunctionisString
* 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 callersFunctionisValidActionTypes
(actionTypes)
client/public/bundle.js:26779
↓ 1 callersFunctionisValidActionsMapValue
(actionsMapValue)
client/public/bundle.js:27463
↓ 1 callersFunctionlistenerAtPhase
* 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 callersFunctionmakeInsertMarkup
* 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 callersFunctionmakeMove
* 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 callersFunctionmakeRemove
* 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 callersFunctionmakeSetMarkup
* 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 callersFunctionmakeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
client/public/bundle.js:14610
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
client/public/bundle.js:7251
↓ 1 callersFunctionmemoizeCapped
* 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 callersFunctionmemoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
client/public/bundle.js:12764
↓ 1 callersFunctionmergeSortHelper
(array, toDispatch, start, end, obj)
client/public/bundle.js:31511
↓ 1 callersFunctionmergeSortHelper
(array, toDispatch, start, end, obj)
client/app/algorithms/mergeSort.js:14
↓ 1 callersFunctionmixStaticSpecIntoComponent
(Constructor, statics)
client/public/bundle.js:2525
↓ 1 callersFunctionmoveChild
(parentNode, childNode, referenceNode)
client/public/bundle.js:9945
↓ 1 callersFunctionmoveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
client/public/bundle.js:9963
↓ 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 ca
client/public/bundle.js:21084
↓ 1 callersFunctionobjectToString
* 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 callersFunctionobserveState
()
client/public/bundle.js:23216
↓ 1 callersFunctionpauseCurrentLifeCycleTimer
()
client/public/bundle.js:8496
↓ 1 callersFunctionprecacheNode
* 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 callersFunctionprefixKey
* @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 callersFunctionproperty
* 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 callersFunctionpublishEventForPlugin
* 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 callersFunctionpurgeDeep
(id)
client/public/bundle.js:3384
↓ 1 callersFunctionquickSortHelper
(array, start, end, toDispatch)
client/public/bundle.js:31250
↓ 1 callersFunctionquickSortHelper
(array, start, end, toDispatch)
client/app/algorithms/quickSort.js:15
↓ 1 callersFunctionremoveChild
(parentNode, childNode)
client/public/bundle.js:9953
↓ 1 callersFunctionresumeCurrentLifeCycleTimer
()
client/public/bundle.js:8510
↓ 1 callersFunctionrunClearTimeout
(marker)
client/public/bundle.js:256
↓ 1 callersFunctionrunEventQueueInBatch
(events)
client/public/bundle.js:13410
↓ 1 callersFunctionshouldConstruct
(Component)
client/public/bundle.js:15424
↓ 1 callersFunctionshouldPrecacheNode
* Check if a given node should be cached.
client/public/bundle.js:4383
↓ 1 callersFunctionshouldPreventMouseEvent
(name, type, props)
client/public/bundle.js:5622
↓ 1 callersFunctionshouldUseChangeEvent
* SECTION: handle `change` event
client/public/bundle.js:7240
↓ 1 callersFunctionshouldUseClickEvent
* SECTION: handle `click` event
client/public/bundle.js:7450
↓ 1 callersFunctionshouldUseNative
()
client/public/bundle.js:396
↓ 1 callersFunctionstartWatchingForChangeEventIE8
(target, targetInst)
client/public/bundle.js:7274
↓ 1 callersFunctionstartWatchingForValueChange
* (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 callersFunctionstrictIndexOf
* A specialized version of `_.indexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array
client/public/bundle.js:25695
↓ 1 callersFunctionstringToArray
* 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 callersFunctiontoArray
* 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 callersFunctiontoFinite
* 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 callersFunctiontoInteger
* 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 callersFunctiontoNumber
* 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 callersFunctiontoObject
(val)
client/public/bundle.js:388
↓ 1 callersFunctionunescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
client/public/bundle.js:1743
↓ 1 callersFunctionunicodeToArray
* 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 callersFunctionunicodeWords
* 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 callersFunctionvalidate
(props, propName, componentName, location, propFullName, secret)
client/public/bundle.js:3874
↓ 1 callersFunctionvalidateDangerousTag
(tag)
client/public/bundle.js:11378
↓ 1 callersFunctionvalidateFormat
(format)
client/public/bundle.js:862
↓ 1 callersFunctionvalidateMethodOverride
(isAlreadyDefined, name)
client/public/bundle.js:2425
↓ 1 callersFunctionvalues
* 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 callersFunctionwarnAboutReceivingStore
()
client/public/bundle.js:22101
↓ 1 callersFunctionwarnBadVendoredStyleName
(name, owner)
client/public/bundle.js:12177
↓ 1 callersFunctionwarnHyphenatedStyleName
(name, owner)
client/public/bundle.js:12168
↓ 1 callersFunctionwarnInvalidARIAProps
(debugID, element)
client/public/bundle.js:21988
↓ 1 callersFunctionwarnInvalidSetState
()
client/public/bundle.js:8732
↓ 1 callersFunctionwarnStyleValueIsNaN
(name, value, owner)
client/public/bundle.js:12195
↓ 1 callersFunctionwarnStyleValueWithSemicolon
(name, value, owner)
client/public/bundle.js:12186
↓ 1 callersFunctionwarnUnknownProperties
(debugID, element)
client/public/bundle.js:21842
↓ 1 callersFunctionwords
* 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 callersFunctionwrapMergePropsFunc
(mergeProps)
client/public/bundle.js:24183
FunctionBody
(props)
client/public/bundle.js:31709
FunctionCallbackQueue
(arg)
client/public/bundle.js:7817
FunctionComponentDummy
()
client/public/bundle.js:2060
FunctionConnect
(props, context)
client/public/bundle.js:22419
FunctionE
()
client/public/bundle.js:7092
FunctionFallbackCompositionState
* 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
FunctionForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
client/public/bundle.js:509
FunctionHash
* Creates a hash object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:29119
FunctionItem
(fun, array)
client/public/bundle.js:341
FunctionListCache
* Creates an list cache object. * * @private * @constructor * @param {Array} [entries] The key-value pairs to cache.
client/public/bundle.js:28637
FunctionMain
(props)
client/public/bundle.js:24455
FunctionMapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
client/public/bundle.js:558
FunctionMapCache
* 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
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 real
client/public/bundle.js:3830
FunctionProvider
(props, context)
client/public/bundle.js:22117
FunctionReactClassComponent
()
client/public/bundle.js:2683
FunctionReactComponent
* Base class helpers for the updating state of a component.
client/public/bundle.js:1794
FunctionReactCompositeComponentWrapper
(element)
client/public/bundle.js:15257
FunctionReactDOMComponent
* 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
FunctionReactDOMEmptyComponent
(instantiate)
client/public/bundle.js:18015
FunctionReactDOMTextComponent
(text)
client/public/bundle.js:18247
FunctionReactDefaultBatchingStrategyTransaction
()
client/public/bundle.js:18414
← previousnext →301–400 of 623, ranked by callers