Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 25 of 1981) sorted by relevance

12345678910>>...80

/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Daptly.py88 def _validate_config(config_path):
120 _validate_config(config_path)
145 _validate_config(config_path)
157 name=name, config_path=config_path, with_packages=with_packages
179 _validate_config(config_path)
247 current_repo = __salt__["aptly.get_repo"](name=name, config_path=config_path)
268 repo = __salt__["aptly.get_repo"](name=name, config_path=config_path)
322 current_settings = __salt__["aptly.get_repo"](name=name, config_path=config_path)
352 new_settings = __salt__["aptly.get_repo"](name=name, config_path=config_path)
389 current_repo = __salt__["aptly.get_repo"](name=name, config_path=config_path)
[all …]
H A Dciscoconfparse_mod.py58 if config_path:
111 ccp = _get_ccp(config=config, config_path=config_path, saltenv=saltenv)
155 config=config, config_path=config_path, regex=regex, saltenv=saltenv
162 config_path=None, argument
212 ccp = _get_ccp(config=config, config_path=config_path, saltenv=saltenv)
219 config_path=None, argument
262 config_path=config_path,
273 config_path=None, argument
326 ccp = _get_ccp(config=config, config_path=config_path, saltenv=saltenv)
333 config_path=None, argument
[all …]
/dports/mail/mailman3/mailman-3.3.1/src/mailman/core/
H A Dinitialize.py54 if config_path and os.path.exists(config_path):
58 if os.path.exists(config_path):
59 return config_path
64 if os.path.exists(config_path):
65 return config_path
68 if os.path.exists(config_path):
72 if os.path.exists(config_path):
76 if os.path.exists(config_path):
117 if config_path is None:
121 config_path = None
[all …]
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/configuration/
H A Drequirements.py94 config_path = interfaces.configuration.path_join(config_path, self.name)
99 return {config_path: self}
103 return {config_path: self}
109 return {config_path: self}
137 config_path = interfaces.configuration.path_join(config_path, self.name)
154 config_path = interfaces.configuration.path_join(config_path, self.name)
258 config_path = interfaces.configuration.path_join(config_path, self.name)
284 return {config_path: self}
289 config_path = interfaces.configuration.path_join(config_path, self.name)
327 config_path = interfaces.configuration.path_join(config_path, self.name)
[all …]
/dports/www/py-pastedeploy/PasteDeploy-2.1.1/tests/
H A Dtest_config.py27 'basepath': config_path,
28 'here': config_path,
39 'basepath': config_path,
41 'here': config_path,
57 'basepath': config_path,
59 'here': config_path,
104 'here': config_path,
118 'here': config_path,
128 'here': config_path,
138 'here': config_path,
[all …]
/dports/x11-wm/i3/i3-4.20.1/libi3/
H A Dget_config_path.c45 if (path_exists(config_path)) { in get_config_path()
46 return config_path; in get_config_path()
48 free(config_path); in get_config_path()
52 if (path_exists(config_path)) { in get_config_path()
53 return config_path; in get_config_path()
55 free(config_path); in get_config_path()
74 if (path_exists(config_path)) { in get_config_path()
76 return config_path; in get_config_path()
78 free(config_path); in get_config_path()
85 if (path_exists(config_path)) { in get_config_path()
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/libi3/
H A Dget_config_path.c45 if (path_exists(config_path)) { in get_config_path()
46 return config_path; in get_config_path()
48 free(config_path); in get_config_path()
52 if (path_exists(config_path)) { in get_config_path()
53 return config_path; in get_config_path()
55 free(config_path); in get_config_path()
74 if (path_exists(config_path)) { in get_config_path()
76 return config_path; in get_config_path()
78 free(config_path); in get_config_path()
85 if (path_exists(config_path)) { in get_config_path()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/tests/issues/
H A Dtest_bug22572346.cc54 config_path.reset(new Path(g_cwd)); in SetUp()
55 config_path->append("Bug21572346.conf"); in SetUp()
59 std::ofstream ofs_config(config_path->str()); in reset_config()
70 std::unique_ptr<Path> config_path; member in Bug22572346
80 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
93 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
106 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
119 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
132 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
145 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
[all …]
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/tests/end-to-end/
H A Dtest_database.py12 config_path, repository_path, borgmatic_source_directory, postgresql_dump_format='custom' argument
51 config_path, repository_path, borgmatic_source_directory, postgresql_dump_format
54 config_file = open(config_path, 'w')
68 config_path = os.path.join(temporary_directory, 'test.yaml')
69 write_configuration(config_path, repository_path, borgmatic_source_directory)
80 'borgmatic --config {} list --json'.format(config_path).split(' ')
108 config_path = os.path.join(temporary_directory, 'test.yaml')
110 config_path,
141 config_path = os.path.join(temporary_directory, 'test.yaml')
142 write_configuration(config_path, repository_path, borgmatic_source_directory)
[all …]
H A Dtest_borgmatic.py9 def generate_configuration(config_path, repository_path):
16 'generate-borgmatic-config --destination {}'.format(config_path).split(' ')
19 open(config_path)
24 .replace('- /home', '- {}'.format(config_path))
29 config_file = open(config_path, 'w')
45 config_path = os.path.join(temporary_directory, 'test.yaml')
46 generate_configuration(config_path, repository_path)
55 'borgmatic --config {} list --json'.format(config_path).split(' ')
70 extracted_config_path = os.path.join(extract_path, config_path)
71 assert open(extracted_config_path).read() == open(config_path).read()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/routing/tests/
H A Dtest_config.cc71 config_path.reset(new Path(*config_dir)); in SetUp()
72 config_path->append("Bug22020088.conf"); in SetUp()
76 std::ofstream ofs_config(config_path->str()); in reset_config()
87 std::unique_ptr<Path> config_path; member in TestConfig
97 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
110 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
123 MySQLRouter r(g_origin, {"-c", config_path->str()}); in TEST_F()
233 config_path.reset(new Path(g_cwd)); in SetUp()
234 config_path->append("mysqlrouter.conf"); in SetUp()
238 std::ofstream ofs_config(config_path->str()); in reset_config()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozboot/mozboot/test/
H A Dtest_write_config.py43 def config_path(tmpdir): function
48 def write_config(config_path): argument
50 with open(config_path, 'w') as f:
55 def test_nonexistent(config_path): argument
56 update_or_create_build_telemetry_config(config_path)
57 s = read(config_path)
65 update_or_create_build_telemetry_config(config_path)
66 s = read(config_path)
78 update_or_create_build_telemetry_config(config_path)
79 s = read(config_path)
[all …]
/dports/devel/py-logan/logan-0.7.2/logan/
H A Drunner.py96 if not config_path:
97 config_path = default_config_path
99 config_path = os.path.expanduser(config_path)
101 if not os.path.exists(config_path):
115 'config_path': config_path,
126 config_module_name, config_path, default_settings,
139 'config_path': config_path,
168 if os.path.exists(config_path):
181 print("Configuration file created at %r" % config_path)
189 config_path = options.config
[all …]
H A Dimporter.py33 def install(name, config_path, default_settings, **kwargs): argument
40 sys.meta_path.append(LoganImporter(name, config_path, default_settings, **kwargs))
49 def __init__(self, name, config_path, default_settings=None, allow_extras=True, callback=None): argument
51 self.config_path = config_path
58 return "<%s for '%s' (%s)>" % (type(self), self.name, self.config_path)
64 execfile(self.config_path, {
65 '__file__': self.config_path
77 config_path=self.config_path,
87 self.config_path = config_path
112 settings_mod.__file__ = self.config_path
[all …]
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/lv2/lv2-1.18.2/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/jalv/jalv-1.6.6/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/audio/lilv/lilv-0.24.12/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]
/dports/databases/tdb/tdb-1.4.3/third_party/waf/waflib/extras/
H A Dblender.py61 config_path = {'user': '', 'system': ''}
63 config_path['user'] = '/home/%s/.config/blender/' % user
64 config_path['system'] = '/usr/share/blender/'
67 config_path['user'] = \
69 config_path['system'] = '/Library/Application Support/Blender/'
75 config_path['user'] = '%s/Blender Foundation/Blender/' % appdata_path
76 config_path['system'] = \
86 config_path['user'] += blender_version + '/'
87 config_path['system'] += blender_version + '/'
89 ctx.env['BLENDER_CONFIG_DIR'] = os.path.abspath(config_path['user'])
[all …]

12345678910>>...80