/third_party/node/deps/npm/test/tap/ |
D | version-from-git.js | 22 function runVersion (er) { argument 29 function checkVersion (er) { argument 39 function checkCommit (er, log, stderr) { argument 52 function runVersion (er) { argument 59 function checkManifest (er) { argument 61 fs.readFile(path.resolve(pkg, 'package.json'), 'utf8', function (er, data) { argument 77 function runVersion (er) { argument 85 function checkVersion (er) { argument 95 function checkCommit (er, log, stderr) { argument 110 function runVersion (er) { argument [all …]
|
D | ls-env.js | 26 mr({port: common.port}, function (er, s) { argument 33 function (er, c) { argument 44 common.npm(['ls', '--dev'], EXEC_OPTS, function (er, code, stdout) { argument 53 common.npm(['ls', '--only=development'], EXEC_OPTS, function (er, code, stdout) { argument 62 common.npm(['ls', '--only=dev'], EXEC_OPTS, function (er, code, stdout) { argument 71 common.npm(['ls', '--production'], EXEC_OPTS, function (er, code, stdout) { argument 84 common.npm(['ls', '--prod'], EXEC_OPTS, function (er, code, stdout) { argument 97 common.npm(['ls', '--only=production'], EXEC_OPTS, function (er, code, stdout) { argument 110 common.npm(['ls', '--only=prod'], EXEC_OPTS, function (er, code, stdout) { argument
|
D | ls-production-and-dev.js | 31 mr({port: common.port}, function (er, s) { argument 38 function (er, c) { argument 49 common.npm(['ls', '--dev'], EXEC_OPTS, function (er, code, stdout) { argument 72 common.npm(['ls', '--only=development'], EXEC_OPTS, function (er, code, stdout) { argument 85 common.npm(['ls', '--only=dev'], EXEC_OPTS, function (er, code, stdout) { argument 98 common.npm(['ls', '--production'], EXEC_OPTS, function (er, code, stdout) { argument 121 common.npm(['ls', '--prod'], EXEC_OPTS, function (er, code, stdout) { argument 134 common.npm(['ls', '--only=production'], EXEC_OPTS, function (er, code, stdout) { argument 147 common.npm(['ls', '--only=prod'], EXEC_OPTS, function (er, code, stdout) { argument
|
D | builtin-config.js | 40 common.npm(args, {}, function (er, code) { argument 56 function (er, code) { argument 74 function (er, code, so) { argument 94 .on('error', function (er) { throw er }) argument 110 function (er, code, so) { argument 119 function (er, code, so) { argument
|
D | config-credentials.js | 9 npmconf.load({}, function (er, conf) { argument 20 npmconf.load(common.builtin, function (er, conf) { argument 32 npmconf.load(common.builtin, function (er, conf) { argument 44 npmconf.load(common.builtin, function (er, conf) { argument 56 npmconf.load(common.builtin, function (er, conf) { argument 68 npmconf.load(common.builtin, function (er, conf) { argument 92 npmconf.load(common.builtin, function (er, conf) { argument 110 npmconf.load(common.builtin, function (er, conf) { argument 127 npmconf.load(common.builtin, function (er, conf) { argument 144 npmconf.load(common.builtin, function (er, conf) { argument [all …]
|
D | access.js | 29 function (er) { argument 52 function (er, code, stdout, stderr) { argument 73 function (er, code, stdout, stderr) { argument 94 function (er, code, stdout, stderr) { argument 116 function (er, code, stdout, stderr) { argument 139 function (er, code, stdout, stderr) { argument 157 function (er, code, stdout, stderr) { argument 185 function (er, code, stdout, stderr) { argument 212 function (er, code, stdout, stderr) { argument 239 function (er, code, stdout, stderr) { argument [all …]
|
D | ls-depth-unmet.js | 29 mr({ port: common.port }, function (er, s) { argument 36 function (er, c) { argument 50 function (er, c, out) { argument 87 function (er, c, out) { argument 126 function (er, c, out) { argument
|
D | dist-tag.js | 61 mkdirp(pkg, function (er) { argument 64 mr({ port: common.port, plugin: mocks }, function (er, s) { argument 70 function (er) { argument 87 function (er, code, stdout, stderr) { argument 106 function (er, code, stdout, stderr) { argument 126 function (er, code, stdout, stderr) { argument 146 function (er, code, stdout, stderr) { argument 166 function (er, code, stdout, stderr) { argument 186 function (er, code, stdout, stderr) { argument 210 function (er, code, stdout, stderr) { argument [all …]
|
D | git-npmignore.js | 69 setup(function (er) { argument 146 function (er, code, _, stderr) { argument 151 which('git', function found (er, gitPath) { argument 159 function init (er, _, stderr) { argument 166 function user (er, _, stderr) { argument 173 function email (er, _, stderr) { argument 180 function autocrlf (er, _, stderr) { argument 187 function addAll (er, _, stderr) { argument 194 function commit (er, _, stderr) { argument
|
/third_party/node/deps/npm/node_modules/lockfile/test/ |
D | basic.js | 38 lockFile.lock('contentious-lock', function(er, lock) { argument 43 lockFile.unlock('contentious-lock', function (er) { argument 52 lockFile.lock('contentious-lock', { wait: wait }, function(er, lock) { argument 54 lockFile.unlock('contentious-lock', function(er) { argument 67 lockFile.check('basic-lock', function (er, locked) { argument 70 lockFile.lock('basic-lock', function (er) { argument 72 lockFile.lock('basic-lock', function (er) { argument 74 lockFile.check('basic-lock', function (er, locked) { argument 77 lockFile.unlock('basic-lock', function (er) { argument 79 lockFile.check('basic-lock', function (er, locked) { argument [all …]
|
/third_party/node/test/parallel/ |
D | test-fs-truncate.js | 79 fs.writeFile(filename, data, function(er) { argument 81 fs.stat(filename, function(er, stat) { argument 85 fs.truncate(filename, 1024, function(er) { argument 87 fs.stat(filename, function(er, stat) { argument 91 fs.truncate(filename, function(er) { argument 93 fs.stat(filename, function(er, stat) { argument 106 fs.writeFile(filename, data, function(er) { argument 108 fs.stat(filename, function(er, stat) { argument 112 fs.open(filename, 'w', function(er, fd) { argument 114 fs.ftruncate(fd, 1024, function(er) { argument [all …]
|
/third_party/node/deps/npm/node_modules/lockfile/ |
D | lockfile.js | 44 process.on('uncaughtException', function H (er) { argument 78 fs.open(path, 'r', function (er, fd) { argument 85 return fs.close(fd, function (er) { argument 90 fs.fstat(fd, function (er, st) { argument 95 fs.close(fd, function (er) { argument 147 cb = (function (orig) { return function cb (er, fd) { argument 167 fs.open(path, wx, function (er, fd) { argument 221 exports.unlock(path, function (er) { argument 224 fs.link(path + '.STALE', path, function (er) { argument 233 exports.lock(path + '.STALE', opts, function (er) { argument [all …]
|
/third_party/node/deps/npm/lib/ |
D | link.js | 26 fs.readdir(dir, function (er, files) { argument 72 function n (er, data) { argument 91 return fs.lstat(path.resolve(pkg), function (er, st) { argument 101 fs.lstat(pp, function (er, st) { argument 109 return fs.realpath(pp, function (er, real) { argument 142 readJson(path.resolve(me, 'package.json'), function (er, d) { argument 143 function cb (er) { argument 153 symlink(me, target, false, true, function (er) { argument 157 npm.commands.install(me, [], function (er) { argument 161 build([target], true, build._noLC, true, function (er) { argument
|
D | version.js | 38 readPackage(function (er, data, indent, newline) { argument 61 ], function (er, results) { argument 75 git.whichAndExec(['describe', '--abbrev=0'], options, function (er, stdout) { argument 117 fs.readFile(packagePath, 'utf8', function (er, data) { argument 134 function cb (er) { argument 139 readPackage(function (er, data, indent, newline) { argument 147 updateShrinkwrap(newVersion, function (er, hasShrinkwrap, hasLock) { argument 235 function checkStatus (er) { argument 240 function checkStdout (er, stdout) { argument 256 statGitFolder(function (er) { argument [all …]
|
/third_party/node/deps/npm/node_modules/rimraf/ |
D | rimraf.js | 73 options.lstat(p, function (er, stat) { argument 80 function next (er) { argument 86 function afterGlob (er, results) { argument 95 rimraf_(p, options, function CB (er) { argument 143 options.lstat(p, function (er, st) { argument 154 options.unlink(p, function (er) { argument 170 function fixWinEPERM (p, options, er, cb) { argument 192 function fixWinEPERMSync (p, options, er) { argument 232 options.rmdir(p, function (er) { argument 247 options.readdir(p, function (er, files) { argument [all …]
|
/third_party/node/test/sequential/ |
D | test-deprecation-flags.js | 43 execFile(node, normal, function(er, stdout, stderr) { argument 51 execFile(node, noDep, function(er, stdout, stderr) { argument 59 execFile(node, traceDep, function(er, stdout, stderr) { argument 70 execFile(node, [depUserlandFunction], function(er, stdout, stderr) { argument 78 execFile(node, [depUserlandClass], function(er, stdout, stderr) { argument 84 execFile(node, [depUserlandSubClass], function(er, stdout, stderr) { argument
|
D | test-process-warnings.js | 16 execFile(node, normal, function(er, stdout, stderr) { argument 23 execFile(node, noWarn, function(er, stdout, stderr) { argument 30 execFile(node, traceWarn, function(er, stdout, stderr) { argument
|
/third_party/node/deps/npm/lib/utils/completion/ |
D | installed-shallow.js | 26 fs.readdir(localDir, function (er, pkgs) { argument 34 fs.readdir(globalDir, function (er, pkgs) { argument 57 readJson(path.join(npm.dir, p, 'package.json'), function (er, d) { argument 61 }, function (er, local) { argument 68 readJson(path.join(globalDir, p, 'package.json'), function (er, d) { argument 72 }, function (er, global) { argument
|
/third_party/node/deps/npm/node_modules/cmd-shim/ |
D | index.js | 22 fs.stat(from, function (er) { argument 31 fs.unlink(path, function(er) { argument 37 fs.stat(from, function (er, stat) { argument 51 function next(er) { argument 61 mkdir(path.dirname(to), function (er) { argument 64 fs.readFile(from, "utf8", function (er, data) { argument 257 return function(er) { argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er_ssdp.c | 22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() local 127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch() 159 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init() 195 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er_ssdp.c | 22 struct wps_er *er = eloop_ctx; in wps_er_ssdp_rx() local 127 void wps_er_send_ssdp_msearch(struct wps_er *er) in wps_er_send_ssdp_msearch() 159 int wps_er_ssdp_init(struct wps_er *er) in wps_er_ssdp_init() 195 void wps_er_ssdp_deinit(struct wps_er *er) in wps_er_ssdp_deinit()
|
/third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/ |
D | git-races.js | 92 fs.createReadStream(tarball).on('error', function (er) { cb(er) }) argument 93 .pipe(zlib.createGunzip()).on('error', function (er) { cb(er) }) argument 94 .pipe(tar.Extract({path: target})).on('error', function (er) { cb(er) }) argument 130 return function (er) { argument 142 function andExtractPackages (er) { argument 148 function andChdir (er) { argument 197 setup(function (er) { argument 205 npm.commands.install([], function (er) { argument 207 npm.commands.ls([], true, function (er, result) { argument
|
/third_party/node/deps/npm/node_modules/promzard/example/npm-init/ |
D | init-input.js | 56 fs.readdir(dirname + '/bin', function (er, d) { argument 66 fs.readdir('.', function (er, dirs) { argument 83 fs.readdir('node_modules', function (er, dir) { argument 91 fs.readFile('node_modules/' + d + '/package.json', function (er, p) { argument 107 fs.readdir('node_modules', function (er, dir) { argument 115 fs.readFile('node_modules/' + d + '/package.json', function (er, p) { argument
|
/third_party/node/deps/npm/lib/config/ |
D | core.js | 75 cb = once(function (er, conf) { argument 109 conf.loadPrefix(function (er) { argument 170 function afterExtras (er) { argument 185 function finalize (er) { argument 225 this.setUser(function (er) { argument 255 var then = function then (er) { argument 261 var done = function done (er) { argument 287 mkdirp(dir, function (er) { argument 291 fs.writeFile(target.path, data, 'utf8', function (er) { argument 312 fs.readFile(file, 'utf8', function (er, data) { argument
|
/third_party/node/deps/npm/node_modules/fs-vacuum/test/ |
D | other-directories-no-purge.js | 24 mkdtemp(TEMP_OPTIONS, function (er, tmpdir) { argument 31 mkdirp(testPath, function (er) { argument 34 mkdirp(otherPath, function (er) { argument 44 vacuum(testPath, {purge: false, base: testBase, log: log}, function (er) { argument
|