Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andresdominguez/protractor-meetup
/ functions
Functions
375 in github.com/andresdominguez/protractor-meetup
⨍
Functions
375
◇
Types & classes
0
↓ 97 callers
Function
forEach
* @ngdoc function * @name angular.forEach * @function * * @description * Invokes the `iterator` function once for each item in `obj` collection,
app/scripts/angular.js:290
↓ 39 callers
Function
isDefined
* @ngdoc function * @name angular.isDefined * @function * * @description * Determines if a reference is defined. * * @param {*} value Reference
app/scripts/angular.js:489
↓ 35 callers
Function
isString
* @ngdoc function * @name angular.isString * @function * * @description * Determines if a reference is a `String`. * * @param {*} value Referen
app/scripts/angular.js:518
↓ 32 callers
Function
isFunction
* @ngdoc function * @name angular.isFunction * @function * * @description * Determines if a reference is a `Function`. * * @param {*} value Ref
app/scripts/angular.js:578
↓ 29 callers
Function
extend
* @ngdoc function * @name angular.extend * @function * * @description * Extends the destination object `dst` by copying all of the properties fro
app/scripts/angular.js:401
↓ 29 callers
Function
isArray
* @ngdoc function * @name angular.isArray * @function * * @description * Determines if a reference is an `Array`. * * @param {*} value Referenc
app/scripts/angular.js:562
↓ 27 callers
Function
isUndefined
* @ngdoc function * @name angular.isUndefined * @function * * @description * Determines if a reference is undefined. * * @param {*} value Refer
app/scripts/angular.js:475
↓ 23 callers
Function
lowercase
(string)
app/scripts/angular.js:177
↓ 20 callers
Function
minErr
* @description * * This object provides a utility for producing rich Error messages within * Angular. It can be called as follows: * * var exampl
app/scripts/angular.js:36
↓ 18 callers
Function
isObject
* @ngdoc function * @name angular.isObject * @function * * @description * Determines if a reference is an `Object`. Unlike `typeof` in JavaScript
app/scripts/angular.js:504
↓ 17 callers
Function
valueFn
(value)
app/scripts/angular.js:462
↓ 16 callers
Function
dateGetter
(name, size, offset, trim)
app/scripts/angular.js:14123
↓ 16 callers
Function
int
(str)
app/scripts/angular.js:415
↓ 11 callers
Function
createController
(bandId)
test/unit/band-edit-spec.js:13
↓ 10 callers
Function
invokeLater
* @param {string} provider * @param {string} method * @param {String=} insertMethod * @returns {angular.Module}
app/scripts/angular.js:1730
↓ 10 callers
Function
startingTag
* @returns {string} Returns the string representation of the element.
app/scripts/angular.js:1051
↓ 9 callers
Function
beginsWith
* * @param {string} begin * @param {string} whole * @returns {string} returns text from whole after begin or undefined if it does not begin with *
app/scripts/angular.js:8410
↓ 9 callers
Function
int
(str)
test/services/angular-mocks.js:584
↓ 9 callers
Function
jqLiteExpandoStore
(element, key, value)
app/scripts/angular.js:2203
↓ 9 callers
Function
register
* @ngdoc function * @name ng.$controllerProvider#register * @methodOf ng.$controllerProvider * @param {string|Object} name Name of the filter
app/scripts/angular.js:13672
↓ 9 callers
Function
toggleValidCss
(isValid, validationErrorKey)
app/scripts/angular.js:15122
↓ 8 callers
Function
assertNotHasOwnProperty
* throw error if the name given is hasOwnProperty * @param {String} name the name to test * @param {String} context the context in which the na
app/scripts/angular.js:1378
↓ 8 callers
Function
copy
* @ngdoc function * @name angular.copy * @function * * @description * Creates a deep copy of `source`, which should be an object or an array. *
app/scripts/angular.js:801
↓ 8 callers
Function
directiveNormalize
* Converts all accepted directives format into proper directive name. * All of these will become 'myDirective': * my:Directive * my-directive
app/scripts/angular.js:6534
↓ 8 callers
Function
ensureSafeMemberName
(name, fullExpression)
app/scripts/angular.js:9245
↓ 8 callers
Function
ngDirective
(directive)
app/scripts/angular.js:14635
↓ 8 callers
Function
toJson
* @ngdoc function * @name angular.toJson * @function * * @description * Serializes input into a JSON-formatted string. Properties with leading $
app/scripts/angular.js:1014
↓ 7 callers
Function
$interpolate
* @ngdoc function * @name ng.$interpolate * @function * * @requires $parse * @requires $sce * * @description *
app/scripts/angular.js:8077
↓ 7 callers
Function
encodeUriQuery
* This method is intended for encoding *key* or *value* parts of query component. We need a custom * method because encodeURIComponent is too aggress
app/scripts/angular.js:1164
↓ 7 callers
Function
padNumber
(num, digits, trim)
test/services/angular-mocks.js:588
↓ 7 callers
Function
urlResolve
* * Implementation Notes for non-IE browsers * ---------------------------------------- * Assigning a URL to the href property of an anchor DOM nod
app/scripts/angular.js:13500
↓ 6 callers
Function
generateHolderType
(Base)
app/scripts/angular.js:12337
↓ 6 callers
Function
isWindow
* Checks if `obj` is a window object. * * @private * @param {*} obj Object to check * @returns {boolean} True if `obj` is a window obj.
app/scripts/angular.js:600
↓ 5 callers
Function
arrayRemove
(array, value)
app/scripts/angular.js:726
↓ 5 callers
Function
assertArgFn
(arg, name, acceptArrayAnnotation)
app/scripts/angular.js:1363
↓ 5 callers
Function
assertNoDuplicate
(what, previousDirective, directive, element)
app/scripts/angular.js:6362
↓ 5 callers
Function
camelCase
* Converts snake_case to camelCase. * Also there is special case for Moz prefix starting with upper case letter. * @param name Name to normalize
app/scripts/angular.js:2071
↓ 5 callers
Function
clearPhase
()
app/scripts/angular.js:12005
↓ 5 callers
Function
concat
(array1, array2, index)
test/services/angular-mocks.js:299
↓ 5 callers
Function
consoleLog
(type)
app/scripts/angular.js:9189
↓ 5 callers
Function
defer
()
app/scripts/angular.js:10643
↓ 5 callers
Function
ensureSafeObject
(obj, fullExpression)
app/scripts/angular.js:9254
↓ 5 callers
Function
getter
(obj, path, bindFnToScope)
app/scripts/angular.js:1392
↓ 5 callers
Function
hashKey
* 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
app/scripts/angular.js:2836
↓ 5 callers
Function
listener
()
app/scripts/angular.js:15838
↓ 5 callers
Function
safeAddClass
($element, className)
app/scripts/angular.js:5464
↓ 5 callers
Function
stripHash
(url)
app/scripts/angular.js:8417
↓ 5 callers
Function
supportObject
(delegate)
app/scripts/angular.js:3497
↓ 5 callers
Function
toBoolean
(value)
app/scripts/angular.js:1038
↓ 4 callers
Function
addDirective
* looks up the directive and decorates it with exception handling and proper parameters. We * call this the boundDirective. * * @param
app/scripts/angular.js:6186
↓ 4 callers
Function
dateStrGetter
(name, shortForm)
app/scripts/angular.js:14134
↓ 4 callers
Function
factory
(name, factoryFn)
app/scripts/angular.js:3518
↓ 4 callers
Function
indexOf
(array, obj)
app/scripts/angular.js:717
↓ 4 callers
Function
isDate
* @ngdoc function * @name angular.isDate * @function * * @description * Determines if a value is a date. * * @param {*} value Reference to chec
app/scripts/angular.js:546
↓ 4 callers
Function
isRegExp
* Determines if a value is a regular expression object. * * @private * @param {*} value Reference to check. * @returns {boolean} True if `value` i
app/scripts/angular.js:588
↓ 4 callers
Function
isScope
(obj)
app/scripts/angular.js:605
↓ 4 callers
Function
link
* bidirectionally links two entries of the LRU linked list
app/scripts/angular.js:4520
↓ 4 callers
Function
locationGetter
(property)
app/scripts/angular.js:8828
↓ 4 callers
Function
makePromise
(value, resolved)
app/scripts/angular.js:10735
↓ 4 callers
Function
nextUid
* 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
app/scripts/angular.js:351
↓ 4 callers
Function
ref
(value)
app/scripts/angular.js:10776
↓ 4 callers
Function
reject
(reason)
app/scripts/angular.js:10825
↓ 4 callers
Function
replaceWith
* This is a special jqLite.replaceWith, which can replace items which * have no parents, provided that the containing jqLite collection is provid
app/scripts/angular.js:6473
↓ 4 callers
Function
setter
(obj, path, setValue, fullExp, options)
app/scripts/angular.js:10054
↓ 4 callers
Function
snake_case
(name, separator)
app/scripts/angular.js:1322
↓ 4 callers
Function
uppercase
(string)
app/scripts/angular.js:189
↓ 4 callers
Function
verifySpy
(scope, spy)
test/services/jasmine-matchers.js:11
↓ 3 callers
Function
$http
* @ngdoc function * @name ng.$http * @requires $httpBackend * @requires $browser * @requires $cacheFactory * @requires $rootS
app/scripts/angular.js:7418
↓ 3 callers
Function
assertArg
* throw error if the argument is falsy.
app/scripts/angular.js:1356
↓ 3 callers
Function
classDirective
(name, selector)
app/scripts/angular.js:17078
↓ 3 callers
Function
cleanupLastIncludeContent
()
app/scripts/angular.js:18273
↓ 3 callers
Function
collectDirectives
* Looks for directives on the given node and adds them to the directive collection which is * sorted. * * @param node Node to search.
app/scripts/angular.js:5588
↓ 3 callers
Function
compile
($compileNodes, transcludeFn, maxPriority, ignoreDirective, previousCompileContext)
app/scripts/angular.js:5421
↓ 3 callers
Function
completeRequest
(callback, status, response, headersString)
app/scripts/angular.js:7905
↓ 3 callers
Function
concat
(array1, array2, index)
app/scripts/angular.js:936
↓ 3 callers
Function
createResource
(settings)
test/services/controller-test-helper.js:6
↓ 3 callers
Function
encodeUriSegment
* We need our custom method because encodeURIComponent is too aggressive and doesn't follow * http://www.ietf.org/rfc/rfc3986.txt with regards to the
app/scripts/angular.js:1145
↓ 3 callers
Function
ensure
(obj, name, factory)
app/scripts/angular.js:1448
↓ 3 callers
Function
equals
* @ngdoc function * @name angular.equals * @function * * @description * Determines if two objects or two values are equivalent. Supports value ty
app/scripts/angular.js:888
↓ 3 callers
Function
flattenClasses
(classVal)
app/scripts/angular.js:17120
↓ 3 callers
Function
getBlockElements
* Return the DOM siblings between the first and last node in the given array. * @param {Array} array like object * @returns jQlite object containing
app/scripts/angular.js:1416
↓ 3 callers
Function
group
(behavior)
app/scripts/underscore.js:336
↓ 3 callers
Function
groupScan
* Given a node with an directive-start it collects all of the siblings until it finds * directive-end. * @param node * @param attrStart
app/scripts/angular.js:5680
↓ 3 callers
Function
isArrayLike
* @private * @param {*} obj * @return {boolean} Returns true if `obj` is an array or array-like object (NodeList, Arguments, * St
app/scripts/angular.js:248
↓ 3 callers
Function
isSuccess
(status)
app/scripts/angular.js:6835
↓ 3 callers
Function
jqLiteAddNodes
(root, elements)
app/scripts/angular.js:2278
↓ 3 callers
Function
jqLiteDealoc
(element)
app/scripts/angular.js:2152
↓ 3 callers
Function
jqLiteInheritedData
(element, name, value)
app/scripts/angular.js:2293
↓ 3 callers
Function
jqLitePatchJQueryRemove
(name, dispatchThis, filterElems, getterIfNoArguments)
app/scripts/angular.js:2087
↓ 3 callers
Function
lookupIterator
(value)
app/scripts/underscore.js:311
↓ 3 callers
Function
padNumber
(num, digits, trim)
app/scripts/angular.js:14109
↓ 3 callers
Function
prettyPrint
(data)
test/services/angular-mocks.js:1115
↓ 3 callers
Function
resolvePromise
* Resolves the raw $http promise.
app/scripts/angular.js:7752
↓ 3 callers
Function
sliceArgs
(args, startIndex)
app/scripts/angular.js:940
↓ 3 callers
Function
stripFile
(url)
app/scripts/angular.js:8423
↓ 3 callers
Function
textInputType
(scope, element, attr, ctrl, $sniffer, $browser)
app/scripts/angular.js:15824
↓ 2 callers
Function
_
(obj)
app/scripts/underscore.js:48
↓ 2 callers
Function
addLinkFns
(pre, post, attrStart, attrEnd)
app/scripts/angular.js:5935
↓ 2 callers
Function
addReturns
(requestHandler, response)
test/services/controller-test-helper.js:9
↓ 2 callers
Function
adjustMatchers
(matchers)
app/scripts/angular.js:12147
next →
1–100 of 375, ranked by callers