Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/third_party/node/deps/npm/lib/install/
Ddecompose-actions.js30 function addAction (decomposed, action, pkg) { argument
35 function addSteps (decomposed, pkg) { argument
59 function updateSteps (decomposed, pkg) { argument
64 function removeSteps (decomposed, pkg) { argument
69 function moveSteps (decomposed, pkg) { argument
77 function defaultSteps (decomposed, cmd, pkg) { argument
Dactions.js35 actions[actionName] = (staging, pkg, log) => { argument
73 function runAction (action, staging, pkg, log) { argument
82 function markAsFailed (pkg) { argument
93 function handleOptionalDepErrors (pkg, err) { argument
104 function doOne (cmd, staging, pkg, log, next) { argument
Dsave.js83 toSave.forEach(function (pkg) { if (pkg.save) savingTo[pkg.save] = true }) argument
84 toRemove.forEach(function (pkg) { if (pkg.save) savingTo[pkg.save] = true }) argument
92 toSave.forEach(function (pkg) { argument
114 toRemove.forEach(function (pkg) { argument
Ddiff-trees.js15 function pkgRequested (pkg) { argument
41 function pkgIntegrity (pkg) { argument
200 toRemoveByName[name].push({flatname: flatname, pkg: pkg}) property
252 const pkg = diff[1] constant
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/test/
Dnobin.js8 const pkg = { name: 'hello', version: 'world' } variable
14 const pkg = { name: 'hello', version: 'world', bin: '' } variable
20 const pkg = { name: 'hello', version: 'world', bin: false } variable
26 const pkg = { name: 'hello', version: 'world', bin: null } variable
32 const pkg = { name: 'hello', version: 'world', bin: 42069 } variable
Dstring.js5 const pkg = { name: 'hello', version: 'world', bin: 'hello.js' } variable
12 const pkg = { name: 'hello', version: 'world', bin: '/etc/passwd' } variable
19 const pkg = { name: 'hello', version: 'world', bin: '../../../../etc/passwd' } variable
26 const pkg = { name: 'hello', version: 'world', bin: '/etc/passwd:/bin/usr/exec' } variable
33 const pkg = { bin: 'foobar.js' } variable
Darray.js5 const pkg = { name: 'hello', version: 'world', bin: ['./x/y', 'y/z', './a'] } variable
16 const pkg = { name: 'hello', version: 'world', bin: ['./x/y', 'z/y', './a'] } variable
26 const pkg = { name: 'hello', version: 'world', bin: [ '/etc/passwd' ] } variable
33 const pkg = { name: 'hello', version: 'world', bin: ['../../../../etc/passwd'] } variable
Dobject.js6 const pkg = { name: 'hello', version: 'world', bin: { variable
22 const pkg = { name: 'hello', version: 'world', bin: { variable
41 const pkg = { name: 'hello', version: 'world', bin: { variable
62 const pkg = { variable
83 const pkg = { name: 'hello', version: 'world', bin: /asdf/ } variable
90 const pkg = { variable
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/
Dindex.js5 const normalize = pkg => argument
12 const normalizeString = pkg => { argument
19 const normalizeArray = pkg => { argument
27 const removeBin = pkg => { argument
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/
Dresolver.js9 resolve('./foo', { basedir: dir }, function (err, res, pkg) { argument
15 resolve('./foo.js', { basedir: dir }, function (err, res, pkg) { argument
21 resolve('./foo', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument
27 … resolve('./foo.js', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument
53 resolve('foo', { basedir: dir + '/bar' }, function (err, res, pkg) { argument
59 resolve('foo', { basedir: dir + '/bar' }, function (err, res, pkg) { argument
65 resolve('foo', { basedir: dir + '/bar', 'package': { main: 'bar' } }, function (err, res, pkg) { argument
76 resolve('./baz', { basedir: dir }, function (err, res, pkg) { argument
82 resolve('./baz', { basedir: dir, 'package': { main: 'resolver' } }, function (err, res, pkg) { argument
93 resolve('./grux', { basedir: dir }, function (err, res, pkg) { argument
[all …]
Dmodule_dir.js12 resolve('aaa', xopts, function (err, res, pkg) { argument
21 resolve('aaa', yopts, function (err, res, pkg) { argument
34 resolve('aaa', aopts, function (err, res, pkg) { argument
43 resolve('aaa', bopts, function (err, res, pkg) { argument
52 resolve('bbb', copts, function (err, res, pkg) { argument
Dpathfilter.js8 return function (pkg, x, remainder) { argument
20 resolve('deep/ref', { basedir: resolverDir }, function (err, res, pkg) { argument
37 function (err, res, pkg) { argument
66 function (err, res, pkg) { argument
Dmock.js23 resolve('./baz', opts('/foo/bar'), function (err, res, pkg) { argument
29 resolve('./baz.js', opts('/foo/bar'), function (err, res, pkg) { argument
65 resolve('./baz', opts('/foo/bar'), function (err, res, pkg) { argument
71 resolve('./baz.js', opts('/foo/bar'), function (err, res, pkg) { argument
109 resolve('bar', opts('/foo'), function (err, res, pkg) { argument
138 resolve('bar', opts('/foo'), function (err, res, pkg) { argument
Dfilter.js11 packageFilter: function (pkg, pkgfile) { argument
16 }, function (err, res, pkg) { argument
Dprecedence.js9 resolve('./', { basedir: dir }, function (err, res, pkg) { argument
20 resolve('./', { basedir: dir }, function (err, res, pkg) { argument
Ddotdot.js9 resolve('..', { basedir: dir }, function (err, res, pkg) { argument
14 resolve('.', { basedir: dir }, function (err, res, pkg) { argument
/third_party/uboot/u-boot-2020.01/product/cipher/v2/drv/
Ddrv_cipher_intf.c64 cipher_pkg_s *pkg = (cipher_pkg_s *)argp; in drv_cipher_ioctl() local
69 cipher_pkg_s *pkg = (cipher_pkg_s *)argp; in drv_cipher_ioctl() local
135 cipher_pkg_s pkg; in drv_cipher_ioctl() local
146 cipher_pkg_s pkg; in drv_cipher_ioctl() local
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/lib/
Dasync.js63 } else loadNodeModules(x, basedir, function (err, n, pkg) { argument
75 function onfile(err, m, pkg) { argument
78 else loadAsDirectory(res, function (err, d, pkg) { argument
187 loadAsFile(path.resolve(x, pkg.main), pkg, function (err, m, pkg) { argument
193 loadAsDirectory(dir, pkg, function (err, n, pkg) { argument
214 function onfile(err, m, pkg) { argument
220 function ondir(err, n, pkg) { argument
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfinalize-manifest.js38 function finalizeManifest (pkg, spec, opts) { argument
75 function Manifest (pkg, fromTarball, fullMetadata) { argument
128 function tarballedProps (pkg, spec, opts) { argument
235 function finalKey (pkg, spec) { argument
/third_party/skia/tools/infra/
Dgo.py42 def get(pkg): argument
59 def install(pkg): argument
/third_party/node/deps/npm/lib/
Dunbuild.js36 readJson(path.resolve(folder, 'package.json'), function (er, pkg) { argument
57 function rmStuff (pkg, folder, cb) { argument
76 function rmBins (pkg, folder, parent, top, cb) { argument
97 function rmMans (pkg, folder, parent, top, cb) { argument
/third_party/node/deps/npm/node_modules/npm-lifecycle/
Dindex.js47 function logid (pkg, stage) { argument
65 function lifecycle (pkg, stage, wd, opts) { argument
113 function _incorrectWorkingDirectory (wd, pkg) { argument
117 function lifecycle_ (pkg, stage, wd, opts, env, cb) { argument
222 function runPackageLifecycle (pkg, stage, env, wd, opts, cb) { argument
241 function runCmd (note, cmd, pkg, env, stage, wd, opts, cb) { argument
311 function runCmd_ (cmd, pkg, env, wd, opts, stage, unsafe, uid, gid, cb_) { argument
382 function runHookLifecycle (pkg, stage, env, wd, opts, cb) { argument
DREADME.md40 ##### Arguments
45 ##### Example
/third_party/node/deps/npm/test/tap/
Dfetch-package-metadata.js9 var pkg = common.pkg variable
40 function thenVerifyMetadata (err, pkg) { argument
/third_party/node/deps/npm/lib/install/action/
Dremove.js15 module.exports = function (staging, pkg, log, next) { argument
24 function removeLink (pkg, next) { argument
32 function removeDir (pkg, log, next) { argument

12345678910>>...13