Home
last modified time | relevance | path

Searched refs:p_uri (Results 76 – 100 of 122) sorted by relevance

12345

/dports/devel/godot-tools/godot-3.2.3-stable/platform/iphone/
H A Dapp_delegate.mm49 Error _shell_open(String p_uri) {
50 NSString *url = [[NSString alloc] initWithUTF8String:p_uri.utf8().get_data()];
57 printf("opening url %ls\n", p_uri.c_str());
/dports/devel/godot/godot-3.2.3-stable/platform/iphone/
H A Dapp_delegate.mm49 Error _shell_open(String p_uri) {
50 NSString *url = [[NSString alloc] initWithUTF8String:p_uri.utf8().get_data()];
57 printf("opening url %ls\n", p_uri.c_str());
/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Dos.cpp315 Error OS::shell_open(String p_uri) { in shell_open() argument
H A Dos.h210 virtual Error shell_open(String p_uri);
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Dos.cpp315 Error OS::shell_open(String p_uri) { in shell_open() argument
H A Dos.h210 virtual Error shell_open(String p_uri);
/dports/devel/godot/godot-3.2.3-stable/editor/collada/
H A Dcollada.cpp69 static String _uri_to_id(const String &p_uri) { in _uri_to_id() argument
71 if (p_uri.begins_with("#")) in _uri_to_id()
72 return p_uri.substr(1, p_uri.size() - 1); in _uri_to_id()
74 return p_uri; in _uri_to_id()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/collada/
H A Dcollada.cpp69 static String _uri_to_id(const String &p_uri) { in _uri_to_id() argument
71 if (p_uri.begins_with("#")) in _uri_to_id()
72 return p_uri.substr(1, p_uri.size() - 1); in _uri_to_id()
74 return p_uri; in _uri_to_id()
/dports/devel/godot2/godot-2.1.6-stable/editor/collada/
H A Dcollada.cpp69 static String _uri_to_id(const String &p_uri) { in _uri_to_id() argument
71 if (p_uri.begins_with("#")) in _uri_to_id()
72 return p_uri.substr(1, p_uri.size() - 1); in _uri_to_id()
74 return p_uri; in _uri_to_id()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/collada/
H A Dcollada.cpp69 static String _uri_to_id(const String &p_uri) { in _uri_to_id() argument
71 if (p_uri.begins_with("#")) in _uri_to_id()
72 return p_uri.substr(1, p_uri.size() - 1); in _uri_to_id()
74 return p_uri; in _uri_to_id()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/windows/
H A Dos_windows.h545 virtual Error shell_open(String p_uri);
/dports/devel/godot/godot-3.2.3-stable/platform/windows/
H A Dos_windows.h545 virtual Error shell_open(String p_uri);
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/sratom-0.6.0/src/
H A Dsratom.c545 const char* p_uri = (const char*)sord_node_get_string(p); in read_resource() local
546 uint32_t p_urid = map->map(map->handle, p_uri); in read_resource()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/src/
H A Dsratom.c540 const char* p_uri = (const char*)sord_node_get_string(p); in read_resource() local
541 uint32_t p_urid = map->map(map->handle, p_uri); in read_resource()
/dports/audio/sratom/sratom-0.6.8/src/
H A Dsratom.c595 const char* p_uri = (const char*)sord_node_get_string(p); in read_resource() local
596 uint32_t p_urid = map->map(map->handle, p_uri); in read_resource()
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Dos.cpp375 Error OS::shell_open(String p_uri) { in shell_open() argument
H A Dos.h280 virtual Error shell_open(String p_uri);
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Dos.cpp375 Error OS::shell_open(String p_uri) { in shell_open() argument
H A Dos.h280 virtual Error shell_open(String p_uri);
/dports/devel/godot2-tools/godot-2.1.6-stable/core/bind/
H A Dcore_bind.h182 Error shell_open(String p_uri);
/dports/devel/godot2/godot-2.1.6-stable/core/bind/
H A Dcore_bind.h182 Error shell_open(String p_uri);
/dports/devel/godot-tools/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.cpp1338 Error OS_JavaScript::shell_open(String p_uri) { in shell_open() argument
1344 }, p_uri.utf8().get_data()); in shell_open()
/dports/devel/godot/godot-3.2.3-stable/platform/javascript/
H A Dos_javascript.cpp1338 Error OS_JavaScript::shell_open(String p_uri) { in shell_open() argument
1344 }, p_uri.utf8().get_data()); in shell_open()
/dports/devel/godot-tools/godot-3.2.3-stable/platform/uwp/
H A Dos_uwp.cpp780 Error OS_UWP::shell_open(String p_uri) { in shell_open() argument
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/winrt/
H A Dos_winrt.cpp821 Error OSWinrt::shell_open(String p_uri) { in shell_open() argument

12345