Home
last modified time | relevance | path

Searched refs:cli_command (Results 76 – 100 of 127) sorted by relevance

123456

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_command/tasks/
H A Dmain.yaml7 - include_tasks: cli_command.yaml
H A Dtest_local.yaml7 cli_command:
/dports/devel/kyua/kyua-0.13/cli/
H A Dcmd_db_exec.hpp49 class cmd_db_exec : public cli_command
H A Dcmd_db_migrate.cpp52 cmd_db_migrate::cmd_db_migrate(void) : cli_command( in cmd_db_migrate()
H A Dcmd_report_junit.cpp56 cmd_report_junit::cmd_report_junit(void) : cli_command( in cmd_report_junit()
H A Dcmd_debug.cpp49 cmd_debug::cmd_debug(void) : cli_command( in cmd_debug()
H A Dcmd_config.cpp98 cmd_config::cmd_config(void) : cli_command( in cmd_config()
H A Dcmd_about.cpp105 cmd_about::cmd_about(void) : cli_command( in cmd_about()
H A Dcmd_list.cpp134 cli_command("list", "[test-program ...]", 0, -1, in cmd_list()
H A Dcmd_test.cpp131 cmd_test::cmd_test(void) : cli_command( in cmd_test()
H A Dcmd_db_exec.cpp152 cmd_db_exec::cmd_db_exec(void) : cli_command( in cmd_db_exec()
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/generic/
H A Dwelcome.py17 if manager.options.cli_command != 'execute' or not manager.options.cron:
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/
H A Dclient.py84 cli_command = "certbot"
88 cli_command = cli.cli_command
91 ua = ua.format(certbot.__version__, cli_command, os_info,
/dports/devel/libcli/libcli-1.9.6/
H A DREADME77 parent is a cli_command * reference to a previously added command. Using a
82 cli_command *c = cli_register_command(NULL, "show", NULL, PRIVILEGE_UNPRIVILEGED, MODE_EXEC, NULL);
H A Dclitest.c205 struct cli_command *c; in main()
/dports/net/bird2/bird-2.0.8/nest/
H A Dcli.c256 cli_command(struct cli *c) in cli_command() function
302 cli_command(c); in cli_event()
/dports/net/bird/bird-1.6.8/nest/
H A Dcli.c255 cli_command(struct cli *c) in cli_command() function
300 cli_command(c); in cli_event()
/dports/www/flexget/Flexget-3.2.18/flexget/plugins/cli/
H A Dcheck.py15 if manager.options.cli_command == 'check':
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/network/user_guide/
H A Dplatform_weos4.rst66 ansible.netcommon.cli_command:
/dports/security/py-certbot/certbot-1.22.0/certbot/_internal/plugins/
H A Dmanual.py152 certbot=cli_constants.cli_command,
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst90 * New ``cli_command`` module `issue #39284 <https://github.com/ansible/ansible/issues/39284>`_
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst90 * New ``cli_command`` module `issue #39284 <https://github.com/ansible/ansible/issues/39284>`_
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/roadmap/
H A DROADMAP_2_7.rst90 * New ``cli_command`` module `issue #39284 <https://github.com/ansible/ansible/issues/39284>`_
/dports/devel/avr-gdb/gdb-7.3.1/gdb/mi/
H A Dmi-main.c98 static void mi_execute_async_cli_command (char *cli_command,
2145 mi_execute_async_cli_command (char *cli_command, char **argv, int argc) in mi_execute_async_cli_command() argument
2151 run = xstrprintf ("%s %s&", cli_command, argc ? *argv : ""); in mi_execute_async_cli_command()
2153 run = xstrprintf ("%s %s", cli_command, argc ? *argv : ""); in mi_execute_async_cli_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/mi/
H A Dmi-main.c98 static void mi_execute_async_cli_command (char *cli_command,
2188 mi_execute_async_cli_command (char *cli_command, char **argv, int argc) in mi_execute_async_cli_command() argument
2194 run = xstrprintf ("%s %s&", cli_command, argc ? *argv : ""); in mi_execute_async_cli_command()
2196 run = xstrprintf ("%s %s", cli_command, argc ? *argv : ""); in mi_execute_async_cli_command()

123456