Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 25 of 1508) sorted by relevance

12345678910>>...61

/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_install.pl351 sub exec_command { subroutine
550 exec_command("make $make_options");
712 exec_command("make $make_options");
902 exec_command("make $make_options");
1003 exec_command("./autogen.sh");
1071 exec_command("git pull");
1079 exec_command("./autogen.sh");
1100 exec_command("apt-get update");
1104 exec_command("pkg update");
1119 exec_command("ldconfig");
[all …]
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/tests/
H A Dtest_exec_command.py70 exec_command.exec_command("cd '.'")
78 exec_command.exec_command("cd '.'")
85 exec_command.exec_command("cd '.'")
105 s, o = exec_command.exec_command(
156 s, o = exec_command.exec_command(
163 s, o = exec_command.exec_command(
168 s, o = exec_command.exec_command(
175 s, o = exec_command.exec_command(
180 s, o = exec_command.exec_command(
192 s, o = exec_command.exec_command(
[all …]
/dports/misc/vifm/vifm-0.11/tests/commands/
H A Dcomments.c13 assert_success(exec_command("\"", NULL, CIT_COMMAND)); in TEST()
14 assert_success(exec_command(" \"", NULL, CIT_COMMAND)); in TEST()
15 assert_success(exec_command(" \"", NULL, CIT_COMMAND)); in TEST()
30 assert_success(exec_command("let $a = 4 \"", &lwin, CIT_COMMAND)); in TEST()
32 assert_success(exec_command("let $a = \" 4 \"", &lwin, CIT_COMMAND)); in TEST()
34 assert_failure(exec_command("echo \" 4 \"", &lwin, CIT_COMMAND)); in TEST()
35 assert_success(exec_command("exe \" 4 \"", &lwin, CIT_COMMAND)); in TEST()
36 assert_success(exec_command("unlet $a \"comment", &lwin, CIT_COMMAND)); in TEST()
39 assert_success(exec_command("set statusline=\" %t%= %A %15E %20d \"", &lwin, in TEST()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Drun.c43 gchar *exec_command; in rfm_thread_run() local
47 exec_command = g_strconcat (term, " ", exec_option, " ", command, NULL); in rfm_thread_run()
50 exec_command = g_strdup (command); in rfm_thread_run()
51 gchar *save_command = g_strdup (exec_command); in rfm_thread_run()
52 g_strstrip (exec_command); in rfm_thread_run()
53 …if(strncmp (exec_command, "sudo", strlen ("sudo")) == 0 && strncmp (exec_command, "sudo -A", strle… in rfm_thread_run()
56 g_free (exec_command); in rfm_thread_run()
57 exec_command = nc; in rfm_thread_run()
69 argv[i++] = exec_command; in rfm_thread_run()
90 gchar *run_button_text = g_strdup_printf("%s -c \"%s\"", shell, exec_command); in rfm_thread_run()
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/geocod/
H A Dmain.cpp85 exec_command("require(\"preamble\")"); in GeoCodApplication()
101 exec_command("imgui.draw_object_properties()"); in draw_object_properties()
114 exec_command("GLUP.draw_scene()"); in draw_scene()
128 exec_command("GLUP.init_graphics()"); in GL_initialize()
157 exec_command("require(\"preamble\")"); in draw_fileops_menu()
201 exec_command("require(\"preamble\")"); in run_program()
202 if(exec_command(text_editor_.text().c_str())) { in run_program()
208 exec_command("GLUP.init_graphics()"); in run_program()
221 exec_command("imgui.draw_application_menus()"); in draw_application_menus()
291 exec_command( in on_key_pressed()
[all …]
/dports/devel/p5-Proc-Daemon/Proc-Daemon-0.23/lib/Proc/
H A DDaemon.pm133 …my @exec_command = ref( $self->{exec_command} ) eq 'ARRAY' ? @{ $self->{exec_command} } : ( $self-…
134 $#exec_command = 0 if $#exec_command < 0;
138 foreach my $exec_command ( @exec_command ) {
270 if ( $exec_command ) {
271 exec ($exec_command) or die "couldn't exec $exec_command: $!";
601 if ( ! $pid && $self->{exec_command} ) {
602 $pid = $self->get_pid_by_proc_table_attr( 'cmndline', $self->{exec_command} );
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/
H A Dtest_jpackage.sh53 exec_command () function
64 exec_command "$basedir/run_tests.sh" -m create "${args[@]}"
65 exec_command "$basedir/manage_packages.sh" -d "$output_dir"
66 exec_command "$basedir/run_tests.sh" -m verify-install "${args[@]}"
67 exec_command "$basedir/manage_packages.sh" -d "$output_dir" -u
68 exec_command "$basedir/run_tests.sh" -m verify-uninstall "${args[@]}"
H A Drun_tests.sh105 exec_command () function
168 exec_command for t in ${tests[@]}";" do echo '$t;' done
230 exec_command mkdir -p "$workdir"
232exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" tar -xzf "$(basename $jtreg_bundle)"…
235exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" unzip "$(basename $jtreg_bundle)" ";…
258 exec_command mkdir -p "$output_dir"
286 [ -n "$keep_jtreg_cache" ] || exec_command rm -rf "$workdir"/run
289 exec_command ${jtreg_cmdline[@]}
/dports/www/twiki/twiki/lib/TWiki/Plugins/BackupRestorePlugin/
H A DProcDaemon.pm135 …my @exec_command = ref( $self->{exec_command} ) eq 'ARRAY' ? @{ $self->{exec_command} } : ( $self-…
136 $#exec_command = 0 if $#exec_command < 0;
140 foreach my $exec_command ( @exec_command ) {
263 if ( $exec_command ) {
264 exec $exec_command;
586 if ( ! $pid && $self->{exec_command} ) {
587 $pid = $self->get_pid_by_proc_table_attr( 'cmndline', $self->{exec_command} );
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Hardware/
H A DVNA.py85 def exec_command(self, command: str, wait: float = WAIT) -> Iterator[str]: member in VNA
111 result = " ".join(self.exec_command("help")).split()
117 result = " ".join(list(self.exec_command("bandwidth")))
127 result = " ".join(list(self.exec_command("bandwidth")))
138 result = " ".join(self.exec_command(f"bandwidth {bw_val}"))
156 return " ".join(list(self.exec_command("cal")))
172 result = "\n".join(list(self.exec_command("info")))
178 result = list(self.exec_command(value))
184 result = list(self.exec_command("version"))
189 list(self.exec_command(f"sweep {start} {stop} {self.datapoints}"))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/test/
H A Drun_lint_check_css.py33 exec_command = [
38 exec_command.extend(get_css_files_or_glob())
39 exec_command.append('--fix')
41 exec_command.append('--allow-empty-input')
43 stylelint_proc = Popen(exec_command, cwd=ROOT_DIRECTORY)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/
H A Drun_tests.sh101 exec_command () function
167 exec_command for t in ${tests[@]}";" do echo '$t;' done
229 exec_command mkdir -p "$workdir"
231exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" tar -xzf "$(basename $jtreg_bundle)"…
234exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" unzip "$(basename $jtreg_bundle)" ";…
252 exec_command mkdir -p "$output_dir"
285 [ -n "$keep_jtreg_cache" ] || exec_command rm -rf "$workdir"/run
288 exec_command ${jtreg_cmdline[@]}
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/
H A Drun_tests.sh101 exec_command () function
167 exec_command for t in ${tests[@]}";" do echo '$t;' done
229 exec_command mkdir -p "$workdir"
231exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" tar -xzf "$(basename $jtreg_bundle)"…
234exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" unzip "$(basename $jtreg_bundle)" ";…
252 exec_command mkdir -p "$output_dir"
285 [ -n "$keep_jtreg_cache" ] || exec_command rm -rf "$workdir"/run
288 exec_command ${jtreg_cmdline[@]}
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/
H A Drun_tests.sh122 exec_command () function
188 exec_command for t in ${tests[@]}";" do echo '$t;' done
250 exec_command mkdir -p "$workdir"
252exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" tar -xzf "$(basename $jtreg_bundle)"…
255exec_command "(" cd "$workdir" "&&" wget "$jtreg_bundle" "&&" unzip "$(basename $jtreg_bundle)" ";…
273 exec_command mkdir -p "$output_dir"
306 [ -n "$keep_jtreg_cache" ] || exec_command rm -rf "$workdir"/run
309 exec_command ${jtreg_cmdline[@]}
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dcomments_editor.pyj96 editor.exec_command(cmd, url)
123 editor.exec_command(which, color)
147 editor.exec_command('undo')
153 editor.exec_command('redo')
159 editor.exec_command('bold')
165 editor.exec_command('italic')
219 editor.exec_command('indent')
225 editor.exec_command('outdent')
287 'exec_command': self.exec_command,
328 def exec_command(self, data):
[all …]
/dports/www/sahi/sahi/ruby/lib/
H A Dsahi.rb99exec_command("launchPreconfiguredBrowser", {"browserType" => @browser_type, "startUrl" => start_ur…
101exec_command("launchAndPlayback", {"browser" => @browser, "browserOptions" => @browser_options, "b…
114 return "true".eql?(exec_command("isReady"))
117 def exec_command(cmd, qs={}) method in Sahi.Browser
138 exec_command("setStep", {"step" => step})
143 check_done = exec_command("doneStep")
162 return check_nil(exec_command("getVariable", {"key" => key}))
172 exec_command("setBrowserJS", {"browserJS"=>js})
184 exec_command("kill");
191 exec_command("setSpeed", {"speed"=>ms})
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/aireos/
H A Daireos.py31 from ansible.module_utils.connection import exec_command
86 rc, out, err = exec_command(module, cmd)
109 rc, out, err = exec_command(module, cmd)
118 rc, out, err = exec_command(module, 'config')
125 rc, out, err = exec_command(module, command)
129 exec_command(module, 'end')
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/aruba/
H A Daruba.py34 from ansible.module_utils.connection import exec_command
80 rc, out, err = exec_command(module, cmd)
111 rc, out, err = exec_command(module, cmd)
120 rc, out, err = exec_command(module, 'configure terminal')
127 rc, out, err = exec_command(module, command)
131 exec_command(module, 'end')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/module_utils/network/aireos/
H A Daireos.py34 from ansible.module_utils.connection import exec_command
96 rc, out, err = exec_command(module, cmd)
119 rc, out, err = exec_command(module, cmd)
128 rc, out, err = exec_command(module, 'config')
135 rc, out, err = exec_command(module, command)
139 exec_command(module, 'end')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/module_utils/network/aruba/
H A Daruba.py37 from ansible.module_utils.connection import exec_command
90 rc, out, err = exec_command(module, cmd)
121 rc, out, err = exec_command(module, cmd)
130 rc, out, err = exec_command(module, 'configure terminal')
137 rc, out, err = exec_command(module, command)
141 exec_command(module, 'end')
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/build/
H A Dcompile-scripts.py76 exec_command = None
96 exec_command = [java_path, '-Xms1024m', '-server',
98 check_server_proc = popen(exec_command + ['-version'])
102 exec_command = exec_command.remove('-server')
109 return exec_command
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/plugins/module_utils/network/
H A Dos10.py39 from ansible.module_utils.connection import exec_command
82 rc, out, err = exec_command(module, cmd)
105 rc, out, err = exec_command(module, cmd)
113 rc, out, err = exec_command(module, 'configure terminal')
121 rc, out, err = exec_command(module, command)
125 exec_command(module, 'end')
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os9/plugins/module_utils/network/
H A Dos9.py43 from ansible.module_utils.connection import exec_command
83 rc, out, err = exec_command(module, cmd)
106 rc, out, err = exec_command(module, cmd)
114 rc, out, err = exec_command(module, 'configure terminal')
121 rc, out, err = exec_command(module, command)
125 exec_command(module, 'end')
/dports/multimedia/mpv/waf-2.0.20/playground/extern_makefile/
H A Dwscript15 ret = self.exec_command('make %s' % self.env.thecmd, cwd=self.path.abspath())
22 self.exec_command('make clean', cwd=self.path.abspath())
27 ret = self.exec_command('make install', cwd=self.path.abspath())
34 self.exec_command('make uninstall', cwd=self.path.abspath())
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/dellos10/
H A Ddellos10.py37 from ansible.module_utils.connection import exec_command
88 rc, out, err = exec_command(module, cmd)
111 rc, out, err = exec_command(module, cmd)
119 rc, out, err = exec_command(module, 'configure terminal')
127 rc, out, err = exec_command(module, command)
131 exec_command(module, 'end')

12345678910>>...61