Home
last modified time | relevance | path

Searched defs:Url (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/url/src/
Dquirks.rs85 pub fn set_href(url: &mut Url, value: &str) -> Result<(), ParseError> { in set_href()
103 pub fn set_protocol(url: &mut Url, mut new_protocol: &str) -> Result<(), ()> { in set_protocol()
120 pub fn set_username(url: &mut Url, new_username: &str) -> Result<(), ()> { in set_username()
132 pub fn set_password(url: &mut Url, new_password: &str) -> Result<(), ()> { in set_password()
148 pub fn set_host(url: &mut Url, new_host: &str) -> Result<(), ()> { in set_host()
201 pub fn set_hostname(url: &mut Url, new_hostname: &str) -> Result<(), ()> { in set_hostname()
243 pub fn set_port(url: &mut Url, new_port: &str) -> Result<(), ()> { in set_port()
272 pub fn set_pathname(url: &mut Url, new_pathname: &str) { in set_pathname()
295 pub fn set_search(url: &mut Url, new_search: &str) { in set_search()
309 pub fn set_hash(url: &mut Url, new_hash: &str) { in set_hash()
Dslicing.rs12 impl Index<RangeFull> for Url { implementation
19 impl Index<RangeFrom<Position>> for Url { implementation
26 impl Index<RangeTo<Position>> for Url { implementation
33 impl Index<Range<Position>> for Url { implementation
100 impl Url { impl
Dlib.rs170 pub struct Url { struct
197 base_url: Option<&'a Url>, argument
244 pub fn parse(self, input: &str) -> Result<Url, crate::ParseError> { in parse()
256 impl Url { implementation
279 pub fn parse(input: &str) -> Result<Url, crate::ParseError> { in parse()
309 pub fn parse_with_params<I, K, V>(input: &str, iter: I) -> Result<Url, crate::ParseError> in parse_with_params()
360 pub fn join(&self, input: &str) -> Result<Url, crate::ParseError> { in join()
2322 pub fn from_file_path<P: AsRef<Path>>(path: P) -> Result<Url, ()> { in from_file_path()
2359 pub fn from_directory_path<P: AsRef<Path>>(path: P) -> Result<Url, ()> { in from_directory_path()
2382 let Url { in serialize_internal() localVariable
[all …]
Dparser.rs362 pub fn parse_url(mut self, input: &str) -> ParseResult<Url> { in parse_url()
413 fn parse_with_scheme(mut self, input: Input<'_>) -> ParseResult<Url> { in parse_with_scheme()
464 ) -> ParseResult<Url> { in parse_non_special()
500 base_file_url: Option<&Url>, in parse_file()
501 ) -> ParseResult<Url> { in parse_file()
711 base_url: &Url, in parse_relative()
712 ) -> ParseResult<Url> { in parse_relative()
833 ) -> ParseResult<Url> { in after_double_slash()
1359 ) -> ParseResult<Url> { in with_query_and_fragment()
1443 fn fragment_only(mut self, base_url: &Url, mut input: Input<'_>) -> ParseResult<Url> { in fragment_only()
/external/rust/crates/rusqlite/src/types/
Durl.rs7 impl ToSql for Url { implementation
15 impl FromSql for Url { implementation
39 fn get_url(db: &Connection, id: i64) -> Result<Url> { in get_url()
/external/openscreen/util/
Durl.cc16 Url::Url(const std::string& source) { in Url() function in openscreen::Url
79 Url::Url(Url&& other) noexcept in Url() function in openscreen::Url
/external/openthread/src/lib/url/
Durl.hpp49 namespace Url { namespace
55 class Url : public otUrl class
Durl.cpp38 namespace Url { namespace
/external/rust/crates/url/tests/
Ddata.rs164 fn check_invariants(url: &Url, name: &str, comment: Option<&str>) -> bool { in check_invariants()
214 fn get<'a>(url: &'a Url, attr: &str) -> &'a str { in get()
231 fn set<'a>(url: &'a mut Url, attr: &str, new: &str) { in set()
Dunit.rs209 fn check_eq(a: &Url, b: &Url) { in test_equality()
219 fn url(s: &str) -> Url { in test_equality()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DRequiresUnreferencedCodeAttribute.cs69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DRequiresUnreferencedCodeAttribute.cs69 public string Url { get; set; } property in System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
/external/cronet/testing/libfuzzer/proto/
Durl.proto25 message Url { message
/external/rust/crates/clap/src/builder/
Dvalue_hint.rs64 Url, enumerator
/external/rust/crates/clap/3.2.23/src/builder/
Dvalue_hint.rs64 Url, enumerator
/external/libtextclassifier/native/annotator/
Dcollections.h137 static const std::string& Url() { in Url() function
/external/crosvm/system_api/src/protos/
Dfido.rs27 pub struct Url { struct
35 impl<'a> ::std::default::Default for &'a Url { argument
41 impl Url { implementation
73 impl ::protobuf::Message for Url { implementation
149 impl ::protobuf::Clear for Url { implementation
156 impl ::protobuf::reflect::ProtobufValue for Url { implementation
1055 pub fn get_icon(&self) -> &Url { in get_icon()
1067 pub fn set_icon(&mut self, v: Url) { in set_icon()
1073 pub fn mut_icon(&mut self) -> &mut Url { in mut_icon()
1081 pub fn take_icon(&mut self) -> Url { in take_icon()
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpeople.v1.json3214 "Url": { object