Home
last modified time | relevance | path

Searched refs:get_config_type (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/test/units/config/
H A Dtest_manager.py13 …om ansible.config.manager import ConfigManager, Setting, ensure_type, resolve_path, get_config_type
103 assert get_config_type('/tmp/ansible.ini') == 'ini'
104 assert get_config_type('/tmp/ansible.cfg') == 'ini'
105 assert get_config_type('/tmp/ansible.yaml') == 'yaml'
106 assert get_config_type('/tmp/ansible.yml') == 'yaml'
110 get_config_type('/tmp/ansible.txt')
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/units/config/
H A Dtest_manager.py13 …om ansible.config.manager import ConfigManager, Setting, ensure_type, resolve_path, get_config_type
103 assert get_config_type('/tmp/ansible.ini') == 'ini'
104 assert get_config_type('/tmp/ansible.cfg') == 'ini'
105 assert get_config_type('/tmp/ansible.yaml') == 'yaml'
106 assert get_config_type('/tmp/ansible.yml') == 'yaml'
110 get_config_type('/tmp/ansible.txt')
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/units/config/
H A Dtest_manager.py13 …om ansible.config.manager import ConfigManager, Setting, ensure_type, resolve_path, get_config_type
115 assert get_config_type('/tmp/ansible.ini') == 'ini'
116 assert get_config_type('/tmp/ansible.cfg') == 'ini'
117 assert get_config_type('/tmp/ansible.yaml') == 'yaml'
118 assert get_config_type('/tmp/ansible.yml') == 'yaml'
122 get_config_type('/tmp/ansible.txt')
/dports/sysutils/webmin/webmin-1.981/ldap-server/
H A Dgencert_form.cgi12 print &ui_form_start(&get_config_type() == 1 ? "gencert.cgi"
22 if (&get_config_type() == 1) {
H A Ddelete_acls.cgi13 if (&get_config_type() == 1) {
30 if (&get_config_type() == 1) {
H A Dldap-server-lib.pl58 if (&get_config_type() == 1) {
139 !&get_config_type() ? -2 : 1;
165 sub get_config_type subroutine
553 if (&get_config_type() == 1) {
846 if (&get_config_type() == 1) {
851 elsif (&get_config_type() == 2) {
863 if (&get_config_type() == 2) {
H A Dacl_save.cgi12 if (&get_config_type() == 1) {
117 if (&get_config_type() == 1) {
H A Dacl_security.pl3 @acl_functions = ( &get_config_type() == 2 ? 'ldif' : 'slapd',
H A Ddown_acl.cgi11 if (&get_config_type() == 1) {
H A Dup_acl.cgi11 if (&get_config_type() == 1) {
H A Dedit_acl.cgi10 if (&get_config_type() == 1) {
H A Dedit_schema.cgi10 if (&get_config_type() == 1) {
H A Dindex.cgi81 @pages = ( &get_config_type() == 1 ? "slapd" : "ldif",
H A Dacl_form.cgi10 if (&get_config_type() == 1) {
/dports/games/qstat/qstat-2.17/
H A Dconfig.c171 static server_type *get_config_type(char *game_type);
432 context->gametype = get_config_type(game_type); in pf_top_level()
439 if (get_config_type(game_type) == NULL) { in pf_top_level()
883 return (get_config_type(game_type)); in get_server_type()
931 get_config_type(char *game_type) in get_config_type() function
/dports/mail/neomutt/neomutt-20211029/debug/
H A Dnotify.c112 static const char *get_config_type(int id) in get_config_type() function
211 mutt_debug(LL_DEBUG1, " Config: %s %s = %s\n", get_config_type(nc->event_subtype), in notify_dump_config()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/
H A Dpce_config.pl61 get_config_type(:, -),
137 get_config_type(Key, Type) :-
190 ; get_config_type(DB:Path, Type)
214 get_config_type(Key, Type),
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/config/
H A Dmanager.py173 def get_config_type(cfile): function
316 ftype = get_config_type(cfile)
486 ftype = get_config_type(cfile)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/config/
H A Dmanager.py173 def get_config_type(cfile): function
325 ftype = get_config_type(cfile)
495 ftype = get_config_type(cfile)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/config/
H A Dmanager.py177 def get_config_type(cfile): function
329 ftype = get_config_type(cfile)
510 ftype = get_config_type(cfile)