MCPcopy Create free account

hub / github.com/crazyliuzc/webpack-avalon2-SPA-seed / functions

Functions1,610 in github.com/crazyliuzc/webpack-avalon2-SPA-seed

↓ 1 callersFunctionaddToQueue
(name, component)
libs/js/avalon/avalon.modern.js:7043
↓ 1 callersFunctionae
(n,t,r)
libs/js/lodash.min.js:45
↓ 1 callersFunctionae
(n,t,r)
libs/js/lodash.min.3.10.1.js:45
↓ 1 callersFunctionajaxConvert
(s, response, jqXHR, isSuccess)
libs/js/jquery/jquery.js:9250
↓ 1 callersFunctionajaxHandleResponses
(s, jqXHR, responses)
libs/js/jquery/jquery.js:9193
↓ 1 callersFunctionarrayIncludes
* A specialized version of `_.includes` for arrays without support for * specifying an index to search from. * * @private * @param {Ar
libs/js/lodash.js:619
↓ 1 callersFunctionarraySample
* A specialized version of `_.sample` for arrays. * * @private * @param {Array} array The array to sample. * @returns {*} Retu
libs/js/lodash.js:2439
↓ 1 callersFunctionarraySome
* A specialized version of `_.some` for arrays without support for iteratee * shorthands. * * @private * @param {Array} [array] The ar
libs/js/lodash.js:742
↓ 1 callersFunctionary
* Creates a function that invokes `func`, with up to `n` arguments, * ignoring any additional arguments. * * @static * @member
libs/js/lodash.js:10021
↓ 1 callersFunctionasciiToArray
* Converts an ASCII `string` to an array. * * @private * @param {string} string The string to convert. * @returns {Array} Returns the
libs/js/lodash.js:770
↓ 1 callersFunctionasciiWords
* Splits an ASCII `string` into an array of its words. * * @private * @param {string} The string to inspect. * @returns {Array} Return
libs/js/lodash.js:781
↓ 1 callersFunctionautoScroll
(hash)
libs/js/avalon/mmRouter.js:616
↓ 1 callersFunctionbaseAssignIn
* The base implementation of `_.assignIn` without support for multiple sources * or `customizer` functions. * * @private * @pa
libs/js/lodash.js:2577
↓ 1 callersFunctionbaseConforms
* The base implementation of `_.conforms` which doesn't clone `source`. * * @private * @param {Object} source The object of property
libs/js/lodash.js:2733
↓ 1 callersFunctionbaseFill
* The base implementation of `_.fill` without an iteratee call guard. * * @private * @param {Array} array The array to fill. *
libs/js/lodash.js:2916
↓ 1 callersFunctionbaseForOwnRight
* The base implementation of `_.forOwnRight` without support for iteratee shorthands. * * @private * @param {Object} object The obje
libs/js/lodash.js:3031
↓ 1 callersFunctionbaseInRange
* The base implementation of `_.inRange` which doesn't coerce arguments. * * @private * @param {number} number The number to check.
libs/js/lodash.js:3149
↓ 1 callersFunctionbaseInverter
* The base implementation of `_.invert` and `_.invertBy` which inverts * `object` with values transformed by `iteratee` and set by `setter`.
libs/js/lodash.js:3227
↓ 1 callersFunctionbaseIsArguments
* The base implementation of `_.isArguments`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns
libs/js/lodash.js:3258
↓ 1 callersFunctionbaseIsEqualDeep
* A specialized version of `baseIsEqual` for arrays and objects which performs * deep comparisons and tracks traversed objects enabling objects
libs/js/lodash.js:3322
↓ 1 callersFunctionbaseIteratee
* The base implementation of `_.iteratee`. * * @private * @param {*} [value=_.identity] The value to convert to an iteratee. *
libs/js/lodash.js:3494
↓ 1 callersFunctionbaseKeysIn
* The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. * * @private * @param {Object} object The object
libs/js/lodash.js:3538
↓ 1 callersFunctionbaseMap
* The base implementation of `_.map` without support for iteratee shorthands. * * @private * @param {Array|Object} collection The co
libs/js/lodash.js:3574
↓ 1 callersFunctionbaseMergeDeep
* A specialized version of `baseMerge` for arrays and objects which performs * deep merges and tracks traversed objects enabling objects with ci
libs/js/lodash.js:3669
↓ 1 callersFunctionbasePick
* The base implementation of `_.pick` without support for individual * property identifiers. * * @private * @param {Object} ob
libs/js/lodash.js:3782
↓ 1 callersFunctionbasePropertyDeep
* A specialized version of `baseProperty` which supports deep paths. * * @private * @param {Array|string} path The path of the prope
libs/js/lodash.js:3821
↓ 1 callersFunctionbaseRange
* The base implementation of `_.range` and `_.rangeRight` which doesn't * coerce arguments. * * @private * @param {number} sta
libs/js/lodash.js:3916
↓ 1 callersFunctionbaseSortBy
* The base implementation of `_.sortBy` which uses `comparer` to define the * sort order of `array` and replaces criteria objects with their corre
libs/js/lodash.js:950
↓ 1 callersFunctionbaseToPairs
* The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array * of key-value pairs for `object` corresponding to the property
libs/js/lodash.js:1011
↓ 1 callersFunctionbefore
* Creates a function that invokes `func`, with the `this` binding and arguments * of the created function, while it's called less than `n` times
libs/js/lodash.js:10044
↓ 1 callersFunctionbootstrap
()
libs/js/avalon/avalon2.2.7.js:3210
↓ 1 callersFunctionbootstrap
()
libs/js/avalon/avalon2.2.5.js:3194
↓ 1 callersFunctionbootstrap
()
libs/js/avalon/avalon.modern.js:2566
↓ 1 callersFunctionbuildParams
(prefix, obj, traditional, add)
libs/js/jquery/jquery.js:10014
↓ 1 callersFunctioncanHijack
(key, val, $proxyItemBackdoor)
libs/js/avalon/avalon2.2.7.js:4430
↓ 1 callersFunctioncanHijack
(key, val, $proxyItemBackdoor)
libs/js/avalon/avalon2.2.5.js:4308
↓ 1 callersFunctioncapitalize
* Converts the first character of `string` to upper case and the remaining * to lower case. * * @static * @memberOf _ *
libs/js/lodash.js:14120
↓ 1 callersFunctionchain
* Creates a `lodash` wrapper instance that wraps `value` with explicit method * chain sequences enabled. The result of such sequences must be un
libs/js/lodash.js:8739
↓ 1 callersFunctionclassNames
()
libs/js/avalon/avalon2.2.7.js:5962
↓ 1 callersFunctionclassNames
()
libs/js/avalon/avalon2.2.5.js:5840
↓ 1 callersFunctionclassNames
()
libs/js/avalon/avalon.modern.js:5140
↓ 1 callersFunctionclearString
(str)
libs/js/avalon/avalon2.2.7.js:3813
↓ 1 callersFunctioncloneDataView
* Creates a clone of `dataView`. * * @private * @param {Object} dataView The data view to clone. * @param {boolean} [isDeep] S
libs/js/lodash.js:4575
↓ 1 callersFunctioncloneMap
* Creates a clone of `map`. * * @private * @param {Object} map The map to clone. * @param {Function} cloneFunc The function to
libs/js/lodash.js:4589
↓ 1 callersFunctioncloneRegExp
* Creates a clone of `regexp`. * * @private * @param {Object} regexp The regexp to clone. * @returns {Object} Returns the clon
libs/js/lodash.js:4601
↓ 1 callersFunctioncloneSet
* Creates a clone of `set`. * * @private * @param {Object} set The set to clone. * @param {Function} cloneFunc The function to
libs/js/lodash.js:4616
↓ 1 callersFunctioncloneSymbol
* Creates a clone of the `symbol` object. * * @private * @param {Object} symbol The symbol object to clone. * @returns {Object
libs/js/lodash.js:4628
↓ 1 callersFunctioncollectHandlers
(elem, type, handlers)
libs/js/avalon/avalon2.2.7.js:2937
↓ 1 callersFunctioncollectHandlers
(elem, type, handlers)
libs/js/avalon/avalon2.2.5.js:2921
↓ 1 callersFunctioncollectHandlers
(elem, type, handlers)
libs/js/avalon/avalon.modern.js:2341
↓ 1 callersFunctioncompareAscending
* Compares values to sort them in ascending order. * * @private * @param {*} value The value to compare. * @param {*} other Th
libs/js/lodash.js:4653
↓ 1 callersFunctioncompareMultiple
* Used by `_.orderBy` to compare multiple properties of a value to another * and stable sort them. * * If `orders` is unspecified, a
libs/js/lodash.js:4697
↓ 1 callersFunctionconfig
(settings)
libs/js/avalon/avalon2.2.7.js:362
↓ 1 callersFunctionconfig
(settings)
libs/js/avalon/avalon2.2.5.js:362
↓ 1 callersFunctionconfig
(settings)
libs/js/avalon/avalon.modern.js:362
↓ 1 callersFunctionconvertArray
(array, isArray$$1)
libs/js/avalon/avalon2.2.7.js:1377
↓ 1 callersFunctionconvertArray
(array, isArray$$1)
libs/js/avalon/avalon2.2.5.js:1377
↓ 1 callersFunctionconvertArray
(array, isArray$$1)
libs/js/avalon/avalon.modern.js:1069
↓ 1 callersFunctioncopySymbols
* Copies own symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from. * @param
libs/js/lodash.js:4859
↓ 1 callersFunctioncopySymbolsIn
* Copies own and inherited symbols of `source` to `object`. * * @private * @param {Object} source The object to copy symbols from.
libs/js/lodash.js:4871
↓ 1 callersFunctioncountHolders
* Gets the number of `placeholder` occurrences in `array`. * * @private * @param {Array} array The array to inspect. * @param {*} plac
libs/js/lodash.js:1099
↓ 1 callersFunctioncreateAnchor
(nodeValue)
libs/js/avalon/avalon2.2.7.js:396
↓ 1 callersFunctioncreateAnchor
(nodeValue)
libs/js/avalon/avalon2.2.5.js:396
↓ 1 callersFunctioncreateAnchor
(nodeValue)
libs/js/avalon/avalon.modern.js:396
↓ 1 callersFunctioncreateBind
* Creates a function that wraps `func` to invoke it with the optional `this` * binding of `thisArg`. * * @private * @param {Fu
libs/js/lodash.js:4988
↓ 1 callersFunctioncreateButtonPseudo
* Returns a function to use in pseudos for buttons * @param {String} type
libs/js/jquery/jquery.js:1016
↓ 1 callersFunctioncreateComponentVm
(component, value, is)
libs/js/avalon/avalon2.2.7.js:7918
↓ 1 callersFunctioncreateComponentVm
(component, value, is)
libs/js/avalon/avalon2.2.5.js:7796
↓ 1 callersFunctioncreateComponentVm
(component, value, is)
libs/js/avalon/avalon.modern.js:6967
↓ 1 callersFunctioncreateCurry
* Creates a function that wraps `func` to enable currying. * * @private * @param {Function} func The function to wrap. * @para
libs/js/lodash.js:5081
↓ 1 callersFunctioncreateFragments
(instance, obj)
libs/js/avalon/avalon2.2.7.js:5743
↓ 1 callersFunctioncreateFragments
(instance, obj)
libs/js/avalon/avalon2.2.5.js:5621
↓ 1 callersFunctioncreateFragments
(instance, obj)
libs/js/avalon/avalon.modern.js:4921
↓ 1 callersFunctioncreateGetter
(expr, type)
libs/js/avalon/avalon2.2.7.js:3947
↓ 1 callersFunctioncreateGetter
(expr, type)
libs/js/avalon/avalon2.2.5.js:3825
↓ 1 callersFunctioncreateGetter
(expr, type)
libs/js/avalon/avalon.modern.js:3102
↓ 1 callersFunctioncreateHybrid
* Creates a function that wraps `func` to invoke it with optional `this` * binding of `thisArg`, partial application, and currying. *
libs/js/lodash.js:5210
↓ 1 callersFunctioncreateInputPseudo
* Returns a function to use in pseudos for input types * @param {String} type
libs/js/jquery/jquery.js:1005
↓ 1 callersFunctioncreateOptions
(options)
libs/js/jquery/jquery.js:3159
↓ 1 callersFunctioncreatePartial
* Creates a function that wraps `func` to invoke it with the `this` binding * of `thisArg` and `partials` prepended to the arguments it receives
libs/js/lodash.js:5365
↓ 1 callersFunctioncreateSVG
(type)
libs/js/avalon/avalon2.2.7.js:3548
↓ 1 callersFunctioncreateSVG
(type)
libs/js/avalon/avalon2.2.5.js:3479
↓ 1 callersFunctioncreateSVG
(type)
libs/js/avalon/avalon.modern.js:2775
↓ 1 callersFunctioncreateSetter
* 生成表达式设值函数 * @param {String} expr
libs/js/avalon/avalon2.2.7.js:3968
↓ 1 callersFunctioncreateSetter
* 生成表达式设值函数 * @param {String} expr
libs/js/avalon/avalon2.2.5.js:3846
↓ 1 callersFunctioncreateSetter
* 生成表达式设值函数 * @param {String} expr
libs/js/avalon/avalon.modern.js:3123
↓ 1 callersFunctioncreateTween
(value, prop, animation)
libs/js/jquery/jquery.js:7531
↓ 1 callersFunctioncreateVML
(type)
libs/js/avalon/avalon2.2.7.js:3555
↓ 1 callersFunctioncreateVML
(type)
libs/js/avalon/avalon2.2.5.js:3486
↓ 1 callersFunctionct
(n,t,r,e)
libs/js/lodash.min.js:13
↓ 1 callersFunctionct
(n,t,r,e)
libs/js/lodash.min.3.10.1.js:13
↓ 1 callersFunctionde
(n)
libs/js/lodash.min.js:49
↓ 1 callersFunctionde
(n)
libs/js/lodash.min.3.10.1.js:49
↓ 1 callersFunctiondebounce
* Creates a debounced function that delays invoking `func` until after `wait` * milliseconds have elapsed since the last time the debounced func
libs/js/lodash.js:10306
↓ 1 callersFunctiondeburr
* Deburrs `string` by converting * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
libs/js/lodash.js:14142
↓ 1 callersFunctiondelayCompileNodes
(dirs)
libs/js/avalon/avalon2.2.7.js:163
↓ 1 callersFunctiondelayCompileNodes
(dirs)
libs/js/avalon/avalon2.2.5.js:163
↓ 1 callersFunctiondelayCompileNodes
(dirs)
libs/js/avalon/avalon.modern.js:163
↓ 1 callersFunctiondelegateEvent
(type)
libs/js/avalon/avalon2.2.7.js:3001
↓ 1 callersFunctiondelegateEvent
(type)
libs/js/avalon/avalon2.2.5.js:2985
← previousnext →701–800 of 1,610, ranked by callers