MCPcopy Create free account

hub / github.com/IgorMinar/directives-workshop / functions

Functions511 in github.com/IgorMinar/directives-workshop

↓ 91 callersFunctionforEach
* @ngdoc function * @name angular.forEach * @function * * @description * Invokes the `iterator` function once for each item in `obj` collection,
lib/angular.js:291
↓ 51 callersFunctionjQuery
( selector, context )
lib/jquery-1.10.2.js:61
↓ 39 callersFunctionisDefined
* @ngdoc function * @name angular.isDefined * @function * * @description * Determines if a reference is defined. * * @param {*} value Reference
lib/angular.js:492
↓ 35 callersFunctionisString
* @ngdoc function * @name angular.isString * @function * * @description * Determines if a reference is a `String`. * * @param {*} value Referen
lib/angular.js:521
↓ 29 callersFunctionisArray
* @ngdoc function * @name angular.isArray * @function * * @description * Determines if a reference is an `Array`. * * @param {*} value Referenc
lib/angular.js:565
↓ 27 callersFunctionisFunction
* @ngdoc function * @name angular.isFunction * @function * * @description * Determines if a reference is a `Function`. * * @param {*} value Ref
lib/angular.js:581
↓ 27 callersFunctionisUndefined
* @ngdoc function * @name angular.isUndefined * @function * * @description * Determines if a reference is undefined. * * @param {*} value Refer
lib/angular.js:478
↓ 27 callersFunctiontoInt
(argumentForCoercion)
lib/moment.js:490
↓ 25 callersFunctionextend
* @ngdoc function * @name angular.extend * @function * * @description * Extends the destination object `dst` by copying all of the properties fro
lib/angular.js:404
↓ 24 callersFunctionlowercase
(string)
lib/angular.js:177
↓ 19 callersFunctionisObject
* @ngdoc function * @name angular.isObject * @function * * @description * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript
lib/angular.js:507
↓ 19 callersFunctionminErr
* @description * * This object provides a utility for producing rich Error messages within * Angular. It can be called as follows: * * var exampl
lib/angular.js:36
↓ 18 callersFunctionvalueFn
(value)
lib/angular.js:465
↓ 16 callersFunctiondateGetter
(name, size, offset, trim)
lib/angular.js:14286
↓ 16 callersFunctionint
(str)
lib/angular.js:418
↓ 14 callersFunctiongetAll
( context, tag )
lib/jquery-1.10.2.js:6452
↓ 14 callersFunctionleftZeroFill
(number, targetLength)
lib/moment.js:357
↓ 11 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
lib/jquery-1.10.2.js:1325
↓ 11 callersFunctionensureSafeMemberName
(name, fullExpression)
lib/angular.js:9446
↓ 10 callersFunctioncopy
* @ngdoc function * @name angular.copy * @function * * @description * Creates a deep copy of `source`, which should be an object or an array. *
lib/angular.js:804
↓ 10 callersFunctiongetLangDefinition
(key)
lib/moment.js:785
↓ 10 callersFunctioninvokeLater
* @param {string} provider * @param {string} method * @param {String=} insertMethod * @returns {angular.Module}
lib/angular.js:1735
↓ 10 callersFunctionmarkFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
lib/jquery-1.10.2.js:1316
↓ 10 callersFunctionstartingTag
* @returns {string} Returns the string representation of the element.
lib/angular.js:1056
↓ 9 callersFunctionbeginsWith
* * @param {string} begin * @param {string} whole * @returns {string} returns text from whole after begin or undefined if it does not begin with *
lib/angular.js:8596
↓ 9 callersFunctionextend
Helpers
lib/moment.js:329
↓ 9 callersFunctionint
(str)
lib/angular-mocks.js:584
↓ 9 callersFunctionjqLiteExpandoStore
(element, key, value)
lib/angular.js:2214
↓ 9 callersFunctionnormalizeUnits
(units)
lib/moment.js:422
↓ 9 callersFunctionregister
* @ngdoc function * @name ng.$controllerProvider#register * @methodOf ng.$controllerProvider * @param {string|Object} name Name of the filter
lib/angular.js:13846
↓ 9 callersFunctiontoggleValidCss
(isValid, validationErrorKey)
lib/angular.js:15294
↓ 8 callersFunction$interpolate
* @ngdoc function * @name ng.$interpolate * @function * * @requires $parse * @requires $sce * * @description *
lib/angular.js:8166
↓ 8 callersFunctionabsRound
(number)
lib/moment.js:347
↓ 8 callersFunctionassertNotHasOwnProperty
* throw error if the name given is hasOwnProperty * @param {String} name the name to test * @param {String} context the context in which the na
lib/angular.js:1383
↓ 8 callersFunctiondirectiveNormalize
* Converts all accepted directives format into proper directive name. * All of these will become 'myDirective': * my:Directive * my-directive
lib/angular.js:6619
↓ 8 callersFunctiongetter
(obj, path, bindFnToScope)
lib/angular.js:1397
↓ 8 callersFunctionngDirective
(directive)
lib/angular.js:14798
↓ 8 callersFunctiontoJson
* @ngdoc function * @name angular.toJson * @function * * @description * Serializes input into a JSON-formatted string. Properties with leading $
lib/angular.js:1017
↓ 8 callersFunctionvalidate
(ctrl, validatorName, validity, value)
lib/angular.js:16004
↓ 7 callersFunctioncreatePositionalPseudo
* Returns a function to use in pseudos for positionals * @param {Function} fn
lib/jquery-1.10.2.js:1411
↓ 7 callersFunctionencodeUriQuery
* This method is intended for encoding *key* or *value* parts of query component. We need a custom * method because encodeURIComponent is too aggress
lib/angular.js:1169
↓ 7 callersFunctionpadNumber
(num, digits, trim)
lib/angular-mocks.js:588
↓ 7 callersFunctionurlResolve
* * Implementation Notes for non-IE browsers * ---------------------------------------- * Assigning a URL to the href property of an anchor DOM nod
lib/angular.js:13674
↓ 6 callersFunctioncompileElement
(elementString, scope)
src/05_ngmodelctrl_parse_format/exercise/datefield.spec.js:13
↓ 6 callersFunctioncompileElement
(elementString, scope)
src/05_ngmodelctrl_parse_format/exercise/solution/datefield.spec.js:13
↓ 6 callersFunctioncompileElement
(elementString, scope)
src/01_widgets/exercise/pagination.spec.js:38
↓ 6 callersFunctioncompileElement
(elementString, scope)
src/01_widgets/exercise/solution/pagination.spec.js:38
↓ 6 callersFunctiongenerateHolderType
(Base)
lib/angular.js:12597
↓ 6 callersFunctionisWindow
* Checks if `obj` is a window object. * * @private * @param {*} obj Object to check * @returns {boolean} True if `obj` is a window obj.
lib/angular.js:603
↓ 5 callersFunctionarrayRemove
(array, value)
lib/angular.js:729
↓ 5 callersFunctionassertArgFn
(arg, name, acceptArrayAnnotation)
lib/angular.js:1368
↓ 5 callersFunctionassertNoDuplicate
(what, previousDirective, directive, element)
lib/angular.js:6447
↓ 5 callersFunctioncamelCase
* Converts snake_case to camelCase. * Also there is special case for Moz prefix starting with upper case letter. * @param name Name to normalize
lib/angular.js:2082
↓ 5 callersFunctionclearPhase
()
lib/angular.js:12255
↓ 5 callersFunctioncompile
($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext)
lib/angular.js:5499
↓ 5 callersFunctioncompileButton
(markup, scope)
src/06_ngmodelctrl_buttons/demo/buttons-checkbox.spec.js:11
↓ 5 callersFunctioncompileElement
(elementString, scope)
src/01_widgets/demo/rating.spec.js:32
↓ 5 callersFunctionconcat
(array1, array2, index)
lib/angular-mocks.js:299
↓ 5 callersFunctionconsoleLog
(type)
lib/angular.js:9383
↓ 5 callersFunctiondefer
()
lib/angular.js:10877
↓ 5 callersFunctionensureSafeObject
(obj, fullExpression)
lib/angular.js:9455
↓ 5 callersFunctionhashKey
* Computes a hash of an 'obj'. * Hash of a: * string is string * number is number as string * object is either result of calling $$hashKey func
lib/angular.js:2876
↓ 5 callersFunctionlistener
()
lib/angular.js:16025
↓ 5 callersFunctionsafeAddClass
($element, className)
lib/angular.js:5544
↓ 5 callersFunctionstripHash
(url)
lib/angular.js:8603
↓ 5 callersFunctionsupportObject
(delegate)
lib/angular.js:3562
↓ 5 callersFunctiontoBoolean
(value)
lib/angular.js:1041
↓ 4 callersFunctionSizzle
( selector, context, results, seed )
lib/jquery-1.10.2.js:1183
↓ 4 callersFunctionadd
( key, value )
lib/jquery-1.10.2.js:7497
↓ 4 callersFunctionaddDirective
* looks up the directive and decorates it with exception handling and proper parameters. We * call this the boundDirective. * * @param
lib/angular.js:6271
↓ 4 callersFunctioncalculatePosition
* A utility function that can be used to position one DOM element (elToPosition) in relation * to another DOM element(hostEl) in such a way that elTo
lib/positioning.js:10
↓ 4 callersFunctioncompileElement
(elementString, scope)
src/03_attribute_directives/exercise/popover.spec.js:11
↓ 4 callersFunctioncompileElement
(elementString, scope)
src/03_attribute_directives/exercise/solution/popover.spec.js:11
↓ 4 callersFunctioncompileElement
(elementString, scope)
src/03_attribute_directives/demo/tooltip.spec.js:11
↓ 4 callersFunctioncompileElement
(elementString, scope)
src/02_widgets_with_holes/demo/alert.spec.js:13
↓ 4 callersFunctioncompileElement
(elementString, scope)
src/05_ngmodelctrl_parse_format/demo/hourfield.spec.js:13
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
lib/jquery-1.10.2.js:2539
↓ 4 callersFunctiondateStrGetter
(name, shortForm)
lib/angular.js:14297
↓ 4 callersFunctionfactory
(name, factoryFn)
lib/angular.js:3583
↓ 4 callersFunctiongenFx
( type, includeWidth )
lib/jquery-1.10.2.js:9412
↓ 4 callersFunctionget
(k)
lib/moment.js:787
↓ 4 callersFunctionindexOf
(array, obj)
lib/angular.js:720
↓ 4 callersFunctionisDate
* @ngdoc function * @name angular.isDate * @function * * @description * Determines if a value is a date. * * @param {*} value Reference to chec
lib/angular.js:549
↓ 4 callersFunctionisHidden
( elem, el )
lib/jquery-1.10.2.js:6839
↓ 4 callersFunctionisRegExp
* Determines if a value is a regular expression object. * * @private * @param {*} value Reference to check. * @returns {boolean} True if `value` i
lib/angular.js:591
↓ 4 callersFunctionisScope
(obj)
lib/angular.js:608
↓ 4 callersFunctionjqLiteDealoc
(element)
lib/angular.js:2163
↓ 4 callersFunctionlocationGetter
(property)
lib/angular.js:9014
↓ 4 callersFunctionmakePromise
(value, resolved)
lib/angular.js:10969
↓ 4 callersFunctionnextUid
* A consistent way of creating unique IDs in angular. The ID is a sequence of alpha numeric * characters such as '012ABC'. The reason why we are not
lib/angular.js:354
↓ 4 callersFunctionref
(value)
lib/angular.js:11010
↓ 4 callersFunctionreject
(reason)
lib/angular.js:11059
↓ 4 callersFunctionreplaceWith
* This is a special jqLite.replaceWith, which can replace items which * have no parents, provided that the containing jqLite collection is provid
lib/angular.js:6558
↓ 4 callersFunctionsetter
(obj, path, setValue, fullExp, options)
lib/angular.js:10255
↓ 4 callersFunctionsnake_case
(name, separator)
lib/angular.js:1327
↓ 4 callersFunctiontoSelector
( tokens )
lib/jquery-1.10.2.js:2465
↓ 4 callersFunctiontokenize
( selector, parseOnly )
lib/jquery-1.10.2.js:2398
↓ 4 callersFunctionuppercase
(string)
lib/angular.js:189
↓ 4 callersFunctionweekOfYear
(mom, firstDayOfWeek, firstDayOfWeekOfYear)
lib/moment.js:1448
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
lib/jquery-1.10.2.js:2475
next →1–100 of 511, ranked by callers