MCPcopy Create free account

hub / github.com/Stevenzwzhai/plugs / functions

Functions372 in github.com/Stevenzwzhai/plugs

↓ 1 callersFunctioninstallGlobalAPI
(Vue)
自定义模板-template/js/vue.js:9875
↓ 1 callersFunctionisHidden
* Check if an element is hidden - in that case we can just * skip the transition alltogether. * * @param {Element} el * @return {Boolean}
自定义模板-template/js/vue.js:6815
↓ 1 callersMethodisSatisfiedBy
(person)
interview/demo2.js:2
↓ 1 callersFunctionkeyFilter
(handler, keys)
自定义模板-template/js/vue.js:5119
↓ 1 callersFunctionlifecycleAPI
(Vue)
自定义模板-template/js/vue.js:9423
↓ 1 callersFunctionlifecycleMixin
(Vue)
自定义模板-template/js/vue.js:8535
↓ 1 callersFunctionlimitHandle
(callback, limitNum, allNum)
limitHandle/index.js:2
↓ 1 callersFunctionmakeChildLinkFn
* Make a child link function for a node's childNodes. * * @param {Array<Function>} linkFns * @return {Function} childLinkFn
自定义模板-template/js/vue.js:7293
↓ 1 callersFunctionmakeNodeLinkFn
* Build a link function for all directives on a single node. * * @param {Array} directives * @return {Function} directivesLinkFn
自定义模板-template/js/vue.js:7594
↓ 1 callersFunctionmakePropsLinkFn
* Build a function that applies props to a vm. * * @param {Array} props * @return {Function} propsLinkFn
自定义模板-template/js/vue.js:6103
↓ 1 callersFunctionmakeTextNodeLinkFn
* Build a function that processes a textNode. * * @param {Array<Object>} tokens * @param {DocumentFragment} frag
自定义模板-template/js/vue.js:7240
↓ 1 callersFunctionmaybeUnescapeQuote
()
自定义模板-template/js/vue.js:2672
↓ 1 callersFunctionmergeAttrs
* Merge the attributes of two elements, and make sure * the class names are merged properly. * * @param {Element} from * @param {Element}
自定义模板-template/js/vue.js:7742
↓ 1 callersFunctionmiscMixin
(Vue)
自定义模板-template/js/vue.js:8782
↓ 1 callersFunctionnormalize
* Normalize a CSS property name. * - cache result * - auto prefix * - camelCase -> dash-case * * @param {String} prop * @return {Str
自定义模板-template/js/vue.js:5307
↓ 1 callersFunctionnormalize$1
* Normalize objects and arrays (potentially containing objects) * into array of strings. * * @param {Object|Array<String|Object>} value *
自定义模板-template/js/vue.js:5582
↓ 1 callersMethodoff
(event)
emitter/main.js:31
↓ 1 callersFunctionparsePath
* External parse that check for a cache hit first * * @param {String} path * @return {Array|undefined}
自定义模板-template/js/vue.js:2722
↓ 1 callersFunctionprefix
* Auto detect the appropriate prefix for a CSS property. * https://gist.github.com/paulirish/523692 * * @param {String} prop * @return {St
自定义模板-template/js/vue.js:5324
↓ 1 callersFunctionpreventFilter
(handler)
自定义模板-template/js/vue.js:5148
↓ 1 callersFunctionprocessTextToken
* Process a single text token. * * @param {Object} token * @param {Object} options * @return {Node}
自定义模板-template/js/vue.js:7204
↓ 1 callersFunctionpushWatcher
* Push a watcher into the watcher queue. * Jobs with duplicate IDs will be skipped unless it's * pushed when the queue is being flushed. *
自定义模板-template/js/vue.js:3099
↓ 1 callersFunctionrange
* Create a range array from given number. * * @param {Number} n * @return {Array}
自定义模板-template/js/vue.js:4571
↓ 1 callersFunctionre
(arr)
interview/demo12.js:12
↓ 1 callersFunctionregisterComponentEvents
* Register v-on events on a child component * * @param {Vue} vm * @param {Element} el
自定义模板-template/js/vue.js:8095
↓ 1 callersFunctionrep
(str)
interview/demo6.js:11
↓ 1 callersFunctionresetBatcherState
* Reset the batcher's state.
自定义模板-template/js/vue.js:3027
↓ 1 callersFunctionresolveSlots
* Scan and determine slot content distribution. * We do this during transclusion instead at compile time so that * the distribution is decoupled
自定义模板-template/js/vue.js:7770
↓ 1 callersFunctionsearch
(item)
search-arithmetic/demo1.js:4
↓ 1 callersFunctionselfFilter
(handler)
自定义模板-template/js/vue.js:5155
↓ 1 callersFunctionsetPath
* Set on an object from a path * * @param {Object} obj * @param {String | Array} path * @param {*} val
自定义模板-template/js/vue.js:2763
↓ 1 callersFunctionshow
* Created by Steven on 2016-10-09.
element-show/app.js:5
↓ 1 callersFunctionstateMixin
(Vue)
自定义模板-template/js/vue.js:7830
↓ 1 callersFunctionstopFilter
(handler)
自定义模板-template/js/vue.js:5141
↓ 1 callersFunctiontest
()
limitHandle/index.js:18
↓ 1 callersFunctiontoBoolean
* Convert string boolean literals into real booleans. * * @param {*} value * @return {*|Boolean}
自定义模板-template/js/vue.js:144
↓ 1 callersFunctiontoggle
()
自定义模板-template/js/vue.js:4693
↓ 1 callersFunctiontransclude
* Process an element or a DocumentFragment based on a * instance option object. This allows us to transclude * a template node/fragment before t
自定义模板-template/js/vue.js:7636
↓ 1 callersFunctiontranscludeTemplate
* Process the template option. * If the replace option is true this will swap the $el. * * @param {Element} el * @param {Object} options
自定义模板-template/js/vue.js:7678
↓ 1 callersFunctiontraverse
(val, seen)
自定义模板-template/js/vue.js:3407
↓ 1 callersFunctionupdateProp
* Update a prop's value on a vm. * * @param {Vue} vm * @param {Object} prop * @param {*} value
自定义模板-template/js/vue.js:6210
FunctionBST
()
search-arithmetic/demo2.js:63
FunctionBase64
()
storage-system/index.js:67
FunctionCache
(limit)
自定义模板-template/js/vue.js:504
FunctionDep
* A dep is an observable that can have multiple * directives subscribing to it. * * @constructor
自定义模板-template/js/vue.js:1958
FunctionDirective
* A directive links a DOM element with a piece of data, * which is the result of evaluating an expression. * It registers a watcher with the exp
自定义模板-template/js/vue.js:8267
FunctionFragment
* Abstraction for a partially-compiled fragment. * Can optionally compile content with a child scope. * * @param {Function} linker * @para
自定义模板-template/js/vue.js:3751
FunctionFragmentFactory
* A factory that can be used to create instances of a * fragment. Caches the compiled linker if possible. * * @param {Vue} vm * @param {El
自定义模板-template/js/vue.js:3941
FunctionNode
(data, left, right)
search-arithmetic/demo2.js:5
FunctionObserver
* Observer class that are attached to each observed * object. Once attached, the observer converts target * object's property keys into getter/s
自定义模板-template/js/vue.js:2108
FunctionPromiseA
(fn)
promise/index.js:1
FunctionTransition
* A Transition object that encapsulates the state and logic * of the transition. * * @param {Element} el * @param {String} id * @param
自定义模板-template/js/vue.js:6493
FunctionVue
* The exposed Vue constructor. * * API conventions: * - public API methods/properties are prefixed with `$` * - internal methods/propertie
自定义模板-template/js/vue.js:9506
FunctionWatcher
* A watcher parses an expression, collects dependencies, * and fires callback when the expression value changes. * This is used for both the $wa
自定义模板-template/js/vue.js:3135
Function_Set
()
自定义模板-template/js/vue.js:2342
Method_moveCb
(e)
drag/index.js:19
FunctionaddAfter
(newName, oldName)
className-option/className.es5.js:40
MethodaddAfter
(newName, oldName)
className-option/className.es6.js:39
MethodaddBefore
(newName, oldName)
className-option/className.es6.js:29
FunctionaddKey
(list, keyword, value)
Array-Deal/index.js:16
Methodage
()
interview/demo3.js:36
FunctionanimationEndEvent
()
自定义模板-template/js/vue.js:2340
FunctionanimationProp
()
自定义模板-template/js/vue.js:2339
Functionappend
* Append operation that takes a callback. * * @param {Node} el * @param {Node} target * @param {Vue} vm - unused * @param {Fu
自定义模板-template/js/vue.js:9199
FunctionappendWithTransition
* Append with transition. * * @param {Element} el * @param {Element} target * @param {Vue} vm * @param {Function} [cb]
自定义模板-template/js/vue.js:1043
FunctionapplyPatches
(node, currentPatches)
virtual-dom/patch.js:25
Functionattach
* Call attach hook for a Vue instance. * * @param {Vue} child
自定义模板-template/js/vue.js:3914
FunctionbeforeWithCb
* InsertBefore operation that takes a callback. * * @param {Node} el * @param {Node} target * @param {Vue} vm - unused * @par
自定义模板-template/js/vue.js:9213
FunctionbeforeWithTransition
* InsertBefore with transition. * * @param {Element} el * @param {Element} target * @param {Vue} vm * @param {Function} [cb]
自定义模板-template/js/vue.js:1058
FunctionbubbleSort
(arr)
Array-sort/main.js:16
FunctioncalcAdd
(arg1, arg2)
Number/index.js:56
FunctioncalcMul
(arg1, arg2)
Number/index.js:40
FunctioncalcReduce
(arg1, arg2)
Number/index.js:74
FunctioncallAttach
* Iterator to call attached hook * * @param {Vue} child
自定义模板-template/js/vue.js:8192
FunctioncallDetach
* Iterator to call detached hook * * @param {Vue} child
自定义模板-template/js/vue.js:8215
Functioncamelize
interview/camal-case.js:3
FunctioncheckBgColor
(ele)
get-background-color/main.js:29
FunctionclassNameOp
(nodeObj)
className-option/className.es5.js:2
Functionclassification
(data, deep, parentId, level)
无限级分类/classification.js:1
FunctioncompareData
(eleA, eleB)
interview/demo11.js:2
FunctioncomponentLinkFn
(vm, el, host, scope, frag)
自定义模板-template/js/vue.js:7353
Methodconstructor
(person)
interview/demo2.js:8
Methodconstructor
(name)
interview/demo3.js:26
Methodconstructor
(name)
interview/demo3.js:41
Methodconstructor
()
cookie/index.js:2
Methodconstructor
(el, cb)
drag/index.js:3
Methodconstructor
(nodeObj)
className-option/className.es6.js:2
Methodconstructor
()
emitter/main.js:8
FunctioncopyAugment
* Augment an target Object or Array by defining * hidden properties. * * @param {Object|Array} target * @param {Object} proto
自定义模板-template/js/vue.js:2210
Functiondebounce
(fn, delay)
debouncing/index.js:18
FunctiondeepClone
(obj)
interview/demo17.js:3
FunctiondefaultStrat
(parentVal, childVal)
自定义模板-template/js/vue.js:1777
Functiondetach
* Call detach hook for a Vue instance. * * @param {Vue} child
自定义模板-template/js/vue.js:3926
Functiondiff
(oldTree, newTree)
virtual-dom/diff.js:10
FunctiondirectiveComparator
* Directive priority sort comparator * * @param {Object} a * @param {Object} b
自定义模板-template/js/vue.js:6937
Functiondreduce
()
interview/demo9.js:4
Functiondreduce2
()
interview/demo9.js:17
FunctionenableMove
(e)
dialog-scroll/index.js:11
Functionevent
()
interview/demo14.js:1
FunctionfilterBy
* Filter filter for arrays * * @param {String} search * @param {String} [delimiter] * @param {String} ...dataKeys
自定义模板-template/js/vue.js:9637
← previousnext →201–300 of 372, ranked by callers