Home
last modified time | relevance | path

Searched refs:opt_help (Results 1 – 25 of 2872) sorted by relevance

12345678910>>...115

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/become/
H A Dconftest.py12 from ansible.cli.arguments import option_helpers as opt_help unknown
18 parser = opt_help.create_base_parser('testparser')
20 opt_help.add_runas_options(parser)
21 opt_help.add_meta_options(parser)
22 opt_help.add_runtask_options(parser)
23 opt_help.add_vault_options(parser)
24 opt_help.add_async_options(parser)
25 opt_help.add_connect_options(parser)
26 opt_help.add_subset_options(parser)
27 opt_help.add_check_options(parser)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/plugins/become/
H A Dconftest.py12 from ansible.cli.arguments import option_helpers as opt_help
18 parser = opt_help.create_base_parser('testparser')
20 opt_help.add_runas_options(parser)
21 opt_help.add_meta_options(parser)
22 opt_help.add_runtask_options(parser)
23 opt_help.add_vault_options(parser)
24 opt_help.add_async_options(parser)
25 opt_help.add_connect_options(parser)
26 opt_help.add_subset_options(parser)
27 opt_help.add_check_options(parser)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/plugins/become/
H A Dconftest.py12 from ansible.cli.arguments import option_helpers as opt_help unknown
18 parser = opt_help.create_base_parser('testparser')
20 opt_help.add_runas_options(parser)
21 opt_help.add_meta_options(parser)
22 opt_help.add_runtask_options(parser)
23 opt_help.add_vault_options(parser)
24 opt_help.add_async_options(parser)
25 opt_help.add_connect_options(parser)
26 opt_help.add_subset_options(parser)
27 opt_help.add_check_options(parser)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/playbook/
H A Dtest_play_context.py14 from ansible.cli.arguments import option_helpers as opt_help unknown
24 parser = opt_help.create_base_parser('testparser')
26 opt_help.add_runas_options(parser)
27 opt_help.add_meta_options(parser)
28 opt_help.add_runtask_options(parser)
29 opt_help.add_vault_options(parser)
30 opt_help.add_async_options(parser)
31 opt_help.add_connect_options(parser)
32 opt_help.add_subset_options(parser)
33 opt_help.add_check_options(parser)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/playbook/
H A Dtest_play_context.py14 from ansible.cli.arguments import option_helpers as opt_help
24 parser = opt_help.create_base_parser('testparser')
26 opt_help.add_runas_options(parser)
27 opt_help.add_meta_options(parser)
28 opt_help.add_runtask_options(parser)
29 opt_help.add_vault_options(parser)
30 opt_help.add_async_options(parser)
31 opt_help.add_connect_options(parser)
32 opt_help.add_subset_options(parser)
33 opt_help.add_check_options(parser)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/cli/
H A Dadhoc.py34 opt_help.add_runas_options(self.parser)
35 opt_help.add_inventory_options(self.parser)
36 opt_help.add_async_options(self.parser)
37 opt_help.add_output_options(self.parser)
38 opt_help.add_connect_options(self.parser)
39 opt_help.add_check_options(self.parser)
40 opt_help.add_runtask_options(self.parser)
41 opt_help.add_vault_options(self.parser)
42 opt_help.add_fork_options(self.parser)
43 opt_help.add_module_options(self.parser)
[all …]
H A Dplaybook.py14 from ansible.cli.arguments import option_helpers as opt_help
39 opt_help.add_connect_options(self.parser)
40 opt_help.add_meta_options(self.parser)
41 opt_help.add_runas_options(self.parser)
42 opt_help.add_subset_options(self.parser)
43 opt_help.add_check_options(self.parser)
44 opt_help.add_inventory_options(self.parser)
45 opt_help.add_runtask_options(self.parser)
46 opt_help.add_vault_options(self.parser)
47 opt_help.add_fork_options(self.parser)
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/cli/
H A Dadhoc.py36 opt_help.add_runas_options(self.parser)
37 opt_help.add_inventory_options(self.parser)
38 opt_help.add_async_options(self.parser)
39 opt_help.add_output_options(self.parser)
40 opt_help.add_connect_options(self.parser)
41 opt_help.add_check_options(self.parser)
42 opt_help.add_runtask_options(self.parser)
43 opt_help.add_vault_options(self.parser)
44 opt_help.add_fork_options(self.parser)
45 opt_help.add_module_options(self.parser)
[all …]
H A Dplaybook.py14 from ansible.cli.arguments import option_helpers as opt_help unknown
38 opt_help.add_connect_options(self.parser)
39 opt_help.add_meta_options(self.parser)
40 opt_help.add_runas_options(self.parser)
41 opt_help.add_subset_options(self.parser)
42 opt_help.add_check_options(self.parser)
43 opt_help.add_inventory_options(self.parser)
44 opt_help.add_runtask_options(self.parser)
45 opt_help.add_vault_options(self.parser)
46 opt_help.add_fork_options(self.parser)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/cli/
H A Dadhoc.py36 opt_help.add_runas_options(self.parser)
37 opt_help.add_inventory_options(self.parser)
38 opt_help.add_async_options(self.parser)
39 opt_help.add_output_options(self.parser)
40 opt_help.add_connect_options(self.parser)
41 opt_help.add_check_options(self.parser)
42 opt_help.add_runtask_options(self.parser)
43 opt_help.add_vault_options(self.parser)
44 opt_help.add_fork_options(self.parser)
45 opt_help.add_module_options(self.parser)
[all …]
H A Dplaybook.py14 from ansible.cli.arguments import option_helpers as opt_help unknown
39 opt_help.add_connect_options(self.parser)
40 opt_help.add_meta_options(self.parser)
41 opt_help.add_runas_options(self.parser)
42 opt_help.add_subset_options(self.parser)
43 opt_help.add_check_options(self.parser)
44 opt_help.add_inventory_options(self.parser)
45 opt_help.add_runtask_options(self.parser)
46 opt_help.add_vault_options(self.parser)
47 opt_help.add_fork_options(self.parser)
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main_server.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
75 if (opt_help) in main()
H A Dgunit_test_main.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
86 if (opt_help) in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main_server.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
75 if (opt_help) in main()
H A Dgunit_test_main.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
86 if (opt_help) in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/unittest/gunit/
H A Dgunit_test_main_server.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
75 if (opt_help) in main()
H A Dgunit_test_main.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
86 if (opt_help) in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/unittest/gunit/
H A Dgunit_test_main_server.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
75 if (opt_help) in main()
H A Dgunit_test_main.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
86 if (opt_help) in main()
/dports/databases/mysql56-client/mysql-5.6.51/unittest/gunit/
H A Dgunit_test_main_server.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
75 if (opt_help) in main()
H A Dgunit_test_main.cc35 my_bool opt_help= false; variable
46 &opt_help, &opt_help, NULL,
48 opt_help, 0, 1, 0,
86 if (opt_help) in main()
/dports/sysutils/ansible2/ansible-2.9.27/test/units/playbook/
H A Dtest_play_context.py15 from ansible.cli.arguments import option_helpers as opt_help unknown
25 parser = opt_help.create_base_parser('testparser')
27 opt_help.add_runas_options(parser)
28 opt_help.add_meta_options(parser)
29 opt_help.add_runtask_options(parser)
30 opt_help.add_vault_options(parser)
31 opt_help.add_async_options(parser)
32 opt_help.add_connect_options(parser)
33 opt_help.add_subset_options(parser)
34 opt_help.add_check_options(parser)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/
H A Dqemu-options-wrapper.h4 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
11 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
13 fputs(opt_help, stdout);
23 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
/dports/emulators/qemu42/qemu-4.2.1/
H A Dqemu-options-wrapper.h4 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
11 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
13 fputs(opt_help, stdout);
23 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
/dports/emulators/qemu5/qemu-5.2.0/
H A Dqemu-options-wrapper.h4 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
11 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument
13 fputs(opt_help, stdout);
23 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ argument

12345678910>>...115