MCPcopy Create free account

hub / github.com/dcorb/debounce-throttle / functions

Functions172 in github.com/dcorb/debounce-throttle

↓ 58 callersFunctionjQuery
( selector, context )
jquery.js:42
↓ 29 callersFunctioncreateIterator
* Creates compiled iteration functions. The iteration function will be created * to iterate over only objects if the first argument of `options.arg
lodash.js:671
↓ 10 callersFunctionisFunction
* Checks if `value` is a function. * * @static * @memberOf _ * @category Objects * @param {Mixed} value The value to check. * @retur
lodash.js:960
↓ 10 callersFunctionmarkFunction
( fn, value )
jquery.js:3713
↓ 8 callersFunctionassert
( fn )
jquery.js:3801
↓ 7 callersFunctioncreatePositionalPseudo
( fn )
jquery.js:3969
↓ 6 callersFunctionisArguments
* Checks if `value` is an `arguments` object. * * @static * @memberOf _ * @category Objects * @param {Mixed} value The value to check.
lodash.js:917
↓ 5 callersFunctionSizzle
( selector, context, results, seed )
jquery.js:3884
↓ 5 callersFunctioncreateInputPseudo
( type )
jquery.js:3953
↓ 5 callersFunctionindexOf
* Gets the index at which the first occurrence of `value` is found using * strict equality for comparisons, i.e. `===`. If the `array` is already
lodash.js:2666
↓ 5 callersFunctionisDisconnected
( node )
jquery.js:5491
↓ 4 callersFunctionadd
( key, value )
jquery.js:7201
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
jquery.js:4810
↓ 4 callersFunctiongenFx
( type, includeWidth )
jquery.js:9070
↓ 4 callersFunctiongetAll
( elem )
jquery.js:6195
↓ 4 callersFunctioniteratorBind
* Creates a new function that, when called, invokes `func` with the `this` * binding of `thisArg` and the arguments (value, index, object). *
lodash.js:817
↓ 4 callersFunctionsiblingCheck
( a, b, ret )
jquery.js:4564
↓ 4 callersFunctiontokenize
( selector, parseOnly )
jquery.js:4682
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
jquery.js:4744
↓ 3 callersFunctioncachedContains
* Creates a new function optimized for searching large arrays for a given `value`, * starting at `fromIndex`, using strict equality for comparisons
lodash.js:607
↓ 3 callersFunctioncreateCache
()
jquery.js:3718
↓ 3 callersFunctiondone
( status, nativeStatusText, responses, headers )
jquery.js:7707
↓ 3 callersFunctiondraw
()
main.js:122
↓ 3 callersFunctionelementMatcher
( matchers )
jquery.js:4796
↓ 3 callersFunctionisHidden
( elem, el )
jquery.js:6572
↓ 3 callersFunctionlookupIterator
(value)
underscore.js:300
↓ 3 callersFunctionreset
()
main.js:64
↓ 3 callersFunctionsetup_lazy_functions
(_)
main.js:32
↓ 2 callersFunction_
(obj)
underscore.js:51
↓ 2 callersFunctionaddToPrefiltersOrTransports
( structure )
jquery.js:7320
↓ 2 callersFunctionajaxExtend
( target, src )
jquery.js:7396
↓ 2 callersFunctionaugmentWidthOrHeight
( elem, name, extra, isBorderBox )
jquery.js:6892
↓ 2 callersFunctioncloneCopyEvent
( src, dest )
jquery.js:6024
↓ 2 callersFunctioncloneFixAttributes
( src, dest )
jquery.js:6052
↓ 2 callersFunctioncreateButtonPseudo
( type )
jquery.js:3961
↓ 2 callersFunctioncreateFxNow
()
jquery.js:8586
↓ 2 callersFunctioncreateSafeFragment
( document )
jquery.js:5636
↓ 2 callersFunctioncss_defaultDisplay
( nodeName )
jquery.js:6977
↓ 2 callersFunctionctor
()
lodash.js:168
↓ 2 callersFunctiondataAttr
( elem, key, data )
jquery.js:1800
↓ 2 callersFunctionexec
()
jquery-throttle-debounce.js:147
↓ 2 callersFunctionfire
( data )
jquery.js:966
↓ 2 callersFunctiongetWidthOrHeight
( elem, name, extra )
jquery.js:6934
↓ 2 callersFunctiongetWindow
( elem )
jquery.js:9373
↓ 2 callersFunctiongroup
(obj, value, context, behavior)
underscore.js:325
↓ 2 callersFunctionhoverHack
( events )
jquery.js:2637
↓ 2 callersFunctioninspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR, dataType /* internal */, inspected /* internal */ )
jquery.js:7354
↓ 2 callersFunctionisEmptyDataObject
( obj )
jquery.js:1832
↓ 2 callersFunctionisFinite
* Checks if `value` is a finite number. * * Note: This is not the same as native `isFinite`, which will return true for * booleans and other
lodash.js:1619
↓ 2 callersFunctionisNaN
* Checks if `value` is `NaN`. * * Note: This is not the same as native `isNaN`, which will return true for * `undefined` and other values. Se
lodash.js:1674
↓ 2 callersFunctionjQuerySub
( selector, context )
jquery.js:6504
↓ 2 callersFunctionshowHide
( elements, show )
jquery.js:6577
↓ 2 callersFunctionsibling
( cur, dir )
jquery.js:5495
↓ 2 callersFunctionstopQueue
( hooks )
jquery.js:9018
↓ 2 callersFunctionupdateFunc
( i, contexts, values )
jquery.js:1202
↓ 2 callersFunctionvendorPropName
( style, name )
jquery.js:6550
↓ 2 callersFunctionwinnow
( elements, qualifier, keep )
jquery.js:5603
↓ 1 callersFunctionAnimation
( elem, properties, options )
jquery.js:8608
↓ 1 callersFunctionajaxConvert
( s, response )
jquery.js:8059
↓ 1 callersFunctionajaxHandleResponses
( s, jqXHR, responses )
jquery.js:7997
↓ 1 callersFunctionbind
* Creates a new function that, when called, invokes `func` with the `this` * binding of `thisArg` and prepends any additional `bind` arguments to t
lodash.js:3351
↓ 1 callersFunctionbuildParams
( prefix, obj, traditional, add )
jquery.js:7231
↓ 1 callersFunctioncreateActiveXHR
()
jquery.js:8332
↓ 1 callersFunctioncreateOptions
( options )
jquery.js:911
↓ 1 callersFunctioncreateStandardXHR
()
jquery.js:8326
↓ 1 callersFunctioncreateTweens
( animation, props )
jquery.js:8593
↓ 1 callersFunctioneq
(a, b, aStack, bStack)
underscore.js:809
↓ 1 callersFunctionfindOrAppend
( elem, tag )
jquery.js:6020
↓ 1 callersFunctionfixDefaultChecked
( elem )
jquery.js:6208
↓ 1 callersFunctionflatten
(input, shallow, output)
underscore.js:420
↓ 1 callersFunctionisPlainFallback
* A fallback implementation of `isPlainObject` that checks if a given `value` * is an object created by the `Object` constructor, assuming objects
lodash.js:982
↓ 1 callersFunctionmatcherFromGroupMatchers
( elementMatchers, setMatchers )
jquery.js:4964
↓ 1 callersFunctionmatcherFromTokens
( tokens )
jquery.js:4911
↓ 1 callersFunctionmax
* Retrieves the maximum value of an `array`. If `callback` is passed, * it will be executed for each value in the `array` to generate the * crit
lodash.js:2837
↓ 1 callersFunctionmixin
* Adds functions properties of `object` to the `lodash` function and chainable * wrapper. * * @static * @memberOf _ * @category Utiliti
lodash.js:3802
↓ 1 callersFunctionmultipleContexts
( selector, contexts, results, seed )
jquery.js:5088
↓ 1 callersFunctionpropFilter
( props, specialEasing )
jquery.js:8704
↓ 1 callersFunctionresolve
()
jquery.js:1970
↓ 1 callersFunctionresult
* Resolves the value of `property` on `object`. If `property` is a function * it will be invoked and its result returned, else the property value i
lodash.js:3899
↓ 1 callersFunctionselect
( selector, context, results, seed, xml )
jquery.js:5097
↓ 1 callersFunctionsetMatcher
( preFilter, selector, matcher, postFilter, postFinder, postSelector )
jquery.js:4831
↓ 1 callersFunctionsetPositiveNumber
( elem, value, subtract )
jquery.js:6885
↓ 1 callersFunctionsortedIndex
* Uses a binary search to determine the smallest index at which the `value` * should be inserted into `array` in order to maintain the sort order o
lodash.js:3095
↓ 1 callersFunctiontemplate
* A micro-templating method that handles arbitrary delimiters, preserves * whitespace, and correctly escapes quotes within interpolated code. *
lodash.js:3972
↓ 1 callersFunctiontokenizeEscape
* Used by `template` to replace "escape" template delimiters with tokens. * * @private * @param {String} match The matched template delimiter
lodash.js:840
↓ 1 callersFunctiontokenizeInterpolate
* Used by `template` to replace "interpolate" template delimiters with tokens. * * @private * @param {String} match The matched template deli
lodash.js:879
↓ 1 callersFunctionupdate
(div, color)
main.js:26
FunctionDOMContentLoaded
()
jquery.js:80
FunctionLoDash
* Creates a `LoDash` instance that wraps a value to allow chaining. * * @private * @constructor * @param {Mixed} value The value to wrap.
lodash.js:309
FunctionTween
( elem, options, prop, end, easing )
jquery.js:8886
Functionafter
* Creates a new function that is restricted to executing only after it is * called `n` times. * * @static * @memberOf _ * @category Fun
lodash.js:3297
Functionbound
()
lodash.js:3368
Functionchain
* Wraps the value in a `lodash` wrapper object. * * @static * @memberOf _ * @category Chaining * @param {Mixed} value The value to wrap
lodash.js:4187
Functionclear
()
jquery-throttle-debounce.js:154
Functionclone
* Creates a clone of `value`. If `deep` is `true`, all nested objects will * also be cloned otherwise they will be assigned by reference. If a valu
lodash.js:1089
Functioncompact
* Creates a new array with all falsey values of `array` removed. The values * `false`, `null`, `0`, `""`, `undefined` and `NaN` are all falsey.
lodash.js:2529
FunctioncompareAscending
* Used by `sortBy` to compare transformed `collection` values, stable sorting * them in ascending order. * * @private * @param {Object} a
lodash.js:753
Functioncompose
* Creates a new function that is the composition of the passed functions, * where each function consumes the return value of the function that foll
lodash.js:3459
Functionctor
()
underscore.js:565
Functiondebounce
* Creates a new function that will delay the execution of `func` until after * `wait` milliseconds have elapsed since the last time it was invoked.
lodash.js:3492
next →1–100 of 172, ranked by callers