Home
last modified time | relevance | path

Searched refs:default_config_path (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/py-logan/logan-0.7.2/logan/
H A Drunner.py63 def configure_app(config_path=None, project=None, default_config_path=None, argument
81 if default_config_path is None:
82 default_config_path = '~/%s/%s.conf.py' % (project_filename, project_filename)
92 default_config_path = os.environ.get(settings_envvar)
94default_config_path = os.path.normpath(os.path.abspath(os.path.expanduser(default_config_path)))
97 config_path = default_config_path
156 default_config_path = kwargs.get('default_config_path')
166 config_path = os.path.expanduser(' '.join(opt_args[1:]) or default_config_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Dconfig.py1175 default_config_path = boto_config_from_env
1177 default_config_path = os.path.expanduser(os.path.join('~', '.boto'))
1178 if not os.path.exists(default_config_path):
1179 output_file_name = default_config_path
1181 default_config_path_bak = default_config_path + '.bak'
1186 % (default_config_path, default_config_path_bak))
1191 % (default_config_path, default_config_path_bak))
1192 os.rename(default_config_path, default_config_path_bak)
1197 % (default_config_path, default_config_path_bak, e))
1198 output_file_name = default_config_path
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dconfig.py1189 default_config_path = boto_config_from_env
1191 default_config_path = os.path.expanduser(os.path.join('~', '.boto'))
1192 if not os.path.exists(default_config_path):
1193 output_file_name = default_config_path
1195 default_config_path_bak = default_config_path + '.bak'
1199 (default_config_path, default_config_path_bak))
1204 (default_config_path, default_config_path_bak))
1205 os.rename(default_config_path, default_config_path_bak)
1210 (default_config_path, default_config_path_bak, e))
1211 output_file_name = default_config_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dconfig.py1305 default_config_path = boto_config_from_env
1307 default_config_path = os.path.expanduser(os.path.join('~', '.boto'))
1308 if not os.path.exists(default_config_path):
1309 output_file_name = default_config_path
1311 default_config_path_bak = default_config_path + '.bak'
1315 (default_config_path, default_config_path_bak))
1320 (default_config_path, default_config_path_bak))
1321 os.rename(default_config_path, default_config_path_bak)
1326 (default_config_path, default_config_path_bak, e))
1327 output_file_name = default_config_path
/dports/devel/py-dirspec/dirspec-13.10/dirspec/
H A Dutils.py163 default_config_path = special_folders['Common AppData'] variable
165 default_data_path = os.path.join(default_config_path, b'xdg')
171 default_config_path = b'/Library/Preferences:/etc/xdg' variable
182 default_config_path = b'/etc/xdg' variable
H A Dbasedir.py23 default_config_path, default_config_home,
60 default_config_path).decode('utf-8').split(os.pathsep)])
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/cargo-edit-0.7.0/src/
H A Dregistry.rs86 let default_config_path = cargo_home()?.join("config"); in registry_url() localVariable
87 if default_config_path.is_file() { in registry_url()
88 read_config(&mut registries, default_config_path)?; in registry_url()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/scripts/
H A Dstart.py56 default_config_path = path.join(path.dirname(__file__),
60 copyfile(default_config_path, options.configfile)
/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dengine-main.c96 char* default_config_path = "../etc"; in main() local
223 sl_appendf(trycf, "%s/%s/%s", mydir, default_config_path, default_configfn); in main()
230 sl_appendf(trycf, "./%s/%s", default_config_path, default_configfn); in main()
/dports/devel/bpython/bpython-0.22.1/doc/sphinx/source/
H A Dsimplerepl.py31 from bpython.config import Config, default_config_path
120 config = Config(default_config_path())
/dports/devel/py-eventlib/eventlib-0.1.5/eventlib/
H A Drunner.py60 default_config_path='~/.eventlib/',
/dports/devel/bpython/bpython-0.22.1/bpython/
H A Dargs.py47 from .config import default_config_path, Config
125 default=default_config_path(),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/harness/wptrunner/
H A Denvironment.py128 default_config_path = os.path.join(serve_path(self.test_paths), "config.default.json")
131 with open(default_config_path) as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/third_party/oauth2client/
H A Dclient.py1160 default_config_path = os.path.join(os.environ['APPDATA'],
1165 default_config_path = os.path.join(drive, '\\', CLOUDSDK_CONFIG_DIRECTORY)
1167 default_config_path = os.path.join(os.path.expanduser('~'),
1171 default_config_path = os.path.join(default_config_path,
1174 return default_config_path
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/
H A Dweb_engine_debug_integration_test.cc352 base::FilePath default_config_path = in TEST_F() local
364 ReadConfigFile(default_config_path); in TEST_F()
369 EXPECT_FALSE(WriteConfigFile(default_config_path, "foo")); in TEST_F()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/cache/
H A Dconfig.rs110 None => default_config_path()?, in create_new_config()
192 fn default_config_path() -> Result<PathBuf> { in default_config_path() function
402 None => (default_config_path()?, false), in load_and_parse_file()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Denvironment.py132 default_config_path = os.path.join(serve_path(self.test_paths), "config.default.json")
135 with open(default_config_path) as f:
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/comrak-0.12.1/src/
H A Dmain.rs33 let default_config_path = get_default_config_path(); in main() localVariable
57 .default_value(&default_config_path), in main()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/anthos/auth/
H A Dlogin.py65 login_config = args.login_config or command_executor.default_config_path
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = ""; variable
2957 default_config_path = getenv("GRN_CONFIG_PATH"); in init_default_settings()
2958 if (!default_config_path) { in init_default_settings()
2959 default_config_path = GRN_CONFIG_PATH; in init_default_settings()
2960 if (!default_config_path) { in init_default_settings()
2961 default_config_path = ""; in init_default_settings()
3203 default_config_path, default_default_command_version, in show_usage()
3324 } else if (*default_config_path) { in main()
3326 config_file_load(default_config_path, opts, &flags); in main()
3329 argv[0], default_config_path, in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = "";
2957 default_config_path = getenv("GRN_CONFIG_PATH");
2958 if (!default_config_path) {
2959 default_config_path = GRN_CONFIG_PATH;
2960 if (!default_config_path) {
2961 default_config_path = "";
3203 default_config_path, default_default_command_version,
3324 } else if (*default_config_path) {
3326 config_file_load(default_config_path, opts, &flags);
3329 argv[0], default_config_path,
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = "";
2957 default_config_path = getenv("GRN_CONFIG_PATH");
2958 if (!default_config_path) {
2959 default_config_path = GRN_CONFIG_PATH;
2960 if (!default_config_path) {
2961 default_config_path = "";
3203 default_config_path, default_default_command_version,
3324 } else if (*default_config_path) {
3326 config_file_load(default_config_path, opts, &flags);
3329 argv[0], default_config_path,
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = ""; variable
2957 default_config_path = getenv("GRN_CONFIG_PATH"); in init_default_settings()
2958 if (!default_config_path) { in init_default_settings()
2959 default_config_path = GRN_CONFIG_PATH; in init_default_settings()
2960 if (!default_config_path) { in init_default_settings()
2961 default_config_path = ""; in init_default_settings()
3203 default_config_path, default_default_command_version, in show_usage()
3324 } else if (*default_config_path) { in main()
3326 config_file_load(default_config_path, opts, &flags); in main()
3329 argv[0], default_config_path, in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = ""; variable
2957 default_config_path = getenv("GRN_CONFIG_PATH"); in init_default_settings()
2958 if (!default_config_path) { in init_default_settings()
2959 default_config_path = GRN_CONFIG_PATH; in init_default_settings()
2960 if (!default_config_path) { in init_default_settings()
2961 default_config_path = ""; in init_default_settings()
3203 default_config_path, default_default_command_version, in show_usage()
3324 } else if (*default_config_path) { in main()
3326 config_file_load(default_config_path, opts, &flags); in main()
3329 argv[0], default_config_path, in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/src/
H A Dgroonga.c2907 static const char *default_config_path = ""; variable
2957 default_config_path = getenv("GRN_CONFIG_PATH"); in init_default_settings()
2958 if (!default_config_path) { in init_default_settings()
2959 default_config_path = GRN_CONFIG_PATH; in init_default_settings()
2960 if (!default_config_path) { in init_default_settings()
2961 default_config_path = ""; in init_default_settings()
3203 default_config_path, default_default_command_version, in show_usage()
3324 } else if (*default_config_path) { in main()
3326 config_file_load(default_config_path, opts, &flags); in main()
3329 argv[0], default_config_path, in main()

12