MCPcopy Create free account

hub / github.com/Azure/azure-cosmosdb-node / functions

Functions1,146 in github.com/Azure/azure-cosmosdb-node

Methodemit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:2082
Methodencode
(codePoints: number[])
source/typings/globals/node/index.d.ts:1390
Methodend
()
source/typings/globals/node/index.d.ts:301
Methodend
()
source/typings/globals/node/index.d.ts:671
Methodend
()
source/typings/globals/node/index.d.ts:697
Methodend
(buffer?: Buffer)
source/typings/globals/node/index.d.ts:2858
Methodentries
()
source/typings/globals/node/index.d.ts:552
Methodequals
(otherBuffer: Buffer)
source/typings/globals/node/index.d.ts:506
Methoderror
* If msg string is omitted, logs ERROR in red, * otherwise logs >> msg, with trailing newline.
source/typings/globals/grunt/index.d.ts:664
Methoderror
* Return a new Error instance (that can be thrown) with the appropriate message. * If an Error object is specified instead of message tha
source/typings/globals/grunt/index.d.ts:1086
FunctionerrorVerifier
(err, results)
source/test/crossPartitionTests.js:1018
Methoderrorlns
* Log an error with grunt.log.error, wrapping text to 80 columns using grunt.log.wraptext.
source/typings/globals/grunt/index.d.ts:669
Methodescape
* Escapes a string for insertion into HTML, replacing &, <, >, ", ', and / characters. * @param str Raw string to escape. * @return `str` HTML
source/typings/globals/underscore/index.d.ts:4027
Methodescape
* Wrapped type `string`. * @see _.escape
source/typings/globals/underscore/index.d.ts:4998
Methodescape
* Wrapped type `string`. * @see _.escape
source/typings/globals/underscore/index.d.ts:5958
Methodescape
* Escape '.' dots in the given propString. This should be used for property names that contain dots.
source/typings/globals/grunt/index.d.ts:179
Methodevery
* Returns true if all of the values in the list pass the iterator truth test. Delegates to the * native method every, if present. * @param lis
source/typings/globals/underscore/index.d.ts:402
Methodevery
* @see _.all
source/typings/globals/underscore/index.d.ts:4233
FunctionexecuteNextCallback
(err, results, headers)
source/test/queryTests.js:141
FunctionexecuteNextCallback
(err, results, headers)
source/test/crossPartitionTests.js:462
FunctionexecuteNextValidator
(err, results)
source/test/aggregateQueryTests.js:338
FunctionexecuteNextValidator
(err, results, headers)
source/test/splitTests.js:410
FunctionexecuteNextValidator
(err, results, headers)
source/test/crossPartitionTests.js:392
Methodexists
* Does the given path exist?
source/typings/globals/grunt/index.d.ts:493
Methodexists
* Check with the name, if a task exists in the registered tasks. * @param name The task name to check. * @since 0.4.5
source/typings/globals/grunt/index.d.ts:799
Methodexit
(code?: number)
source/typings/globals/node/index.d.ts:369
Methodexpand
* Return a unique array of all file or directory paths that match the given globbing pattern(s). * This method accepts either comma separ
source/typings/globals/grunt/index.d.ts:440
MethodexpandMapping
* Returns an array of src-dest file mapping objects. * For each source file matched by a specified pattern, join that file path to the sp
source/typings/globals/grunt/index.d.ts:451
MethodexportChallenge
(spkac: string | Buffer)
source/typings/globals/node/index.d.ts:3260
MethodexportPublicKey
(spkac: string | Buffer)
source/typings/globals/node/index.d.ts:3261
Methodextend
* Copy all of the properties in the source objects over to the destination object, and return * the destination object. It's in-order, so the last
source/typings/globals/underscore/index.d.ts:3646
Methodextend
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:4745
MethodextendOwn
* Like extend, but only copies own properties over to the destination object. (alias: assign)
source/typings/globals/underscore/index.d.ts:3653
Methodfatal
* Display a warning and abort Grunt immediately.
source/typings/globals/grunt/index.d.ts:295
FunctionfetchFunction
(opts, cb)
source/test/queryExecutionContext/defaultQueryExecutionContextTests.js:40
Methodfilter
* Looks through each value in the list, returning an array of all the values that pass a truth * test (iterator). Delegates to the native filter m
source/typings/globals/underscore/index.d.ts:322
Methodfilter
* Wrapped type `any[]`. * @see _.filter
source/typings/globals/underscore/index.d.ts:4199
Methodfinal
()
source/typings/globals/node/index.d.ts:3310
Methodfinal
()
source/typings/globals/node/index.d.ts:3323
Methodfind
* Looks through each value in the list, returning the first one that passes a truth * test (iterator). The function returns as soon as it finds an
source/typings/globals/underscore/index.d.ts:257
Methodfind
* Wrapped type `any[]`. * @see _.find
source/typings/globals/underscore/index.d.ts:4168
Methodfind
* Wrapped type `any[]`. * @see _.find
source/typings/globals/underscore/index.d.ts:5128
MethodfindIndex
* Returns the first index of an element in `array` where the predicate truth test passes * @param array The array to search for the index of the f
source/typings/globals/underscore/index.d.ts:1027
MethodfindIndex
* @see _.findIndex
source/typings/globals/underscore/index.d.ts:4566
MethodfindIndex
* @see _.findIndex
source/typings/globals/underscore/index.d.ts:5526
MethodfindKey
* Returns the first key on an object that passes a predicate test. * @param obj the object to search in * @param predicate Predicate function.
source/typings/globals/underscore/index.d.ts:3670
MethodfindKey
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:4751
MethodfindKey
* Wrapped type `object`. * @see _.extend
source/typings/globals/underscore/index.d.ts:5711
MethodfindLastIndex
* Returns the last index of an element in `array` where the predicate truth test passes * @param array The array to search for the index of the la
source/typings/globals/underscore/index.d.ts:1039
MethodfindLastIndex
* @see _.findLastIndex
source/typings/globals/underscore/index.d.ts:4571
MethodfindLastIndex
* @see _.findLastIndex
source/typings/globals/underscore/index.d.ts:5531
MethodfindWhere
* Looks through the list and returns the first value that matches all of the key-value pairs listed in properties. * @param list Search through th
source/typings/globals/underscore/index.d.ts:368
MethodfindWhere
* Wrapped type `any[]`. * @see _.findWhere
source/typings/globals/underscore/index.d.ts:4216
MethodfindWhere
* Wrapped type `any[]`. * @see _.findWhere
source/typings/globals/underscore/index.d.ts:5176
Methodfirst
* Returns the first element of an array. Passing n will return the first n elements of the array. * @param array Retrieves the first element of th
source/typings/globals/underscore/index.d.ts:752
Methodfirst
* Wrapped type `any[]`. * @see _.first
source/typings/globals/underscore/index.d.ts:4397
Methodfirst
* Wrapped type `any[]`. * @see _.first
source/typings/globals/underscore/index.d.ts:5357
Methodflatten
* Flattens a nested array (the nesting can be to any depth). If you pass shallow, the array will * only be flattened a single level. * @param
source/typings/globals/underscore/index.d.ts:852
Methodflatten
* Wrapped type `any`. * @see _.flatten
source/typings/globals/underscore/index.d.ts:4469
Methodflatten
* Wrapped type `any`. * @see _.flatten
source/typings/globals/underscore/index.d.ts:5429
Methodflatten
(shallow?: boolean)
source/typings/globals/underscore/index.d.ts:6079
Methodfoldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:217
Methodfoldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:4151
Methodfoldl
* @see _.reduce
source/typings/globals/underscore/index.d.ts:5111
Methodfoldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:242
Methodfoldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:4162
Methodfoldr
* @see _.reduceRight
source/typings/globals/underscore/index.d.ts:5122
MethodforEach
* @see _.each
source/typings/globals/underscore/index.d.ts:126
MethodforEach
* @see _.each
source/typings/globals/underscore/index.d.ts:4108
FunctionforEachCallback
(err, item)
source/test/aggregateQueryTests.js:377
FunctionforEachCallback
(err, item)
source/test/splitTests.js:472
FunctionforEachCallback
(err, item)
source/test/crossPartitionTests.js:444
Methodforever
* Convenience function. Overrides options.restarts to -1. * Runs command indefinitely no matter the options passed into the constructor.
source/typings/globals/grunt/index.d.ts:1232
Methodfork
(env?: any)
source/typings/globals/node/index.d.ts:888
FunctionfromDays
(value)
source/lib/queryMetrics/timeSpan.js:290
FunctionfromHours
(value)
source/lib/queryMetrics/timeSpan.js:286
FunctionfromMilliseconds
(value)
source/lib/queryMetrics/timeSpan.js:274
FunctionfromMinutes
(value)
source/lib/queryMetrics/timeSpan.js:282
FunctionfromSeconds
(value)
source/lib/queryMetrics/timeSpan.js:278
MethodfullTitle
()
source/typings/globals/mocha/index.d.ts:127
MethodfullTitle
()
source/typings/globals/mocha/index.d.ts:135
Methodfunctions
* Returns a sorted list of the names of every method in an object - that is to say, * the name of every function property of the object. * @pa
source/typings/globals/underscore/index.d.ts:3631
Methodfunctions
* Wrapped type `object`. * @see _.functions
source/typings/globals/underscore/index.d.ts:4734
Methodfunctions
* Wrapped type `object`. * @see _.functions
source/typings/globals/underscore/index.d.ts:5694
MethodgenerateKeys
()
source/typings/globals/node/index.d.ts:3349
MethodgenerateKeys
()
source/typings/globals/node/index.d.ts:3392
MethodgetAuthTag
()
source/typings/globals/node/index.d.ts:3313
FunctiongetConflictLink
(isNameBasedLink, db, coll, conflict)
source/test/test.js:299
MethodgetConnections
(cb: (error: Error, count: number) => void)
source/typings/globals/node/index.d.ts:2062
FunctiongetDatabaseLink
(isNameBasedLink, db)
source/test/splitTests.js:114
FunctiongetDatabaseLink
(isNameBasedLink, db)
source/test/crossPartitionTests.js:102
FunctiongetDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/aggregateQueryTests.js:133
FunctiongetDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/splitTests.js:130
FunctiongetDocumentLink
(isNameBasedLink, db, coll, doc)
source/test/crossPartitionTests.js:118
MethodgetGenerator
()
source/typings/globals/node/index.d.ts:3356
MethodgetHeader
(name: string)
source/typings/globals/node/index.d.ts:664
MethodgetHeader
(name: string)
source/typings/globals/node/index.d.ts:692
FunctiongetKey
(r)
source/lib/routing/inMemoryCollectionRoutingMap.js:210
FunctiongetKey
(r)
source/test/inMemoryCollectionRoutingMapTests.js:138
FunctiongetOrderByKey
(r)
source/test/splitTests.js:532
← previousnext →501–600 of 1,146, ranked by callers