Home
last modified time | relevance | path

Searched defs:ContentType (Results 1 – 25 of 4312) sorted by relevance

12345678910>>...173

/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/
H A Dconst-doc.rs7 pub struct ContentType { struct
13 impl ContentType { argument
/dports/www/morty/morty-0.2.0-12-gfe94d9a/contenttype/
H A Dcontenttype.go8 type ContentType struct { struct
9 TopLevelType string
10 SubType string
11 Suffix string
12 Parameters map[string]string
15 func (contenttype *ContentType) String() string {
29 func (contenttype *ContentType) Equals(other ContentType) bool {
44 func (contenttype *ContentType) FilterParameters(parameters map[string]bool) {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelContent.go56 type ContentType struct { struct
58 Entity
60 Description *string `json:"description,omitempty"`
62 Group *string `json:"group,omitempty"`
64 Hidden *bool `json:"hidden,omitempty"`
68 Name *string `json:"name,omitempty"`
70 Order *ContentTypeOrder `json:"order,omitempty"`
72 ParentID *string `json:"parentId,omitempty"`
74 ReadOnly *bool `json:"readOnly,omitempty"`
76 Sealed *bool `json:"sealed,omitempty"`
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/http/src/
H A Dcontent_type.rs45 pub struct ContentType(pub MediaType); struct
170 impl ContentType { impl
252 impl Default for ContentType { implementation
260 impl Deref for ContentType { implementation
269 impl FromStr for ContentType { implementation
312 fn from_str(raw: &str) -> Result<ContentType, String> { in from_str()
317 impl fmt::Display for ContentType { implementation
337 impl Into<Header<'static>> for ContentType { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { implementation
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { implementation
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { implementation
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { implementation
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dcontent_type.rs40 pub struct ContentType(Mime); struct
42 impl ContentType { impl
97 impl ::Header for ContentType { implementation
120 impl From<mime::Mime> for ContentType { implementation
121 fn from(m: mime::Mime) -> ContentType { in from()
132 impl fmt::Display for ContentType { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/lettre-0.10.0-rc.4/src/message/header/
H A Dcontent_type.rs21 pub struct ContentType(Mime); struct
23 impl ContentType { impl
35 pub fn parse(s: &str) -> Result<ContentType, ContentTypeErr> { in parse()
48 impl Header for ContentType { implementation
62 impl FromStr for ContentType { implementation
72 impl From<Mime> for ContentType { implementation
104 impl Serialize for ContentType { implementation
113 impl<'de> Deserialize<'de> for ContentType { implementation
129 fn visit_str<E>(self, mime: &str) -> Result<ContentType, E> in deserialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/open_from_clipboard/
H A Dclipboard_recent_content_impl_ios.mm88 hasContentMatchingRemainingTypes:(NSSet<ContentType>*)types argument
93 (void (^)(NSSet<ContentType>*))completionHandler;
200 (void (^)(NSSet<ContentType>*))completionHandler {
218 (void (^)(NSSet<ContentType>*))completionHandler {
246 if ([contentType isEqualToString:ContentTypeText]) { argument
/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/header/common/
H A Dcontent_type.rs69 impl ContentType { implementation
122 impl Eq for ContentType {} implementation
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/http/header/
H A Dcontent_type.rs62 impl ContentType { impl
116 impl Eq for ContentType {} implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/header/common/
H A Dcontent_type.rs62 impl ContentType { implementation
125 impl Eq for ContentType {} implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/header/common/
H A Dcontent_type.rs62 impl ContentType { implementation
125 impl Eq for ContentType {} implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/header/common/
H A Dcontent_type.rs62 impl ContentType { implementation
125 impl Eq for ContentType {} implementation
/dports/textproc/bat/bat-0.18.3/cargo-crates/content_inspector-0.2.4/src/
H A Dlib.rs40 pub enum ContentType { enum
63 impl ContentType { implementation
75 impl fmt::Display for ContentType { implementation
110 pub fn inspect(buffer: &[u8]) -> ContentType { in inspect()
/dports/devel/py-azure-core/azure-core-1.20.1/azure/core/rest/
H A D_helpers_py3.py37 ContentType = Union[str, bytes, Iterable[bytes], AsyncIterable[bytes]] variable
39 def set_content_body(content: ContentType) -> Tuple[
/dports/benchmarks/siege/siege-4.1.1/src/
H A Dload.c40 struct ContentType { struct
46 static const struct ContentType tmap[] = { argument
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/javax/mail/internet/
H A DContentType.java55 public class ContentType { class
64 public ContentType() { } in ContentType() method in ContentType
73 public ContentType(String primaryType, String subType, in ContentType() method in ContentType
88 public ContentType(String s) throws ParseException { in ContentType() method in ContentType

12345678910>>...173