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
Function
checkType
(isRequired, props, propName, componentName, location, propFullName, secret)
public/bundle.js:3869
Function
cleanUpNextTick
()
public/bundle.js:249
Function
componentDidMount
()
src/components/DownloadList.js:6
Method
constructor
(props)
src/components/DownloadPanel.js:13
Function
contains
(str, elem)
public/bundle.js:22017
Function
countChildren
* 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
Function
createArrayOfTypeChecker
(typeChecker)
public/bundle.js:3920
Function
createEnumTypeChecker
(expectedValues)
public/bundle.js:3968
Function
createInstanceForText
* @param {ReactText} text * @return {ReactComponent}
public/bundle.js:16214
Function
createInstanceTypeChecker
(expectedClass)
public/bundle.js:3955
Function
createInternalComponent
* 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
Function
createObjectOfTypeChecker
(typeChecker)
public/bundle.js:3989
Function
createShapeTypeChecker
(shapeTypes)
public/bundle.js:4044
Function
createUnionTypeChecker
(arrayOfTypeCheckers)
public/bundle.js:4013
Function
download
(url, options = { path: 'downloads', audioOnly: false })
src/server/handlers/youtube.js:16
Function
emptyFunction
()
public/bundle.js:1354
Function
equals
(str, comparison)
public/bundle.js:21990
Function
escape
* 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
Function
executeDirectDispatch
* 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
Function
executeDispatchesAndReleaseSimulated
(e)
public/bundle.js:5574
Function
executeDispatchesAndReleaseTopLevel
(e)
public/bundle.js:5577
Function
executeDispatchesInOrder
* Standard/simple iteration through an event's collected dispatches.
public/bundle.js:6130
Function
executeDispatchesInOrderStopAtTrue
* @see executeDispatchesInOrderStopAtTrueImpl
public/bundle.js:6185
Function
findDOMNode
* 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
Function
fiveArgumentPooler
(a1, a2, a3, a4, a5)
public/bundle.js:694
Function
forEachChildren
* 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
Function
forEachSingleChild
(bookKeeping, child, name)
public/bundle.js:477
Function
forEachSingleChildDummy
(traverseContext, child, name)
public/bundle.js:583
Function
forceUpdateIfMounted
()
public/bundle.js:13305
Function
fourArgumentPooler
(a1, a2, a3, a4)
public/bundle.js:683
Function
get
(url)
src/javascripts/helpers.js:3
Function
getEventKey
* @param {object} nativeEvent Native browser event. * @return {string} Normalized `key` property.
public/bundle.js:20198
Function
getEventModifierState
(nativeEvent)
public/bundle.js:9372
Function
getIDFromKey
(key)
public/bundle.js:3353
Function
getIEOffsets
* 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
Function
getInstanceFromNode
* 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
Function
getItem
(key)
public/bundle.js:24749
Function
getItem
(key)
src/javascripts/localStorage.js:3
Function
getModernOffsets
* @param {DOMElement} node * @return {?object}
public/bundle.js:18334
Function
getNodeFromInstance
* Given a ReactDOMComponent or ReactDOMTextComponent, return the corresponding * DOM node.
public/bundle.js:4520
Function
getParentInstance
* Return the parent instance of the passed-in instance.
public/bundle.js:17314
Function
getRegisteredIDs
()
public/bundle.js:3411
Function
getRootIDs
()
public/bundle.js:3419
Function
getTargetInstForChangeEvent
(topLevelType, targetInst)
public/bundle.js:7083
Function
getTargetInstForClickEvent
(topLevelType, targetInst)
public/bundle.js:7251
Function
getTargetInstForInputEvent
* If a `change` event should be fired, returns the target's ID.
public/bundle.js:7191
Function
getTargetInstForInputEventIE
(topLevelType, targetInst)
public/bundle.js:7222
Method
handleClearClick
()
src/components/DownloadPanel.js:24
Function
handleEventsForChangeEventIE8
(topLevelType, target, targetInst)
public/bundle.js:7088
Function
handleEventsForInputEventIE
(topLevelType, target, targetInst)
public/bundle.js:7199
Function
handlePropertyChange
* (For IE <=11) Handles a propertychange event, sending a `change` event if * the value of the active element has changed.
public/bundle.js:7175
Method
handleSubmit
(e)
src/components/DownloadPanel.js:41
Function
handleTopLevelImpl
(bookKeeping)
public/bundle.js:17678
Method
handleVideoDownloadClick
(e)
src/components/DownloadPanel.js:29
Function
hasDispatches
* @param {SyntheticEvent} event * @return {boolean} True iff number of dispatches accumulated is greater than 0.
public/bundle.js:6220
Function
inject
()
public/bundle.js:4831
Function
inputPostMount
()
public/bundle.js:10933
Function
invokeComponentDidMountWithTimer
()
public/bundle.js:15087
Function
invokeComponentDidUpdateWithTimer
(prevProps, prevState, prevContext)
public/bundle.js:15098
Function
invokeGuardedCallback
* 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
Function
isAfter
(str)
public/bundle.js:23371
Function
isAlpha
(str)
public/bundle.js:22550
Function
isAlphanumeric
(str)
public/bundle.js:22636
Function
isAncestor
* Return if A is an ancestor of B.
public/bundle.js:17298
Function
isAscii
(str)
public/bundle.js:22739
Function
isBase64
(str)
public/bundle.js:23801
Function
isBefore
(str)
public/bundle.js:23402
Function
isBoolean
(str)
public/bundle.js:22525
Function
isByteLength
(str, options)
public/bundle.js:22211
Function
isCreditCard
(str)
public/bundle.js:23477
Function
isCurrency
(str, options)
public/bundle.js:23775
Function
isDataURI
(str)
public/bundle.js:23831
Function
isDate
(str)
public/bundle.js:23282
Function
isDecimal
(str)
public/bundle.js:22958
Function
isDivisibleBy
(str, num)
public/bundle.js:23010
Function
isEmail
(str, options)
public/bundle.js:22121
Function
isEndish
(topLevelType)
public/bundle.js:6082
Function
isFDQN
(str, options)
public/bundle.js:22255
Function
isFloat
(str, options)
public/bundle.js:22929
Function
isFullWidth
(str)
public/bundle.js:22765
Function
isHalfWidth
(str)
public/bundle.js:22790
Function
isHexColor
(str)
public/bundle.js:23035
Function
isHexadecimal
(str)
public/bundle.js:22983
Function
isIP
(str)
public/bundle.js:22417
Function
isISBN
(str)
public/bundle.js:23580
Function
isISIN
(str)
public/bundle.js:23525
Function
isIn
(str, options)
public/bundle.js:23436
Function
isInt
(str, options)
public/bundle.js:22894
Function
isJSON
(str)
public/bundle.js:23086
Function
isLength
(str, options)
public/bundle.js:23140
Function
isLowercase
(str)
public/bundle.js:22689
Function
isMACAddress
(str)
public/bundle.js:22502
Function
isMD5
(str)
public/bundle.js:23060
Function
isMobilePhone
(str, locale)
public/bundle.js:23680
Function
isMongoId
(str)
public/bundle.js:23212
Function
isMoveish
(topLevelType)
public/bundle.js:6086
Function
isMultibyte
(str)
public/bundle.js:22843
Function
isNull
(str)
public/bundle.js:23113
Function
isNumeric
(str)
public/bundle.js:22666
Function
isStartish
(topLevelType)
public/bundle.js:6089
← previous
next →
301–400 of 464, ranked by callers