Home
last modified time | relevance | path

Searched defs:Promise (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/node/deps/npm/node_modules/npm-profile/
DREADME.md67 ### <a name="login"></a> `> profile.login(opener, prompter, [opts]) → Promise`
101 ### <a name="adduser-web"></a> `> profile.adduserWeb(opener, [opts]) → Promise`
132 ### <a name="login-web"></a> `> profile.loginWeb(opener, [opts]) → Promise`
163 … <a name="adduser-couch"></a> `> profile.adduserCouch(username, email, password, [opts]) → Promise`
204 ### <a name="login-couch"></a> `> profile.loginCouch(username, password, [opts]) → Promise`
251 ### <a name="get"></a> `> profile.get([opts]) → Promise`
314 #### **SETTING `password`**
330 #### **SETTING `cidr_whitelist`**
343 #### **SETTING `tfa`**
401 ### <a name="list-tokens"></a> `> profile.listTokens([opts]) → Promise`
[all …]
/third_party/typescript/tests/baselines/reference/
DmemberAccessMustUseModuleInstances.js4 export class Promise { class
5 static timeout(delay: number): Promise { field in Promise
22 var Promise = /** @class */ (function () { class
23 function Promise() { class in anonymousFunctione3b93fe60100.Promise
DstaticInstanceResolution3.js4 export class Promise { class
5 static timeout(delay: number): Promise { field in Promise
20 function Promise() { class in Promise
DstaticInstanceResolution5.js4 export class Promise { class
5 static timeout(delay: number): Promise { field in Promise
24 var Promise = /** @class */ (function () { class
25 function Promise() { class in anonymousFunction26a08d3e0200.Promise
DmoduleInTypePosition1.js4 export class Promise { class
19 function Promise() { class in Promise
DarrayTypeInSignatureOfInterfaceAndClass.js3 class Promise<T> { class
4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… field in Promise
DoperationsAvailableOnPromisedType.js2 async function fn(
7 e: Promise<() => void>,
8 f: Promise<() => void> | (() => void),
/third_party/node/deps/npm/node_modules/libnpmaccess/
DREADME.md85 #### <a name="restricted"></a> `> access.restricted(spec, [opts]) -> Promise`
99 #### <a name="grant"></a> `> access.grant(spec, team, permissions, [opts]) -> Promise`
117 #### <a name="revoke"></a> `> access.revoke(spec, team, [opts]) -> Promise`
135 #### <a name="tfa-required"></a> `> access.tfaRequired(spec, [opts]) -> Promise`
150 #### <a name="tfa-not-required"></a> `> access.tfaNotRequired(spec, [opts]) -> Promise`
166 #### <a name="ls-packages"></a> `> access.lsPackages(entity, [opts]) -> Promise`
181 ##### Example
228 ##### Example
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericCallToOverloadedMethodWithOverloadedArguments.ts3 interface Promise<T> { interface
30 interface Promise<T> { interface
59 interface Promise<T> { interface
/third_party/node/deps/npm/node_modules/libnpmteam/
DREADME.md81 #### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise`
93 #### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise`
104 #### <a name="rm"></a> `> team.rm(user, team, [opts]) -> Promise`
115 #### <a name="ls-teams"></a> `> team.lsTeams(scope, [opts]) -> Promise`
119 ##### Example
158 ##### Example
/third_party/typescript/tests/projects/inferredTypeFromTransitiveModule/
Dglobal.d.ts4 declare var Promise: PromiseConstructor; variable
5 interface Promise<T> { interface
/third_party/node/deps/npm/node_modules/cacache/
DREADME.es.md286 ##### Campos
294 ##### Ejemplo
322 ##### Ejemplo
350 ##### Ejemplo
462 ##### Ejemplo
476 ##### Ejemplo
528 ##### Ejemplo
594 ##### Opciones
600 ##### Example
DREADME.md293 ##### Fields
301 ##### Example
327 ##### Example
355 ##### Example
459 ##### Example
473 ##### Example
546 ##### Example
611 ##### Options
616 ##### Example
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md68 ##### Example
125 #### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise`
135 ##### Example
183 ##### Example
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dany.js2 module.exports = function(Promise) { argument
17 Promise.prototype.any = function () { class
Dfilter.js2 module.exports = function(Promise, INTERNAL) { argument
5 Promise.prototype.filter = function (fn, options) { class
Dmethod.js3 function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { argument
48 Promise.prototype._resolveFromSyncValue = function (value) { class
Deach.js2 module.exports = function(Promise, INTERNAL) { argument
14 Promise.prototype.each = function (fn) { class
Drace.js3 Promise, INTERNAL, tryConvertToPromise, apiRejection) { argument
45 Promise.prototype.race = function () { class
Dnodeify.js2 module.exports = function(Promise) { argument
41 Promise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback, class
Ddirect_resolve.js2 module.exports = function(Promise) { argument
10 Promise.prototype["return"] = class
Dsynchronous_inspection.js2 module.exports = function(Promise) { argument
55 Promise.prototype.__isCancelled = function() { class
Dsettle.js3 function(Promise, PromiseArray, debug) { argument
40 Promise.prototype.settle = function () { class
/third_party/node/deps/npm/node_modules/libnpmorg/
DREADME.md82 #### <a name="rm"></a> `> org.rm(org, user, [opts]) -> Promise`
98 #### <a name="ls"></a> `> org.ls(org, [opts]) -> Promise`
109 ##### Example
/third_party/node/deps/npm/node_modules/libnpmpublish/
DREADME.md88 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise`
98 ##### Example

123456