/third_party/node/deps/npm/node_modules/npm-profile/ |
D | README.md | 67 ### <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/ |
D | memberAccessMustUseModuleInstances.js | 4 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
|
D | staticInstanceResolution3.js | 4 export class Promise { class 5 static timeout(delay: number): Promise { field in Promise 20 function Promise() { class in Promise
|
D | staticInstanceResolution5.js | 4 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
|
D | moduleInTypePosition1.js | 4 export class Promise { class 19 function Promise() { class in Promise
|
D | arrayTypeInSignatureOfInterfaceAndClass.js | 3 class Promise<T> { class 4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… field in Promise
|
D | operationsAvailableOnPromisedType.js | 2 async function fn( 7 e: Promise<() => void>, 8 f: Promise<() => void> | (() => void),
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | README.md | 85 #### <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/ |
D | genericCallToOverloadedMethodWithOverloadedArguments.ts | 3 interface Promise<T> { interface 30 interface Promise<T> { interface 59 interface Promise<T> { interface
|
/third_party/node/deps/npm/node_modules/libnpmteam/ |
D | README.md | 81 #### <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/ |
D | global.d.ts | 4 declare var Promise: PromiseConstructor; variable 5 interface Promise<T> { interface
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | README.es.md | 286 ##### Campos 294 ##### Ejemplo 322 ##### Ejemplo 350 ##### Ejemplo 462 ##### Ejemplo 476 ##### Ejemplo 528 ##### Ejemplo 594 ##### Opciones 600 ##### Example
|
D | README.md | 293 ##### 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/ |
D | README.md | 68 ##### 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/ |
D | any.js | 2 module.exports = function(Promise) { argument 17 Promise.prototype.any = function () { class
|
D | filter.js | 2 module.exports = function(Promise, INTERNAL) { argument 5 Promise.prototype.filter = function (fn, options) { class
|
D | method.js | 3 function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { argument 48 Promise.prototype._resolveFromSyncValue = function (value) { class
|
D | each.js | 2 module.exports = function(Promise, INTERNAL) { argument 14 Promise.prototype.each = function (fn) { class
|
D | race.js | 3 Promise, INTERNAL, tryConvertToPromise, apiRejection) { argument 45 Promise.prototype.race = function () { class
|
D | nodeify.js | 2 module.exports = function(Promise) { argument 41 Promise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback, class
|
D | direct_resolve.js | 2 module.exports = function(Promise) { argument 10 Promise.prototype["return"] = class
|
D | synchronous_inspection.js | 2 module.exports = function(Promise) { argument 55 Promise.prototype.__isCancelled = function() { class
|
D | settle.js | 3 function(Promise, PromiseArray, debug) { argument 40 Promise.prototype.settle = function () { class
|
/third_party/node/deps/npm/node_modules/libnpmorg/ |
D | README.md | 82 #### <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/ |
D | README.md | 88 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise` 98 ##### Example
|