MCPcopy Create free account

hub / github.com/Algram/ytdl-webserver / functions

Functions464 in github.com/Algram/ytdl-webserver

↓ 1 callersFunctionmakeRemove
* 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 callersFunctionmakeSetMarkup
* 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 callersFunctionmakeTextContent
* Make an update for setting the text content. * * @param {string} textContent Text content to set. * @private
public/bundle.js:14295
↓ 1 callersFunctionmanualDispatchChangeEvent
(nativeEvent)
public/bundle.js:7045
↓ 1 callersFunctionmemoizeStringOnly
* Memoizes the return value of a function that accepts one string argument.
public/bundle.js:12449
↓ 1 callersFunctionmixStaticSpecIntoComponent
(Constructor, statics)
public/bundle.js:2451
↓ 1 callersFunctionmoveChild
(parentNode, childNode, referenceNode)
public/bundle.js:9682
↓ 1 callersFunctionmoveDelimitedText
(parentNode, openingComment, closingComment, referenceNode)
public/bundle.js:9700
↓ 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
public/bundle.js:20611
↓ 1 callersFunctionpauseCurrentLifeCycleTimer
()
public/bundle.js:8249
↓ 1 callersFunctionpost
(url, params)
src/javascripts/helpers.js:34
↓ 1 callersFunctionprecacheNode
* 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 callersFunctionprefixKey
* @param {string} prefix vendor-specific prefix, eg: Webkit * @param {string} key style name, eg: transitionDuration * @return {string} style name
public/bundle.js:12095
↓ 1 callersFunctionprovision
()
src/server/server.js:16
↓ 1 callersFunctionpublishEventForPlugin
* 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 callersFunctionpurgeDeep
(id)
public/bundle.js:3427
↓ 1 callersFunctionremoveChild
(parentNode, childNode)
public/bundle.js:9690
↓ 1 callersFunctionremoveRoot
(id)
public/bundle.js:3402
↓ 1 callersMethodrender
()
src/components/DownloadForm.js:9
↓ 1 callersFunctionresumeCurrentLifeCycleTimer
()
public/bundle.js:8263
↓ 1 callersFunctionrunClearTimeout
(marker)
public/bundle.js:222
↓ 1 callersFunctionrunEventQueueInBatch
(events)
public/bundle.js:13060
↓ 1 callersFunctionshouldConstruct
(Component)
public/bundle.js:15109
↓ 1 callersFunctionshouldUseChangeEvent
* SECTION: handle `change` event
public/bundle.js:7034
↓ 1 callersFunctionshouldUseClickEvent
* SECTION: handle `click` event
public/bundle.js:7244
↓ 1 callersFunctionshouldUseNative
()
public/bundle.js:354
↓ 1 callersFunctionstartWatchingForChangeEventIE8
(target, targetInst)
public/bundle.js:7068
↓ 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
public/bundle.js:7131
↓ 1 callersFunctiontoArray
* 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 callersFunctiontoObject
(val)
public/bundle.js:346
↓ 1 callersFunctiontraverseAllChildrenImpl
* @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 callersFunctionunescape
* Unescape and unwrap key for human-readable display * * @param {string} key to unescape. * @return {string} the unescaped key.
public/bundle.js:1662
↓ 1 callersFunctionvalidate
(props, propName, componentName, location, propFullName, secret)
public/bundle.js:3899
↓ 1 callersFunctionvalidateDangerousTag
(tag)
public/bundle.js:11092
↓ 1 callersFunctionvalidateMethodOverride
(isAlreadyDefined, name)
public/bundle.js:2351
↓ 1 callersFunctionvalidateProperty
(tagName, name, debugID)
public/bundle.js:21293
↓ 1 callersFunctionwarnBadVendoredStyleName
(name, owner)
public/bundle.js:11885
↓ 1 callersFunctionwarnHyphenatedStyleName
(name, owner)
public/bundle.js:11876
↓ 1 callersFunctionwarnInvalidSetState
()
public/bundle.js:8428
↓ 1 callersFunctionwarnStyleValueIsNaN
(name, value, owner)
public/bundle.js:11903
↓ 1 callersFunctionwarnStyleValueWithSemicolon
(name, value, owner)
public/bundle.js:11894
↓ 1 callersFunctionwarnUnknownProperties
(debugID, element)
public/bundle.js:21327
FunctionCallbackQueue
* 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
FunctionComponentDummy
()
public/bundle.js:1970
FunctionConstructor
(props, context, updater)
public/bundle.js:2628
FunctionDownloadForm
()
public/bundle.js:24147
FunctionDownloadList
()
public/bundle.js:24558
FunctionDownloadPanel
(props)
public/bundle.js:21465
FunctionE
()
public/bundle.js:6886
FunctionFallbackCompositionState
* 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
FunctionForEachBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * traversal. Allows avoiding binding callbacks. * * @constructor F
public/bundle.js:465
FunctionItem
(fun, array)
public/bundle.js:302
FunctionMapBookKeeping
* PooledClass representing the bookkeeping associated with performing a child * mapping. Allows avoiding binding callbacks. * * @constructor Map
public/bundle.js:514
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
public/bundle.js:3858
FunctionReactClassComponent
()
public/bundle.js:2609
FunctionReactComponent
* Base class helpers for the updating state of a component.
public/bundle.js:1711
FunctionReactCompositeComponentWrapper
(element)
public/bundle.js:14932
FunctionReactDOMComponent
* 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
FunctionReactDOMEmptyComponent
(instantiate)
public/bundle.js:17190
FunctionReactDOMTextComponent
(text)
public/bundle.js:17418
FunctionReactDefaultBatchingStrategyTransaction
()
public/bundle.js:17583
FunctionReactPureComponent
* Base class helpers for the updating state of a component.
public/bundle.js:1960
FunctionReactReconcileTransaction
* Currently: * - The order that these are listed in the transaction is critical: * - Suppresses events. * - Restores selection range. * * Fu
public/bundle.js:18069
FunctionReactServerRenderingTransaction
* @class ReactServerRenderingTransaction * @param {boolean} renderToStaticMarkup
public/bundle.js:16364
FunctionReactServerUpdateQueue
(transaction)
public/bundle.js:16456
FunctionReactUpdatesFlushTransaction
()
public/bundle.js:7380
FunctionStatelessComponent
(Component)
public/bundle.js:15072
FunctionSyntheticAnimationEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19886
FunctionSyntheticClipboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19929
FunctionSyntheticCompositionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:6658
FunctionSyntheticDragEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20262
FunctionSyntheticEvent
* 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
FunctionSyntheticFocusEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:19970
FunctionSyntheticInputEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:6973
FunctionSyntheticKeyboardEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20059
FunctionSyntheticMouseEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:9226
FunctionSyntheticTouchEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20312
FunctionSyntheticTransitionEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20356
FunctionSyntheticUIEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:9290
FunctionSyntheticWheelEvent
* @param {object} dispatchConfig Configuration used to dispatch this event. * @param {string} dispatchMarker Marker identifying the event target.
public/bundle.js:20415
FunctionTopLevelCallbackBookKeeping
(topLevelType, nativeEvent)
public/bundle.js:17664
FunctionTopLevelWrapper
()
public/bundle.js:20655
Function_handleChange
(event)
public/bundle.js:13493
FunctionaccumulateDirectDispatches
(events)
public/bundle.js:5495
FunctionaccumulateDirectDispatchesSingle
* Accumulates dispatches on an `SyntheticEvent`, but only for the * `dispatchMarker`. * @param {SyntheticEvent} event
public/bundle.js:5477
FunctionaccumulateDirectionalDispatches
* 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
FunctionaccumulateEnterLeaveDispatches
(leave, enter, from, to)
public/bundle.js:5491
FunctionaccumulateTwoPhaseDispatches
(events)
public/bundle.js:5483
FunctionaccumulateTwoPhaseDispatchesSingle
* 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
FunctionaccumulateTwoPhaseDispatchesSingleSkipTarget
* Same as `accumulateTwoPhaseDispatchesSingle`, but skips over the targetID.
public/bundle.js:5448
FunctionaccumulateTwoPhaseDispatchesSkipTarget
(events)
public/bundle.js:5487
FunctionaddPoolingTo
(CopyConstructor, pooler)
public/bundle.js:726
FunctionapplyToSingletonTag
(styleElement, index, remove, obj)
public/bundle.js:24474
FunctionapplyToTag
(styleElement, obj)
public/bundle.js:24491
Functionasap
* 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
FunctionassertString
(input)
public/bundle.js:21894
FunctionattachRefs
* Helper to call ReactRef.attachRefs with this composite component, split out * to avoid allocations in the transaction mount-ready queue.
public/bundle.js:7733
FunctionbatchedMountComponentIntoNode
* Batched mount. * * @param {ReactComponent} componentInstance The instance to mount. * @param {DOMElement} container DOM element to mount into.
public/bundle.js:20549
FunctionbatchedUpdates
(callback, a, b, c, d, e)
public/bundle.js:7410
Functionblacklist
(str, chars)
public/bundle.js:24008
← previousnext →201–300 of 464, ranked by callers