Home
last modified time | relevance | path

Searched refs:ContentLocation (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dcontent_location.rs28 pub struct ContentLocation(HeaderValue); struct
31 ContentLocation(_),
43 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
45 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
51 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
53 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dcontent_location.rs29 pub struct ContentLocation(HeaderValue); struct
39 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in absolute_uri()
41 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in absolute_uri()
47 let loc = test_decode::<ContentLocation>(&[s]).unwrap(); in relative_uri_with_fragment()
49 assert_eq!(loc, ContentLocation(HeaderValue::from_static(s))); in relative_uri_with_fragment()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/
H A Dcommon.pyi12 class ContentLocation:
13 LOCAL: ContentLocation
14 HOSTED: ContentLocation
15 INACCESSIBLE: ContentLocation
H A Dcommon.py158 class ContentLocation(object):
182 ContentLocation.LOCAL,
183 ContentLocation.HOSTED,
184 ContentLocation.INACCESSIBLE,
H A DAppriseAttachment.py32 from .common import ContentLocation
157 if self.location == ContentLocation.INACCESSIBLE:
188 self.location == ContentLocation.HOSTED
189 and instance.location != ContentLocation.HOSTED)
190 or instance.location == ContentLocation.INACCESSIBLE):
H A DAppriseAttachment.pyi3 from . import AppriseAsset, ContentLocation
15 location: Optional[ContentLocation] = ...,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apprise/attachment/
H A DAttachFile.py29 from ..common import ContentLocation
46 location = ContentLocation.LOCAL
89 if self.location == ContentLocation.INACCESSIBLE:
H A DAttachBase.pyi3 from .. import ContentLocation
12 location: ContentLocation
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/EmailParser/
H A DMultipartMixed.t39 'ContentLocation' => undef,
53 'ContentLocation' => undef,
82 'ContentLocation' => undef,
97 'ContentLocation' => undef,
112 'ContentLocation' => undef,
158 'ContentLocation' => undef,
221 'ContentLocation' => undef,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DHttpContentHeaders.cs108 public Uri ContentLocation property in System.Net.Http.Headers.HttpContentHeaders
110 get { return (Uri)GetParsedValues(KnownHeaders.ContentLocation.Descriptor); }
111 set { SetOrRemoveParsedValue(KnownHeaders.ContentLocation.Descriptor, value); }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mime/
H A DMimeBasePart.cs154 internal string ContentLocation property in System.Net.Mime.MimeBasePart
156 get { return Headers[MailHeaderInfo.GetString(MailHeaderID.ContentLocation)]; }
161 Headers.Remove(MailHeaderInfo.GetString(MailHeaderID.ContentLocation));
165 Headers[MailHeaderInfo.GetString(MailHeaderID.ContentLocation)] = value;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DMimeBasePart.cs153 internal string ContentLocation property in System.Net.Mime.MimeBasePart
157 return Headers[MailHeaderInfo.GetString(MailHeaderID.ContentLocation)];
163 Headers.Remove(MailHeaderInfo.GetString(MailHeaderID.ContentLocation));
167 Headers[MailHeaderInfo.GetString(MailHeaderID.ContentLocation)] = value;
H A DAlternateView.cs61 return ContentLocation;
66 ContentLocation = value;
H A DLinkedResource.cs49 return ContentLocation;
54 ContentLocation = value;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/UnitTests/Headers/
H A DHttpContentHeadersTest.cs158 Assert.Null(_headers.ContentLocation); in ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue()
161 _headers.ContentLocation = expected; in ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue()
162 Assert.Equal(expected, _headers.ContentLocation); in ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue()
164 _headers.ContentLocation = null; in ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue()
165 Assert.Null(_headers.ContentLocation); in ContentLocation_ReadAndWriteProperty_ValueMatchesPriorSetValue()
173 Assert.Equal(new Uri("http://www.example.com/path/?q=v"), _headers.ContentLocation); in ContentLocation_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
177 Assert.Equal(new Uri("/relative/uri/", UriKind.Relative), _headers.ContentLocation); in ContentLocation_UseAddMethod_AddedValueCanBeRetrievedUsingProperty()
184 Assert.Null(_headers.GetParsedValues(KnownHeaders.ContentLocation.Descriptor)); in ContentLocation_UseAddMethodWithInvalidValue_InvalidValueRecognized()
190 Assert.Null(_headers.GetParsedValues(KnownHeaders.ContentLocation.Descriptor)); in ContentLocation_UseAddMethodWithInvalidValue_InvalidValueRecognized()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DLinkedResource.cs45 return ContentLocation;
50 ContentLocation = value;
H A DAlternateView.cs66 return ContentLocation;
70 ContentLocation = value;

1234567891011