MCPcopy Create free account

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

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

FunctiongetOrderByKey
(r)
source/test/crossPartitionTests.js:658
MethodgetPeerCertificate
()
source/typings/globals/node/index.d.ts:3216
MethodgetPrime
()
source/typings/globals/node/index.d.ts:3354
MethodgetPrivateKey
()
source/typings/globals/node/index.d.ts:3360
MethodgetPrivateKey
()
source/typings/globals/node/index.d.ts:3398
MethodgetPublicKey
()
source/typings/globals/node/index.d.ts:3358
MethodgetPublicKey
()
source/typings/globals/node/index.d.ts:3400
MethodgetRaw
* Get a raw value from the project's Grunt configuration, without processing <% %> template strings. * If prop is specified, that propert
source/typings/globals/grunt/index.d.ts:168
Methodgetgid
()
source/typings/globals/node/index.d.ts:371
Methodgetuid
()
source/typings/globals/node/index.d.ts:374
MethodgroupBy
* Splits a collection into sets, grouped by the result of running each value through iterator. * If iterator is a string instead of a function, gr
source/typings/globals/underscore/index.d.ts:641
MethodgroupBy
* Wrapped type `any[]`. * @see _.groupBy
source/typings/globals/underscore/index.d.ts:4328
MethodgroupBy
* Wrapped type `any[]`. * @see _.groupBy
source/typings/globals/underscore/index.d.ts:5288
Methodhas
* Does the object contain the given key? Identical to object.hasOwnProperty(key), but uses a safe * reference to the hasOwnProperty function, in c
source/typings/globals/underscore/index.d.ts:3759
Methodhas
* Wrapped type `object`. * @see _.has
source/typings/globals/underscore/index.d.ts:4797
Methodhas
* Wrapped type `object`. * @see _.has
source/typings/globals/underscore/index.d.ts:5757
Methodhead
* @see _.first
source/typings/globals/underscore/index.d.ts:765
Methodhead
* @see _.first
source/typings/globals/underscore/index.d.ts:4408
Methodhead
* @see _.first
source/typings/globals/underscore/index.d.ts:5368
Methodhrtime
(time?: [number, number])
source/typings/globals/node/index.d.ts:416
Methodidentity
* Returns the same value that is used as the argument. In math: f(x) = x * This function looks useless, but is used throughout Underscore as a def
source/typings/globals/underscore/index.d.ts:3953
Methodidentity
* Wrapped type `any`. * @see _.identity
source/typings/globals/underscore/index.d.ts:4945
Methodidentity
* Wrapped type `any`. * @see _.identity
source/typings/globals/underscore/index.d.ts:5905
Methodinclude
* @see _.contains
source/typings/globals/underscore/index.d.ts:494
Methodinclude
* Alias for 'contains'. * @see contains
source/typings/globals/underscore/index.d.ts:4256
Methodinclude
* Alias for 'contains'. * @see contains
source/typings/globals/underscore/index.d.ts:5216
Methodincludes
* @see _.contains
source/typings/globals/underscore/index.d.ts:509
Methodincludes
* Alias for 'contains'. * @see contains
source/typings/globals/underscore/index.d.ts:4262
Methodincludes
* Alias for 'contains'. * @see contains
source/typings/globals/underscore/index.d.ts:5222
Methodincludes
(value: string | number | Buffer, byteOffset?: number, encoding?: string)
source/typings/globals/node/index.d.ts:553
MethodindexBy
* Given a `list`, and an `iterator` function that returns a key for each element in the list (or a property name), * returns an object with an ind
source/typings/globals/underscore/index.d.ts:659
MethodindexBy
* Wrapped type `any[]`. * @see _.indexBy
source/typings/globals/underscore/index.d.ts:4340
MethodindexBy
* Wrapped type `any[]`. * @see _.indexBy
source/typings/globals/underscore/index.d.ts:5300
MethodindexOf
* Returns the index at which value can be found in the array, or -1 if value is not present in the array. * Uses the native indexOf function unles
source/typings/globals/underscore/index.d.ts:994
MethodindexOf
* Wrapped type `any[]`. * @see _.indexOf
source/typings/globals/underscore/index.d.ts:4550
MethodindexOf
* Wrapped type `any[]`. * @see _.indexOf
source/typings/globals/underscore/index.d.ts:5510
Methodinit
* Initialize a configuration object for the current project. * The specified configObject is used by tasks and can be accessed using the
source/typings/globals/grunt/index.d.ts:138
Methodinitial
* Returns everything but the last entry of the array. Especially useful on the arguments object. * Pass n to exclude the last n elements from the
source/typings/globals/underscore/index.d.ts:793
Methodinitial
* Wrapped type `any[]`. * @see _.initial
source/typings/globals/underscore/index.d.ts:4429
Methodinitial
* Wrapped type `any[]`. * @see _.initial
source/typings/globals/underscore/index.d.ts:5389
Methodinject
* @see _.reduce
source/typings/globals/underscore/index.d.ts:208
Methodinject
* @see _.reduce
source/typings/globals/underscore/index.d.ts:4146
Methodinject
* @see _.reduce
source/typings/globals/underscore/index.d.ts:5106
Methodintercept
(cb: (data: any) => any)
source/typings/globals/node/index.d.ts:316
Methodintersection
* Computes the list of values that are the intersection of all the arrays. Each value in the result * is present in each of the arrays. * @par
source/typings/globals/underscore/index.d.ts:880
Methodintersection
* Wrapped type `any[][]`. * @see _.intersection
source/typings/globals/underscore/index.d.ts:4493
Methodintersection
* Wrapped type `any[][]`. * @see _.intersection
source/typings/globals/underscore/index.d.ts:5453
FunctioninvalidRangeTest
(options, done)
source/test/rangeTests.js:50
Methodinvert
* Returns a copy of the object where the keys have become the values and the values the keys. * For this to work, all of your object's values shou
source/typings/globals/underscore/index.d.ts:3623
Methodinvert
* Wrapped type `object`. * @see _.invert
source/typings/globals/underscore/index.d.ts:4728
Methodinvert
* Wrapped type `object`. * @see _.invert
source/typings/globals/underscore/index.d.ts:5688
Methodinvoke
* Calls the method named by methodName on each value in the list. Any extra arguments passed to * invoke will be forwarded on to the method invoca
source/typings/globals/underscore/index.d.ts:528
Methodinvoke
* Wrapped type `any[]`. * @see _.invoke
source/typings/globals/underscore/index.d.ts:4268
Methodinvoke
* Wrapped type `any[]`. * @see _.invoke
source/typings/globals/underscore/index.d.ts:5228
MethodisArguments
* Returns true if object is an Arguments object. * @param object Check if this object is an Arguments object. * @return True if `object` is an
source/typings/globals/underscore/index.d.ts:3855
MethodisArguments
* Wrapped type `object`. * @see _.isArguments
source/typings/globals/underscore/index.d.ts:4869
MethodisArguments
* Wrapped type `object`. * @see _.isArguments
source/typings/globals/underscore/index.d.ts:5829
MethodisArray
* Returns true if object is an Array. * @param object Check if this object is an Array. * @return True if `object` is an Array, otherwise fals
source/typings/globals/underscore/index.d.ts:3826
MethodisArray
* Wrapped type `object`. * @see _.isArray
source/typings/globals/underscore/index.d.ts:4851
MethodisBlockDevice
()
source/typings/globals/node/index.d.ts:2222
MethodisBoolean
* Returns true if object is either true or false. * @param object Check if this object is a bool. * @return True if `object` is a bool, otherw
source/typings/globals/underscore/index.d.ts:3897
MethodisBoolean
* Wrapped type `object`. * @see _.isBoolean
source/typings/globals/underscore/index.d.ts:4905
MethodisBoolean
* Wrapped type `object`. * @see _.isBoolean
source/typings/globals/underscore/index.d.ts:5865
MethodisCharacterDevice
()
source/typings/globals/node/index.d.ts:2223
MethodisDate
* Returns true if object is a Date. * @param object Check if this object is a Date. * @return True if `object` is a Date, otherwise false.
source/typings/globals/underscore/index.d.ts:3904
MethodisDate
* Wrapped type `object`. * @see _.isDate
source/typings/globals/underscore/index.d.ts:4911
MethodisDate
* Wrapped type `object`. * @see _.isDate
source/typings/globals/underscore/index.d.ts:5871
MethodisDir
* Is the given path a symbolic link?
source/typings/globals/grunt/index.d.ts:503
MethodisDirectory
()
source/typings/globals/node/index.d.ts:2221
MethodisElement
* Returns true if object is a DOM element. * @param object Check if this object is a DOM element. * @return True if `object` is a DOM element,
source/typings/globals/underscore/index.d.ts:3819
MethodisElement
* Wrapped type `object`. * @see _.isElement
source/typings/globals/underscore/index.d.ts:4845
MethodisElement
* Wrapped type `object`. * @see _.isElement
source/typings/globals/underscore/index.d.ts:5805
MethodisEmpty
* Returns true if object contains no values. * @param object Check if this object has no properties or values. * @return True if `object` is e
source/typings/globals/underscore/index.d.ts:3804
MethodisEmpty
* Wrapped type `object`. * @see _.isEmpty
source/typings/globals/underscore/index.d.ts:4833
MethodisEqual
* Performs an optimized deep comparison between the two objects, * to determine if they should be considered equal. * @param object Compare to
source/typings/globals/underscore/index.d.ts:3797
MethodisEqual
* Wrapped type `object`. * @see _.isEqual
source/typings/globals/underscore/index.d.ts:4827
MethodisEqual
* Wrapped type `object`. * @see _.isEqual
source/typings/globals/underscore/index.d.ts:5787
MethodisError
* Returns true if object inherits from an Error. * @param object Check if this object is an Error. * @return True if `object` is a Error, othe
source/typings/globals/underscore/index.d.ts:3869
MethodisError
* Wrapped type `object`. * @see _.isError
source/typings/globals/underscore/index.d.ts:4881
MethodisError
* Wrapped type `object`. * @see _.isError
source/typings/globals/underscore/index.d.ts:5841
MethodisFIFO
()
source/typings/globals/node/index.d.ts:2225
MethodisFile
* Is the given path a file?
source/typings/globals/grunt/index.d.ts:508
MethodisFile
()
source/typings/globals/node/index.d.ts:2220
MethodisFinite
* Returns true if object is a finite Number. * @param object Check if this object is a finite Number. * @return True if `object` is a finite N
source/typings/globals/underscore/index.d.ts:3890
MethodisFinite
* Wrapped type `object`. * @see _.isFinite
source/typings/globals/underscore/index.d.ts:4899
MethodisFinite
* Wrapped type `object`. * @see _.isFinite
source/typings/globals/underscore/index.d.ts:5859
MethodisFunction
* Returns true if object is a Function. * @param object Check if this object is a Function. * @return True if `object` is a Function, otherwis
source/typings/globals/underscore/index.d.ts:3862
MethodisFunction
* Wrapped type `object`. * @see _.isFunction
source/typings/globals/underscore/index.d.ts:4875
MethodisFunction
* Wrapped type `object`. * @see _.isFunction
source/typings/globals/underscore/index.d.ts:5835
MethodisLink
* Is the given path a symbolic link?
source/typings/globals/grunt/index.d.ts:498
MethodisMatch
* Returns true if the keys and values in `properties` matches with the `object` properties. * @param object Object to be compared with `properties
source/typings/globals/underscore/index.d.ts:3812
MethodisMatch
* Wrapped type `object`. * @see _.isMatch
source/typings/globals/underscore/index.d.ts:4839
MethodisMatch
* Wrapped type `object`. * @see _.isMatch
source/typings/globals/underscore/index.d.ts:5799
MethodisMatch
* This method contains the same signature and logic as the grunt.file.match method, * but simply returns true if any files were matched,
source/typings/globals/grunt/index.d.ts:475
MethodisNaN
* Returns true if object is NaN. * Note: this is not the same as the native isNaN function, * which will also return true if the variable is u
source/typings/globals/underscore/index.d.ts:3920
MethodisNaN
* Wrapped type `object`. * @see _.isNaN
source/typings/globals/underscore/index.d.ts:4923
MethodisNaN
* Wrapped type `object`. * @see _.isNaN
source/typings/globals/underscore/index.d.ts:5883
MethodisNull
* Returns true if the value of object is null. * @param object Check if this object is null. * @return True if `object` is null, otherwise fal
source/typings/globals/underscore/index.d.ts:3927
MethodisNull
* Wrapped type `object`. * @see _.isNull
source/typings/globals/underscore/index.d.ts:4929
MethodisNull
* Wrapped type `object`. * @see _.isNull
source/typings/globals/underscore/index.d.ts:5889
← previousnext →601–700 of 1,146, ranked by callers