Home
last modified time | relevance | path

Searched defs:LanguageTag (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { implementation
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/language-tags/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/net/proby/proby-1.0.2/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/www/websocat/websocat-1.9.0/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { argument
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/language-tags-0.2.2/src/
H A Dlib.rs221 pub struct LanguageTag { struct
224 pub language: Option<String>,
229 pub extlangs: Vec<String>,
256 impl LanguageTag { implementation
322 pub fn canonicalize(&self) -> LanguageTag { in canonicalize()
363 impl PartialEq for LanguageTag { implementation
389 fn parse_language_tag(langtag: &mut LanguageTag, t: &str) -> Result<u8> { in parse_language_tag()
447 impl std::str::FromStr for LanguageTag { implementation
476 impl fmt::Display for LanguageTag { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/language-tags/src/
H A Dlib.rs81 pub struct LanguageTag { struct
92 impl LanguageTag { argument
485 pub fn canonicalize(&self) -> Result<LanguageTag, ValidationError> { in canonicalize()
667 impl FromStr for LanguageTag { implementation
676 impl fmt::Display for LanguageTag { implementation
684 fn tag_from_primary_language(tag: impl Into<String>) -> LanguageTag { in tag_from_primary_language()
699 fn parse_language_tag(input: &str) -> Result<LanguageTag, ParseError> { in parse_language_tag()
H A Dserde.rs6 impl Serialize for LanguageTag { implementation
32 impl<'de> Deserialize<'de> for LanguageTag { implementation
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/language-tags-0.3.2/src/
H A Dlib.rs81 pub struct LanguageTag { struct
92 impl LanguageTag { impl
485 pub fn canonicalize(&self) -> Result<LanguageTag, ValidationError> { in canonicalize()
667 impl FromStr for LanguageTag { implementation
676 impl fmt::Display for LanguageTag { implementation
684 fn tag_from_primary_language(tag: impl Into<String>) -> LanguageTag { in tag_from_primary_language()
699 fn parse_language_tag(input: &str) -> Result<LanguageTag, ParseError> { in parse_language_tag()
H A Dserde.rs6 impl Serialize for LanguageTag { implementation
32 impl<'de> Deserialize<'de> for LanguageTag { implementation
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/VObject/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property { class
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php16 class LanguageTag extends Property class
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/VObject/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property { class
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property { class
/dports/www/owncloud/owncloud/lib/composer/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php16 class LanguageTag extends Property class
/dports/www/baikal/baikal/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property class
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property class
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php16 class LanguageTag extends Property class
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property { class
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property { class
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property class
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/vobject/lib/Property/VCard/
H A DLanguageTag.php17 class LanguageTag extends Property class

12345678910>>...18