Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Algram/ytdl-webserver
/ functions
Functions
464 in github.com/Algram/ytdl-webserver
⨍
Functions
464
◇
Types & classes
5
↓ 1 callers
Function
makeRemove
* Make an update for removing an element at an index. * * @param {number} fromIndex Index of the element to remove. * @private
public/bundle.js:14259
↓ 1 callers
Function
makeSetMarkup
* Make an update for setting the markup of a node. * * @param {string} markup Markup that renders into an element. * @private
public/bundle.js:14277
↓ 1 callers
Function
makeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
public/bundle.js:14295
↓ 1 callers
Function
manualDispatchChangeEvent
(nativeEvent)
public/bundle.js:7045
↓ 1 callers
Function
memoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
public/bundle.js:12449
↓ 1 callers
Function
mixStaticSpecIntoComponent
(Constructor, statics)
public/bundle.js:2451
↓ 1 callers
Function
moveChild
(parentNode, childNode, referenceNode)
public/bundle.js:9682
↓ 1 callers
Function
moveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
public/bundle.js:9700
↓ 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
public/bundle.js:20611
↓ 1 callers
Function
pauseCurrentLifeCycleTimer
()
public/bundle.js:8249
↓ 1 callers
Function
post
(url, params)
src/javascripts/helpers.js:34
↓ 1 callers
Function
precacheNode
* Populate `_hostNode` on the rendered host/text component with the given * DOM node. The passed `inst` can be a composite.
public/bundle.js:4412
↓ 1 callers
Function
prefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name
public/bundle.js:12095
↓ 1 callers
Function
provision
()
src/server/server.js:16
↓ 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.
public/bundle.js:5842
↓ 1 callers
Function
purgeDeep
(id)
public/bundle.js:3427
↓ 1 callers
Function
removeChild
(parentNode, childNode)
public/bundle.js:9690
↓ 1 callers
Function
removeRoot
(id)
public/bundle.js:3402
↓ 1 callers
Method
render
()
src/components/DownloadForm.js:9
↓ 1 callers
Function
resumeCurrentLifeCycleTimer
()
public/bundle.js:8263
↓ 1 callers
Function
runClearTimeout
(marker)
public/bundle.js:222
↓ 1 callers
Function
runEventQueueInBatch
(events)
public/bundle.js:13060
↓ 1 callers
Function
shouldConstruct
(Component)
public/bundle.js:15109
↓ 1 callers
Function
shouldUseChangeEvent
* SECTION: handle `change` event
public/bundle.js:7034
↓ 1 callers
Function
shouldUseClickEvent
* SECTION: handle `click` event
public/bundle.js:7244
↓ 1 callers
Function
shouldUseNative
()
public/bundle.js:354
↓ 1 callers
Function
startWatchingForChangeEventIE8
(target, targetInst)
public/bundle.js:7068
↓ 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
public/bundle.js:7131
↓ 1 callers
Function
toArray
* Flatten a children object (typically specified as `props.children`) and * return an array with appropriately re-keyed children. * * See https:
public/bundle.js:606
↓ 1 callers
Function
toObject
(val)
public/bundle.js:346
↓ 1 callers
Function
traverseAllChildrenImpl
* @param {?*} children Children tree container. * @param {!string} nameSoFar Name of the key path so far. * @param {!function} callback Callback t
public/bundle.js:1462
↓ 1 callers
Function
unescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
public/bundle.js:1662
↓ 1 callers
Function
validate
(props, propName, componentName, location, propFullName, secret)
public/bundle.js:3899
↓ 1 callers
Function
validateDangerousTag
(tag)
public/bundle.js:11092
↓ 1 callers
Function
validateMethodOverride
(isAlreadyDefined, name)
public/bundle.js:2351
↓ 1 callers
Function
validateProperty
(tagName, name, debugID)
public/bundle.js:21293
↓ 1 callers
Function
warnBadVendoredStyleName
(name, owner)
public/bundle.js:11885
↓ 1 callers
Function
warnHyphenatedStyleName
(name, owner)
public/bundle.js:11876
↓ 1 callers
Function
warnInvalidSetState
()
public/bundle.js:8428
↓ 1 callers
Function
warnStyleValueIsNaN
(name, value, owner)
public/bundle.js:11903
↓ 1 callers
Function
warnStyleValueWithSemicolon
(name, value, owner)
public/bundle.js:11894
↓ 1 callers
Function
warnUnknownProperties
(debugID, element)
public/bundle.js:21327
Function
CallbackQueue
* A specialized pseudo-event module to help keep track of components waiting to * be notified when their DOM representations are available for use.
public/bundle.js:7603
Function
ComponentDummy
()
public/bundle.js:1970
Function
Constructor
(props, context, updater)
public/bundle.js:2628
Function
DownloadForm
()
public/bundle.js:24147
Function
DownloadList
()
public/bundle.js:24558
Function
DownloadPanel
(props)
public/bundle.js:21465
Function
E
()
public/bundle.js:6886
Function
FallbackCompositionState
* This helper class stores information about text content of a target node, * allowing comparison of content before and after a given event. * *
public/bundle.js:6521
Function
ForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
public/bundle.js:465
Function
Item
(fun, array)
public/bundle.js:302
Function
MapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
public/bundle.js:514
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
public/bundle.js:3858
Function
ReactClassComponent
()
public/bundle.js:2609
Function
ReactComponent
* Base class helpers for the updating state of a component.
public/bundle.js:1711
Function
ReactCompositeComponentWrapper
(element)
public/bundle.js:14932
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
public/bundle.js:11119
Function
ReactDOMEmptyComponent
(instantiate)
public/bundle.js:17190
Function
ReactDOMTextComponent
(text)
public/bundle.js:17418
Function
ReactDefaultBatchingStrategyTransaction
()
public/bundle.js:17583
Function
ReactPureComponent
* Base class helpers for the updating state of a component.
public/bundle.js:1960
Function
ReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
public/bundle.js:18069
Function
ReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
public/bundle.js:16364
Function
ReactServerUpdateQueue
(transaction)
public/bundle.js:16456
Function
ReactUpdatesFlushTransaction
()
public/bundle.js:7380
Function
StatelessComponent
(Component)
public/bundle.js:15072
Function
SyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19886
Function
SyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19929
Function
SyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:6658
Function
SyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20262
Function
SyntheticEvent
* Synthetic events are dispatched by event plugins, typically in response to a * top-level event delegation handler. * * These systems should ge
public/bundle.js:6732
Function
SyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19970
Function
SyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:6973
Function
SyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20059
Function
SyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:9226
Function
SyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20312
Function
SyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20356
Function
SyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:9290
Function
SyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20415
Function
TopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
public/bundle.js:17664
Function
TopLevelWrapper
()
public/bundle.js:20655
Function
_handleChange
(event)
public/bundle.js:13493
Function
accumulateDirectDispatches
(events)
public/bundle.js:5495
Function
accumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
public/bundle.js:5477
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
public/bundle.js:5420
Function
accumulateEnterLeaveDispatches
(leave, enter, from, to)
public/bundle.js:5491
Function
accumulateTwoPhaseDispatches
(events)
public/bundle.js:5483
Function
accumulateTwoPhaseDispatchesSingle
* Collect dispatches (must be entirely collected before dispatching - see unit * tests). Lazily allocate the array to conserve memory. We must loop
public/bundle.js:5439
Function
accumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
public/bundle.js:5448
Function
accumulateTwoPhaseDispatchesSkipTarget
(events)
public/bundle.js:5487
Function
addPoolingTo
(CopyConstructor, pooler)
public/bundle.js:726
Function
applyToSingletonTag
(styleElement, index, remove, obj)
public/bundle.js:24474
Function
applyToTag
(styleElement, obj)
public/bundle.js:24491
Function
asap
* Enqueue a callback to be run at the end of the current batching cycle. Throws * if no updates are currently being performed.
public/bundle.js:7529
Function
assertString
(input)
public/bundle.js:21894
Function
attachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
public/bundle.js:7733
Function
batchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
public/bundle.js:20549
Function
batchedUpdates
(callback, a, b, c, d, e)
public/bundle.js:7410
Function
blacklist
(str, chars)
public/bundle.js:24008
← previous
next →
201–300 of 464, ranked by callers