Home
last modified time | relevance | path

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

1234

/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/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/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/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
Dsynchronous_inspection.js2 module.exports = function(Promise) { argument
55 Promise.prototype.__isCancelled = function() { class
Ddirect_resolve.js2 module.exports = function(Promise) { argument
10 Promise.prototype["return"] = class
Dsettle.js3 function(Promise, PromiseArray, debug) { argument
40 Promise.prototype.settle = function () { class
Dcontext.js2 module.exports = function(Promise) { argument
6 Promise.prototype._promiseCreated = function() {}; class
Dcancel.js2 module.exports = function(Promise, PromiseArray, apiRejection, debug) { argument
8 Promise.prototype["break"] = Promise.prototype.cancel = function() { class
Dtimers.js2 module.exports = function(Promise, INTERNAL, debug) { argument
36 Promise.prototype.delay = function (ms) { class
Dprops.js3 Promise, PromiseArray, tryConvertToPromise, apiRejection) { argument
111 Promise.prototype.props = function () { class
Dcall_get.js9 module.exports = function(Promise) { argument
85 Promise.prototype.call = function (methodName) { class
/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/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/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
/third_party/node/deps/npm/node_modules/npm-lifecycle/
DREADME.md40 ##### Arguments
45 ##### Example
/third_party/node/tools/node_modules/eslint/node_modules/lodash/
D_Promise.js5 var Promise = getNative(root, 'Promise'); variable
/third_party/node/tools/node_modules/babel-eslint/node_modules/lodash/
D_Promise.js5 var Promise = getNative(root, 'Promise'); variable

1234