Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dconstructors.js18 var attribute = function attribute(opts) { argument
22 var className = function className(opts) { argument
26 var combinator = function combinator(opts) { argument
30 var comment = function comment(opts) { argument
34 var id = function id(opts) { argument
38 var nesting = function nesting(opts) { argument
42 var pseudo = function pseudo(opts) { argument
46 var root = function root(opts) { argument
50 var selector = function selector(opts) { argument
54 var string = function string(opts) { argument
[all …]
/third_party/node/deps/npm/node_modules/ssri/lib/
Dindex.js23 constructor (opts) { argument
136 constructor (hash, opts) { argument
176 match (integrity, opts) { argument
199 toString (opts) { argument
224 function integrityHashToString (toString, sep, opts, hashes) { argument
270 toString (opts) { argument
292 concat (integrity, opts) { argument
305 merge (integrity, opts) { argument
320 match (integrity, opts) { argument
341 pickAlgorithm (opts, hashes) { argument
[all …]
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
Dindex.js11 constructor (type, user, auth, project, committish, defaultRepresentation, opts = {}) { argument
41 static fromUrl (giturl, opts) { argument
63 #fill (template, opts) { argument
92 ssh (opts) { argument
96 sshurl (opts) { argument
126 docs (opts) { argument
130 bugs (opts) { argument
134 https (opts) { argument
138 git (opts) { argument
142 shortcut (opts) { argument
[all …]
/third_party/node/deps/npm/test/lib/commands/
Dorg.js11 set: async (org, user, role, opts) => { argument
12 setArgs = { org, user, role, opts } field
22 rm: async (org, user, opts) => { argument
23 rmArgs = { org, user, opts } field
25 ls: async (org, opts) => { argument
26 lsArgs = { org, opts } field
90 opts: npm.flatOptions, property
140 opts: npm.flatOptions, property
164 opts: npm.flatOptions, property
196 opts: npm.flatOptions, property
[all …]
Dhook.js16 add: async (pkg, uri, secret, opts) => { argument
17 hookArgs = { pkg, uri, secret, opts } field
20 ls: async opts => { argument
35 rm: async (id, opts) => { argument
36 hookArgs = { id, opts } field
45 update: async (id, uri, secret, opts) => { argument
46 hookArgs = { id, uri, secret, opts } field
83 opts: npm.flatOptions, property
100 opts: npm.flatOptions, property
117 opts: npm.flatOptions, property
[all …]
/third_party/node/deps/npm/node_modules/mkdirp/
Dindex.js9 const mkdirp = (path, opts) => { argument
17 const mkdirpSync = (path, opts) => { argument
26 mkdirp.native = (path, opts) => mkdirpNative(pathArg(path), optsArg(opts)) argument
27 mkdirp.manual = (path, opts) => mkdirpManual(pathArg(path), optsArg(opts)) argument
28 mkdirp.nativeSync = (path, opts) => mkdirpNativeSync(pathArg(path), optsArg(opts)) argument
29 mkdirp.manualSync = (path, opts) => mkdirpManualSync(pathArg(path), optsArg(opts)) argument
/third_party/gn/src/gn/
Descape_unittest.cc10 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/
Dindex.js48 constructor (opts, mode) { argument
198 constructor (opts, mode) { argument
249 constructor (opts) { argument
255 constructor (opts) { argument
263 constructor (opts) { argument
281 constructor (opts) { argument
288 constructor (opts) { argument
294 constructor (opts) { argument
301 constructor (opts) { argument
307 constructor (opts, mode) { argument
[all …]
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts19 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/cacache/lib/
Dverify.js22 const verifyOpts = (opts) => ({ argument
30 async function verify (cache, opts) { argument
71 async function markStartTime (cache, opts) { argument
75 async function markEndTime (cache, opts) { argument
79 async function fixPerms (cache, opts) { argument
94 async function garbageCollect (cache, opts) { argument
177 async function rebuildIndex (cache, opts) { argument
216 async function rebuildBucket (cache, bucket, stats, opts) { argument
241 function cleanTmp (cache, opts) { argument
246 async function writeVerifile (cache, opts) { argument
Dget.js11 async function getData (cache, key, opts = {}) { argument
41 async function getDataByDigest (cache, key, opts = {}) { argument
111 function getStreamDigest (cache, integrity, opts = {}) { argument
137 function info (cache, key, opts = {}) { argument
148 async function copy (cache, key, dest, opts = {}) { argument
163 async function copyByDigest (cache, key, dest, opts = {}) { argument
Dmemoization.js25 function put (cache, entry, data, opts) { argument
32 function putDigest (cache, integrity, data, opts) { argument
38 function get (cache, key, opts) { argument
44 function getDigest (cache, integrity, opts) { argument
62 function pickMem (opts) { argument
/third_party/node/deps/npm/node_modules/@npmcli/git/lib/
Dclone.js32 module.exports = (repo, ref = 'HEAD', target = null, opts = {}) => argument
42 const maybeShallow = (repo, opts) => { argument
52 const clone = (repo, revs, ref, revDoc, target, opts) => { argument
65 const resolveRef = (revs, ref, opts) => { argument
108 const branch = (repo, revDoc, target, opts) => { argument
127 const plain = (repo, revDoc, target, opts) => { argument
143 const updateSubmodules = async (target, opts) => { argument
159 const unresolved = (repo, ref, target, opts) => { argument
/third_party/toybox/lib/
Dargs.c97 struct opts { struct
98 struct opts *next; argument
116 struct opts *opt; argument
126 struct opts *opts; member
/third_party/node/deps/npm/lib/commands/
Dteam.js27 static async completion (opts) { argument
68 async create (entity, opts) { argument
82 async destroy (entity, opts) { argument
96 async add (entity, user, opts) { argument
111 async rm (entity, user, opts) { argument
126 async listUsers (entity, opts) { argument
140 async listTeams (entity, opts) { argument
/third_party/node/deps/npm/node_modules/libnpmhook/lib/
Dindex.js8 cmd.add = (name, endpoint, secret, opts = {}) => { argument
25 cmd.rm = (id, opts = {}) => { argument
39 cmd.update = (id, endpoint, secret, opts = {}) => { argument
48 cmd.find = (id, opts = {}) => { argument
53 cmd.ls = (opts = {}) => { argument
57 cmd.ls.stream = (opts = {}) => { argument
/third_party/node/deps/undici/src/lib/
Dproxy-agent.js22 function buildProxyOptions (opts) { argument
24 opts = { uri: opts } variable
37 function defaultFactory (origin, opts) { argument
42 constructor (opts) { argument
51 opts = { uri: opts } variable
85 connect: async (opts, callback) => { argument
/third_party/jerryscript/tools/
Dheaplimit_measure.py52 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/npm-profile/lib/
Dindex.js11 const login = (opener, prompter, opts = {}) => { argument
24 const adduser = (opener, prompter, opts = {}) => { argument
37 const adduserWeb = (opener, opts = {}) => { argument
42 const loginWeb = (opener, opts = {}) => { argument
55 const webAuth = (opener, opts, body) => { argument
106 const webAuthCheckLogin = (doneUrl, opts) => { argument
129 const adduserCouch = (username, email, password, opts = {}) => { argument
156 const loginCouch = (username, password, opts = {}) => { argument
211 const get = (opts = {}) => fetch.json('/-/npm/v1/user', opts) argument
213 const set = (profile, opts = {}) => { argument
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
Dindex.js99 static async fix (path, opts) { argument
106 static async prepare (path, opts) { argument
113 static async normalize (path, opts) { argument
253 async normalize (opts = {}) { argument
261 async prepare (opts = {}) { argument
269 async fix (opts = {}) { argument
/third_party/node/deps/npm/node_modules/cacache/lib/content/
Dwrite.js21 async function write (cache, data, opts = {}) { argument
53 constructor (cache, opts) { argument
97 function writeStream (cache, opts = {}) { argument
101 async function handleContent (inputStream, cache, opts) { argument
119 async function pipeToTmp (inputStream, cache, tmpTarget, opts) { argument
153 async function makeTmp (cache, opts) { argument
162 async function moveToDestination (tmp, cache, sri, opts) { argument
/third_party/node/deps/npm/node_modules/node-gyp/test/
Dtest-find-python.js57 f.execFile = function (program, args, opts, cb) { argument
58 f.execFile = function (program, args, opts, cb) { argument
79 f.execFile = function (program, args, opts, cb) { argument
98 f.execFile = function (program, args, opts, cb) { argument
120 f.execFile = function (program, args, opts, cb) { argument
139 f.execFile = function (program, args, opts, cb) { argument
172 f.execFile = function (program, args, opts, cb) { argument
197 f.execFile = function (program, args, opts, cb) { argument
Dtest-download.js33 opts: {}, property
68 opts: { cafile }, property
96 opts: { property
127 opts: { property
140 opts: { cafile: 'no.such.file' } property
/third_party/node/lib/internal/fs/cp/
Dcp-sync.js51 function cpSyncFn(src, dest, opts) { argument
64 function checkPathsSync(src, dest, opts) { argument
118 function getStatsSync(src, dest, opts) { argument
156 function checkParentDir(destStat, src, dest, opts) { argument
162 function getStats(destStat, src, dest, opts) { argument
208 function onFile(srcStat, destStat, src, dest, opts) { argument
213 function mayCopyFile(srcStat, src, dest, opts) { argument
228 function copyFile(srcStat, src, dest, opts) { argument
262 function onDir(srcStat, destStat, src, dest, opts) { argument
267 function mkDirAndCopy(srcMode, src, dest, opts) { argument
[all …]
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Dpolyfill.js69 async function cp (src, dest, opts) { argument
87 async function cpFn (src, dest, opts) { argument
104 async function checkPaths (src, dest, opts) { argument
151 function getStats (src, dest, opts) { argument
168 async function checkParentDir (destStat, src, dest, opts) { argument
228 async function handleFilter (onInclude, destStat, src, dest, opts, cb) { argument
235 function startCopy (destStat, src, dest, opts) { argument
242 async function getStatsForCopy (destStat, src, dest, opts) { argument
285 function onFile (srcStat, destStat, src, dest, opts) { argument
292 async function mayCopyFile (srcStat, src, dest, opts) { argument
[all …]

12345678910>>...33