Home
last modified time | relevance | path

Searched refs:DEFAULT_CONFIG_PATH (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/angband/Angband-4.2.2/src/
H A Dconfig.h54 #ifndef DEFAULT_CONFIG_PATH
55 # define DEFAULT_CONFIG_PATH "." PATH_SEP "lib" PATH_SEP macro
H A Dmain.c130 my_strcpy(configpath, DEFAULT_CONFIG_PATH, sizeof(configpath)); in init_stuff()
/dports/security/pev/pev/src/
H A Dconfig.c54 #define DEFAULT_CONFIG_PATH DEFAULT_CONFIG_FILENAME macro
57 #define DEFAULT_CONFIG_PATH ".config/pev" DEFAULT_CONFIG_FILENAME macro
119 snprintf(buff, sizeof(buff), "%s/%s", utils_get_homedir(), DEFAULT_CONFIG_PATH); in pev_load_config()
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/migrate/
H A Dmain.c45 #define DEFAULT_CONFIG_PATH XDGCONFIGDIR G_DIR_SEPARATOR_S DEFAULT_CONFIG_FILENAME macro
91 migrate_vendor_default = (g_strcmp0 (DEFAULT_CONFIG_PATH, filename_default) != 0); in main()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/plexapi/
H A D__init__.py13 DEFAULT_CONFIG_PATH = os.path.expanduser('~/.config/plexapi/config.ini') variable
14 CONFIG_PATH = os.environ.get('PLEXAPI_CONFIG_PATH', DEFAULT_CONFIG_PATH)
/dports/net/py-port-for/port-for-0.4/port_for/
H A Dstore.py13 DEFAULT_CONFIG_PATH = '/usr/local/etc/port-for.conf' variable
17 def __init__(self, config_filename=DEFAULT_CONFIG_PATH):
/dports/security/py-ospd/ospd-21.4.4/tests/
H A Dtest_argument_parser.py36 DEFAULT_CONFIG_PATH,
100 self.assertEqual(args.config, DEFAULT_CONFIG_PATH)
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/core/
H A Dsettings.h72 #define DEFAULT_CONFIG_PATH "~/.libqtelegram" macro
107 …bool loadSettings(const QString &phoneNumber, const QString &configPath = DEFAULT_CONFIG_PATH, con…
/dports/security/py-ospd/ospd-21.4.4/ospd/
H A Dparser.py33 DEFAULT_CONFIG_PATH = "~/.config/ospd.conf" variable
64 default=DEFAULT_CONFIG_PATH,
/dports/games/angband/Angband-4.2.2/src/tests/
H A Dtest-utils.c32 my_strcpy(configpath, DEFAULT_CONFIG_PATH, sizeof(configpath)); in set_file_paths()
/dports/www/radicale/Radicale-3.0.6/radicale/
H A D__init__.py53 config.DEFAULT_CONFIG_PATH,
H A D__main__.py121 config.DEFAULT_CONFIG_PATH,
/dports/security/py-gvm-tools/gvm-tools-21.10.0/gvmtools/
H A Dparser.py43 DEFAULT_CONFIG_PATH = '~/.config/gvm-tools.conf' variable
66 default=DEFAULT_CONFIG_PATH,
/dports/net/py-sbws/sbws-25aa5b232ca26729e1bf30a7c5a54fd22f5c3eeb/sbws/
H A Dglobals.py69 DEFAULT_CONFIG_PATH = os.path.join(PKG_DIR, "config.default.ini") variable
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/base/
H A Dconfig.py149 DEFAULT_CONFIG_PATH = os.path.join( variable
165 search_path = [".", DEFAULT_CONFIG_PATH]
541 cf, search_path=config_paths + [DEFAULT_CONFIG_PATH]
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/base/
H A Dconfig.py149 DEFAULT_CONFIG_PATH = os.path.join( variable
165 search_path = [".", DEFAULT_CONFIG_PATH]
541 cf, search_path=config_paths + [DEFAULT_CONFIG_PATH]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/base/
H A Dconfig.py140 DEFAULT_CONFIG_PATH = os.path.join( variable
156 search_path = ['.', DEFAULT_CONFIG_PATH]
468 search_path=config_paths + [DEFAULT_CONFIG_PATH]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/base/
H A Dconfig.py149 DEFAULT_CONFIG_PATH = os.path.join( variable
165 search_path = [".", DEFAULT_CONFIG_PATH]
541 cf, search_path=config_paths + [DEFAULT_CONFIG_PATH]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/base/
H A Dconfig.py150 DEFAULT_CONFIG_PATH = os.path.join( variable
166 search_path = ['.', DEFAULT_CONFIG_PATH]
509 search_path=config_paths + [DEFAULT_CONFIG_PATH]
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Ddata_sources.py41 DEFAULT_CONFIG_PATH = 'config/data_sources.cfg' variable
52 def __init__(self, config_path=DEFAULT_CONFIG_PATH, status_callback=None):
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py27 BaseConfig, parse_config_file, DEFAULT_CONFIG_PATH,
316 search_path=config_paths + [DEFAULT_CONFIG_PATH])
326 search_path=config_paths + [DEFAULT_CONFIG_PATH])
466 config_paths = extra_config_paths + [DEFAULT_CONFIG_PATH]
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py25 from mozharness.base.config import DEFAULT_CONFIG_PATH, BaseConfig, parse_config_file
252 pool_cfg_file, search_path=config_paths + [DEFAULT_CONFIG_PATH]
416 config_paths = extra_config_paths + [DEFAULT_CONFIG_PATH]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py24 from mozharness.base.config import (DEFAULT_CONFIG_PATH, BaseConfig,
246 search_path=config_paths + [DEFAULT_CONFIG_PATH])
395 config_paths = extra_config_paths + [DEFAULT_CONFIG_PATH]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py25 from mozharness.base.config import DEFAULT_CONFIG_PATH, BaseConfig, parse_config_file
252 pool_cfg_file, search_path=config_paths + [DEFAULT_CONFIG_PATH]
407 config_paths = extra_config_paths + [DEFAULT_CONFIG_PATH]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/mozilla/building/
H A Dbuildbase.py25 from mozharness.base.config import DEFAULT_CONFIG_PATH, BaseConfig, parse_config_file
252 pool_cfg_file, search_path=config_paths + [DEFAULT_CONFIG_PATH]
407 config_paths = extra_config_paths + [DEFAULT_CONFIG_PATH]

12