MCPcopy Index your code

hub / github.com/dhruvaray/backbone-associations / functions

Functions303 in github.com/dhruvaray/backbone-associations

↓ 57 callersFunctionjQuery
( selector, context )
test/lib/jquery.js:42
↓ 31 callersFunctionescapeText
* Escape text for attribute or text content.
test/lib/qunit.js:977
↓ 21 callersFunctionslice
* Slices the `collection` from the `start` index up to, but not including, * the `end` index. * * Note: This function is used instead o
test/lib/lodash.js:406
↓ 18 callersFunctionid
( name )
test/lib/qunit.js:1149
↓ 16 callersFunctionisFunction
* Checks if `value` is a function. * * @static * @memberOf _ * @category Objects * @param {*} value The v
test/lib/lodash.js:2390
↓ 15 callersFunctionforOwn
(collection, callback, thisArg)
test/lib/lodash.js:2094
↓ 13 callersFunctionbaseCreateCallback
* The base implementation of `_.createCallback` without support for creating * "_.pluck" or "_.where" style callbacks. * *
test/lib/lodash.js:863
↓ 13 callersFunctionisObject
* Checks if `value` is the language type of Object. * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
test/lib/lodash.js:2414
↓ 12 callersFunctionextend
( a, b )
test/lib/qunit.js:1079
↓ 11 callersFunctionreleaseArray
* Releases the given array back to the array pool. * * @private * @param {Array} [array] The array to release.
test/lib/lodash.js:369
↓ 10 callersFunctiongetArray
* Gets an array from the array pool or creates a new one if the pool is empty. * * @private * @returns {Array} The array from the pool.
test/lib/lodash.js:335
↓ 10 callersFunctionmarkFunction
( fn, value )
test/lib/jquery.js:3708
↓ 10 callersFunctionrunLoggingCallbacks
( key, scope, args )
test/lib/qunit.js:1160
↓ 9 callersFunctioncreateWrapper
* Creates a function that, when called, either curries or invokes `func` * with an optional `this` binding and partially applied arguments.
test/lib/lodash.js:1394
↓ 9 callersFunctionforEach
* Iterates over elements of a collection, executing the callback for each * element. The callback is bound to `thisArg` and invoked with thre
test/lib/lodash.js:3290
↓ 8 callersFunctionassert
( fn )
test/lib/jquery.js:3797
↓ 8 callersFunctionforIn
(collection, callback, thisArg)
test/lib/lodash.js:2017
↓ 8 callersFunctionisNative
* Checks if `value` is a native function. * * @private * @param {*} value The value to check. * @returns {boolean}
test/lib/lodash.js:1483
↓ 8 callersFunctionsourceFromStacktrace
( offset )
test/lib/qunit.js:966
↓ 7 callersFunctionbaseFlatten
* The base implementation of `_.flatten` without support for callback * shorthands or `thisArg` binding. * * @private
test/lib/lodash.js:1011
↓ 7 callersFunctioncreatePositionalPseudo
( fn )
test/lib/jquery.js:3965
↓ 7 callersFunctionisNaN
* Checks if `value` is `NaN`. * * Note: This is not the same as native `isNaN` which will return `true` for * `undefined` a
test/lib/lodash.js:2447
↓ 7 callersFunctionregisterLoggingCallback
( key )
test/lib/qunit.js:1153
↓ 6 callersFunctionaddEvent
* @param {HTMLElement} elem * @param {string} type * @param {Function} fn
test/lib/qunit.js:1101
↓ 6 callersFunctionindexOf
* Gets the index at which the first occurrence of `value` is found using * strict equality for comparisons, i.e. `===`. If the array is alrea
test/lib/lodash.js:4399
↓ 6 callersFunctionsynchronize
( callback, last )
test/lib/qunit.js:999
↓ 5 callersFunctionSizzle
( selector, context, results, seed )
test/lib/jquery.js:3880
↓ 5 callersFunctionbaseDifference
* The base implementation of `_.difference` that accepts a single array * of values to exclude. * * @private * @pa
test/lib/lodash.js:972
↓ 5 callersFunctioncreateInputPseudo
( type )
test/lib/jquery.js:3949
↓ 5 callersFunctionisDisconnected
( node )
test/lib/jquery.js:5504
↓ 4 callersFunctionadd
( key, value )
test/lib/jquery.js:7216
↓ 4 callersFunctionbaseCreate
* The base implementation of `_.create` without support for assigning * properties to the created object. * * @private
test/lib/lodash.js:835
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
test/lib/jquery.js:4812
↓ 4 callersFunctioneventsApi
(obj, action, name, rest)
test/lib/backbone.js:177
↓ 4 callersFunctionextractStacktrace
( e, offset )
test/lib/qunit.js:928
↓ 4 callersFunctiongenFx
( type, includeWidth )
test/lib/jquery.js:9099
↓ 4 callersFunctiongetAll
( elem )
test/lib/jquery.js:6208
↓ 4 callersFunctiongetIndexOf
* Gets the appropriate "indexOf" function. If the `_.indexOf` method is * customized, this method returns the custom method, otherwise it ret
test/lib/lodash.js:1471
↓ 4 callersFunctionisString
* Checks if `value` is a string. * * @static * @memberOf _ * @category Objects * @param {*} value The val
test/lib/lodash.js:2559
↓ 4 callersFunctionisValuePresent
(value)
backbone-associations.js:791
↓ 4 callersFunctionlookupIterator
(value)
test/lib/underscore.js:311
↓ 4 callersFunctionobjectValues
( obj )
test/lib/qunit.js:76
↓ 4 callersFunctionprocess
( last )
test/lib/qunit.js:1007
↓ 4 callersFunctionreleaseObject
* Releases the given object back to the object pool. * * @private * @param {Object} [object] The object to release.
test/lib/lodash.js:382
↓ 4 callersFunctionsiblingCheck
( a, b, ret )
test/lib/jquery.js:4560
↓ 4 callersFunctiontokenize
( selector, parseOnly )
test/lib/jquery.js:4683
↓ 4 callersFunctionwrapError
(model, options)
test/lib/backbone.js:1598
↓ 4 callersFunctionx
(a)
backbone-associations-min.js:17
↓ 3 callersFunctionB
(a)
backbone-associations-min.js:16
↓ 3 callersFunctionC
(a,c)
backbone-associations-min.js:17
↓ 3 callersFunctionObject
()
test/lib/lodash.js:841
↓ 3 callersFunctionaddAnimals
(zoo, count, auto)
test/associated-model.js:2858
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
test/lib/jquery.js:4746
↓ 3 callersFunctionbaseRandom
* The base implementation of `_.random` without argument juggling or support * for returning floating-point numbers. * * @p
test/lib/lodash.js:1289
↓ 3 callersFunctionbaseUniq
* The base implementation of `_.uniq` without support for callback shorthands * or `thisArg` binding. * * @private
test/lib/lodash.js:1303
↓ 3 callersFunctioncreateAggregator
* Creates a function that aggregates a collection, creating an object composed * of keys generated from the results of running each element o
test/lib/lodash.js:1350
↓ 3 callersFunctioncreateCache
()
test/lib/jquery.js:3713
↓ 3 callersFunctioncreateCache
* Creates a cache object to optimize linear searches of large arrays. * * @private * @param {Array} [array=[]] The array to search.
test/lib/lodash.js:292
↓ 3 callersFunctiondiff
( a, b )
test/lib/qunit.js:1063
↓ 3 callersFunctiondone
( status, nativeStatusText, responses, headers )
test/lib/jquery.js:7722
↓ 3 callersFunctionelementMatcher
( matchers )
test/lib/jquery.js:4798
↓ 3 callersFunctionescape
* Converts the characters `&`, `<`, `>`, `"`, and `'` in `string` to their * corresponding HTML entities. * * @static
test/lib/lodash.js:5844
↓ 3 callersFunctionfunctions
* Creates a sorted array of property names of all enumerable properties, * own and inherited, of `object` that have function values.
test/lib/lodash.js:2157
↓ 3 callersFunctiongetObject
* Gets an object from the object pool or creates a new one if the pool is empty. * * @private * @returns {Object} The object from the p
test/lib/lodash.js:345
↓ 3 callersFunctiongetPathEndPoint
(path)
backbone-associations.js:731
↓ 3 callersFunctiongroup
(behavior)
test/lib/underscore.js:338
↓ 3 callersFunctionisArguments
* Checks if `value` is an `arguments` object. * * @static * @memberOf _ * @category Objects * @param {*}
test/lib/lodash.js:1556
↓ 3 callersFunctionisHidden
( elem, el )
test/lib/jquery.js:6585
↓ 3 callersFunctionjoin
( pre, arr, post )
test/lib/qunit.js:1911
↓ 3 callersFunctionmap2Scope
(path, context)
backbone-associations.js:749
↓ 3 callersFunctionsaveGlobal
()
test/lib/qunit.js:1028
↓ 3 callersFunctionsetupCounties
(countries, zoos)
test/associated-model.js:2874
↓ 3 callersFunctionvalues
* Creates an array composed of the own enumerable property values of `object`. * * @static * @memberOf _ * @catego
test/lib/lodash.js:2904
↓ 2 callersFunctionH
(a)
backbone-associations-min.js:16
↓ 2 callersFunction_
(obj)
test/lib/underscore.js:48
↓ 2 callersFunction_populateZoo
(zoos)
test/associated-model.js:2866
↓ 2 callersFunctionaddEvents
* @param {Array|NodeList} elems * @param {string} type * @param {Function} fn
test/lib/qunit.js:1122
↓ 2 callersFunctionaddToPrefiltersOrTransports
( structure )
test/lib/jquery.js:7335
↓ 2 callersFunctionajaxExtend
( target, src )
test/lib/jquery.js:7411
↓ 2 callersFunctionassign
(object, source, guard)
test/lib/lodash.js:1679
↓ 2 callersFunctionaugmentWidthOrHeight
( elem, name, extra, isBorderBox )
test/lib/jquery.js:6907
↓ 2 callersFunctionbaseClone
* The base implementation of `_.clone` without argument juggling or support * for `thisArg` binding. * * @private
test/lib/lodash.js:747
↓ 2 callersFunctionbaseIndexOf
* The base implementation of `_.indexOf` without support for binary searches * or `fromIndex` constraints. * * @private * @param {
test/lib/lodash.js:170
↓ 2 callersFunctionbaseIsEqual
* The base implementation of `_.isEqual`, without support for `thisArg` binding, * that allows partial "_.where" style comparisons.
test/lib/lodash.js:1053
↓ 2 callersFunctioncacheIndexOf
* An implementation of `_.contains` for cache objects that mimics the return * signature of `_.indexOf` by returning `0` if the value is found, e
test/lib/lodash.js:191
↓ 2 callersFunctioncloneCopyEvent
( src, dest )
test/lib/jquery.js:6037
↓ 2 callersFunctioncloneFixAttributes
( src, dest )
test/lib/jquery.js:6065
↓ 2 callersFunctioncreateButtonPseudo
( type )
test/lib/jquery.js:3957
↓ 2 callersFunctioncreateFxNow
()
test/lib/jquery.js:8604
↓ 2 callersFunctioncreateSafeFragment
( document )
test/lib/jquery.js:5649
↓ 2 callersFunctioncss_defaultDisplay
( nodeName )
test/lib/jquery.js:6992
↓ 2 callersFunctionctor
()
test/lib/underscore.js:606
↓ 2 callersFunctiondataAttr
( elem, key, data )
test/lib/jquery.js:1801
↓ 2 callersFunctiondefaults
(object, source, guard)
test/lib/lodash.js:1858
↓ 2 callersFunctiondestroy
()
test/lib/backbone.js:509
↓ 2 callersFunctionerrorString
( error )
test/lib/qunit.js:50
↓ 2 callersFunctionfilter
* Iterates over elements of a collection, returning an array of all elements * the callback returns truey for. The callback is bound to `this
test/lib/lodash.js:3140
↓ 2 callersFunctionfire
( data )
test/lib/jquery.js:966
↓ 2 callersFunctionforEachRight
* This method is like `_.forEach` except that it iterates over elements * of a `collection` from right to left. * * @static
test/lib/lodash.js:3324
↓ 2 callersFunctiongetPathArray
(path)
backbone-associations.js:725
next →1–100 of 303, ranked by callers