Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhnddowinf/vuejs-learn
/ functions
Functions
1,363 in github.com/bhnddowinf/vuejs-learn
⨍
Functions
1,363
◇
Types & classes
0
↓ 7 callers
Function
initProp
* Set a prop's initial value on a vm and its data object. * * @param {Vue} vm * @param {Object} prop * @param {*} value
12/vue.js:6020
↓ 7 callers
Function
initProp
* Set a prop's initial value on a vm and its data object. * * @param {Vue} vm * @param {Object} prop * @param {*} value
11/vue.js:6154
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
14/vue.js:687
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
09/vue.js:655
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
10/vue.js:655
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
13/vue.js:655
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
12/vue.js:655
↓ 7 callers
Function
parseDirective
* Parse a directive value and extract the expression * and its filters into a descriptor. * * Example: * * "a + 1 | uppercase" will yie
11/vue.js:682
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
14/vue.js:1229
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
09/vue.js:1198
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
10/vue.js:1198
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
13/vue.js:1198
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
12/vue.js:1198
↓ 7 callers
Function
remove
* Remove el from DOM * * @param {Element} el
11/vue.js:1223
↓ 7 callers
Function
removeClass
* Remove class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
14/vue.js:1347
↓ 7 callers
Function
removeClass
* Remove class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
11/vue.js:1341
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
14/vue.js:128
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
09/vue.js:124
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
10/vue.js:124
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
13/vue.js:124
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
12/vue.js:124
↓ 7 callers
Function
toNumber
* Check and convert possible numeric strings to numbers * before setting back to data * * @param {*} value * @return {*|Number}
11/vue.js:128
↓ 6 callers
Function
addClass
* Add class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
09/vue.js:1298
↓ 6 callers
Function
addClass
* Add class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
10/vue.js:1298
↓ 6 callers
Function
addClass
* Add class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
13/vue.js:1298
↓ 6 callers
Function
addClass
* Add class with compatibility for IE & SVG * * @param {Element} el * @param {String} cls
12/vue.js:1298
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
14/vue.js:1204
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
09/vue.js:1173
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
10/vue.js:1173
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
13/vue.js:1173
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
12/vue.js:1173
↓ 6 callers
Function
before
* Insert el before target * * @param {Element} el * @param {Element} target
11/vue.js:1198
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
14/vue.js:217
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
09/vue.js:213
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
10/vue.js:213
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
13/vue.js:213
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
12/vue.js:213
↓ 6 callers
Function
bind
* Simple bind, faster than native * * @param {Function} fn * @param {Object} ctx * @return {Function}
11/vue.js:217
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
14/vue.js:1177
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
09/vue.js:1146
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
10/vue.js:1146
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
13/vue.js:1146
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
12/vue.js:1146
↓ 6 callers
Function
getBindAttr
* Get an attribute with colon or v-bind: prefix. * * @param {Node} node * @param {String} name * @return {String|null}
11/vue.js:1171
↓ 6 callers
Function
hyphenate
(str)
09/vue.js:183
↓ 6 callers
Function
hyphenate
(str)
10/vue.js:183
↓ 6 callers
Function
hyphenate
(str)
13/vue.js:183
↓ 6 callers
Function
hyphenate
(str)
12/vue.js:183
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
14/vue.js:2967
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
09/vue.js:2926
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
10/vue.js:2926
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
13/vue.js:2926
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
12/vue.js:2926
↓ 6 callers
Function
parseExpression
* Parse an expression into re-written getter/setters. * * @param {String} exp * @param {Boolean} needSet * @return {Function}
11/vue.js:2945
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
14/vue.js:3662
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
09/vue.js:3592
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
10/vue.js:3592
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
13/vue.js:3592
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
12/vue.js:3592
↓ 6 callers
Function
parseTemplate
* Process the template option and normalizes it into a * a DocumentFragment that can be used as a partial or a * instance template. * * @p
11/vue.js:3630
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
14/vue.js:7543
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
09/vue.js:7334
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
10/vue.js:7334
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
13/vue.js:7334
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
12/vue.js:7334
↓ 6 callers
Function
pushDir
* Push a directive. * * @param {String} dirName * @param {Object|Function} def * @param {Array} [interpTokens]
11/vue.js:7498
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
14/vue.js:3603
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
09/vue.js:3533
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
10/vue.js:3533
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
13/vue.js:3533
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
12/vue.js:3533
↓ 5 callers
Function
cloneNode
* 1. Deal with Safari cloning nested <template> bug by * manually cloning all template instances. * 2. Deal with IE10/11 textarea placeholder
11/vue.js:3571
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
14/vue.js:6878
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
09/vue.js:6664
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
10/vue.js:6664
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
13/vue.js:6664
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
12/vue.js:6664
↓ 5 callers
Function
compile
* Compile a template and return a reusable composite link * function, which recursively contains more link functions * inside. This top level co
11/vue.js:6833
↓ 5 callers
Function
fn
(vm, el, host, scope, frag)
14/vue.js:7447
↓ 5 callers
Function
fn
(vm, el, host, scope, frag)
11/vue.js:7402
↓ 5 callers
Function
getPath
* Get from an object from a path string * * @param {Object} obj * @param {String} path
14/vue.js:2740
↓ 5 callers
Function
getPath
* Get from an object from a path string * * @param {Object} obj * @param {String} path
11/vue.js:2728
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
14/vue.js:1528
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
09/vue.js:1497
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
10/vue.js:1497
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
13/vue.js:1497
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
12/vue.js:1497
↓ 5 callers
Function
isFragment
* Check if a node is a DocumentFragment. * * @param {Node} node * @return {Boolean}
11/vue.js:1522
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
14/vue.js:1422
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
09/vue.js:1391
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
10/vue.js:1391
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
13/vue.js:1391
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
12/vue.js:1391
↓ 5 callers
Function
isTemplate
* Check if an element is a template tag. * Note if the template appears inside an SVG its tagName * will be in lowercase. * * @param {Elem
11/vue.js:1416
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
14/vue.js:2228
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
09/vue.js:2197
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
10/vue.js:2197
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
13/vue.js:2197
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
12/vue.js:2197
↓ 5 callers
Function
observe
* Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the val
11/vue.js:2219
← previous
next →
101–200 of 1,363, ranked by callers