Home
last modified time | relevance | path

Searched refs:command_output (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/audio/beets/beets-1.4.9/test/
H A Dtest_keyfinder.py37 def test_add_key(self, command_output): argument
41 command_output.return_value = 'dbm'
46 command_output.assert_called_with(
49 def test_add_key_on_import(self, command_output): argument
50 command_output.return_value = 'dbm'
57 def test_force_overwrite(self, command_output): argument
63 command_output.return_value = 'C#m'
69 def test_do_not_overwrite(self, command_output): argument
73 command_output.return_value = 'dbm'
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/operations/build/
H A Dwheel_legacy.py23 command_output, # type: Text argument
30 if not command_output:
35 if not command_output.endswith('\n'):
36 command_output += '\n'
37 text += 'Command output:\n{}{}'.format(command_output, LOG_DIVIDER)
47 command_output, # type: Text argument
57 msg += format_command_result(command_args, command_output)
66 msg += format_command_result(command_args, command_output)
113 command_output=output,
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/operations/build/
H A Dwheel_legacy.py21 command_output, # type: Text argument
28 if not command_output:
33 if not command_output.endswith('\n'):
34 command_output += '\n'
35 text += 'Command output:\n{}{}'.format(command_output, LOG_DIVIDER)
45 command_output, # type: Text argument
55 msg += format_command_result(command_args, command_output)
64 msg += format_command_result(command_args, command_output)
111 command_output=output,
/dports/security/git-crypt/git-crypt-0.6.0/
H A Dgpg.cpp81 std::stringstream command_output; in gpg_get_uid() local
82 if (!successful_exit(exec_command(command, command_output))) { in gpg_get_uid()
87 while (command_output.peek() != -1) { in gpg_get_uid()
89 std::getline(command_output, line); in gpg_get_uid()
113 std::stringstream command_output; in gpg_lookup_key() local
114 if (successful_exit(exec_command(command, command_output))) { in gpg_lookup_key()
116 while (command_output.peek() != -1) { in gpg_lookup_key()
118 std::getline(command_output, line); in gpg_lookup_key()
143 std::stringstream command_output; in gpg_list_secret_keys() local
150 while (command_output.peek() != -1) { in gpg_list_secret_keys()
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/operations/build/
H A Dwheel_legacy.py23 command_output, # type: Text argument
30 if not command_output:
35 if not command_output.endswith('\n'):
36 command_output += '\n'
37 text += 'Command output:\n{}{}'.format(command_output, LOG_DIVIDER)
47 command_output, # type: Text argument
57 msg += format_command_result(command_args, command_output)
66 msg += format_command_result(command_args, command_output)
113 command_output=output,
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/operations/build/
H A Dwheel_legacy.py18 command_output, # type: str argument
25 if not command_output:
30 if not command_output.endswith('\n'):
31 command_output += '\n'
42 command_output, # type: str argument
52 msg += format_command_result(command_args, command_output)
61 msg += format_command_result(command_args, command_output)
108 command_output=output,
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/operations/build/
H A Dwheel_legacy.py21 command_output, # type: str argument
28 if not command_output:
33 if not command_output.endswith('\n'):
34 command_output += '\n'
45 command_output, # type: str argument
55 msg += format_command_result(command_args, command_output)
64 msg += format_command_result(command_args, command_output)
111 command_output=output,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
448 fflush( command_output ); in debug_on_breakpoint()
455 fflush( command_output ); in debug_end_stepping()
706 fflush( command_output ); in debug_child_print()
927 fflush( command_output ); in debug_parent_on_breakpoint()
954 fflush( command_output ); in debug_parent_on_end_stepping()
1092 fflush( command_output ); in debug_parent_copy_breakpoints()
1188 fflush( command_output ); in debug_start_child()
1286 fflush( command_output ); in debug_parent_forward_nowait()
1562 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
478 fflush( command_output ); in debug_on_breakpoint()
485 fflush( command_output ); in debug_end_stepping()
736 fflush( command_output ); in debug_child_print()
954 fflush( command_output ); in debug_parent_on_breakpoint()
981 fflush( command_output ); in debug_parent_on_end_stepping()
1121 fflush( command_output ); in debug_parent_copy_breakpoints()
1217 fflush( command_output ); in debug_start_child()
1316 fflush( command_output ); in debug_parent_forward_nowait()
1592 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
478 fflush( command_output ); in debug_on_breakpoint()
485 fflush( command_output ); in debug_end_stepping()
736 fflush( command_output ); in debug_child_print()
954 fflush( command_output ); in debug_parent_on_breakpoint()
981 fflush( command_output ); in debug_parent_on_end_stepping()
1121 fflush( command_output ); in debug_parent_copy_breakpoints()
1217 fflush( command_output ); in debug_start_child()
1316 fflush( command_output ); in debug_parent_forward_nowait()
1592 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
478 fflush( command_output ); in debug_on_breakpoint()
485 fflush( command_output ); in debug_end_stepping()
736 fflush( command_output ); in debug_child_print()
954 fflush( command_output ); in debug_parent_on_breakpoint()
981 fflush( command_output ); in debug_parent_on_end_stepping()
1121 fflush( command_output ); in debug_parent_copy_breakpoints()
1217 fflush( command_output ); in debug_start_child()
1316 fflush( command_output ); in debug_parent_forward_nowait()
1592 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
478 fflush( command_output ); in debug_on_breakpoint()
485 fflush( command_output ); in debug_end_stepping()
736 fflush( command_output ); in debug_child_print()
954 fflush( command_output ); in debug_parent_on_breakpoint()
981 fflush( command_output ); in debug_parent_on_end_stepping()
1121 fflush( command_output ); in debug_parent_copy_breakpoints()
1217 fflush( command_output ); in debug_start_child()
1316 fflush( command_output ); in debug_parent_forward_nowait()
1592 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/boost_build/build-29baa79/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
450 fflush( command_output ); in debug_on_breakpoint()
457 fflush( command_output ); in debug_end_stepping()
708 fflush( command_output ); in debug_child_print()
929 fflush( command_output ); in debug_parent_on_breakpoint()
956 fflush( command_output ); in debug_parent_on_end_stepping()
1094 fflush( command_output ); in debug_parent_copy_breakpoints()
1190 fflush( command_output ); in debug_start_child()
1288 fflush( command_output ); in debug_parent_forward_nowait()
1564 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Ddebugger.cpp76 static FILE * command_output; variable
448 fflush( command_output ); in debug_on_breakpoint()
455 fflush( command_output ); in debug_end_stepping()
706 fflush( command_output ); in debug_child_print()
927 fflush( command_output ); in debug_parent_on_breakpoint()
954 fflush( command_output ); in debug_parent_on_end_stepping()
1092 fflush( command_output ); in debug_parent_copy_breakpoints()
1188 fflush( command_output ); in debug_start_child()
1286 fflush( command_output ); in debug_parent_forward_nowait()
1562 fflush( command_output ); in debug_parent_backtrace()
[all …]
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dcommands_parser.c29 #define y(x, ...) (command_output.json_gen != NULL ? yajl_gen_##x(command_output.json_gen, ##__VA_A…
30 #define ystr(str) (command_output.json_gen != NULL ? yajl_gen_string(command_output.json_gen, (unsi…
152 static struct CommandResultIR command_output; variable
158 subcommand_output.json_gen = command_output.json_gen; in next_state()
159 subcommand_output.client = command_output.client; in next_state()
166 command_output.needs_tree_render = true; in next_state()
245 command_output.client = client; in parse_command()
248 command_output.json_gen = gen; in parse_command()
251 command_output.needs_tree_render = false; in parse_command()
431 result->needs_tree_render = command_output.needs_tree_render; in parse_command()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dcommands_parser.c29 #define y(x, ...) (command_output.json_gen != NULL ? yajl_gen_##x(command_output.json_gen, ##__VA_A…
30 #define ystr(str) (command_output.json_gen != NULL ? yajl_gen_string(command_output.json_gen, (unsi…
152 static struct CommandResultIR command_output; variable
158 subcommand_output.json_gen = command_output.json_gen; in next_state()
159 subcommand_output.client = command_output.client; in next_state()
166 command_output.needs_tree_render = true; in next_state()
245 command_output.client = client; in parse_command()
248 command_output.json_gen = gen; in parse_command()
251 command_output.needs_tree_render = false; in parse_command()
431 result->needs_tree_render = command_output.needs_tree_render; in parse_command()
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Darch_updates.py80 updates = self.py3.command_output(["checkupdates"])
87 updates = self.py3.command_output(["auracle", "sync"])
94 self.py3.command_output(["cower", "-u"])
101 updates = self.py3.command_output(["trizen", "-Suaq"])
108 updates = self.py3.command_output(["yay", "-Qua"])
115 updates = self.py3.command_output(["paru", "-Qua"])
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/
H A Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 command_output(['git', 'checkout', self.commit], self.subdir)

12345678910>>...16