MCPcopy Create free account

hub / github.com/ygs-code/vue / functions

Functions418 in github.com/ygs-code/vue

↓ 1 callersFunctioncheckComponents
* Validate component names *验证组件名称
vue.js:1966
↓ 1 callersFunctioncheckEvent
(exp, text, errors)
vue.js:15379
↓ 1 callersFunctioncheckFor
(node, //节点 text, //for的text "(itme,index) in list" errors //错误信息 )
vue.js:15394
↓ 1 callersFunctioncheckForAliasModel
(el, value)
vue.js:14050
↓ 1 callersFunctioncheckInFor
(el)
vue.js:13964
↓ 1 callersFunctioncheckNode
(node, errors)
vue.js:15343
↓ 1 callersFunctionclassify
(str)
vue.js:816
↓ 1 callersFunctioncompile
( template, //字符串模板 options //options 参数 )
vue.js:15628
↓ 1 callersFunctioncreateAsyncPlaceholder
(factory, //工厂 data, //数据 context, //语境 children, //子节点 tag)
vue.js:3433
↓ 1 callersFunctioncreateCompileToFunctionFn
*Function: createCompileToFunctionFn  * Description: 函数科里化  创建一个对象,并且把字符串转换成 对象函数方式存在在对象中,导出去匿名函数 *Calls:   *Called By:  //调用本函数的
vue.js:15478
↓ 1 callersFunctioncreateCompilerCreator
*Function: createCompilerCreator  * Description: 函数科里化  创建一个对象,并且把字符串转换成 对象函数方式存在在对象中,导出去匿名函数 *Input: baseCompile 基本编译函数 *Return
vue.js:15617
↓ 1 callersFunctioncreateComponentInstanceForVnode
( vnode, // we know it's MountedComponentVNode but flow doesn't //我们知道它是MountedComponentVNode,但flow不是
vue.js:6266
↓ 1 callersFunctioncreateFunctionalComponent
( Ctor, //组件构造函数VueComponent propsData, //组件props数据 data, // 组件属性 数据 context
vue.js:5822
↓ 1 callersFunctioncreateKeyToOldIdx
(children, beginIdx, endIdx)
vue.js:7913
↓ 1 callersFunctioncreateOnceHandler
( handler,//转义过的事件 event, //事件名称 capture // 事件俘获或是冒泡行为 )
vue.js:10424
↓ 1 callersFunctioncreatePatchFunction
(backend)
vue.js:7926
↓ 1 callersFunctioncreateRmCb
( childElm, //子节点 listeners //事件数组 )
vue.js:8006
↓ 1 callersFunctiondeactivateChildComponent
(vm, direct)
vue.js:4306
↓ 1 callersFunctiondecodeAttr
( value, //标签中属性的值 shouldDecodeNewlines //状态布尔值 标志。判断是否是a标签和是ie浏览器还是谷歌浏览器 )
vue.js:12559
↓ 1 callersFunctiondedupe
( latest,//最新的选项 extended, //拓展的选项 sealed //获取子类选项 )
vue.js:6913
↓ 1 callersFunctiondefaultStrat
(parentVal, childVal)
vue.js:1958
↓ 1 callersFunctiondependArray
* Collect dependencies on array elements when the array is touched, since * we cannot intercept array element access like property getters.
vue.js:1669
↓ 1 callersFunctiondetectErrors
(ast)
vue.js:15333
↓ 1 callersFunctionemptyNodeAt
(elm)
vue.js:7987
↓ 1 callersFunctioneventsMixin
(Vue)
vue.js:3645
↓ 1 callersFunctionextractPropsFromVNodeData
( data, //tag标签属性数据 Ctor, //组件构造函数VueComponent tag //tag标签名称 )
vue.js:3165
↓ 1 callersFunctionfindIdxInOld
(node, oldCh, start, end)
vue.js:8662
↓ 1 callersFunctionfindPrevElement
(children)
vue.js:13693
↓ 1 callersFunctiongenCheckboxModel
( el, //虚拟dom value, //v-model view的属性值 modifiers )
vue.js:10158
↓ 1 callersFunctiongenClassForVnode
(vnode)
vue.js:7487
↓ 1 callersFunctiongenComment
(comment)
vue.js:15228
↓ 1 callersFunctiongenComponent
( componentName, //组件名称 el, state )
vue.js:15255
↓ 1 callersFunctiongenDefaultModel
( el, //虚拟dom value, //属性在view 的值 modifiers //标签类型对象 修饰符 )
vue.js:10319
↓ 1 callersFunctiongenDirectives
(el, state)
vue.js:15022
↓ 1 callersFunctiongenFor
( el, //虚拟dom 节点 state, //状态 altGen, //函数不知道是什么 altHelper //函数不知道是什么 )
vue.js:14903
↓ 1 callersFunctiongenForScopedSlot
(key, el, state)
vue.js:15109
↓ 1 callersFunctiongenHandler
( name, handler )
vue.js:14507
↓ 1 callersFunctiongenIfConditions
( conditions, //el 虚拟dom state, //状态 altGen, //知道干嘛的 altEmpty//知道干嘛的 )
vue.js:14868
↓ 1 callersFunctiongenInlineTemplate
(el, state)
vue.js:15072
↓ 1 callersFunctiongenKeyFilter
(keys)
vue.js:14574
↓ 1 callersFunctiongenRadioModel
( el, //虚拟dom value, //v-model 在view中的属性值 modifiers )
vue.js:10250
↓ 1 callersFunctiongenScopedSlots
(slots, state)
vue.js:15087
↓ 1 callersFunctiongenSelect
( el, //虚拟dom value, //v-model属性值 modifiers )
vue.js:10279
↓ 1 callersFunctiongenSlot
(el, state)
vue.js:15233
↓ 1 callersFunctiongenStaticKeys
* Generate a static keys string from compiler modules. * * [{ staticKeys:1},{staticKeys:2},{staticKeys:3}] * 连接数组对象中的 staticKeys key
vue.js:410
↓ 1 callersFunctiongenText
(text)
vue.js:15221
↓ 1 callersFunctiongetData
(data, vm)
vue.js:5020
↓ 1 callersFunctiongetNormalizationType
( children, maybeComponent )
vue.js:15171
↓ 1 callersFunctiongetOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well. *获取 dom的html //outerHTML 输出当前标签的本身和标签内的文本内容,如果有子标签,那么子标签本身和标签内
vue.js:15975
↓ 1 callersFunctiongetPropDefaultValue
* Get the default value of a prop. *获取prop 属性默认的vue值
vue.js:2353
↓ 1 callersFunctiongetRawDirName
(dir)
vue.js:9206
↓ 1 callersFunctiongetStyle
* parent component style should be after child's * so that parent component's style could override it * 父组件样式应该在子组件样式之后 * 这样父组件的样式就可以覆盖
vue.js:10689
↓ 1 callersFunctionguardIESVGBug
(attrs)
vue.js:14035
↓ 1 callersFunctionhandleStartTag
(match)
vue.js:12810
↓ 1 callersFunctionhasParentTransition
(vnode)
vue.js:11902
↓ 1 callersFunctioninitAssetRegisters
(Vue)
vue.js:7120
↓ 1 callersFunctioninitComputed
(vm, computed)
vue.js:5040
↓ 1 callersFunctioninitComputed$1
(Comp)
vue.js:7109
↓ 1 callersFunctioninitData
(vm)
vue.js:4963
↓ 1 callersFunctioninitEvents
(vm)
vue.js:3596
↓ 1 callersFunctioninitExtend
(Vue)
vue.js:6994
↓ 1 callersFunctioninitGlobalAPI
(Vue)
vue.js:7341
↓ 1 callersFunctioninitInjections
(vm)
vue.js:5314
↓ 1 callersFunctioninitInternalComponent
( vm, //vue实例 options //选项参数 )
vue.js:6830
↓ 1 callersFunctioninitLifecycle
(vm)
vue.js:3900
↓ 1 callersFunctioninitMethods
(vm, methods)
vue.js:5139
↓ 1 callersFunctioninitMixin
(Vue)
vue.js:6758
↓ 1 callersFunctioninitMixin$1
(Vue)
vue.js:6984
↓ 1 callersFunctioninitProps
(vm, propsOptions)
vue.js:4894
↓ 1 callersFunctioninitProps$1
(Comp)
vue.js:7101
↓ 1 callersFunctioninitProvide
(vm)
vue.js:5304
↓ 1 callersFunctioninitRender
(vm)
vue.js:6581
↓ 1 callersFunctioninitState
(vm)
vue.js:4852
↓ 1 callersFunctioninitUse
(Vue)
vue.js:6959
↓ 1 callersFunctioninitWatch
(vm, watch)
vue.js:5175
↓ 1 callersFunctioninstallComponentHooks
( data //vonde 虚拟dom )
vue.js:6289
↓ 1 callersFunctionisDirectChildOfTemplateFor
(node)
vue.js:14430
↓ 1 callersFunctionisDirtyWithModifiers
(elm, newVal)
vue.js:10609
↓ 1 callersFunctionisFalse
(v)
vue.js:41
↓ 1 callersFunctionisForbiddenTag
(el)
vue.js:14017
↓ 1 callersFunctionisNotInFocusAndDirty
(elm, checkVal)
vue.js:10596
↓ 1 callersFunctionisSameChild
(child, oldChild)
vue.js:11910
↓ 1 callersFunctionisStatic
(node)
vue.js:14408
↓ 1 callersFunctionisTextTag
(el)
vue.js:14012
↓ 1 callersFunctionlifecycleMixin
(Vue)
vue.js:3935
↓ 1 callersFunctionlooseIndexOf
(arr, val)
vue.js:468
↓ 1 callersFunctionmakeAttrsMap
(attrs)
vue.js:13994
↓ 1 callersFunctionmarkStatic$1
(node)
vue.js:14326
↓ 1 callersFunctionmarkStaticRoots
(node, isInFor)
vue.js:14363
↓ 1 callersFunctionmountComponent
( vm, //vnode el, //dom hydrating )
vue.js:4083
↓ 1 callersFunctionnormalizeArrayChildren
( children, nestedIndex )
vue.js:3334
↓ 1 callersFunctionnormalizeDirectives
* Normalize raw function directives into object format. * * 将原始函数指令归一化为对象格式。 * * * normalizeDirectives获取到指令对象值。循环对象指令的值,如果是函数
vue.js:2095
↓ 1 callersFunctionnormalizeEvents
(on)
vue.js:10399
↓ 1 callersFunctionnormalizeInject
* Normalize all injections into Object-based format * 将所有注入规范化为基于对象的格式 * * * 将数组转化成对象 比如 [1,2,3]转化成 * normalized[1]={from: 1}
vue.js:2056
↓ 1 callersFunctionnormalizeProps
* Ensure all props option syntax are normalized into the * 确保所有props选项语法都规范化为 * Object-based format. * 基于对象格式 * * 检查 props 数据
vue.js:2000
↓ 1 callersFunctionoptimize
* 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 callersFunctionparse
* Convert HTML string to AST. * 将HTML字符串转换为AST。
vue.js:13100
↓ 1 callersFunctionparseBracket
(chr)
vue.js:10048
↓ 1 callersFunctionparseFor
(exp //字符串 列如 是 (item,index) in data 或 item in data 或item of data 或者(item,index) of data )
vue.js:13624
↓ 1 callersFunctionparseHTML
( html, //字符串模板 options //参数 )
vue.js:12575
← previousnext →201–300 of 418, ranked by callers