Home
last modified time | relevance | path

Searched refs:config_filename (Results 51 – 75 of 1141) sorted by relevance

12345678910>>...46

/dports/devel/ros-rosinstall/rosinstall-0.7.8/src/rosinstall/
H A Drosws_stacks_cli.py246 self.config_filename = ROSINSTALL_FILENAME
302 target_path, [], config_filename=self.config_filename)
307 cmd_persist_config(config, self.config_filename)
342 target_path, [], config_filename=self.config_filename)
347 cmd_persist_config(config, self.config_filename)
376 config_filename=ROSINSTALL_FILENAME,
414 config_filename=ROSINSTALL_FILENAME)
/dports/devel/py-doit/doit-0.31.1/tests/
H A Dtest_doit_cmd.py120 config_filename = os.path.join(os.path.dirname(__file__), 'sample.cfg')
121 main = doit_cmd.DoitMain(config_filenames=config_filename)
127 config_filename = os.path.join(os.path.dirname(__file__), 'sample.cfg')
129 main = doit_cmd.DoitMain(config_filenames=config_filename,
138 config_filename = os.path.join(os.path.dirname(__file__), 'sample.cfg')
139 main = doit_cmd.DoitMain(config_filenames=config_filename)
/dports/net/honeyd/honeyd-1.5c/
H A Dhoneydstats_main.c94 static char *config_filename = "honeydstats.config"; variable
201 if (config_filename != NULL) in honeydstats_sighup()
202 user_read_config(config_filename); in honeydstats_sighup()
260 config_filename = optarg; in main()
319 if (user_read_config(config_filename) == -1) { in main()
321 errx(1, "config file '%s' not found", config_filename); in main()
323 warnx("config file '%s' not found", config_filename); in main()
/dports/japanese/tomoe/tomoe-0.6.0/test/python/
H A Dtest_context.py17 self.config_filename = "test-config"
18 config_file = open(self.config_filename, "w")
33 self.context.load_config(self.config_filename)
36 if os.access(self.config_filename, os.F_OK):
37 os.unlink(self.config_filename)
/dports/devel/ros-wstool/wstool-0.1.18/src/wstool/
H A Dwstool_cli.py69 def __init__(self, config_filename=ROSINSTALL_FILENAME, progname=_PROGNAME): argument
86 config_filename=config_filename,
118 config_filename=ROSINSTALL_FILENAME)
184 config_filename=ROSINSTALL_FILENAME)
H A Dconfig_yaml.py89 def get_path_specs_from_uri(uri, config_filename=None, as_is=False): argument
103 if (config_filename is not None and
104 os.path.isfile(os.path.join(uri, config_filename))):
106 uri = os.path.join(uri, config_filename)
115 if (config_filename is not None and
118 os.path.basename(uri) == config_filename):
147 def aggregate_from_uris(config_uris, config_filename=None, allow_other_element=True): argument
167 loop_uri, config_filename)
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/
H A Dradius.c32 static char *config_filename; variable
75 if ( rad_config( h, config_filename ) != 0 ) { in chk_radius()
135 if ( config_filename == NULL ) { in init_module()
136 config_filename = ber_strdup( &argv[ i ][ STRLENOF( "config=" ) ] ); in init_module()
/dports/sysutils/conan/conan-1.44.0/conans/server/conf/
H A D__init__.py42 self.config_filename = os.path.join(self.conan_folder, 'server.conf')
64 if not os.path.exists(self.config_filename):
69 save(self.config_filename, server_conf)
75 self.read_string(tools.load(self.config_filename))
77 self.read(self.config_filename)
139 disk_path = os.path.join(os.path.dirname(self.config_filename), disk_path)
145 ret = os.path.dirname(self.config_filename)
/dports/textproc/py-yapf/yapf-0.31.0/yapf/yapflib/
H A Dstyle.py737 def _CreateConfigParserFromConfigFile(config_filename): argument
739 if not os.path.exists(config_filename):
742 '"{0}" is not a valid style or file path'.format(config_filename))
743 with open(config_filename) as style_file:
745 if config_filename.endswith(PYPROJECT_TOML):
757 'Unable to find section [tool.yapf] in {0}'.format(config_filename))
764 if config_filename.endswith(SETUP_CONFIG):
767 'Unable to find section [yapf] in {0}'.format(config_filename))
770 if config_filename.endswith(LOCAL_STYLE):
773 'Unable to find section [style] in {0}'.format(config_filename))
[all …]
/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Dappconfig.c75 static char *config_filename = NULL; variable
284 return config_filename; in get_config_filename()
289 if (config_filename != NULL) { in set_config_filename()
290 g_free(config_filename); in set_config_filename()
292 config_filename = g_strdup(val); in set_config_filename()
615 if (!g_key_file_load_from_file(keyfile, config_filename, G_KEY_FILE_NONE, NULL)) { in appconfig_read_file()
673 if (!g_key_file_save_to_file(keyfile, config_filename, NULL)) { in appconfig_write_file()
682 gchar *config_filename = g_build_path("/", g_get_user_config_dir(), in appconfig_init() local
684 set_config_filename(config_filename); in appconfig_init()
686 gchar *config_dir = g_path_get_dirname(config_filename); in appconfig_init()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-properties.c150 const gchar *config_filename) in e_mail_properties_set_config_filename() argument
155 g_return_if_fail (config_filename != NULL); in e_mail_properties_set_config_filename()
158 properties->priv->db = camel_db_new (config_filename, &error); in e_mail_properties_set_config_filename()
161 g_warning ("%s: Failed to open '%s': %s", G_STRFUNC, config_filename, error->message); in e_mail_properties_set_config_filename()
171 G_STRFUNC, stmt, config_filename, error->message); \ in e_mail_properties_set_config_filename()
248 e_mail_properties_new (const gchar *config_filename) in e_mail_properties_new() argument
254 if (config_filename != NULL) in e_mail_properties_new()
255 e_mail_properties_set_config_filename (properties, config_filename); in e_mail_properties_new()
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/config/
H A Dgenerate.py112 def write_configuration(config_filename, rendered_config, mode=0o600): argument
117 if os.path.exists(config_filename):
118 raise FileExistsError('{} already exists. Aborting.'.format(config_filename))
121 os.makedirs(os.path.dirname(config_filename), mode=0o700)
125 with open(config_filename, 'w') as config_file:
128 os.chmod(config_filename, mode)
/dports/www/flickcurl/flickcurl-1.26/utils/
H A Dcmdline.c43 const char* config_filename = ".flickcurl.conf"; variable
68 sprintf(flickcurl_cmdline_config_path, "%s/%s", home, config_filename); in flickcurl_cmdline_init()
70 memcpy(flickcurl_cmdline_config_path, config_filename, config_len + 1); in flickcurl_cmdline_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py48 for config_filename in config_override:
49 config = config_override[config_filename]
53 config_filename))
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py47 for config_filename in config_override:
48 config = config_override[config_filename]
52 OUTPUT_PATH, 'default-{}.json'.format(config_filename))
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py48 for config_filename in config_override:
49 config = config_override[config_filename]
53 config_filename))
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py49 for config_filename in config_override:
50 config = config_override[config_filename]
54 config_filename))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py47 for config_filename in config_override:
48 config = config_override[config_filename]
52 OUTPUT_PATH, 'default-{}.json'.format(config_filename))
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py49 for config_filename in config_override:
50 config = config_override[config_filename]
54 config_filename))
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/py_quality_assessment/
H A Dapm_quality_assessment_gencfgs.py49 for config_filename in config_override:
50 config = config_override[config_filename]
54 config_filename))

12345678910>>...46