Home
last modified time | relevance | path

Searched refs:ContentDisposition (Results 1 – 25 of 1429) sorted by relevance

12345678910>>...58

/dports/net/proby/proby-1.0.2/cargo-crates/actix-http-1.0.1/src/header/common/
H A Dcontent_disposition.rs299 impl ContentDisposition { implementation
580 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
592 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
600 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
610 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
626 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extended()
643 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extended()
663 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extra_whitespace()
681 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_unordered()
943 let a: ContentDisposition = ContentDisposition { in test_display_space_tab()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-web-4.0.0-beta.8/src/http/header/
H A Dcontent_disposition.rs300 impl ContentDisposition { impl
556 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
568 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
576 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
586 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_basic()
602 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extended()
619 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extended()
639 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_extra_whitespace()
657 let a: ContentDisposition = ContentDisposition::from_raw(&a).unwrap(); in test_from_raw_unordered()
912 let a: ContentDisposition = ContentDisposition { in test_display_space_tab()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mime/
H A DContentDispositionTest.cs20 ContentDisposition cd;
25 cd = new ContentDisposition (); in GetReady()
53 ContentDisposition dummy1 = new ContentDisposition (); in EqualsHashCode()
55 ContentDisposition dummy2 = new ContentDisposition ("inline"); in EqualsHashCode()
64 ContentDisposition dummy1 = new ContentDisposition (); in Equals()
66 ContentDisposition dummy2 = new ContentDisposition ("attachment; filename=genome.jpeg"); in Equals()
86 new ContentDisposition (null); in ArgumentNullException()
93 new ContentDisposition (""); in FormatException()
128 ContentDisposition dummy = new ContentDisposition (); in ToStringTest2()
135 ContentDisposition dummy = new ContentDisposition (); in ToStringTest3()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/hyper-0.10.16/src/header/common/
H A Dcontent_disposition.rs84 pub struct ContentDisposition { struct
91 impl Header for ContentDisposition { argument
208 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
209 let b = ContentDisposition { in test_parse_header()
222 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
223 let b = ContentDisposition { in test_parse_header()
234 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
235 let b = ContentDisposition { in test_parse_header()
251 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
256 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/hyper/src/header/common/
H A Dcontent_disposition.rs84 pub struct ContentDisposition { struct
91 impl Header for ContentDisposition { argument
208 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
209 let b = ContentDisposition { in test_parse_header()
222 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
223 let b = ContentDisposition { in test_parse_header()
234 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
235 let b = ContentDisposition { in test_parse_header()
251 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
256 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/hyper-0.10.16/src/header/common/
H A Dcontent_disposition.rs84 pub struct ContentDisposition { struct
91 impl Header for ContentDisposition { implementation
208 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
209 let b = ContentDisposition { in test_parse_header()
222 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
223 let b = ContentDisposition { in test_parse_header()
234 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
235 let b = ContentDisposition { in test_parse_header()
251 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
256 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/hyper-0.10.16/src/header/common/
H A Dcontent_disposition.rs84 pub struct ContentDisposition { struct
91 impl Header for ContentDisposition { argument
208 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
209 let b = ContentDisposition { in test_parse_header()
222 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
223 let b = ContentDisposition { in test_parse_header()
234 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_parse_header()
235 let b = ContentDisposition { in test_parse_header()
251 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
256 let a: ContentDisposition = ContentDisposition::parse_header(a.as_ref()).unwrap(); in test_display()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/header/common/
H A Dcontent_disposition.rs85 pub struct ContentDisposition { struct
92 impl Header for ContentDisposition { argument
207 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
208 let b = ContentDisposition { in test_parse_header()
221 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
222 let b = ContentDisposition { in test_parse_header()
233 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
234 let b = ContentDisposition { in test_parse_header()
250 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
255 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/header/common/
H A Dcontent_disposition.rs85 pub struct ContentDisposition { struct
92 impl Header for ContentDisposition { argument
207 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
208 let b = ContentDisposition { in test_parse_header()
221 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
222 let b = ContentDisposition { in test_parse_header()
233 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
234 let b = ContentDisposition { in test_parse_header()
250 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
255 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/hyper-old-types-0.11.0/src/header/common/
H A Dcontent_disposition.rs85 pub struct ContentDisposition { struct
92 impl Header for ContentDisposition { argument
207 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
208 let b = ContentDisposition { in test_parse_header()
221 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
222 let b = ContentDisposition { in test_parse_header()
233 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_parse_header()
234 let b = ContentDisposition { in test_parse_header()
250 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
255 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap(); in test_display()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/hyper-0.11.27/src/header/common/
H A Dcontent_disposition.rs85 pub struct ContentDisposition {
92 impl Header for ContentDisposition {
207 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap();
208 let b = ContentDisposition {
221 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap();
222 let b = ContentDisposition {
233 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap();
234 let b = ContentDisposition {
250 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap();
255 let a: ContentDisposition = ContentDisposition::parse_header(&a).unwrap();
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DContentDispositionTest.cs23 var cd = new ContentDisposition(); in DefaultCtor_ExpectedDefaultPropertyValues()
70 var cd = new ContentDisposition(); in Filename_Roundtrip()
99 var cd = new ContentDisposition(); in Inline_Roundtrip()
114 var cd = new ContentDisposition(); in Dates_RoundtripWithoutImpactingOtherDates()
143 var cd = new ContentDisposition("inline"); in SetAndResetDateViaParameters_ShouldWorkCorrectly()
157 var cd = new ContentDisposition(); in DispositionType_Roundtrip()
174 var cd = new ContentDisposition(); in Size_Roundtrip()
187 ContentDisposition contentDisposition = in ConstructorWithDateTimesBefore10AM_DateTimesAreValidForReUse()
201 ContentDisposition contentDisposition = in UseDifferentCultureAndConstructorWithDateTimesBefore10AM_DateTimesAreValidForReUse()
208 ContentDisposition contentDisposition2 = new ContentDisposition(); in UseDifferentCultureAndConstructorWithDateTimesBefore10AM_DateTimesAreValidForReUse()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/lettre-0.10.0-rc.4/src/message/header/
H A Dcontent_disposition.rs8 pub struct ContentDisposition(String); struct
10 impl ContentDisposition { implementation
30 impl Header for ContentDisposition { implementation
46 use super::ContentDisposition;
53 headers.set(ContentDisposition::inline()); in format_content_disposition()
57 headers.set(ContentDisposition::attachment("something.txt")); in format_content_disposition()
75 headers.get::<ContentDisposition>(), in parse_content_disposition()
76 Some(ContentDisposition::inline()) in parse_content_disposition()
85 headers.get::<ContentDisposition>(), in parse_content_disposition()
86 Some(ContentDisposition::attachment("something.txt")) in parse_content_disposition()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DAttachment.cs339 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
345 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
352 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
366 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
373 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
380 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
387 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
449 public ContentDisposition ContentDisposition property in System.Net.Mail.Attachment
453 return MimePart.ContentDisposition;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DAttachment.cs299 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
307 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
316 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
330 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
337 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
344 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
351 MimePart.ContentDisposition = new ContentDisposition(); in Attachment()
402 public ContentDisposition ContentDisposition property in System.Net.Mail.Attachment
406 return MimePart.ContentDisposition;
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { impl
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { impl
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
93 impl ::Header for ContentDisposition { implementation
103 .map(ContentDisposition) in decode()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { impl
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { impl
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dcontent_disposition.rs47 pub struct ContentDisposition(::HeaderValue); struct
49 impl ContentDisposition { implementation
51 pub fn inline() -> ContentDisposition { in inline()
52 ContentDisposition(::HeaderValue::from_static("inline")) in inline()
92 impl ::Header for ContentDisposition { implementation
102 .map(ContentDisposition) in decode()

12345678910>>...58