Home
last modified time | relevance | path

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

/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dstatcache.c48 char *translated_path, in stat_cache_add() argument
114 translated_path, in stat_cache_add()
141 (unsigned long)translated_path, in stat_cache_add()
144 translated_path)); in stat_cache_add()
181 char *translated_path; in stat_cache_lookup() local
275 if (!translated_path) { in stat_cache_lookup()
298 TALLOC_FREE(translated_path); in stat_cache_lookup()
309 memcpy(*pp_name, translated_path, in stat_cache_lookup()
322 translated_path, sp); in stat_cache_lookup()
325 translated_path, in stat_cache_lookup()
[all …]
H A Dproto.h1145 char *translated_path,
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DSystemInterface.cpp82 void SystemInterface::JoinPath(String& translated_path, const String& document_path, const String& … in JoinPath() argument
87 translated_path = path.Substring(1); in JoinPath()
97 translated_path = path; in JoinPath()
102 translated_path = document_path; in JoinPath()
103 translated_path = translated_path.Replace("\\", "/"); in JoinPath()
104 size_t file_start = translated_path.RFind("/"); in JoinPath()
106 translated_path.Resize(file_start + 1); in JoinPath()
108 translated_path.Clear(); in JoinPath()
111 URL url(translated_path.Replace(":", "|") + path.Replace("\\", "/")); in JoinPath()
112 translated_path = url.GetPathedFileName().Replace("|", ":"); in JoinPath()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Config/
H A DFormDisplay.php241 $translated_path = $this->_translatedPaths[$work_path];
253 $translated_path,
260 FormDisplayTemplate::addJsValidate($translated_path, $validators[$path], $js);
356 * @param string $translated_path work path changed so that it can be
370 $translated_path, $show_restore_default, $userprefs_allow, array &$js_default argument
439 && (mb_substr($translated_path, -9) === '-password'
440 || mb_substr($translated_path, -4) === 'pass'
441 || mb_substr($translated_path, -4) === 'Pass')
457 $js_line = '\'' . $translated_path . '\': ';
482 $translated_path, $name, $type, $value,
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Debugger/
H A DSystemInterface.cpp81 void SystemInterface::JoinPath(Core::String& translated_path, const Core::String& document_path, co… in JoinPath() argument
82 application_interface->JoinPath(translated_path, document_path, path); in JoinPath()
H A DSystemInterface.h74 …void JoinPath(Core::String& translated_path, const Core::String& document_path, const Core::String…
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scpui/
H A DRocketSystemInterface.cpp25 void RocketSystemInterface::JoinPath(Rocket::Core::String& translated_path, in JoinPath() argument
30 translated_path = path; in JoinPath()
H A DRocketSystemInterface.h48 void JoinPath(Rocket::Core::String& translated_path, const Rocket::Core::String& document_path,
/dports/graphics/darktable/darktable-3.6.1/src/gui/
H A Daccelerators.c164 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_global()
182 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_view()
197 dt_accel_path_iop_translated(accel->translated_path, sizeof(accel->translated_path), so, path); in dt_accel_register_iop()
220 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_lib_as_view()
253 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_lib_for_views()
323 snprintf(accel->translated_path, sizeof(accel->translated_path), "%s/%s ", accel_path_trans, in _accel_register_actions_iop()
358 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_lua()
377 g_strlcpy(accel->translated_path, accel_path, sizeof(accel->translated_path)); in dt_accel_register_manual()
H A Dpreferences.c108 … const gchar *translated_path, guint accel_key, GdkModifierType accel_mods);
1005 const char *translated_path = accel->translated_path; in tree_insert_accel() local
1011 translated_path += strlen("<Darktable>") + 1; in tree_insert_accel()
1018 tree_insert_rec(model, NULL, accel_path, translated_path, key.accel_key, key.accel_mods); in tree_insert_accel()
1022 … const gchar *translated_path, guint accel_key, GdkModifierType accel_mods) in tree_insert_rec() argument
1033 const gchar *trans_end = strchr(translated_path, '/'); in tree_insert_rec()
1036 gchar *translated_path_slashed = g_strdelimit(g_strdup(translated_path), "`", '/'); in tree_insert_rec()
1049 gchar *trans_node = g_strndup(translated_path, trans_end - translated_path); in tree_insert_rec()
1439 if(g_str_has_prefix(accel_conflict->translated_path, "<Darktable>/")) in tree_key_press()
1440 g_strlcpy(txt, accel_conflict->translated_path + 12, sizeof(txt)); in tree_key_press()
[all …]
H A Daccelerators.h31 gchar translated_path[256]; member
/dports/sysutils/py-supervisor/supervisor-4.2.1/supervisor/medusa/
H A Dfilesys.py108 translated_path = self.translate(p)
109 if not self.path_module.isdir (translated_path):
118 os.chdir (translated_path)
/dports/www/mod_php80/php-8.0.15/sapi/cli/
H A Dphp_cli.c613 char *script_file=NULL, *translated_path = NULL; in do_cli() local
892 translated_path = strdup(real_path); in do_cli()
910 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1113 if (translated_path) { in do_cli()
1114 free(translated_path); in do_cli()
/dports/lang/php74/php-7.4.27/sapi/cli/
H A Dphp_cli.c628 char *script_file=NULL, *translated_path = NULL; in do_cli() local
907 translated_path = strdup(real_path); in do_cli()
925 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1135 if (translated_path) { in do_cli()
1136 free(translated_path); in do_cli()
/dports/lang/php80/php-8.0.15/sapi/cli/
H A Dphp_cli.c613 char *script_file=NULL, *translated_path = NULL; in do_cli() local
892 translated_path = strdup(real_path); in do_cli()
910 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1113 if (translated_path) { in do_cli()
1114 free(translated_path); in do_cli()
/dports/www/mod_php74/php-7.4.27/sapi/cli/
H A Dphp_cli.c628 char *script_file=NULL, *translated_path = NULL; in do_cli() local
907 translated_path = strdup(real_path); in do_cli()
925 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1135 if (translated_path) { in do_cli()
1136 free(translated_path); in do_cli()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DSystemInterface.h74 virtual void JoinPath(String& translated_path, const String& document_path, const String& path);
/dports/www/mod_php81/php-8.1.1/sapi/cli/
H A Dphp_cli.c613 char *script_file=NULL, *translated_path = NULL; in do_cli() local
904 translated_path = strdup(real_path); in do_cli()
927 SG(request_info).path_translated = translated_path ? translated_path : php_self; in do_cli()
1137 if (translated_path) { in do_cli()
1138 free(translated_path); in do_cli()
/dports/lang/php73/php-7.3.33/sapi/cli/
H A Dphp_cli.c665 char *script_file=NULL, *translated_path = NULL; in do_cli() local
945 translated_path = strdup(real_path); in do_cli()
967 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1169 if (translated_path) { in do_cli()
1170 free(translated_path); in do_cli()
/dports/lang/php81/php-8.1.1/sapi/cli/
H A Dphp_cli.c613 char *script_file=NULL, *translated_path = NULL; in do_cli() local
904 translated_path = strdup(real_path); in do_cli()
927 SG(request_info).path_translated = translated_path ? translated_path : php_self; in do_cli()
1137 if (translated_path) { in do_cli()
1138 free(translated_path); in do_cli()
/dports/www/mod_php73/php-7.3.33/sapi/cli/
H A Dphp_cli.c665 char *script_file=NULL, *translated_path = NULL; in do_cli() local
945 translated_path = strdup(real_path); in do_cli()
967 SG(request_info).path_translated = translated_path? translated_path: (char*)file_handle.filename; in do_cli()
1169 if (translated_path) { in do_cli()
1170 free(translated_path); in do_cli()
/dports/devel/wxformbuilder/source/build/premake/4.3/src/actions/vstudio/
H A Dvs2010_vcxproxj.lua78 local translated_path = path.translate(current_file, '\\')
79 local ext = vs10_helpers.get_file_extension(translated_path)
83 table.insert(sorted_container[type],translated_path)
85 table.insert(sorted_container.None,translated_path)
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/foundry/
H A Dide-build-system.c327 g_autofree gchar *translated_path = NULL; in ide_build_system_translate() local
346 translated_path = g_file_get_path (translated); in ide_build_system_translate()
348 return g_strdup_printf ("%s%s", prefix, translated_path); in ide_build_system_translate()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/autotools/
H A Dide-makecache.c373 g_autofree gchar *translated_path = NULL; in ide_makecache_parse_c_cxx_include() local
416 translated_path = g_file_get_path (translated); in ide_makecache_parse_c_cxx_include()
418 if (translated_path != NULL) in ide_makecache_parse_c_cxx_include()
419 part2 = translated_path; in ide_makecache_parse_c_cxx_include()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dview.c1697 gchar **elems = g_strsplit(da->translated_path, "/", -1); in dt_view_accels_refresh()
1732 txt = da->translated_path + strlen(elems[0]) + strlen(elems[1]) + strlen(elems[2]) + 3; in dt_view_accels_refresh()
1734 txt = da->translated_path + strlen(elems[0]) + strlen(elems[1]) + 2; in dt_view_accels_refresh()