Home
last modified time | relevance | path

Searched refs:without_ext (Results 1 – 14 of 14) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/guile/
H A Dmeson.build39 without_ext = '' variable
42 without_ext += sp
44 without_ext += sp + '.'
47 new_file = without_ext.split (
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/user/scripting/api/
H A Dmeson.build14 without_ext = '' variable
17 without_ext += sp
19 without_ext += sp + '.'
22 base_file = ' '.join(without_ext.split (
/dports/lang/parrot/parrot-8.1.0/src/
H A Dlibrary.c625 STRING * const without_ext = Parrot_str_chopn(interp, test_path, 4); in try_bytecode_extensions() local
626 test_path = Parrot_str_concat(interp, without_ext, bytecode_extension); in try_bytecode_extensions()
633 STRING * const without_ext = Parrot_str_chopn(interp, test_path, 4); in try_bytecode_extensions() local
634 test_path = Parrot_str_concat(interp, without_ext, pir_extension); in try_bytecode_extensions()
639 test_path = Parrot_str_concat(interp, without_ext, pasm_extension); in try_bytecode_extensions()
651 STRING * const without_ext = Parrot_str_chopn(interp, test_path, 5); in try_bytecode_extensions() local
652 test_path = Parrot_str_concat(interp, without_ext, bytecode_extension); in try_bytecode_extensions()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dclip.c289 char * without_ext = in audio_clip_get_path_in_pool_from_name() local
293 "%s.%s", without_ext, in audio_clip_get_path_in_pool_from_name()
298 g_free (without_ext); in audio_clip_get_path_in_pool_from_name()
/dports/multimedia/elementary-videos/videos-2.7.3/src/Widgets/Player/
H A DPlayerPage.vala432 string without_ext;
437 without_ext = uri;
439 without_ext = uri.slice (0, last_dot);
443 string sub_uri = without_ext + "." + ext;
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD3Loader.cpp870 const std::string without_ext = convertedPath.substr(0,s); in InternReadFile() local
871 …taBlock >::const_iterator dit = std::find(shaders.blocks.begin(),shaders.blocks.end(),without_ext); in InternReadFile()
875 DefaultLogger::get()->info("Found shader record for " +without_ext ); in InternReadFile()
877 else DefaultLogger::get()->warn("Unable to find shader record for " +without_ext ); in InternReadFile()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD3/
H A DMD3Loader.cpp915 const std::string without_ext = convertedPath.substr(0,sh); in InternReadFile() local
916 …taBlock >::const_iterator dit = std::find(shaders.blocks.begin(),shaders.blocks.end(),without_ext); in InternReadFile()
920 ASSIMP_LOG_INFO("Found shader record for " +without_ext ); in InternReadFile()
922 ASSIMP_LOG_WARN("Unable to find shader record for " + without_ext); in InternReadFile()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD3Loader.cpp908 const std::string without_ext = convertedPath.substr(0,s); in InternReadFile() local
909 …taBlock >::const_iterator dit = std::find(shaders.blocks.begin(),shaders.blocks.end(),without_ext); in InternReadFile()
913 DefaultLogger::get()->info("Found shader record for " +without_ext ); in InternReadFile()
915 else DefaultLogger::get()->warn("Unable to find shader record for " +without_ext ); in InternReadFile()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD3/
H A DMD3Loader.cpp889 const std::string without_ext = convertedPath.substr(0, sh); in InternReadFile() local
890 …aBlock>::const_iterator dit = std::find(shaders.blocks.begin(), shaders.blocks.end(), without_ext); in InternReadFile()
894 ASSIMP_LOG_INFO("Found shader record for ", without_ext); in InternReadFile()
896 ASSIMP_LOG_WARN("Unable to find shader record for ", without_ext); in InternReadFile()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMD3Loader.cpp916 const std::string without_ext = convertedPath.substr(0,s); in InternReadFile() local
917 …taBlock >::const_iterator dit = std::find(shaders.blocks.begin(),shaders.blocks.end(),without_ext); in InternReadFile()
921 DefaultLogger::get()->info("Found shader record for " +without_ext ); in InternReadFile()
923 else DefaultLogger::get()->warn("Unable to find shader record for " +without_ext ); in InternReadFile()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMD3Loader.cpp916 const std::string without_ext = convertedPath.substr(0,s); in InternReadFile() local
917 …taBlock >::const_iterator dit = std::find(shaders.blocks.begin(),shaders.blocks.end(),without_ext); in InternReadFile()
921 DefaultLogger::get()->info("Found shader record for " +without_ext ); in InternReadFile()
923 else DefaultLogger::get()->warn("Unable to find shader record for " +without_ext ); in InternReadFile()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dnode_wrangler.py3636 without_ext = '.'.join(filename.split('.')[:-1])
3639 if not without_ext[-1].isdigit():
3645 reverse = without_ext[::-1] # reverse string
3654 without_num = without_ext[:count_numbers*-1]
3679 img = bpy.data.images.load(directory+(without_ext+'.'+extension))
/dports/lang/zig-devel/zig-0.9.0/src/link/
H A DMachO.zig1320 const without_ext = if (has_ext) blk: {
1326 const with_ext = try std.fmt.allocPrint(arena, "{s}{s}", .{ without_ext, ext });
/dports/lang/zig/zig-0.9.0/src/link/
H A DMachO.zig1320 const without_ext = if (has_ext) blk: {
1326 const with_ext = try std.fmt.allocPrint(arena, "{s}{s}", .{ without_ext, ext });