MCPcopy Create free account

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

Functions464 in github.com/Algram/ytdl-webserver

FunctioncheckType
(isRequired, props, propName, componentName, location, propFullName, secret)
public/bundle.js:3869
FunctioncleanUpNextTick
()
public/bundle.js:249
FunctioncomponentDidMount
()
src/components/DownloadList.js:6
Methodconstructor
(props)
src/components/DownloadPanel.js:13
Functioncontains
(str, elem)
public/bundle.js:22017
FunctioncountChildren
* Count the number of children that are typically specified as * `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.h
public/bundle.js:596
FunctioncreateArrayOfTypeChecker
(typeChecker)
public/bundle.js:3920
FunctioncreateEnumTypeChecker
(expectedValues)
public/bundle.js:3968
FunctioncreateInstanceForText
* @param {ReactText} text * @return {ReactComponent}
public/bundle.js:16214
FunctioncreateInstanceTypeChecker
(expectedClass)
public/bundle.js:3955
FunctioncreateInternalComponent
* Get a host internal component class for a specific tag. * * @param {ReactElement} element The element to create. * @return {function} The inte
public/bundle.js:16205
FunctioncreateObjectOfTypeChecker
(typeChecker)
public/bundle.js:3989
FunctioncreateShapeTypeChecker
(shapeTypes)
public/bundle.js:4044
FunctioncreateUnionTypeChecker
(arrayOfTypeCheckers)
public/bundle.js:4013
Functiondownload
(url, options = { path: 'downloads', audioOnly: false })
src/server/handlers/youtube.js:16
FunctionemptyFunction
()
public/bundle.js:1354
Functionequals
(str, comparison)
public/bundle.js:21990
Functionescape
* Escape and wrap key so it is safe to use as a reactid * * @param {string} key to be escaped. * @return {string} the escaped key.
public/bundle.js:1643
FunctionexecuteDirectDispatch
* Execution of a "direct" dispatch - there must be at most one dispatch * accumulated on the event or it is considered an error. It doesn't really m
public/bundle.js:6201
FunctionexecuteDispatchesAndReleaseSimulated
(e)
public/bundle.js:5574
FunctionexecuteDispatchesAndReleaseTopLevel
(e)
public/bundle.js:5577
FunctionexecuteDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
public/bundle.js:6130
FunctionexecuteDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
public/bundle.js:6185
FunctionfindDOMNode
* Returns the DOM node rendered by this element. * * See https://facebook.github.io/react/docs/top-level-api.html#reactdom.finddomnode * * @pa
public/bundle.js:21164
FunctionfiveArgumentPooler
(a1, a2, a3, a4, a5)
public/bundle.js:694
FunctionforEachChildren
* Iterates through children that are typically specified as `props.children`. * * See https://facebook.github.io/react/docs/top-level-api.html#rea
public/bundle.js:496
FunctionforEachSingleChild
(bookKeeping, child, name)
public/bundle.js:477
FunctionforEachSingleChildDummy
(traverseContext, child, name)
public/bundle.js:583
FunctionforceUpdateIfMounted
()
public/bundle.js:13305
FunctionfourArgumentPooler
(a1, a2, a3, a4)
public/bundle.js:683
Functionget
(url)
src/javascripts/helpers.js:3
FunctiongetEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
public/bundle.js:20198
FunctiongetEventModifierState
(nativeEvent)
public/bundle.js:9372
FunctiongetIDFromKey
(key)
public/bundle.js:3353
FunctiongetIEOffsets
* Get the appropriate anchor and focus node/offset pairs for IE. * * The catch here is that IE's selection API doesn't provide information * abo
public/bundle.js:18311
FunctiongetInstanceFromNode
* Given a DOM node, return the ReactDOMComponent or ReactDOMTextComponent * instance, or null if the node was not rendered by this React.
public/bundle.js:4507
FunctiongetItem
(key)
public/bundle.js:24749
FunctiongetItem
(key)
src/javascripts/localStorage.js:3
FunctiongetModernOffsets
* @param {DOMElement} node * @return {?object}
public/bundle.js:18334
FunctiongetNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
public/bundle.js:4520
FunctiongetParentInstance
* Return the parent instance of the passed-in instance.
public/bundle.js:17314
FunctiongetRegisteredIDs
()
public/bundle.js:3411
FunctiongetRootIDs
()
public/bundle.js:3419
FunctiongetTargetInstForChangeEvent
(topLevelType, targetInst)
public/bundle.js:7083
FunctiongetTargetInstForClickEvent
(topLevelType, targetInst)
public/bundle.js:7251
FunctiongetTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
public/bundle.js:7191
FunctiongetTargetInstForInputEventIE
(topLevelType, targetInst)
public/bundle.js:7222
MethodhandleClearClick
()
src/components/DownloadPanel.js:24
FunctionhandleEventsForChangeEventIE8
(topLevelType, target, targetInst)
public/bundle.js:7088
FunctionhandleEventsForInputEventIE
(topLevelType, target, targetInst)
public/bundle.js:7199
FunctionhandlePropertyChange
* (For IE <=11) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
public/bundle.js:7175
MethodhandleSubmit
(e)
src/components/DownloadPanel.js:41
FunctionhandleTopLevelImpl
(bookKeeping)
public/bundle.js:17678
MethodhandleVideoDownloadClick
(e)
src/components/DownloadPanel.js:29
FunctionhasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
public/bundle.js:6220
Functioninject
()
public/bundle.js:4831
FunctioninputPostMount
()
public/bundle.js:10933
FunctioninvokeComponentDidMountWithTimer
()
public/bundle.js:15087
FunctioninvokeComponentDidUpdateWithTimer
(prevProps, prevState, prevContext)
public/bundle.js:15098
FunctioninvokeGuardedCallback
* Call a function while guarding against errors that happens within it. * * @param {?String} name of the guard to use for logging or debugging *
public/bundle.js:6292
FunctionisAfter
(str)
public/bundle.js:23371
FunctionisAlpha
(str)
public/bundle.js:22550
FunctionisAlphanumeric
(str)
public/bundle.js:22636
FunctionisAncestor
* Return if A is an ancestor of B.
public/bundle.js:17298
FunctionisAscii
(str)
public/bundle.js:22739
FunctionisBase64
(str)
public/bundle.js:23801
FunctionisBefore
(str)
public/bundle.js:23402
FunctionisBoolean
(str)
public/bundle.js:22525
FunctionisByteLength
(str, options)
public/bundle.js:22211
FunctionisCreditCard
(str)
public/bundle.js:23477
FunctionisCurrency
(str, options)
public/bundle.js:23775
FunctionisDataURI
(str)
public/bundle.js:23831
FunctionisDate
(str)
public/bundle.js:23282
FunctionisDecimal
(str)
public/bundle.js:22958
FunctionisDivisibleBy
(str, num)
public/bundle.js:23010
FunctionisEmail
(str, options)
public/bundle.js:22121
FunctionisEndish
(topLevelType)
public/bundle.js:6082
FunctionisFDQN
(str, options)
public/bundle.js:22255
FunctionisFloat
(str, options)
public/bundle.js:22929
FunctionisFullWidth
(str)
public/bundle.js:22765
FunctionisHalfWidth
(str)
public/bundle.js:22790
FunctionisHexColor
(str)
public/bundle.js:23035
FunctionisHexadecimal
(str)
public/bundle.js:22983
FunctionisIP
(str)
public/bundle.js:22417
FunctionisISBN
(str)
public/bundle.js:23580
FunctionisISIN
(str)
public/bundle.js:23525
FunctionisIn
(str, options)
public/bundle.js:23436
FunctionisInt
(str, options)
public/bundle.js:22894
FunctionisJSON
(str)
public/bundle.js:23086
FunctionisLength
(str, options)
public/bundle.js:23140
FunctionisLowercase
(str)
public/bundle.js:22689
FunctionisMACAddress
(str)
public/bundle.js:22502
FunctionisMD5
(str)
public/bundle.js:23060
FunctionisMobilePhone
(str, locale)
public/bundle.js:23680
FunctionisMongoId
(str)
public/bundle.js:23212
FunctionisMoveish
(topLevelType)
public/bundle.js:6086
FunctionisMultibyte
(str)
public/bundle.js:22843
FunctionisNull
(str)
public/bundle.js:23113
FunctionisNumeric
(str)
public/bundle.js:22666
FunctionisStartish
(topLevelType)
public/bundle.js:6089
← previousnext →301–400 of 464, ranked by callers