Home
last modified time | relevance | path

Searched refs:LastModified (Results 1 – 25 of 3059) sorted by relevance

12345678910>>...123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/net/oha/oha-0.4.7/cargo-crates/headers-0.3.4/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/headers-0.3.4/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/headers/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/headers-0.3.5/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/headers/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
37 LastModified(_),
41 impl From<SystemTime> for LastModified { implementation
42 fn from(time: SystemTime) -> LastModified { in from() argument
43 LastModified(time.into()) in from()
47 impl From<LastModified> for SystemTime {
48 fn from(date: LastModified) -> SystemTime { in from()
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go28 LastModified time.Time `json:"-"` member
41 LastModified string `json:"last_modified"`
51 if s.LastModified != "" {
59 r.LastModified = t
141 LastModified time.Time `json:"-"` member
174 r.LastModified = time.Time(s.LastModified)
219 LastModified time.Time `json:"-"` member
252 r.LastModified = time.Time(s.LastModified)
293 LastModified time.Time `json:"-"` member
312 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go28 LastModified time.Time `json:"-"` member
41 LastModified string `json:"last_modified"`
51 if s.LastModified != "" {
59 r.LastModified = t
141 LastModified time.Time `json:"-"` member
174 r.LastModified = time.Time(s.LastModified)
219 LastModified time.Time `json:"-"` member
252 r.LastModified = time.Time(s.LastModified)
293 LastModified time.Time `json:"-"` member
312 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go28 LastModified time.Time `json:"-"` member
41 LastModified string `json:"last_modified"`
51 if s.LastModified != "" {
59 r.LastModified = t
141 LastModified time.Time `json:"-"` member
174 r.LastModified = time.Time(s.LastModified)
219 LastModified time.Time `json:"-"` member
252 r.LastModified = time.Time(s.LastModified)
293 LastModified time.Time `json:"-"` member
312 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dlast_modified.rs34 pub struct LastModified(pub(super) HttpDate); struct
36 impl From<SystemTime> for LastModified { implementation
37 fn from(time: SystemTime) -> LastModified { in from() argument
38 LastModified(time.into()) in from()
42 impl From<LastModified> for SystemTime {
43 fn from(date: LastModified) -> SystemTime { in from()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/gophercloud/gophercloud/openstack/objectstorage/v1/objects/
H A Dresults.go29 LastModified time.Time `json:"-"` member
42 LastModified string `json:"last_modified"`
52 if s.LastModified != "" {
60 r.LastModified = t
142 LastModified time.Time `json:"-"` member
186 r.LastModified = time.Time(s.LastModified)
232 LastModified time.Time `json:"-"` member
276 r.LastModified = time.Time(s.LastModified)
317 LastModified time.Time `json:"-"` member
347 r.LastModified = time.Time(s.LastModified)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentyun/cos-go-sdk-v5/
H A Dbucket_test.go39 <LastModified>2017-06-09T16:32:25.000Z</LastModified>
49 <LastModified>2017-06-17T15:09:26.000Z</LastModified>
75 LastModified: "2017-06-09T16:32:25.000Z",
85 LastModified: "2017-06-17T15:09:26.000Z",
186 <LastModified>2019-08-16T10:45:53.000Z</LastModified>
199 <LastModified>2019-08-16T10:45:47.000Z</LastModified>
223 LastModified: "2019-08-16T10:45:53.000Z",
238 LastModified: "2019-08-16T10:45:47.000Z",
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/utils/openstack/objectstorage/v1/objects/
H A Dmanifest.go23 LastModified time.Time `json:"-"` member
30 LastModified gophercloud.JSONRFC3339MilliNoZ `json:"last_modified"`
39 r.LastModified = time.Time(s.LastModified)
100 LastModified: objInfo.LastModified,
136 LastModified: obj.LastModified,
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gophercloud/utils/openstack/objectstorage/v1/objects/
H A Dmanifest.go23 LastModified time.Time `json:"-"` member
30 LastModified gophercloud.JSONRFC3339MilliNoZ `json:"last_modified"`
39 r.LastModified = time.Time(s.LastModified)
100 LastModified: objInfo.LastModified,
136 LastModified: obj.LastModified,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/hyper-0.11.27/src/header/common/
H A Dlast_modified.rs32 (LastModified, "Last-Modified") => [HttpDate]
39 bench_header!(imf_fixdate, LastModified, { vec![b"Sun, 07 Nov 1994 08:48:37 GMT".to_vec()] });
40 bench_header!(rfc_850, LastModified, { vec![b"Sunday, 06-Nov-94 08:49:37 GMT".to_vec()] });
41 bench_header!(asctime, LastModified, { vec![b"Sun Nov 6 08:49:37 1994".to_vec()] });
/dports/devel/sccache/sccache-0.2.15/cargo-crates/hyperx-0.12.0/src/header/common/
H A Dlast_modified.rs32 (LastModified, "Last-Modified") => [HttpDate]
39 bench_header!(imf_fixdate, LastModified, { vec![b"Sun, 07 Nov 1994 08:48:37 GMT".to_vec()] });
40 bench_header!(rfc_850, LastModified, { vec![b"Sunday, 06-Nov-94 08:49:37 GMT".to_vec()] });
41 bench_header!(asctime, LastModified, { vec![b"Sun Nov 6 08:49:37 1994".to_vec()] });

12345678910>>...123