Home
last modified time | relevance | path

Searched refs:res_path (Results 1 – 25 of 150) sorted by relevance

123456

/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dsfx.cpp65 std::string res_path(res_factory->get_resource_path()); in load_samples() local
67 res_path+= "/sfx/"; in load_samples()
71 m_samples[SFX_EMERALD_EAT]=new Sample(Mix_LoadWAV((res_path+"emerald_eat.wav").c_str())); in load_samples()
75 m_samples[SFX_GAME_GAMEOVER]=new Sample(Mix_LoadWAV((res_path+"gameover.wav").c_str())); in load_samples()
77 m_samples[SFX_DOOR_PASS]=new Sample(Mix_LoadWAV((res_path+"door_pass.wav").c_str())); in load_samples()
79 m_samples[SFX_EMERALD_FALL]=new Sample(Mix_LoadWAV((res_path+"gem_fall.wav").c_str())); in load_samples()
81 m_samples[SFX_SAPPHIRE_FALL]=new Sample(Mix_LoadWAV((res_path+"gem_fall.wav").c_str())); in load_samples()
83 m_samples[SFX_GRASS_EAT]=new Sample(Mix_LoadWAV((res_path+"grass_eat.wav").c_str())); in load_samples()
85 m_samples[SFX_KEY_EAT]=new Sample(Mix_LoadWAV((res_path+"key_eat.wav").c_str())); in load_samples()
91 m_samples[SFX_WOOD_SMASH]=new Sample(Mix_LoadWAV((res_path+"wood_smash.wav").c_str())); in load_samples()
[all …]
H A Dmusic_manager.cpp40 std::string res_path(res_factory->get_resource_path()); in load_musics() local
42 res_path+= "/sfx/"; in load_musics()
45 m_musics[MUS_MENU]=Mix_LoadMUS((res_path+"epiphany_menu.ogg").c_str()); in load_musics()
47 m_musics[MUS_CREDITS]=Mix_LoadMUS((res_path+"epiphany_credits.ogg").c_str()); in load_musics()
49 m_musics[MUS_GAME]=Mix_LoadMUS((res_path+"epiphany_game.ogg").c_str()); in load_musics()
51 m_musics[MUS_READY]=Mix_LoadMUS((res_path+"epiphany_ready.ogg").c_str()); in load_musics()
/dports/textproc/py-ttp/ttp-0.8.1/ttp/group/
H A Ditemize.py4 res_path = _ttp_["results_object"].record["PATH"]
6 if res_path[-1].endswith("**") or not res_path[-1].endswith("*"):
7 res_path[-1] = "{}*".format(res_path[-1].rstrip("*"))
8 _ttp_["results_object"].record["PATH"] = res_path
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_dirs.c106 gchar *res_path = gtkosx_application_get_resource_path (); in gsb_dirs_init() local
108 categories_dir = g_build_filename (res_path, "share/grisbi/categories", NULL); in gsb_dirs_init()
109 help_dir = g_build_filename (res_path, "share/doc/grisbi", NULL); in gsb_dirs_init()
110 locale_dir = g_build_filename (res_path, "/share/locale", NULL); in gsb_dirs_init()
111 pixmaps_dir = g_build_filename (res_path, "/share/pixmaps/grisbi", NULL); in gsb_dirs_init()
112 themes_dir = g_build_filename (res_path, "/share/themes", NULL); in gsb_dirs_init()
113 ui_dir = g_build_filename (res_path, "/share/grisbi/ui", NULL); in gsb_dirs_init()
115 g_free (res_path); in gsb_dirs_init()
/dports/games/taisei/taisei-1.3.2/src/vfs/
H A Dsetup.h20 const char* res_path; member
29 assume(paths->res_path != NULL); in vfs_setup_fixedpaths_onsync()
33 log_info("Resource path: %s", paths->res_path); in vfs_setup_fixedpaths_onsync()
39 if(!vfs_mount_syspath("/res-dir", paths->res_path, VFS_SYSPATH_MOUNT_READONLY)) { in vfs_setup_fixedpaths_onsync()
40 log_fatal("Failed to mount '%s': %s", paths->res_path, vfs_get_error()); in vfs_setup_fixedpaths_onsync()
H A Dsetup_switch.c18 char *res_path = strfmt("%s/%s", program_dir, TAISEI_BUILDCONF_DATA_PATH); in vfs_setup_onsync() local
23 .res_path = res_path, in vfs_setup_onsync()
30 free(res_path); in vfs_setup_onsync()
H A Dsetup_generic.c21 const char *res_path = env_get_string_nonempty("TAISEI_RES_PATH", vfs_platformpath_resroot()); in vfs_setup() local
35 log_info("Resource path: %s", res_path ? res_path : "(NONE)"); in vfs_setup()
51 { "resdirs", res_path, true, true, VFS_SYSPATH_MOUNT_READONLY }, in vfs_setup()
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/src/
H A Dpath_resolver.c306 char* res_path; in uvwasi__resolve_path_to_host() local
334 res_path = *resolved_path; in uvwasi__resolve_path_to_host()
336 memcpy(res_path, fd->real_path, real_path_len); in uvwasi__resolve_path_to_host()
337 res_path += real_path_len; in uvwasi__resolve_path_to_host()
342 *res_path = '/'; in uvwasi__resolve_path_to_host()
343 res_path++; in uvwasi__resolve_path_to_host()
347 res_path += stripped_len; in uvwasi__resolve_path_to_host()
350 *res_path = '\0'; in uvwasi__resolve_path_to_host()
354 res_path = *resolved_path; in uvwasi__resolve_path_to_host()
356 if (res_path[i] == '/') in uvwasi__resolve_path_to_host()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/
H A Dtranslatepaths.sci14 function transorder = translatepaths(Paths, res_path)
32 res_path = "."
49 res_path = getshortpathname(pathconvert(stripblanks(res_path)));
116 scipath=res_path+fnam+".sci"
117 scepath=res_path+fnam+".sce"
171 mputl(logtxt,res_path+"log");
175 mputl(resumelogtxt,res_path+"resumelog");
184 if or(res_path==["./" ".\"]) then
185 res_path = pathconvert(pwd());
193 builderfile = res_path+"builder.sce"
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbiexec.cpp170 string res_path; in Run() local
171 res_path = CExec::ResolvePath(app_c); in Run()
172 LOG_POST("Resolve path: " << app_c << " -> " << res_path); in Run()
173 assert( !res_path.empty() ); in Run()
174 res_path = CExec::ResolvePath(app_p); in Run()
175 LOG_POST("Resolve path: " << app_p << " -> " << res_path); in Run()
176 assert( !res_path.empty() ); in Run()
178 res_path = CExec::ResolvePath("winver.exe"); in Run()
179 LOG_POST("Resolve path: " << "winver.exe" << " -> " << res_path); in Run()
180 assert( !res_path.empty() ); in Run()
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dwd.c62 char res_path[ICMAP_KEYNAME_MAXLEN]; member
231 …if ((snprintf(key_name, ICMAP_KEYNAME_MAXLEN, "%s%s", ref->res_path, "state") >= ICMAP_KEYNAME_MAX… in wd_resource_state_is_ok()
283 (icmap_get_uint64(ref->res_path, &tmp_value) == CS_OK)) { in wd_config_changed()
311 …if ((snprintf(key_name, ICMAP_KEYNAME_MAXLEN, "%s%s", ref->res_path, "state") >= ICMAP_KEYNAME_MAX… in wd_config_changed()
421 static int32_t wd_resource_create (char *res_path, char *res_name) in wd_resource_create() argument
428 strcpy(ref->res_path, res_path); in wd_resource_create()
441 snprintf(key_name, ICMAP_KEYNAME_MAXLEN, "%s%s", res_path, "poll_period"); in wd_resource_create()
454 icmap_track_add(res_path, in wd_resource_create()
459 snprintf(key_name, ICMAP_KEYNAME_MAXLEN, "%s%s", res_path, "recovery"); in wd_resource_create()
467 snprintf(key_name, ICMAP_KEYNAME_MAXLEN, "%s%s", res_path, "state"); in wd_resource_create()
[all …]
/dports/x11/wl-clipboard/wl-clipboard-2.1.0/src/util/
H A Dfiles.c221 char *res_path = malloc(strlen(dirpath) + 1 + strlen(name) + 1); in dump_stdin_into_a_temp_file() local
222 memcpy(res_path, dirpath, sizeof(dirpath)); in dump_stdin_into_a_temp_file()
223 res_path[sizeof(dirpath) - 1] = '/'; in dump_stdin_into_a_temp_file()
224 strcpy(res_path + sizeof(dirpath), name); in dump_stdin_into_a_temp_file()
233 int fd = creat(res_path, S_IRUSR | S_IWUSR); in dump_stdin_into_a_temp_file()
253 return res_path; in dump_stdin_into_a_temp_file()
/dports/games/tads/tads-3.0.8/tads3/
H A Dgameinfl.cpp72 char res_path[OSFNMAX]; in init() local
85 os_get_special_path(res_path, sizeof(res_path), argv0, OS_GSP_T3_RES); in init()
86 res_loader = new CResLoader(res_path); in init()
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/
H A Dhtml_resource_copy.R15 res_path <- file.path(output_dir, res_src) functionVar
16 if (identical(tolower(tools::file_ext(res_path)), "css") &&
17 file.exists(res_path)) {
18 css_content <- paste(readLines(res_path), collapse = "\n")
21 writeLines(css_content, res_path)
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/
H A Dhtml_resource_copy.R15 res_path <- file.path(output_dir, res_src) functionVar
16 if (identical(tolower(xfun::file_ext(res_path)), "css") &&
17 file.exists(res_path)) {
19 file_string(res_path), lib_dir, lib_dir, call_css_resource_attrs
21 write_utf8(css_content, res_path)
/dports/textproc/p5-DocSet/DocSet-0.19/lib/DocSet/Doc/
H A DCommon.pm113 my $res_path = $doc_obj->transform_src_doc($path);
114 unless ($res_path) {
122 $res_path =~ s/\.[^.]+$/.html/;
124 return $res_path;
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dx2goutils.cpp41 QString fixup_resource_URIs (const QString &res_path) { in fixup_resource_URIs() argument
42 QString ret (res_path); in fixup_resource_URIs()
44 if (!(res_path.isEmpty ())) { in fixup_resource_URIs()
53 QString wrap_legacy_resource_URIs (const QString &res_path) { in wrap_legacy_resource_URIs() argument
54 QString ret (res_path); in wrap_legacy_resource_URIs()
61 if ((!(res_path.isEmpty ())) && (res_path.startsWith (':'))) { in wrap_legacy_resource_URIs()
/dports/devel/py-game/pygame-2.1.0/src_py/__pyinstaller/
H A Dhook-pygame.py23 res_path = os.path.join(pygame_folder, file_path)
24 if os.path.exists(res_path):
25 datas.append((res_path, "pygame"))
/dports/graphics/darktable/darktable-3.6.1/src/osx/
H A Dosx.mm190 char* res_path = dt_osx_get_bundle_res_path();
191 if(res_path)
193 g_setenv("GTK_DATA_PREFIX", res_path, TRUE);
194 g_setenv("GTK_EXE_PREFIX", res_path, TRUE);
195 g_setenv("GTK_PATH", res_path, TRUE);
197 gchar* etc_path = g_build_filename(res_path, "etc", NULL);
212 gchar* share_path = g_build_filename(res_path, "share", NULL);
222 gchar* lib_path = g_build_filename(res_path, "lib", NULL);
240 g_free(res_path);
/dports/graphics/darktable38/darktable-3.8.0/src/osx/
H A Dosx.mm190 char* res_path = dt_osx_get_bundle_res_path();
191 if(res_path)
193 g_setenv("GTK_DATA_PREFIX", res_path, TRUE);
194 g_setenv("GTK_EXE_PREFIX", res_path, TRUE);
195 g_setenv("GTK_PATH", res_path, TRUE);
197 gchar* etc_path = g_build_filename(res_path, "etc", NULL);
212 gchar* share_path = g_build_filename(res_path, "share", NULL);
222 gchar* lib_path = g_build_filename(res_path, "lib", NULL);
240 g_free(res_path);
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/external/test/
H A Dtest.sh76 res_path="$2";
78 if [ ! -d "$res_path" ] ; then
93 export RESULT="$res_path/$CUR_TEST"
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/external/test/
H A Dtest.sh76 res_path="$2";
78 if [ ! -d "$res_path" ] ; then
93 export RESULT="$res_path/$CUR_TEST"
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/external/test/
H A Dtest.sh76 res_path="$2";
78 if [ ! -d "$res_path" ] ; then
93 export RESULT="$res_path/$CUR_TEST"
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/external/test/
H A Dtest.sh76 res_path="$2";
78 if [ ! -d "$res_path" ] ; then
93 export RESULT="$res_path/$CUR_TEST"
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/external/test/
H A Dtest.sh76 res_path="$2";
78 if [ ! -d "$res_path" ] ; then
93 export RESULT="$res_path/$CUR_TEST"

123456