/dports/games/flare-engine/flare-engine-1.12/src/ |
H A D | PlatformWin32.cpp | 55 settings->path_conf = settings->path_user = std::string(getenv("APPDATA")) + "\\flare"; in setPaths() 56 Filesystem::createDir(settings->path_conf); in setPaths() 59 settings->path_conf += "\\config"; in setPaths() 61 Filesystem::createDir(settings->path_conf); in setPaths() 65 settings->path_conf = "config"; in setPaths() 67 Filesystem::createDir(settings->path_conf); in setPaths() 81 settings->path_conf = settings->path_conf + "/"; in setPaths()
|
H A D | PlatformLinux.cpp | 66 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths() 70 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths() 71 Filesystem::createDir(settings->path_conf); in setPaths() 72 settings->path_conf += "flare/"; in setPaths() 76 settings->path_conf = "./config/"; in setPaths() 79 Filesystem::createDir(settings->path_conf); in setPaths()
|
H A D | PlatformGCW0.cpp | 86 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths() 90 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths() 91 Filesystem::createDir(settings->path_conf); in setPaths() 92 settings->path_conf += "flare/"; in setPaths() 96 settings->path_conf = "./config/"; in setPaths() 99 Filesystem::createDir(settings->path_conf); in setPaths()
|
H A D | PlatformIPhoneOS.cpp | 102 settings->path_conf = std::string(getenv("XDG_CONFIG_HOME")) + "/flare/"; in setPaths() 106 settings->path_conf = std::string(getenv("HOME")) + "/.config/"; in setPaths() 107 Filesystem::createDir(settings->path_conf); in setPaths() 108 settings->path_conf += "flare/"; in setPaths() 112 settings->path_conf = "./config/"; in setPaths() 115 Filesystem::createDir(settings->path_conf); in setPaths()
|
H A D | PlatformAndroid.cpp | 143 settings->path_conf = std::string(SDL_AndroidGetInternalStoragePath()) + "/config"; in setPaths() 155 settings->path_conf = settings->path_user + "/config"; in setPaths() 172 settings->path_conf = settings->path_user + "/config"; in setPaths() 180 Filesystem::createDir(settings->path_conf); in setPaths() 184 settings->path_conf += "/"; in setPaths()
|
H A D | PlatformEmscripten.cpp | 75 settings->path_conf = "/flare_data/config/"; in setPaths() 76 Filesystem::createDir(settings->path_conf); in setPaths() 137 FILE *config_file = fopen(std::string(settings->path_conf + "settings.txt").c_str(),"r"); in FSCheckReady()
|
H A D | Settings.cpp | 47 : path_conf("") in Settings() 146 …if (infile.open(settings->path_conf + "settings.txt", !FileParser::MOD_FILE, FileParser::ERROR_NOR… in loadSettings() 179 outfile.open((settings->path_conf + "settings.txt").c_str(), std::ios::out); in saveSettings()
|
H A D | Settings.h | 127 std::string path_conf; // user-configurable settings files variable
|
H A D | ModManager.cpp | 174 std::string place1 = Filesystem::convertSlashes(settings->path_conf + "mods.txt"); in loadModList() 531 …outfile.open((Filesystem::convertSlashes(settings->path_conf + "mods.txt")).c_str(), std::ios::out… in saveMods() 556 std::string config_path = settings->path_conf + "mods.txt"; in resetModConfig()
|
H A D | Utils.cpp | 514 LOG_PATH = settings->path_conf + "/flare_log.txt"; in createLogFile() 770 std::string lock_file_path = Filesystem::convertSlashes(settings->path_conf + "flare_lock"); in lockFileRead() 795 std::string lock_file_path = settings->path_conf + "flare_lock"; in lockFileWrite()
|
H A D | InputState.cpp | 122 …if (infile.open(settings->path_conf + "keybindings.txt", !FileParser::MOD_FILE, FileParser::ERROR_… in loadKeyBindings() 286 out_path = settings->path_conf + "keybindings.txt"; in saveKeyBindings()
|
H A D | main.cpp | 93 Utils::logInfo("main: PATH_CONF = '%s'", settings->path_conf.c_str()); in init()
|
/dports/www/h2o-devel/h2o-dcc7134/t/ |
H A D | 50internal-redirect.t | 22 my $path_conf = << "EOT"; 25 doit($port1, $path_conf, $port2, $path_conf, sub {
|
/dports/deskutils/calcurse/calcurse-4.7.1/src/ |
H A D | dmon.c | 160 if (!io_file_exists(path_conf)) in dmon_start() 161 DMON_ABRT(_("Could not access \"%s\": %s\n"), path_conf, in dmon_start()
|
H A D | vars.c | 86 char *path_conf = NULL; variable
|
H A D | args.c | 527 if (io_file_exists(path_conf)) in parse_args() 903 io_check_file(path_conf); in parse_args() 924 io_check_file(path_conf); in parse_args()
|
H A D | config.c | 563 data_file = fopen(path_conf, "r"); in config_file_walk() 720 if (io_file_cp(tmppath, path_conf)) in config_save()
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_server/ |
H A D | mk_config.c | 275 static int mk_config_read_files(char *path_conf, char *file_conf, in mk_config_read_files() argument 284 if (!path_conf) { in mk_config_read_files() 292 server->path_conf_root = mk_string_dup(path_conf); in mk_config_read_files() 299 mk_string_build(&tmp, &len, "%s/%s", path_conf, file_conf); in mk_config_read_files() 459 mk_vhost_init(path_conf, server); in mk_config_read_files()
|
/dports/lang/spidermonkey78/firefox-78.9.0/tools/lint/clippy/ |
H A D | __init__.py | 176 path_conf = p 184 onlyIn = path_conf
|
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/clippy/ |
H A D | __init__.py | 219 path_conf = p 227 onlyIn = path_conf
|
/dports/www/firefox/firefox-99.0/tools/lint/clippy/ |
H A D | __init__.py | 221 path_conf = p 229 onlyIn = path_conf
|
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/clippy/ |
H A D | __init__.py | 219 path_conf = p 227 onlyIn = path_conf
|
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/ |
H A D | theme.c | 122 g_free(data->theme[slot].path_conf); in theme_del_entry() 203 data->theme[slot].path_conf = g_strconcat(path, "theme.conf", NULL); in theme_add_entry()
|
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/ |
H A D | colvar_methods.F | 4777 r(ii + 1) = path_conf(ii + 1, ik) 4778 r(ii + 2) = path_conf(ii + 2, ik) 4779 r(ii + 3) = path_conf(ii + 3, ik) 4902 r(ii + 1) = path_conf(ii + 1, ik) 4903 r(ii + 2) = path_conf(ii + 2, ik) 4904 r(ii + 3) = path_conf(ii + 3, ik) 5131 r(ii + 1) = path_conf(ii + 1, ik) 5132 r(ii + 2) = path_conf(ii + 2, ik) 5133 r(ii + 3) = path_conf(ii + 3, ik) 5244 r(ii + 1) = path_conf(ii + 1, ik) [all …]
|
/dports/science/cp2k-data/cp2k-7.1.0/src/ |
H A D | colvar_methods.F | 4777 r(ii + 1) = path_conf(ii + 1, ik) 4778 r(ii + 2) = path_conf(ii + 2, ik) 4779 r(ii + 3) = path_conf(ii + 3, ik) 4902 r(ii + 1) = path_conf(ii + 1, ik) 4903 r(ii + 2) = path_conf(ii + 2, ik) 4904 r(ii + 3) = path_conf(ii + 3, ik) 5131 r(ii + 1) = path_conf(ii + 1, ik) 5132 r(ii + 2) = path_conf(ii + 2, ik) 5133 r(ii + 3) = path_conf(ii + 3, ik) 5244 r(ii + 1) = path_conf(ii + 1, ik) [all …]
|