Searched refs:conf_format (Results 1 – 9 of 9) sorted by relevance
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/junipernetworks/junos/plugins/modules/ |
H A D | junos_config.py | 450 conf_format = module.params["backup_options"]["backup_format"] 452 conf_format = "set" 453 reply = get_configuration(module, format=conf_format) 457 if conf_format in ["set", "text"]: 459 ".//configuration-%s" % conf_format 461 elif conf_format in "xml": 465 elif conf_format in "json":
|
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/ucm/ |
H A D | parser.c | 83 if (uc_mgr->conf_format > 0) { in configuration_filename() 93 uc_mgr->conf_format = 1; in configuration_filename() 95 uc_mgr->conf_format = 2; in configuration_filename() 103 if (uc_mgr->conf_format > 0) { in configuration_filename() 112 uc_mgr->conf_format = 2; in configuration_filename() 119 uc_mgr->conf_format = 1; in configuration_filename() 1589 if (uc_mgr->conf_format >= 2) { in parse_master_file() 1771 uc_mgr->conf_format = 0; in load_master_config() 1774 uc_mgr->conf_format = 2; in load_master_config() 1781 uc_mgr->conf_format = 1; in load_master_config() [all …]
|
H A D | ucm_local.h | 219 int conf_format; member
|
H A D | ucm_cond.c | 428 if (uc_mgr->conf_format < 2) { in uc_mgr_evaluate_condition()
|
H A D | main.c | 1562 if (uc_mgr->conf_format < 2) { in get_value1()
|
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/ |
H A D | muxer_lavf.c | 62 static char *conf_format = NULL; variable 70 {"format", &(conf_format), CONF_TYPE_STRING, 0, 0, 0, NULL}, 334 if (conf_format && strcmp(conf_format, "help") == 0) { in muxer_init_muxer_lavf() 357 if(conf_format) in muxer_init_muxer_lavf() 358 fmt = av_guess_format(conf_format, NULL, NULL); in muxer_init_muxer_lavf()
|
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/ |
H A D | muxer_lavf.c | 62 static char *conf_format = NULL; variable 70 {"format", &(conf_format), CONF_TYPE_STRING, 0, 0, 0, NULL}, 334 if (conf_format && strcmp(conf_format, "help") == 0) { in muxer_init_muxer_lavf() 357 if(conf_format) in muxer_init_muxer_lavf() 358 fmt = av_guess_format(conf_format, NULL, NULL); in muxer_init_muxer_lavf()
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/junos/ |
H A D | junos_config.py | 415 for conf_format in ['set', 'text']: 416 reply = get_configuration(module, format=conf_format) 417 match = reply.find('.//configuration-%s' % conf_format)
|
/dports/devel/varconf/varconf-1.0.1/ |
H A D | ChangeLog | 560 - deleted conf_format
|