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
↓ 2 callers
Function
isTrimmable
(node)
11/vue.js:1404
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
14/vue.js:8026
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
09/vue.js:7810
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
10/vue.js:7810
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
13/vue.js:7810
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
12/vue.js:7810
↓ 2 callers
Function
makeComputedGetter
(getter, owner)
11/vue.js:7981
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
14/vue.js:2923
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
09/vue.js:2890
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
10/vue.js:2890
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
13/vue.js:2890
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
12/vue.js:2890
↓ 2 callers
Function
makeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
11/vue.js:2909
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
14/vue.js:7431
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
09/vue.js:7217
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
10/vue.js:7217
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
13/vue.js:7217
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
12/vue.js:7217
↓ 2 callers
Function
makeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
11/vue.js:7386
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
14/vue.js:1645
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
09/vue.js:1609
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
10/vue.js:1609
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
13/vue.js:1609
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
12/vue.js:1609
↓ 2 callers
Function
mergeData
* Helper that recursively merges two data objects together.
11/vue.js:1638
↓ 2 callers
Function
mergeField
(key)
14/vue.js:1913
↓ 2 callers
Function
mergeField
(key)
09/vue.js:1876
↓ 2 callers
Function
mergeField
(key)
10/vue.js:1876
↓ 2 callers
Function
mergeField
(key)
13/vue.js:1876
↓ 2 callers
Function
mergeField
(key)
12/vue.js:1876
↓ 2 callers
Function
mergeField
(key)
11/vue.js:1904
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
14/vue.js:3541
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
09/vue.js:3474
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
10/vue.js:3474
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
13/vue.js:3474
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
12/vue.js:3474
↓ 2 callers
Function
nodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
11/vue.js:3509
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
14/vue.js:2627
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
09/vue.js:2596
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
10/vue.js:2596
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
13/vue.js:2596
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
12/vue.js:2596
↓ 2 callers
Function
parse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
11/vue.js:2615
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
14/vue.js:7575
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
09/vue.js:7366
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
10/vue.js:7366
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
13/vue.js:7366
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
12/vue.js:7366
↓ 2 callers
Function
parseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
11/vue.js:7530
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
14/vue.js:1240
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
09/vue.js:1209
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
10/vue.js:1209
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
13/vue.js:1209
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
12/vue.js:1209
↓ 2 callers
Function
prepend
* Prepend el to target * * @param {Element} el * @param {Element} target
11/vue.js:1234
↓ 2 callers
Function
processPropValue
* Process a prop with a rawValue, applying necessary coersions, * default values & assertions and call the given callback with * processed value
14/vue.js:6168
↓ 2 callers
Function
processPropValue
* Process a prop with a rawValue, applying necessary coersions, * default values & assertions and call the given callback with * processed value
11/vue.js:6126
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
14/vue.js:629
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
09/vue.js:597
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
10/vue.js:597
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
13/vue.js:597
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
12/vue.js:597
↓ 2 callers
Function
pushFilter
* Push a filter to the current directive object
11/vue.js:624
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
14/vue.js:6427
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
09/vue.js:6212
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
10/vue.js:6212
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
13/vue.js:6212
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
12/vue.js:6212
↓ 2 callers
Function
pushJob
* Push a job into the queue. * * @param {Function} job
11/vue.js:6381
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
14/vue.js:8149
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
09/vue.js:7930
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
10/vue.js:7930
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
13/vue.js:7930
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
12/vue.js:7930
↓ 2 callers
Function
register
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
11/vue.js:8104
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
14/vue.js:8124
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
09/vue.js:7905
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
10/vue.js:7905
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
13/vue.js:7905
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
12/vue.js:7905
↓ 2 callers
Function
registerCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
11/vue.js:8079
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
14/vue.js:1501
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
09/vue.js:1470
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
10/vue.js:1470
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
13/vue.js:1470
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
12/vue.js:1470
↓ 2 callers
Function
removeNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
11/vue.js:1495
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
14/vue.js:1072
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
09/vue.js:1042
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
10/vue.js:1042
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
13/vue.js:1042
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
12/vue.js:1042
↓ 2 callers
Function
removeWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
11/vue.js:1067
↓ 2 callers
Function
runBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
14/vue.js:3068
↓ 2 callers
Function
runBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
09/vue.js:3018
↓ 2 callers
Function
runBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
10/vue.js:3018
↓ 2 callers
Function
runBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
13/vue.js:3018
↓ 2 callers
Function
runBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
12/vue.js:3018
↓ 2 callers
Function
setObjectClasses
(el, obj)
09/vue.js:5471
↓ 2 callers
Function
setObjectClasses
(el, obj)
10/vue.js:5471
← previous
next →
501–600 of 1,363, ranked by callers