Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ygs-code/vue
/ functions
Functions
418 in github.com/ygs-code/vue
⨍
Functions
418
◇
Types & classes
0
↓ 1 callers
Function
checkComponents
* Validate component names *验证组件名称
vue.js:1966
↓ 1 callers
Function
checkEvent
(exp, text, errors)
vue.js:15379
↓ 1 callers
Function
checkFor
(node, //节点 text, //for的text "(itme,index) in list" errors //错误信息 )
vue.js:15394
↓ 1 callers
Function
checkForAliasModel
(el, value)
vue.js:14050
↓ 1 callers
Function
checkInFor
(el)
vue.js:13964
↓ 1 callers
Function
checkNode
(node, errors)
vue.js:15343
↓ 1 callers
Function
classify
(str)
vue.js:816
↓ 1 callers
Function
compile
( template, //字符串模板 options //options 参数 )
vue.js:15628
↓ 1 callers
Function
createAsyncPlaceholder
(factory, //工厂 data, //数据 context, //语境 children, //子节点 tag)
vue.js:3433
↓ 1 callers
Function
createCompileToFunctionFn
*Function: createCompileToFunctionFn * Description: 函数科里化 创建一个对象,并且把字符串转换成 对象函数方式存在在对象中,导出去匿名函数 *Calls: *Called By: //调用本函数的
vue.js:15478
↓ 1 callers
Function
createCompilerCreator
*Function: createCompilerCreator * Description: 函数科里化 创建一个对象,并且把字符串转换成 对象函数方式存在在对象中,导出去匿名函数 *Input: baseCompile 基本编译函数 *Return
vue.js:15617
↓ 1 callers
Function
createComponentInstanceForVnode
( vnode, // we know it's MountedComponentVNode but flow doesn't //我们知道它是MountedComponentVNode,但flow不是
vue.js:6266
↓ 1 callers
Function
createFunctionalComponent
( Ctor, //组件构造函数VueComponent propsData, //组件props数据 data, // 组件属性 数据 context
vue.js:5822
↓ 1 callers
Function
createKeyToOldIdx
(children, beginIdx, endIdx)
vue.js:7913
↓ 1 callers
Function
createOnceHandler
( handler,//转义过的事件 event, //事件名称 capture // 事件俘获或是冒泡行为 )
vue.js:10424
↓ 1 callers
Function
createPatchFunction
(backend)
vue.js:7926
↓ 1 callers
Function
createRmCb
( childElm, //子节点 listeners //事件数组 )
vue.js:8006
↓ 1 callers
Function
deactivateChildComponent
(vm, direct)
vue.js:4306
↓ 1 callers
Function
decodeAttr
( value, //标签中属性的值 shouldDecodeNewlines //状态布尔值 标志。判断是否是a标签和是ie浏览器还是谷歌浏览器 )
vue.js:12559
↓ 1 callers
Function
dedupe
( latest,//最新的选项 extended, //拓展的选项 sealed //获取子类选项 )
vue.js:6913
↓ 1 callers
Function
defaultStrat
(parentVal, childVal)
vue.js:1958
↓ 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:1669
↓ 1 callers
Function
detectErrors
(ast)
vue.js:15333
↓ 1 callers
Function
emptyNodeAt
(elm)
vue.js:7987
↓ 1 callers
Function
eventsMixin
(Vue)
vue.js:3645
↓ 1 callers
Function
extractPropsFromVNodeData
( data, //tag标签属性数据 Ctor, //组件构造函数VueComponent tag //tag标签名称 )
vue.js:3165
↓ 1 callers
Function
findIdxInOld
(node, oldCh, start, end)
vue.js:8662
↓ 1 callers
Function
findPrevElement
(children)
vue.js:13693
↓ 1 callers
Function
genCheckboxModel
( el, //虚拟dom value, //v-model view的属性值 modifiers )
vue.js:10158
↓ 1 callers
Function
genClassForVnode
(vnode)
vue.js:7487
↓ 1 callers
Function
genComment
(comment)
vue.js:15228
↓ 1 callers
Function
genComponent
( componentName, //组件名称 el, state )
vue.js:15255
↓ 1 callers
Function
genDefaultModel
( el, //虚拟dom value, //属性在view 的值 modifiers //标签类型对象 修饰符 )
vue.js:10319
↓ 1 callers
Function
genDirectives
(el, state)
vue.js:15022
↓ 1 callers
Function
genFor
( el, //虚拟dom 节点 state, //状态 altGen, //函数不知道是什么 altHelper //函数不知道是什么 )
vue.js:14903
↓ 1 callers
Function
genForScopedSlot
(key, el, state)
vue.js:15109
↓ 1 callers
Function
genHandler
( name, handler )
vue.js:14507
↓ 1 callers
Function
genIfConditions
( conditions, //el 虚拟dom state, //状态 altGen, //知道干嘛的 altEmpty//知道干嘛的 )
vue.js:14868
↓ 1 callers
Function
genInlineTemplate
(el, state)
vue.js:15072
↓ 1 callers
Function
genKeyFilter
(keys)
vue.js:14574
↓ 1 callers
Function
genRadioModel
( el, //虚拟dom value, //v-model 在view中的属性值 modifiers )
vue.js:10250
↓ 1 callers
Function
genScopedSlots
(slots, state)
vue.js:15087
↓ 1 callers
Function
genSelect
( el, //虚拟dom value, //v-model属性值 modifiers )
vue.js:10279
↓ 1 callers
Function
genSlot
(el, state)
vue.js:15233
↓ 1 callers
Function
genStaticKeys
* Generate a static keys string from compiler modules. * * [{ staticKeys:1},{staticKeys:2},{staticKeys:3}] * 连接数组对象中的 staticKeys key
vue.js:410
↓ 1 callers
Function
genText
(text)
vue.js:15221
↓ 1 callers
Function
getData
(data, vm)
vue.js:5020
↓ 1 callers
Function
getNormalizationType
( children, maybeComponent )
vue.js:15171
↓ 1 callers
Function
getOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well. *获取 dom的html //outerHTML 输出当前标签的本身和标签内的文本内容,如果有子标签,那么子标签本身和标签内
vue.js:15975
↓ 1 callers
Function
getPropDefaultValue
* Get the default value of a prop. *获取prop 属性默认的vue值
vue.js:2353
↓ 1 callers
Function
getRawDirName
(dir)
vue.js:9206
↓ 1 callers
Function
getStyle
* parent component style should be after child's * so that parent component's style could override it * 父组件样式应该在子组件样式之后 * 这样父组件的样式就可以覆盖
vue.js:10689
↓ 1 callers
Function
guardIESVGBug
(attrs)
vue.js:14035
↓ 1 callers
Function
handleStartTag
(match)
vue.js:12810
↓ 1 callers
Function
hasParentTransition
(vnode)
vue.js:11902
↓ 1 callers
Function
initAssetRegisters
(Vue)
vue.js:7120
↓ 1 callers
Function
initComputed
(vm, computed)
vue.js:5040
↓ 1 callers
Function
initComputed$1
(Comp)
vue.js:7109
↓ 1 callers
Function
initData
(vm)
vue.js:4963
↓ 1 callers
Function
initEvents
(vm)
vue.js:3596
↓ 1 callers
Function
initExtend
(Vue)
vue.js:6994
↓ 1 callers
Function
initGlobalAPI
(Vue)
vue.js:7341
↓ 1 callers
Function
initInjections
(vm)
vue.js:5314
↓ 1 callers
Function
initInternalComponent
( vm, //vue实例 options //选项参数 )
vue.js:6830
↓ 1 callers
Function
initLifecycle
(vm)
vue.js:3900
↓ 1 callers
Function
initMethods
(vm, methods)
vue.js:5139
↓ 1 callers
Function
initMixin
(Vue)
vue.js:6758
↓ 1 callers
Function
initMixin$1
(Vue)
vue.js:6984
↓ 1 callers
Function
initProps
(vm, propsOptions)
vue.js:4894
↓ 1 callers
Function
initProps$1
(Comp)
vue.js:7101
↓ 1 callers
Function
initProvide
(vm)
vue.js:5304
↓ 1 callers
Function
initRender
(vm)
vue.js:6581
↓ 1 callers
Function
initState
(vm)
vue.js:4852
↓ 1 callers
Function
initUse
(Vue)
vue.js:6959
↓ 1 callers
Function
initWatch
(vm, watch)
vue.js:5175
↓ 1 callers
Function
installComponentHooks
( data //vonde 虚拟dom )
vue.js:6289
↓ 1 callers
Function
isDirectChildOfTemplateFor
(node)
vue.js:14430
↓ 1 callers
Function
isDirtyWithModifiers
(elm, newVal)
vue.js:10609
↓ 1 callers
Function
isFalse
(v)
vue.js:41
↓ 1 callers
Function
isForbiddenTag
(el)
vue.js:14017
↓ 1 callers
Function
isNotInFocusAndDirty
(elm, checkVal)
vue.js:10596
↓ 1 callers
Function
isSameChild
(child, oldChild)
vue.js:11910
↓ 1 callers
Function
isStatic
(node)
vue.js:14408
↓ 1 callers
Function
isTextTag
(el)
vue.js:14012
↓ 1 callers
Function
lifecycleMixin
(Vue)
vue.js:3935
↓ 1 callers
Function
looseIndexOf
(arr, val)
vue.js:468
↓ 1 callers
Function
makeAttrsMap
(attrs)
vue.js:13994
↓ 1 callers
Function
markStatic$1
(node)
vue.js:14326
↓ 1 callers
Function
markStaticRoots
(node, isInFor)
vue.js:14363
↓ 1 callers
Function
mountComponent
( vm, //vnode el, //dom hydrating )
vue.js:4083
↓ 1 callers
Function
normalizeArrayChildren
( children, nestedIndex )
vue.js:3334
↓ 1 callers
Function
normalizeDirectives
* Normalize raw function directives into object format. * * 将原始函数指令归一化为对象格式。 * * * normalizeDirectives获取到指令对象值。循环对象指令的值,如果是函数
vue.js:2095
↓ 1 callers
Function
normalizeEvents
(on)
vue.js:10399
↓ 1 callers
Function
normalizeInject
* Normalize all injections into Object-based format * 将所有注入规范化为基于对象的格式 * * * 将数组转化成对象 比如 [1,2,3]转化成 * normalized[1]={from: 1}
vue.js:2056
↓ 1 callers
Function
normalizeProps
* Ensure all props option syntax are normalized into the * 确保所有props选项语法都规范化为 * Object-based format. * 基于对象格式 * * 检查 props 数据
vue.js:2000
↓ 1 callers
Function
optimize
* Goal of the optimizer: walk the generated template AST tree * and detect sub-trees that are purely static, i.e. parts of * the DOM that ne
vue.js:14301
↓ 1 callers
Function
parse
* Convert HTML string to AST. * 将HTML字符串转换为AST。
vue.js:13100
↓ 1 callers
Function
parseBracket
(chr)
vue.js:10048
↓ 1 callers
Function
parseFor
(exp //字符串 列如 是 (item,index) in data 或 item in data 或item of data 或者(item,index) of data )
vue.js:13624
↓ 1 callers
Function
parseHTML
( html, //字符串模板 options //参数 )
vue.js:12575
← previous
next →
201–300 of 418, ranked by callers