/third_party/node/deps/npm/lib/ |
D | uninstall.js | 27 const dryrun = !!npm.config.get('dry-run') 40 new Uninstaller(where, dryrun, args).run(cb) 46 new Uninstaller(where, dryrun, [pkg.name]).run(cb) 52 constructor (where, dryrun, args) { argument 53 super(where, dryrun, args)
|
D | dedupe.js | 36 var dryrun = false 37 if (npm.command.match(/^find/)) dryrun = true 38 if (npm.config.get('dry-run')) dryrun = true 39 if (dryrun && !npm.config.get('json')) npm.config.set('parseable', true) 41 new Deduper(where, dryrun).run(cb) 44 function Deduper (where, dryrun) { argument 46 Installer.call(this, where, dryrun, [])
|
D | prune.js | 23 var dryrun = !!npm.config.get('dry-run') 24 new Pruner('.', dryrun, args).run(cb) 27 function Pruner (where, dryrun, args) { argument 28 Installer.call(this, where, dryrun, args)
|
D | update.js | 24 let dryrun = false 25 if (npm.config.get('dry-run')) dryrun = true 68 const inst = new Installer(deps.where, dryrun, deps.what, deps.opts)
|
D | install.js | 197 var dryrun = !!npm.config.get('dry-run') 210 new Installer(where, dryrun, args).run(cb) 213 function Installer (where, dryrun, args, opts) { argument 217 this.dryrun = dryrun 287 if (!this.dryrun) { 316 } else if (!this.dryrun) {
|
D | audit.js | 59 constructor (where, dryrun, args, opts) { argument 60 super(where, dryrun, args, opts)
|
/third_party/json/doc/scripts/ |
D | git-update-ghpages | 7 if [[ ! "$dryrun" == "1" ]]; then 83 if [[ ! "$dryrun" == "1" ]]; then "$@"; fi 130 dryrun=0 153 dryrun=1
|
/third_party/node/deps/npm/test/tap/ |
D | no-scan-full-global-dir.js | 65 constructor (where, dryrun, args) { argument 66 super(where, dryrun, args) 95 constructor (where, dryrun, args) { argument 96 super(where, dryrun, args)
|
D | update-path.js | 26 'Installer': function (where, dryrun, args) { argument
|
D | update-examples.js | 128 function mockInstaller (where, dryrun, what) { argument
|
/third_party/python/Tools/scripts/ |
D | cleanfuture.py | 46 dryrun = 0 variable 59 global verbose, recurse, dryrun 67 dryrun += 1 107 if dryrun: 118 if not dryrun:
|
D | reindent.py | 53 dryrun = False variable 71 global verbose, recurse, dryrun, makebackup, spec_newline 80 dryrun = True 141 if dryrun: 143 if not dryrun:
|
/third_party/skia/tools/gpu/gl/interface/ |
D | Makefile | 4 dryrun: target 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryrun
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | Makefile | 4 dryrun: target 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryrun
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 65 if not options.dryrun: 90 if not options.dryrun: 98 if not options.dryrun: 104 if not options.dryrun and os.path.exists(target): 110 if not options.dryrun: 116 if not options.dryrun and os.path.exists(target): 122 if not options.dryrun: 238 if not options.dryrun: 972 if options.dryrun and options.dryrunplatform is not None: 1111 if not options.dryrun: [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | makeSpec | 28 if results.verbose or results.dryrun: 30 if not results.dryrun:
|
/third_party/openssl/ |
D | Configure | 231 my $dryrun = 0; 909 $dryrun = 1; 1284 exit 0 if $dryrun; # From older 'config'
|
/third_party/libabigail/ |
D | ltmain.sh | 1049 --dry-run|--dryrun|-n)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 1069 --dry-run|--dryrun|-n)
|
/third_party/freetype/builds/unix/ |
D | ltmain.sh | 2566 --dry-run|--dryrun|-n)
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/third_party/libffi/ |
D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 2527 --dry-run|--dryrun|-n)
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 2318 --dry-run|--dryrun|-n)
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 2403 --dry-run|--dryrun|-n)
|