MCPcopy Create free account

hub / github.com/Stevenzwzhai/plugs / functions

Functions372 in github.com/Stevenzwzhai/plugs

↓ 2 callersFunctiongetValue
* Get select value * * @param {SelectElement} el * @param {Boolean} multi * @param {Boolean} init * @return {Array|*}
自定义模板-template/js/vue.js:4938
↓ 2 callersFunctionguardArrayAssets
* Guard an Array-format assets option and converted it * into the key-value Object format. * * @param {Object|Array} assets * @return {Obj
自定义模板-template/js/vue.js:1856
↓ 2 callersFunctioninsert
* Shared DOM insertion function. * * @param {Vue} vm * @param {Element} target * @param {Function} [cb] * @param {Boolean} [w
自定义模板-template/js/vue.js:9161
↓ 2 callersFunctionisLiteral
(exp)
自定义模板-template/js/vue.js:92
↓ 2 callersFunctionisRealTemplate
* Check if a node is a supported template node with a * DocumentFragment content. * * @param {Node} node * @return {Boolean}
自定义模板-template/js/vue.js:3473
↓ 2 callersFunctionisReserved
* Check if a string starts with $ or _ * * @param {String} str * @return {Boolean}
自定义模板-template/js/vue.js:103
↓ 2 callersFunctionisScript
(el)
自定义模板-template/js/vue.js:7618
↓ 2 callersFunctionisTrimmable
(node)
自定义模板-template/js/vue.js:1410
↓ 2 callersFunctionmakeComputedGetter
(getter, owner)
自定义模板-template/js/vue.js:8026
↓ 2 callersFunctionmakeGetterFn
* Build a getter function. Requires eval. * * We isolate the try/catch so it doesn't affect the * optimization of the parse function when it
自定义模板-template/js/vue.js:2923
↓ 2 callersFunctionmakeTerminalNodeLinkFn
* Build a node link function for a terminal directive. * A terminal link function terminates the current * compilation recursion and handles com
自定义模板-template/js/vue.js:7431
↓ 2 callersFunctionmergeData
* Helper that recursively merges two data objects together.
自定义模板-template/js/vue.js:1645
↓ 2 callersFunctionmergeField
(key)
自定义模板-template/js/vue.js:1913
↓ 2 callersFunctionnodeToFragment
* Convert a template node to a DocumentFragment. * * @param {Node} node * @return {DocumentFragment}
自定义模板-template/js/vue.js:3541
↓ 2 callersFunctionparse
* Parse a string path into an array of segments * * @param {String} path * @return {Array|undefined}
自定义模板-template/js/vue.js:2627
↓ 2 callersFunctionparseModifiers
* Parse modifiers from directive attribute name. * * @param {String} name * @return {Object}
自定义模板-template/js/vue.js:7575
↓ 2 callersFunctionprepend
* Prepend el to target * * @param {Element} el * @param {Element} target
自定义模板-template/js/vue.js:1240
↓ 2 callersFunctionprocessPropValue
* Process a prop with a rawValue, applying necessary coersions, * default values & assertions and call the given callback with * processed value
自定义模板-template/js/vue.js:6168
↓ 2 callersFunctionpushFilter
* Push a filter to the current directive object
自定义模板-template/js/vue.js:629
↓ 2 callersFunctionpushJob
* Push a job into the queue. * * @param {Function} job
自定义模板-template/js/vue.js:6427
↓ 2 callersFunctionregister
* Helper to register an event/watch callback. * * @param {Vue} vm * @param {String} action * @param {String} key * @param {Fu
自定义模板-template/js/vue.js:8149
↓ 2 callersFunctionregisterCallbacks
* Register callbacks for option events and watchers. * * @param {Vue} vm * @param {String} action * @param {Object} hash
自定义模板-template/js/vue.js:8124
↓ 2 callersFunctionremoveNodeRange
* Remove a range of nodes with transition, store * the nodes in a fragment with correct ordering, * and call callback when done. * * @para
自定义模板-template/js/vue.js:1501
↓ 2 callersFunctionremoveWithTransition
* Remove with transition. * * @param {Element} el * @param {Vue} vm * @param {Function} [cb]
自定义模板-template/js/vue.js:1072
↓ 2 callersFunctionrunBatcherQueue
* Run the watchers in a single queue. * * @param {Array} queue
自定义模板-template/js/vue.js:3068
↓ 2 callersFunctionsearchByRegExp
(keyWord, list)
fuzzySearch/main.js:58
↓ 2 callersFunctionsetTokenType
(type)
自定义模板-template/js/vue.js:7220
↓ 2 callersFunctionteardownDirs
* Teardown partial linked directives. * * @param {Vue} vm * @param {Array} dirs * @param {Boolean} destroying
自定义模板-template/js/vue.js:6978
↓ 2 callersFunctiontoString
(obj)
interview/demo11.js:6
↓ 1 callersMethod_move
()
drag/index.js:44
↓ 1 callersMethod_on
()
drag/index.js:30
↓ 1 callersMethod_parse
(cookie)
cookie/index.js:6
↓ 1 callersFunction_utf8_decode
(utftext)
storage/base64.js:81
↓ 1 callersFunction_utf8_decode
(utftext)
storage-system/index.js:147
↓ 1 callersFunction_utf8_encode
(string)
storage/base64.js:60
↓ 1 callersFunction_utf8_encode
(string)
storage-system/index.js:126
↓ 1 callersFunctionadd
* Created by twhp on 2017/2/20 0020.
Sum-1/index2.js:4
↓ 1 callersFunctionaddS
(num1, num2)
cale-big-num/index.js:45
↓ 1 callersFunctionassertProp
* Assert whether a prop is valid. * * @param {Object} prop * @param {*} value * @param {Vue} vm
自定义模板-template/js/vue.js:6248
↓ 1 callersFunctionassertType
* Assert the type of a value * * @param {*} value * @param {Function} type * @return {Object}
自定义模板-template/js/vue.js:6314
↓ 1 callersFunctionbinary_search
(datalist, keyword, index)
interview/demo7.js:2
↓ 1 callersFunctioncallActivateHooks
* Call activate hooks in order (asynchronous) * * @param {Array} hooks * @param {Vue} vm * @param {Function} cb
自定义模板-template/js/vue.js:5980
↓ 1 callersFunctioncallback
()
search-arithmetic/test1.js:23
↓ 1 callersFunctioncamelize
(str)
get-background-color/main.js:6
↓ 1 callersFunctioncheckComponent
* Check if an element is a component. If yes, return * a component link function. * * @param {Element} el * @param {Object} options * @
自定义模板-template/js/vue.js:7340
↓ 1 callersFunctioncheckComponentAttr
* Check if an element is a component, if yes return its * component id. * * @param {Element} el * @param {Object} options * @return {Ob
自定义模板-template/js/vue.js:1579
↓ 1 callersFunctioncheckElementDirectives
* Check for element directives (custom elements that should * be resovled as terminal directives). * * @param {Element} el * @param {Objec
自定义模板-template/js/vue.js:7320
↓ 1 callersFunctioncheckParent
(ele)
get-background-color/main.js:44
↓ 1 callersFunctioncheckTerminalDirectives
* Check an element for terminal directives in fixed order. * If it finds one, return a terminal link function. * * @param {Element} el * @
自定义模板-template/js/vue.js:7374
↓ 1 callersFunctionclassify
(str)
自定义模板-template/js/vue.js:205
↓ 1 callersFunctioncoerceProp
* Force parsing value with coerce option. * * @param {*} value * @param {Object} options * @return {*}
自定义模板-template/js/vue.js:6293
↓ 1 callersFunctioncompileAndLinkProps
* Compile link props on an instance. * * @param {Vue} vm * @param {Element} el * @param {Object} props * @param {Object} [scope] * @
自定义模板-template/js/vue.js:6998
↓ 1 callersFunctioncompileElement
* Compile an element and return a nodeLinkFn. * * @param {Element} el * @param {Object} options * @return {Function|null}
自定义模板-template/js/vue.js:7112
↓ 1 callersFunctioncompileGetter
* Rewrite an expression, prefixing all path accessors with * `scope.` and generate getter/setter functions. * * @param {String} exp * @ret
自定义模板-template/js/vue.js:2899
↓ 1 callersFunctioncompileNodeList
* Compile a node list and return a childLinkFn. * * @param {NodeList} nodeList * @param {Object} options * @return {Function|undefined}
自定义模板-template/js/vue.js:7274
↓ 1 callersFunctioncompileProps
* Compile props on a root element and return * a props link function. * * @param {Element|DocumentFragment} el * @param {Array} propOption
自定义模板-template/js/vue.js:6010
↓ 1 callersFunctioncompileRoot
* Compile the root element of an instance. * * 1. attrs on context container (context scope) * 2. attrs on the component template root node,
自定义模板-template/js/vue.js:7021
↓ 1 callersFunctioncompileTextNode
* Compile a textNode and return a nodeLinkFn. * * @param {TextNode} node * @param {Object} options * @return {Function|null} textNodeLinkF
自定义模板-template/js/vue.js:7153
↓ 1 callersFunctioncreateClass
* A function that returns a sub-class constructor with the * given name. This gives us much nicer output when * logging instances in the con
自定义模板-template/js/vue.js:9982
↓ 1 callersFunctioncreateRandomId
()
storage-system/index.js:63
↓ 1 callersFunctiondataAPI
(Vue)
自定义模板-template/js/vue.js:8873
↓ 1 callersFunctiondealFocusExtend
(obj,index)
自定义模板-template/js/util.js:75
↓ 1 callersFunctiondealFocusL
(obj,index,allKeyWords)
自定义模板-template/js/util.js:3
↓ 1 callersFunctiondealFocusMove
(obj,index)
自定义模板-template/js/util.js:48
↓ 1 callersFunctiondealFocusR
(obj,index,allKeyWords)
自定义模板-template/js/util.js:25
↓ 1 callersFunctiondel
* Delete a property and trigger change if necessary. * * @param {Object} obj * @param {String} key
自定义模板-template/js/vue.js:46
↓ 1 callersFunctiondiffChildren
(oldChildren, newChildren, index, patches)
virtual-dom/diff.js:49
↓ 1 callersFunctiondiffProps
(oldNode, newNode)
virtual-dom/diff.js:70
↓ 1 callersFunctiondispatch
(node, walk, patches)
virtual-dom/patch.js:15
↓ 1 callersFunctiondispatch
(n, m)
interview/demo1.js:7
↓ 1 callersMethoddoSomeInterestingThings
()
interview/demo2.js:22
↓ 1 callersFunctiondomAPI
(Vue)
自定义模板-template/js/vue.js:9047
↓ 1 callersFunctiondreduce3
()
interview/demo9.js:29
↓ 1 callersFunctioneventsAPI
(Vue)
自定义模板-template/js/vue.js:9232
↓ 1 callersFunctioneventsMixin
(Vue)
自定义模板-template/js/vue.js:8072
↓ 1 callersFunctionfindMax
(str)
interview/demo8.js:3
↓ 1 callersFunctionfindMedianSortedArrays
(nums1, nums2)
virtual-dom/a.js:1
↓ 1 callersFunctionfindStr
(str)
interview/test1.js:2
↓ 1 callersFunctionfindVmFromFrag
* Find a vm from a fragment. * * @param {Fragment} frag * @return {Vue|undefined}
自定义模板-template/js/vue.js:4553
↓ 1 callersFunctionforeach
(array, callback, scope)
element-show/app.js:34
↓ 1 callersFunctionformatSubPath
* Format a subPath, return its plain form if it is * a literal string or number. Otherwise prepend the * dynamic indicator (*). * * @param
自定义模板-template/js/vue.js:2611
↓ 1 callersFunctionformatValue
* Format value * * @param {*} value * @return {String}
自定义模板-template/js/vue.js:6362
↓ 1 callersFunctionget
(obj, prepath, keyword)
interview/demo5.js:37
↓ 1 callersFunctiongetBooleanValue
()
自定义模板-template/js/vue.js:4984
↓ 1 callersFunctiongetKeyWord
(obj, keyword)
interview/demo5.js:34
↓ 1 callersFunctiongetMap
(path, fn)
front-end-watch/index.js:94
↓ 1 callersMethodgetName
()
interview/demo3.js:30
↓ 1 callersFunctiongetOuterHTML
* Get outerHTML of elements, taking care * of SVG elements in IE as well. * * @param {Element} el * @return {String}
自定义模板-template/js/vue.js:1540
↓ 1 callersFunctiongetPathCharType
* Determine the type of a character in a keypath. * * @param {Char} ch * @return {String} type
自定义模板-template/js/vue.js:2555
↓ 1 callersFunctiongetPropDefaultValue
* Get the default value of a prop. * * @param {Vue} vm * @param {Object} prop * @return {*}
自定义模板-template/js/vue.js:6224
↓ 1 callersFunctiongetWeek
(date)
interview/demo4.js:72
↓ 1 callersFunctionguardComponents
* Make sure component options get converted to actual * constructors. * * @param {Object} options
自定义模板-template/js/vue.js:1788
↓ 1 callersFunctionguardProps
* Ensure all props option syntax are normalized into the * Object-based format. * * @param {Object} options
自定义模板-template/js/vue.js:1822
↓ 1 callersFunctionhasBindAttr
* Check the presence of a bind attribute. * * @param {Node} node * @param {String} name * @return {Boolean}
自定义模板-template/js/vue.js:1193
↓ 1 callersFunctionhasOneTime
* Check if an interpolation string contains one-time tokens. * * @param {Array} tokens * @return {Boolean}
自定义模板-template/js/vue.js:7611
↓ 1 callersFunctionindexOf$1
* Native Array.indexOf uses strict equal, but in this * case we need to match string/numbers with custom equal. * * @param {Array} arr * @
自定义模板-template/js/vue.js:4964
↓ 1 callersFunctioninitMixin
(Vue)
自定义模板-template/js/vue.js:2377
↓ 1 callersFunctioninlineFilters
(exp, single)
自定义模板-template/js/vue.js:886
↓ 1 callersFunctioninsertParent
(parent, child)
无限级分类/classification.js:25
↓ 1 callersFunctioninsertSort
(arr)
Array-sort/main.js:61
← previousnext →101–200 of 372, ranked by callers