/third_party/node/deps/npm/node_modules/hosted-git-info/ |
D | git-host.js | 21 function GitHost (type, user, auth, project, committish, defaultRepresentation, opts) { argument 39 GitHost.prototype._fill = function (template, opts) { argument 93 GitHost.prototype.ssh = function (opts) { argument 97 GitHost.prototype.sshurl = function (opts) { argument 101 GitHost.prototype.browse = function (P, F, opts) { argument 116 GitHost.prototype.docs = function (opts) { argument 120 GitHost.prototype.bugs = function (opts) { argument 124 GitHost.prototype.https = function (opts) { argument 128 GitHost.prototype.git = function (opts) { argument 132 GitHost.prototype.shortcut = function (opts) { argument [all …]
|
/third_party/node/deps/npm/node_modules/ssri/ |
D | index.js | 29 constructor (hash, opts) { argument 54 toString (opts) { argument 88 toString (opts) { argument 97 return Hash.prototype.toString.call(hash, opts) argument 101 concat (integrity, opts) { argument 111 match (integrity, opts) { argument 125 pickAlgorithm (opts) { argument 141 function parse (sri, opts) { argument 154 function _parse (integrity, opts) { argument 172 function stringify (obj, opts) { argument [all …]
|
/third_party/node/deps/npm/node_modules/cacache/locales/ |
D | en.js | 19 x.get = (cache, key, opts) => get(cache, key, opts) argument 20 x.get.byDigest = (cache, hash, opts) => get.byDigest(cache, hash, opts) argument 21 x.get.sync = (cache, key, opts) => get.sync(cache, key, opts) argument 22 x.get.sync.byDigest = (cache, key, opts) => get.sync.byDigest(cache, key, opts) argument 23 x.get.stream = (cache, key, opts) => get.stream(cache, key, opts) argument 24 x.get.stream.byDigest = (cache, hash, opts) => get.stream.byDigest(cache, hash, opts) argument 25 x.get.copy = (cache, key, dest, opts) => get.copy(cache, key, dest, opts) argument 26 x.get.copy.byDigest = (cache, hash, dest, opts) => get.copy.byDigest(cache, hash, dest, opts) argument 31 x.put = (cache, key, data, opts) => put(cache, key, data, opts) argument 32 x.put.stream = (cache, key, opts) => put.stream(cache, key, opts) argument [all …]
|
/third_party/node/deps/npm/node_modules/cacache/ |
D | get.js | 20 module.exports = function get (cache, key, opts) { argument 23 module.exports.byDigest = function getByDigest (cache, digest, opts) { argument 26 function getData (byDigest, cache, key, opts) { argument 66 module.exports.sync = function get (cache, key, opts) { argument 69 module.exports.sync.byDigest = function getByDigest (cache, digest, opts) { argument 72 function getDataSync (byDigest, cache, key, opts) { argument 116 function getStream (cache, key, opts) { argument 170 function getStreamDigest (cache, integrity, opts) { argument 202 function info (cache, key, opts) { argument 214 module.exports.copy = function cp (cache, key, dest, opts) { argument [all …]
|
/third_party/gn/src/gn/ |
D | escape_unittest.cc | 10 EscapeOptions opts; in TEST() local 17 EscapeOptions opts; in TEST() local 24 EscapeOptions opts; in TEST() local 51 EscapeOptions opts; in TEST() local 67 EscapeOptions opts; in TEST() local 75 EscapeOptions opts; in TEST() local 84 EscapeOptions opts; in TEST() local 106 EscapeOptions opts; in TEST() local
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | index.js | 47 constructor (opts, mode) { argument 183 constructor (opts, mode) { argument 234 constructor (opts) { argument 240 constructor (opts) { argument 247 constructor (opts) { argument 253 constructor (opts) { argument 260 constructor (opts) { argument 266 constructor (opts) { argument 273 constructor (opts) { argument 279 constructor (opts, mode) { argument [all …]
|
/third_party/node/deps/npm/node_modules/got/ |
D | index.js | 21 function requestAsEventEmitter(opts) { argument 30 const get = opts => { argument 89 function asPromise(opts) { argument 138 function asStream(opts) { argument 195 function normalizeArguments(url, opts) { argument 300 function got(url, opts) { argument 321 got.stream = (url, opts) => asStream(normalizeArguments(url, opts)); argument 327 function stdError(error, opts) { argument 343 got.ParseError = createErrorClass('ParseError', function (e, statusCode, opts, data) { argument 350 got.HTTPError = createErrorClass('HTTPError', function (statusCode, opts) { argument [all …]
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
D | git.js | 24 packument (spec, opts) { argument 28 manifest (spec, opts) { argument 38 tarball (spec, opts) { argument 52 fromManifest (manifest, spec, opts) { argument 86 function hostedManifest (spec, opts) { argument 105 function plainManifest (repo, spec, opts) { argument 140 function resolve (url, spec, name, opts) { argument 157 function withTmp (opts, cb) { argument 171 function cloneRepo (spec, repo, resolvedRef, rawRef, tmp, opts) { argument
|
D | alias.js | 9 packument (spec, opts) { argument 13 manifest (spec, opts) { argument 17 tarball (spec, opts) { argument 21 fromManifest (manifest, spec, opts) { argument
|
D | remote.js | 11 packument (spec, opts) { argument 15 manifest (spec, opts) { argument 23 tarball (spec, opts) { argument 31 fromManifest (manifest, spec, opts) { argument
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | parser-location-info.test.ts | 19 const opts = { constant 35 const opts = { constant 51 const opts = { constant 65 const opts = { constant 78 const opts = { constant 98 const opts = { constant 116 const opts = { constant 135 const opts = { constant 155 const opts = { constant 181 const opts = { constant [all …]
|
/third_party/node/deps/npm/node_modules/libnpmteam/ |
D | index.js | 16 cmd.create = (entity, opts) => { argument 29 cmd.destroy = (entity, opts) => { argument 41 cmd.add = (user, entity, opts) => { argument 54 cmd.rm = (user, entity, opts) => { argument 67 cmd.lsTeams = (scope, opts) => { argument 71 cmd.lsTeams.stream = (scope, opts) => { argument 79 cmd.lsUsers = (entity, opts) => { argument 83 cmd.lsUsers.stream = (entity, opts) => { argument 102 function pwrap (opts, fn) { argument
|
/third_party/node/deps/npm/node_modules/libnpmaccess/ |
D | index.js | 25 cmd.public = (spec, opts) => setAccess(spec, 'public', opts) argument 26 cmd.restricted = (spec, opts) => setAccess(spec, 'restricted', opts) argument 27 function setAccess (spec, access, opts) { argument 41 cmd.grant = (spec, entity, permissions, opts) => { argument 61 cmd.revoke = (spec, entity, opts) => { argument 78 cmd.lsPackages = (entity, opts) => { argument 93 cmd.lsPackages.stream = (entity, opts) => { argument 148 cmd.lsCollaborators.stream = (spec, user, opts) => { argument 171 cmd.tfaRequired = (spec, opts) => setRequires2fa(spec, true, opts) argument 172 cmd.tfaNotRequired = (spec, opts) => setRequires2fa(spec, false, opts) argument [all …]
|
/third_party/node/deps/npm/node_modules/libnpx/ |
D | index.js | 127 function getEnv (opts) { argument 142 function ensurePackages (specs, opts) { argument 168 function getExistingPath (command, opts) { argument 190 function getNpmCache (opts) { argument 209 function buildArgs (specs, prefix, opts) { argument 220 function installPackages (specs, prefix, opts) { argument 311 function findNodeScript (existing, opts) { argument
|
/third_party/node/deps/npm/node_modules/mkdirp/ |
D | index.js | 7 function mkdirP (p, opts, f, made) { argument 13 opts = { mode: opts }; variable 56 mkdirP.sync = function sync (p, opts, made) { argument 58 opts = { mode: opts }; variable
|
/third_party/toybox/lib/ |
D | args.c | 97 struct opts { struct 98 struct opts *next; argument 116 struct opts *opt; argument 126 struct opts *opts; member
|
/third_party/node/deps/npm/node_modules/npm-profile/ |
D | index.js | 38 function login (opener, prompter, opts) { argument 52 function adduser (opener, prompter, opts) { argument 66 function adduserWeb (opener, opts) { argument 73 function loginWeb (opener, opts) { argument 79 function webAuth (opener, opts, body) { argument 112 function webAuthCheckLogin (doneUrl, opts) { argument 135 function adduserCouch (username, email, password, opts) { argument 163 function loginCouch (username, password, opts) { argument 214 function get (opts) { argument 219 function set (profile, opts) { argument [all …]
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
D | verify.js | 29 function verify (cache, opts) { argument 58 function markStartTime (cache, opts) { argument 62 function markEndTime (cache, opts) { argument 66 function fixPerms (cache, opts) { argument 83 function garbageCollect (cache, opts) { argument 154 function rebuildIndex (cache, opts) { argument 188 function rebuildBucket (cache, bucket, stats, opts) { argument 207 function cleanTmp (cache, opts) { argument 212 function writeVerifile (cache, opts) { argument
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | README.md | 92 #### <a name="packument"></a> `> pacote.packument(spec, [opts])` 129 #### <a name="extract"></a> `> pacote.extract(spec, destination, [opts])` 149 #### <a name="tarball"></a> `> pacote.tarball(spec, [opts])` 166 #### <a name="tarball-stream"></a> `> pacote.tarball.stream(spec, [opts])` 177 #### <a name="tarball-to-file"></a> `> pacote.tarball.toFile(spec, dest, [opts])` 189 #### <a name="prefetch"></a> `> pacote.prefetch(spec, [opts])` 191 ##### THIS API IS DEPRECATED. USE `pacote.tarball()` INSTEAD 196 ##### Example
|
/third_party/jerryscript/tools/ |
D | heaplimit_measure.py | 52 def check_files(opts): argument 59 def build_bin(heapsize, opts): argument 75 def run_test(opts): argument 88 def heap_limit(opts): argument
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 74 function fullClone (repo, committish, target, opts) { argument 90 function shallowClone (repo, branch, target, opts) { argument 107 function updateSubmodules (localRepo, opts) { argument 114 function headSha (repo, opts) { argument 127 function revs (repo, opts) { argument 189 function cwdOwner (gitOpts, opts) { argument 200 function execGit (gitArgs, gitOpts, opts) { argument 224 function spawnGit (gitArgs, gitOpts, opts) { argument 253 function mkOpts (_gitOpts, opts) { argument 269 function checkGit (opts) { argument
|
/third_party/node/deps/npm/lib/ |
D | access.js | 49 access.completion = function (opts, cb) { argument 90 access.public = ([pkg], opts) => { argument 94 access.restricted = ([pkg], opts) => { argument 98 access.grant = ([perms, scopeteam, pkg], opts) => { argument 119 access.revoke = ([scopeteam, pkg], opts) => { argument 167 function modifyPackage (pkg, opts, fn, requireScope = true) { argument
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/ |
D | index.js | 12 packument (spec, opts) { argument 16 manifest (spec, opts) { argument 20 tarball (spec, opts) { argument 24 fromManifest (manifest, spec, opts) { argument
|
/third_party/node/deps/npm/node_modules/agent-base/test/ |
D | test.js | 17 var PassthroughAgent = Agent(function(req, opts) { argument 29 MyAgent.prototype.callback = function(req, opts, fn) { argument 56 agent.callback = function(req, opts, fn) { argument 66 var opts = { variable 125 var agent = new Agent(function(req, opts, fn) { argument 139 var agent = new Agent(function(req, opts, fn) { argument 168 var opts = { variable 173 agent: new Agent(function(req, opts, fn) { argument 182 var opts = { variable 187 agent: new Agent(function(req, opts, fn) { argument [all …]
|
/third_party/node/deps/npm/node_modules/libnpmhook/ |
D | index.js | 17 cmd.add = (name, endpoint, secret, opts) => { argument 34 cmd.rm = (id, opts) => { argument 48 cmd.update = (id, endpoint, secret, opts) => { argument 57 cmd.find = (id, opts) => { argument 63 cmd.ls = (opts) => { argument 67 cmd.ls.stream = (opts) => { argument
|