Home
last modified time | relevance | path

Searched refs:show_cmd (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dsettings.exp255 "$show_cmd"
352 "$show_cmd" \
353 "$show_cmd"
458 "$show_cmd" \
459 "$show_cmd"
517 "$show_cmd" \
518 "$show_cmd"
537 gdb_test "$show_cmd" "^$show_cmd\r\n" "$show_cmd: show default"
539 gdb_test "$show_cmd" "/foo/bar" "$show_cmd: show default"
568 "^$show_cmd\r\n" "$show_cmd: empty second time"
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtksh/desksh/lib/
H A Droutines-menu-file6 if ((show_cmd==1))
16 if ((show_cmd==1))
26 if ((show_cmd==1))
36 if ((show_cmd==1))
47 if ((show_cmd==1))
58 if ((show_cmd==1))
69 if ((show_cmd==1))
79 if ((show_cmd==1))
89 if ((show_cmd==1))
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/desksh/lib/
H A Droutines-menu-file6 if ((show_cmd==1))
16 if ((show_cmd==1))
26 if ((show_cmd==1))
36 if ((show_cmd==1))
47 if ((show_cmd==1))
58 if ((show_cmd==1))
69 if ((show_cmd==1))
79 if ((show_cmd==1))
89 if ((show_cmd==1))
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/desksh/lib/
H A Droutines-menu-file6 if ((show_cmd==1))
16 if ((show_cmd==1))
26 if ((show_cmd==1))
36 if ((show_cmd==1))
47 if ((show_cmd==1))
58 if ((show_cmd==1))
69 if ((show_cmd==1))
79 if ((show_cmd==1))
89 if ((show_cmd==1))
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_ddl/
H A Dretrieve_event_list.inc12 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
13 let $show_cmd = $show_cmd -p; # parsable format
14 let $show_cmd = $show_cmd --type=11; # Only show events
15 #echo show_cmd: $show_cmd;
18 --exec $show_cmd > $dump_file
H A Dcount_temp_tables.inc11 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
12 let $show_cmd = $show_cmd -p; # parsable format
13 let $show_cmd = $show_cmd --type=2; # Only show UserTables
16 --exec $show_cmd > $dump_file
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
7 let $show_cmd = $show_cmd --ndb-nodeid=255; # fixed nodeid to avoid "steal"
10 --exec $show_cmd > $dump_file
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_rpm.py161 body = execute_show_command(show_cmd, module)
175 def add_operation(module, show_cmd, file_system, full_pkg, pkg): argument
178 validate_operation(module, show_cmd, cmd, pkg, False)
182 def activate_operation(module, show_cmd, pkg): argument
185 validate_operation(module, show_cmd, cmd, pkg, False)
214 def commit_operation(module, show_cmd, pkg, flag): argument
217 validate_operation(module, show_cmd, cmd, pkg, flag)
221 def deactivate_operation(module, show_cmd, pkg, flag): argument
224 validate_operation(module, show_cmd, cmd, pkg, flag)
237 def remove_operation(module, show_cmd, pkg): argument
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_rpm.py131 body = execute_show_command(show_cmd, module)
145 def add_operation(module, show_cmd, file_system, full_pkg, pkg): argument
148 validate_operation(module, show_cmd, cmd, pkg, False)
152 def activate_operation(module, show_cmd, pkg): argument
155 validate_operation(module, show_cmd, cmd, pkg, False)
178 def commit_operation(module, show_cmd, pkg): argument
181 validate_operation(module, show_cmd, cmd, pkg, False)
185 def deactivate_operation(module, show_cmd, pkg, flag): argument
188 validate_operation(module, show_cmd, cmd, pkg, flag)
192 def remove_operation(module, show_cmd, pkg): argument
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_show_tables_result.inc5 let $show_cmd = $NDB_SHOW_TABLES --no-defaults;
6 let $show_cmd = $show_cmd -p; # parsable format
9 --exec $show_cmd > $dump_file
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/google/apputils/
H A Dappcommands.py274 show_cmd=self._command_name, show_global_flags=True)
531 show_cmd = argv[1]
533 show_cmd = None
535 exitcode=1, show_cmd=show_cmd, show_global_flags=False)
583 exitcode=None, show_cmd=None, show_global_flags=False): argument
626 if show_cmd is None or show_cmd == 'help':
634 if show_cmd is not None:
635 cmd_names = [show_cmd] # show only one command
780 show_cmd=None, show_global_flags=True)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/pyglib/
H A Dappcommands.py322 exitcode=exitcode, show_cmd=self._command_name,
580 show_cmd = argv[1]
582 show_cmd = None
584 exitcode=1, show_cmd=show_cmd, show_global_flags=False)
621 exitcode=None, show_cmd=None, show_global_flags=False): argument
671 if show_cmd is None or show_cmd == 'help':
677 if show_cmd is not None:
678 cmd_names = [show_cmd] # show only one command
845 show_cmd=None, show_global_flags=True)
/dports/net-mgmt/fetchconfig/fetchconfig-e2c2c4a/fetchconfig/model/
H A DCiscoSG300.pm186 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
200 if (defined($show_cmd)) {
201 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
277 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
279 return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DCiscoIOSXR.pm156 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
170 if (defined($show_cmd)) {
171 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
266 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
268 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DCiscoASA.pm191 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
205 if (defined($show_cmd)) {
206 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
294 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
296 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DCiscoPIX.pm191 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
205 if (defined($show_cmd)) {
206 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
294 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
296 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DTellabsMSR.pm193 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
209 if (defined($show_cmd)) {
210 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
292 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
294 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DCiscoIOS.pm188 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
202 if (defined($show_cmd)) {
203 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
297 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
299 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DTerayon.pm189 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
203 if (defined($show_cmd)) {
204 $custom_cmd = ($show_cmd eq 'wrterm') ? 'write term' : $show_cmd;
298 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
300 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);
H A DDell.pm203 my ($self, $t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, $conf_ref) = @_;
216 if(defined($show_cmd)) {
217 if($show_cmd eq "wrterm") {
315 my $show_cmd = $self->dev_option($dev_opt_tab, "show_cmd");
317 … return if $self->chat_fetch($t, $dev_id, $dev_host, $prompt, $fetch_timeout, $show_cmd, \@config);

12345678910>>...12