Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Momo707577045/m3u8-downloader
/ functions
Functions
542 in github.com/Momo707577045/m3u8-downloader
⨍
Functions
542
◇
Types & classes
0
↓ 2 callers
Function
removeClass
* Remove class with compatibility for SVG since classList is not supported on * SVG elements in IE
vue.js:7891
↓ 2 callers
Function
resolveConstructorOptions
(Ctor)
vue.js:5029
↓ 2 callers
Function
resolveInject
(inject, vm)
vue.js:2455
↓ 2 callers
Function
resolveTransition
(def$$1)
vue.js:7924
↓ 2 callers
Function
sampleForFrame
(frame, dataOffset)
mux-mp4.js:3673
↓ 2 callers
Function
setActiveInstance
(vm)
vue.js:3894
↓ 2 callers
Function
setAttr
(el, key, value)
vue.js:6721
↓ 2 callers
Function
setProp
(el, name, val)
vue.js:7771
↓ 2 callers
Function
setScope
(vnode)
vue.js:6069
↓ 2 callers
Function
setSelected
(el, binding, vm)
vue.js:8513
↓ 2 callers
Function
shouldIgnoreFirstNewline
(tag, html)
vue.js:9272
↓ 2 callers
Function
styleValue
(value, type)
vue.js:1802
↓ 2 callers
Function
toMs
(s)
vue.js:8103
↓ 2 callers
Function
toObject
* Merge an Array of Objects into a single Object.
vue.js:251
↓ 2 callers
Function
transformSpecialNewlines
(text)
vue.js:11449
↓ 2 callers
Function
trimEndingWhitespace
(el)
vue.js:9680
↓ 2 callers
Function
trun
(data)
mux-mp4.js:6591
↓ 2 callers
Function
updateComponentListeners
( vm, listeners, oldListeners )
vue.js:3786
↓ 2 callers
Function
updateListeners
( on, oldOn, add, remove$$1, createOnceHandler, vm )
vue.js:2194
↓ 2 callers
Function
warnNonPresent
(target, key)
vue.js:2045
↓ 2 callers
Function
warnReservedPrefix
(target, key)
vue.js:2056
↓ 2 callers
Function
whenTransitionEnds
( el, expectedType, cb )
vue.js:8005
↓ 1 callers
Function
_createElement
( context, tag, data, children, normalizationType )
vue.js:3362
↓ 1 callers
Function
_traverse
(val, seen)
vue.js:2135
↓ 1 callers
Function
_update
(oldVnode, vnode)
vue.js:6572
↓ 1 callers
Function
add
(event, fn)
vue.js:3768
↓ 1 callers
Function
addDirective
( el, name, rawName, value, arg, isDynamicArg, modifiers, range )
vue.js:6954
↓ 1 callers
Function
applyNS
(vnode, ns, force)
vue.js:3446
↓ 1 callers
Function
assertNodeMatch
(node, vnode, inVPre)
vue.js:6440
↓ 1 callers
Function
assertProp
* Assert whether a prop is valid.
vue.js:1681
↓ 1 callers
Function
assertType
(value, type)
vue.js:1732
↓ 1 callers
Function
callActivatedHooks
(queue)
vue.js:4361
↓ 1 callers
Function
callInsert
()
vue.js:6603
↓ 1 callers
Function
callUpdatedHooks
(queue)
vue.js:4339
↓ 1 callers
Function
checkComponents
* Validate component names
vue.js:1405
↓ 1 callers
Function
checkEvent
(exp, text, warn, range)
vue.js:11509
↓ 1 callers
Function
checkFor
(node, text, warn, range)
vue.js:11522
↓ 1 callers
Function
checkForAliasModel
(el, value)
vue.js:10461
↓ 1 callers
Function
checkInFor
(el)
vue.js:10397
↓ 1 callers
Function
checkM3u8Url
(url)
m3u8-downloader.user.js:59
↓ 1 callers
Function
checkNode
(node, warn)
vue.js:11482
↓ 1 callers
Function
checkVideo
()
m3u8-downloader.user.js:81
↓ 1 callers
Function
classify
(str)
vue.js:623
↓ 1 callers
Function
compile
( template, options )
vue.js:11738
↓ 1 callers
Function
containsSlotChild
(el)
vue.js:11278
↓ 1 callers
Function
convertEnumeratedValue
(key, value)
vue.js:5462
↓ 1 callers
Function
copyAugment
(target, src, keys)
vue.js:976
↓ 1 callers
Function
createAsyncPlaceholder
( factory, data, context, children, tag )
vue.js:3598
↓ 1 callers
Function
createCompileToFunctionFn
(compile)
vue.js:11634
↓ 1 callers
Function
createCompilerCreator
(baseCompile)
vue.js:11736
↓ 1 callers
Function
createComponentInstanceForVnode
( vnode, // we know it's MountedComponentVNode but flow doesn't parent // activeInstance in lifecycle
vue.js:3274
↓ 1 callers
Function
createDefaultSample
()
mux-mp4.js:3651
↓ 1 callers
Function
createFunctionalComponent
( Ctor, propsData, data, contextVm, children )
vue.js:3037
↓ 1 callers
Function
createKeyToOldIdx
(children, beginIdx, endIdx)
vue.js:5828
↓ 1 callers
Function
createOnceHandler
(event, fn)
vue.js:3776
↓ 1 callers
Function
createPatchFunction
(backend)
vue.js:5838
↓ 1 callers
Function
createRmCb
(childElm, listeners)
vue.js:5858
↓ 1 callers
Function
createStream
(port)
serviceWorker.js:28
↓ 1 callers
Function
deactivateChildComponent
(vm, direct)
vue.js:4190
↓ 1 callers
Function
decodeAttr
(value, shouldDecodeNewlines)
vue.js:9274
↓ 1 callers
Function
dedupeHooks
(hooks)
vue.js:1294
↓ 1 callers
Function
defaultStrat
(parentVal, childVal)
vue.js:1396
↓ 1 callers
Function
dependArray
* Collect dependencies on array elements when the array is touched, since * we cannot intercept array element access like property getters.
vue.js:1144
↓ 1 callers
Function
detectErrors
(ast, warn)
vue.js:11476
↓ 1 callers
Function
downloadWithA
(url, name)
m3u8-downloader.user.js:48
↓ 1 callers
Function
emptyNodeAt
(elm)
vue.js:5854
↓ 1 callers
Function
eventsMixin
(Vue)
vue.js:3796
↓ 1 callers
Function
extractPropsFromVNodeData
( data, Ctor, tag )
vue.js:2270
↓ 1 callers
Function
findIdxInOld
(node, oldCh, start, end)
vue.js:6245
↓ 1 callers
Function
findPrevElement
(children)
vue.js:10067
↓ 1 callers
Function
findSeiNals
(avcStream, samples, trackId)
mux-mp4.js:3035
↓ 1 callers
Function
flushSchedulerQueue
* Flush both queues and run the watchers.
vue.js:4280
↓ 1 callers
Function
genCheckboxModel
( el, value, modifiers )
vue.js:7355
↓ 1 callers
Function
genClassForVnode
(vnode)
vue.js:5496
↓ 1 callers
Function
genComment
(comment)
vue.js:11389
↓ 1 callers
Function
genComponent
( componentName, el, state )
vue.js:11419
↓ 1 callers
Function
genDefaultModel
( el, value, modifiers )
vue.js:7415
↓ 1 callers
Function
genDirectives
(el, state)
vue.js:11176
↓ 1 callers
Function
genHandler
(handler)
vue.js:10797
↓ 1 callers
Function
genIfConditions
( conditions, state, altGen, altEmpty )
vue.js:11033
↓ 1 callers
Function
genInlineTemplate
(el, state)
vue.js:11201
↓ 1 callers
Function
genKeyFilter
(keys)
vue.js:10856
↓ 1 callers
Function
genRadioModel
( el, value, modifiers )
vue.js:7386
↓ 1 callers
Function
genScopedSlot
( el, state )
vue.js:11288
↓ 1 callers
Function
genScopedSlots
( el, slots, state )
vue.js:11215
↓ 1 callers
Function
genSelect
( el, value, modifiers )
vue.js:7398
↓ 1 callers
Function
genSlot
(el, state)
vue.js:11393
↓ 1 callers
Function
genStaticKeys
* Generate a string containing static keys from compiler modules.
vue.js:285
↓ 1 callers
Function
genText
(text)
vue.js:11383
↓ 1 callers
Function
generateCodeFrame
( source, start, end )
vue.js:11571
↓ 1 callers
Function
generateVideoSegmentTimingInfo
( baseMediaDecodeTime, startDts, startPts, endDts, endPts, prependedContentDuration )
mux-mp4.js:5170
↓ 1 callers
Function
getData
(data, vm)
vue.js:4734
↓ 1 callers
Function
getId3Offset
(data, offset)
mux-mp4.js:179
↓ 1 callers
Function
getInvalidTypeMessage
(name, value, expectedTypes)
vue.js:1781
↓ 1 callers
Function
getNormalizationType
( children, maybeComponent )
vue.js:11346
↓ 1 callers
Function
getOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well.
vue.js:11929
↓ 1 callers
Function
getPropDefaultValue
* Get the default value of a prop.
vue.js:1648
↓ 1 callers
Function
getRawDirName
(dir)
vue.js:6658
↓ 1 callers
Function
getStyle
* parent component style should be after child's * so that parent component's style could override it
vue.js:7737
↓ 1 callers
Function
getTitle
()
m3u8-downloader.user.js:129
← previous
next →
201–300 of 542, ranked by callers