MCPcopy Create free account

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

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

Methodchunk
* Wrapped type any[][]. * @see _.chunk
source/typings/globals/underscore/index.d.ts:4595
Methodchunk
* Wrapped type `any[][]`. * @see _.chunk
source/typings/globals/underscore/index.d.ts:5555
MethodclearBreakpoint
(rq: Request, cb: RequestHandler)
source/typings/globals/node/index.d.ts:4199
MethodclearQueue
* Empty the task queue completely. Unless additional tasks are enqueued, no more tasks will be run.
source/typings/globals/grunt/index.d.ts:826
Methodclone
* Create a shallow-copied clone of the object. * Any nested objects or arrays will be copied by reference, not duplicated. * @param object Obj
source/typings/globals/underscore/index.d.ts:3741
Methodclone
* Wrapped type `any[]`. * @see _.clone
source/typings/globals/underscore/index.d.ts:4785
Methodclone
* Wrapped type `any[]`. * @see _.clone
source/typings/globals/underscore/index.d.ts:5745
Methodclose
()
source/typings/globals/node/index.d.ts:1470
Methodclose
(callback?: () => void)
source/typings/globals/node/index.d.ts:2159
Methodclose
()
source/typings/globals/node/index.d.ts:2244
Methodclose
()
source/typings/globals/node/index.d.ts:2273
Methodclose
()
source/typings/globals/node/index.d.ts:2305
Methodcollect
* @see _.map
source/typings/globals/underscore/index.d.ts:169
Methodcollect
* @see _.map
source/typings/globals/underscore/index.d.ts:4130
Methodcollect
* @see _.map
source/typings/globals/underscore/index.d.ts:5090
Methodcompact
* Returns a copy of the array with all falsy values removed. In JavaScript, false, null, 0, "", * undefined and NaN are all falsy. * @param ar
source/typings/globals/underscore/index.d.ts:843
Methodcompact
* Wrapped type `any[]`. * @see _.compact
source/typings/globals/underscore/index.d.ts:4463
Methodcompact
* Wrapped type `any[]`. * @see _.compact
source/typings/globals/underscore/index.d.ts:5423
FunctioncompareAsNumbers
(a, b)
source/test/rangeTests.js:369
Methodcompose
* Returns the composition of a list of functions, where each function consumes the return value of the * function that follows. In math terms, com
source/typings/globals/underscore/index.d.ts:3551
Methodcompose
* Wrapped type `Function[]`. * @see _.compose
source/typings/globals/underscore/index.d.ts:4694
Methodcompose
* Wrapped type `Function[]`. * @see _.compose
source/typings/globals/underscore/index.d.ts:5654
FunctioncomputeHash
()
source/test/consistentHashRingTests.js:52
MethodcomputeSecret
(other_public_key: Buffer)
source/typings/globals/node/index.d.ts:3351
MethodcomputeSecret
(other_public_key: Buffer)
source/typings/globals/node/index.d.ts:3395
Methodconnect
(port: number, host: string)
source/typings/globals/node/index.d.ts:4194
Methodconstant
* Creates a function that returns the same value that is used as the argument of _.constant * @param value Identity of this object. * @return
source/typings/globals/underscore/index.d.ts:3960
Methodconstant
* Wrapped type `any`. * @see _.constant
source/typings/globals/underscore/index.d.ts:4951
Methodconstant
* Wrapped type `any`. * @see _.constant
source/typings/globals/underscore/index.d.ts:5911
FunctionconstantCompareFunction
(a, b)
source/test/rangeTests.js:373
FunctionconsumeFunc
(err, results, headers)
source/test/crossPartitionTests.js:550
Methodcontains
* Returns true if the value is present in the list. Uses indexOf internally, * if list is an Array. * @param list Checks each element to see i
source/typings/globals/underscore/index.d.ts:479
Methodcontains
* Wrapped type `any[]`. * @see _.contains
source/typings/globals/underscore/index.d.ts:4250
Methodcontains
* Wrapped type `any[]`. * @see _.contains
source/typings/globals/underscore/index.d.ts:5210
Methodcopy
* Copy a source file to a destination path, creating intermediate directories if necessary.
source/typings/globals/grunt/index.d.ts:399
MethodcountBy
* Sorts a list into groups and returns a count for the number of objects in each group. Similar * to groupBy, but instead of returning a list of v
source/typings/globals/underscore/index.d.ts:682
MethodcountBy
* Wrapped type `any[]`. * @see _.countBy
source/typings/globals/underscore/index.d.ts:4352
MethodcountBy
* Wrapped type `any[]`. * @see _.countBy
source/typings/globals/underscore/index.d.ts:5312
MethodcpuUsage
(previousValue?: CpuUsage)
source/typings/globals/node/index.d.ts:412
Methodcreate
* Creates an object that inherits from the given prototype object. * If additional properties are provided then they will be added to the * cr
source/typings/globals/underscore/index.d.ts:3733
Methodcreate
* Wrapped type `any`. * @see _.create
source/typings/globals/underscore/index.d.ts:4779
FunctioncreateDocumentProducersAndFillUpPriorityQueueFunc
()
source/lib/queryExecutionContext/parallelQueryExecutionContextBase.js:92
FunctioncreateFromArray
(queryMetricsArray)
source/lib/queryMetrics/queryMetrics.js:365
FunctioncreateFromArray
(clientSideMetricsArray)
source/lib/queryMetrics/clientSideMetrics.js:102
FunctioncreateFromArray
(queryPreparationTimesArray)
source/lib/queryMetrics/queryPreparationTimes.js:179
FunctioncreateFromArray
(runtimeExecutionTimesArray)
source/lib/queryMetrics/runtimeExecutionTimes.js:160
FunctioncreateFromDelimitedString
(delimitedString, clientSideMetrics)
source/lib/queryMetrics/queryMetrics.js:378
FunctioncreateFromDelimitedString
(delimitedString)
source/lib/queryMetrics/queryPreparationTimes.js:192
FunctioncreateFromDelimitedString
(delimitedString)
source/lib/queryMetrics/runtimeExecutionTimes.js:173
FunctioncurrentVerifier
(err, currentItem, headers)
source/test/aggregateQueryTests.js:288
FunctioncurrentVerifier
(err, currentItem)
source/test/splitTests.js:298
FunctioncurrentVerifier
(err, currentItem, headers)
source/test/crossPartitionTests.js:279
Methodcwd
()
source/typings/globals/node/index.d.ts:367
Methoddate
* Format a date using the dateformat library. * {@link http://github.com/felixge/node-dateformat} * * @note if
source/typings/globals/grunt/index.d.ts:1052
Methoddebounce
* Creates and returns a new debounced version of the passed function that will postpone its execution * until after wait milliseconds have elapsed
source/typings/globals/underscore/index.d.ts:3483
Methoddebounce
* Wrapped type `Function`. * @see _.debounce
source/typings/globals/underscore/index.d.ts:4652
Methoddebounce
* Wrapped type `Function`. * @see _.debounce
source/typings/globals/underscore/index.d.ts:5612
Methoddecode
(string: string)
source/typings/globals/node/index.d.ts:1389
Methoddefaults
* Fill in null and undefined properties in object with values from the defaults objects, * and return the object. As soon as the property is fille
source/typings/globals/underscore/index.d.ts:3721
Methoddefaults
* Wrapped type `object`. * @see _.defaults
source/typings/globals/underscore/index.d.ts:4773
Methoddefaults
* Wrapped type `object`. * @see _.defaults
source/typings/globals/underscore/index.d.ts:5733
Methoddefer
* Defers invoking the function until the current call stack has cleared, similar to using setTimeout * with a delay of 0. Useful for performing ex
source/typings/globals/underscore/index.d.ts:3447
Methoddefer
* Wrapped type `Function`. * @see _.defer
source/typings/globals/underscore/index.d.ts:4629
Methoddefer
* Wrapped type `Function`. * @see _.defer
source/typings/globals/underscore/index.d.ts:5589
Functiondefine
* Defines a new namespace with the specified name. * @param {String} name - The name of the namespace. This could be a dot-separated name for nested
source/lib/base.js:100
MethoddefineCommand
(keyword: string, cmd: Function | { help: string, action: Function })
source/typings/globals/node/index.d.ts:1415
Methoddelay
* Much like setTimeout, invokes function after wait milliseconds. If you pass the optional arguments, * they will be forwarded on to the function
source/typings/globals/underscore/index.d.ts:3427
Methoddelay
* Wrapped type `Function`. * @see _.delay
source/typings/globals/underscore/index.d.ts:4635
Methoddelay
* Wrapped type `Function`. * @see _.delay
source/typings/globals/underscore/index.d.ts:5595
Functionderive
* Creates a sub-class based on the supplied baseClass parameter, using prototypal inheritance. * @param {Function} baseClass - The class to inherit f
source/lib/base.js:130
Methoddestroy
(error?: Error)
source/typings/globals/node/index.d.ts:730
Methoddestroy
(err?: any)
source/typings/globals/node/index.d.ts:1940
Methoddestroy
()
source/typings/globals/node/index.d.ts:2274
Methoddetect
* @see _.find
source/typings/globals/underscore/index.d.ts:287
Methoddetect
* @see _.find
source/typings/globals/underscore/index.d.ts:4183
Methoddetect
* @see _.find
source/typings/globals/underscore/index.d.ts:5143
Methoddifference
* Similar to without, but returns the values from array that are not present in the other arrays. * @param array Keeps values that are within `oth
source/typings/globals/underscore/index.d.ts:888
Methoddifference
* Wrapped type `any[]`. * @see _.difference
source/typings/globals/underscore/index.d.ts:4499
Methoddifference
* Wrapped type `any[]`. * @see _.difference
source/typings/globals/underscore/index.d.ts:5459
Methoddigest
()
source/typings/globals/node/index.d.ts:3300
Methoddir
(obj: any, options?: {showHidden?: boolean, depth?: number, colors?: boolean})
source/typings/globals/node/index.d.ts:6
Methoddisconnect
()
source/typings/globals/node/index.d.ts:421
Methoddisconnect
(callback?: Function)
source/typings/globals/node/index.d.ts:887
Methoddisconnect
()
source/typings/globals/node/index.d.ts:1607
MethoddisplayPrompt
(preserveCursor?: boolean)
source/typings/globals/node/index.d.ts:1416
Methoddispose
()
source/typings/globals/node/index.d.ts:317
MethoddoesPathContain
* Are all descendant path(s) contained within the specified ancestor path?
source/typings/globals/grunt/index.d.ts:523
FunctiondoneCallback
(err, db)
source/test/test.js:2224
Methoddrop
* @see _.rest
source/typings/globals/underscore/index.d.ts:833
Methoddrop
* @see _.rest
source/typings/globals/underscore/index.d.ts:4457
Methoddrop
* @see _.rest
source/typings/globals/underscore/index.d.ts:5417
MethoddropMembership
(multicastAddress: string, multicastInterface?: string)
source/typings/globals/node/index.d.ts:2166
Methodeach
* Iterates over a list of elements, yielding each in turn to an iterator function. The iterator is * bound to the context object, if one is passed
source/typings/globals/underscore/index.d.ts:107
Methodeach
* Wrapped type `any[]`. * @see _.each
source/typings/globals/underscore/index.d.ts:4098
Methodemit
* Execute each of the listeners that may be listening for the specified event name * in order with the list of arguments.
source/typings/globals/grunt/index.d.ts:267
Methodemit
(event: string, listener: Function)
source/typings/globals/node/index.d.ts:918
Methodemit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1428
Methodemit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1493
Methodemit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1627
Methodemit
(event: string, ...args: any[])
source/typings/globals/node/index.d.ts:1987
← previousnext →401–500 of 1,146, ranked by callers