Home
last modified time | relevance | path

Searched refs:use_shell (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dexec_command.py177 def exec_command(command, execute_in='', use_shell=None, use_tee=None, argument
216 if use_shell is None:
217 use_shell = os.name=='posix'
241 use_shell=use_shell,
253 def _exec_command(command, use_shell=None, use_tee = None, **env): argument
257 if use_shell is None:
258 use_shell = os.name=='posix'
262 if os.name == 'posix' and use_shell:
269 use_shell = False
283 proc = subprocess.Popen(command, shell=use_shell, env=env,
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Drunfilter.h81 bool use_shell,
87 bool use_shell,
91 run_filter(-1, cmd, use_shell, out, alt_status);
99 stdout_to_string(const std::string& cmd, bool use_shell, int alt_status = 0)
102 run_filter(cmd, use_shell, &out, alt_status);
/dports/devel/rbtools/RBTools-2.0/rbtools/utils/
H A Daliases.py133 use_shell = alias.startswith('!')
135 if use_shell:
140 return command, use_shell
162 cmd, use_shell = expand_alias(alias, args)
169 return subprocess.call(cmd, shell=use_shell)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
44 if not git: git, use_shell = which('git.bat'), True
47 cwd=LLVM_DIR, shell=use_shell).decode().strip()
54 cwd=git_dir, shell=use_shell).decode().strip()
57 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/build/
H A Dwrite_vcsrevision.py45 git, use_shell = which('git'), False
50 use_shell = True
53 cwd=LLVM_DIR, shell=use_shell).decode().strip()
59 cwd=git_dir, shell=use_shell).decode().strip()
61 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/build/
H A Dwrite_vcsrevision.py45 git, use_shell = which('git'), False
50 use_shell = True
53 cwd=LLVM_DIR, shell=use_shell).decode().strip()
59 cwd=git_dir, shell=use_shell).decode().strip()
61 cwd=git_dir, shell=use_shell).decode().strip()
/dports/science/py-abipy/abipy-0.9.0/docs/
H A Dghp_import.py51 def __init__(self, use_shell=False): argument
52 self.use_shell = use_shell
95 kwargs['shell'] = self.use_shell
105 kwargs["shell"] = self.use_shell
168 "shell": opts.use_shell
232 git = Git(use_shell=opts.use_shell)
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
47 use_shell = True
50 cwd=LLVM_DIR, shell=use_shell).decode().strip()
56 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/build/
H A Dwrite_vcsrevision.py42 git, use_shell = which('git'), False
47 use_shell = True
50 cwd=LLVM_DIR, shell=use_shell).strip()
56 cwd=git_dir, shell=use_shell).decode().strip()
/dports/devel/py-numba/numba-0.51.2/numba/pycc/
H A Dplatform.py204 def _exec_command(command, use_shell=None, use_tee=None, **env): argument
209 if use_shell is None:
210 use_shell = os.name == 'posix'
216 if os.name == 'posix' and use_shell:
223 use_shell = False
233 proc = subprocess.Popen(command, shell=use_shell, env=env,
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/extensions/
H A Dge_player.py55 use_shell = True
58use_shell = False # Popen with shell=True doesn't work under windows with spaces in filenames
72 Popen(command, shell=use_shell)
/dports/www/py-ghp-import/ghp-import-2.0.2/
H A Dghp_import.py60 def __init__(self, use_shell=False): argument
61 self.use_shell = use_shell
102 if self.use_shell:
110 kwargs['shell'] = self.use_shell
120 kwargs["shell"] = self.use_shell
251 git = Git(use_shell=opts['use_shell'])
/dports/games/warzone2100/warzone2100/tools/tile_texpage2mipmap_tileset/
H A Dtexpage2mipmap.py190 is_windows = use_shell = os.name is 'nt' or sys.platform is 'win32'
249 p = Popen(args, stdout=PIPE, stderr=PIPE, shell=use_shell)
270 p = Popen(args, stdout=PIPE, stderr=PIPE, shell=use_shell)
308 p = Popen(args, stderr=PIPE, shell=use_shell)
336 p = Popen(args, stdout=PIPE, stderr=PIPE, shell=use_shell)
361 p = Popen(args, stdout=PIPE, stderr=PIPE, shell=use_shell)
/dports/textproc/py-sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11/src/sphinxcontrib/programoutput/tests/
H A Dtest_directive.py50 def assert_cache(self, app, cmd, output, use_shell=False, argument
58 cache_key = Command(cmd, use_shell, hide_standard_error,
142 self.assert_cache(self.app, 'echo "${PWD}"', output, use_shell=True,
157 self.assert_cache(self.app, 'echo "${HOME}"', os.environ['HOME'], use_shell=True)
198 self.assert_cache(self.app, 'echo "${HOME}"', os.environ['HOME'], use_shell=True)
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dremote_operations.py75 use_shell=False): argument
85 self.use_shell = use_shell
93 if not self.use_shell:
99 shell=self.use_shell)

12345678910>>...15