Home
last modified time | relevance | path

Searched defs:uri_parts (Results 1 – 19 of 19) sorted by relevance

/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/uri/detail/
H A Duri_parts.hpp58 struct uri_parts { struct
59 iterator_range<FwdIter> scheme;
60 hierarchical_part<FwdIter> hier_part;
61 optional<iterator_range<FwdIter> > query;
62 optional<iterator_range<FwdIter> > fragment;
64 FwdIter begin() const { return std::begin(scheme); } in begin()
66 FwdIter end() const { return std::end(fragment); } in end()
68 void update() { in update()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/
H A DUrl.php350 protected static function fromEntityUri(array $uri_parts, array $options, $uri) {
400 protected static function fromInternalUri(array $uri_parts, array $options) {
449 protected static function fromRouteUri(array $uri_parts, array $options, $uri) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/
H A DUrl.php351 protected static function fromEntityUri(array $uri_parts, array $options, $uri) {
401 protected static function fromInternalUri(array $uri_parts, array $options) {
450 protected static function fromRouteUri(array $uri_parts, array $options, $uri) {
/dports/multimedia/librespot/librespot-0.1.3/examples/
H A Dplaylist_tracks.rs27 let uri_parts: Vec<&str> = uri_split.collect(); in main() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-0.1.1/examples/
H A Dplaylist_tracks.rs27 let uri_parts: Vec<&str> = uri_split.collect(); in main() localVariable
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/classes/
H A Dclass.Rewrite.php62 private $uri_parts = array(); variable in Rewrite
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-tools/src/main/python/opengrok_tools/utils/
H A Dwebutil.py71 def get_uri(*uri_parts):
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_io.h79 struct VC_URI_PARTS_T *uri_parts; member
/dports/devel/grpc134/grpc-1.34.1/test/core/end2end/
H A Ddualstack_socket_test.cc129 std::vector<absl::string_view> uri_parts = in test_connect() local
/dports/devel/grpc/grpc-1.42.0/test/core/end2end/
H A Ddualstack_socket_test.cc129 std::vector<absl::string_view> uri_parts = in test_connect() local
/dports/devel/grpc130/grpc-1.30.2/test/core/end2end/
H A Ddualstack_socket_test.cc130 std::vector<absl::string_view> uri_parts = in test_connect() local
/dports/www/janus/janus-gateway-0.11.6/
H A Dturnrest.c259 gchar **uri_parts = g_strsplit(turn_uri, ":", -1); in janus_turnrest_request() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/end2end/
H A Ddualstack_socket_test.cc128 grpc_slice_buffer uri_parts; in test_connect() local
/dports/multimedia/librespot/librespot-0.1.3/metadata/src/
H A Dlib.rs313 let uri_parts: Vec<&str> = uri_split.collect(); in parse() localVariable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-metadata-0.1.2/src/
H A Dlib.rs313 let uri_parts: Vec<&str> = uri_split.collect(); in parse() localVariable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-metadata-0.3.1/src/
H A Dlib.rs296 let uri_parts: Vec<&str> = uri_split.collect(); in parse() localVariable
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-metadata-0.1.1/src/
H A Dlib.rs310 let uri_parts: Vec<&str> = uri_split.collect(); in parse() localVariable
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-buddy.c1191 gchar **uri_parts = g_strsplit(sip_uri, ":", 2); in search_ab_entry_response() local
1282 gchar **uri_parts = g_strsplit(sipe_xml_attribute(mrow, "uri"), ":", 2); in process_search_contact_response() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dmessage_handler.cpp2589 list<CTempString> uri_parts; in x_ReadCommand() local