Home
last modified time | relevance | path

Searched refs:from_secs (Results 1 – 25 of 3491) sorted by relevance

12345678910>>...140

/dports/sysutils/vector/vector-0.10.0/cargo-crates/time-0.2.16/src/
H A Dnumerical_traits.rs314 StdDuration::from_secs(self as u64)
421 StdDuration::from_secs(self as u64) in std_seconds()
427 StdDuration::from_secs(self as u64 * 60) in std_minutes()
433 StdDuration::from_secs(self as u64 * 3_600) in std_hours()
439 StdDuration::from_secs(self as u64 * 86_400) in std_days()
445 StdDuration::from_secs(self as u64 * 604_800) in std_weeks()
684 StdDuration::from_secs(self as u64) in seconds()
690 StdDuration::from_secs(self as u64 * 60) in minutes()
696 StdDuration::from_secs(self as u64 * 3_600) in hours()
702 StdDuration::from_secs(self as u64 * 86_400) in days()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/cache/worker/
H A Dtests.rs368 Duration::from_secs(30 * 60 - 1), in test_on_update_cleanup_limits_trash_locks()
375 Duration::from_secs(24 * 60 * 60), in test_on_update_cleanup_limits_trash_locks()
382 Duration::from_secs(30 * 60), in test_on_update_cleanup_limits_trash_locks()
429 &Duration::from_secs(secs_ago), in test_on_update_cleanup_limits_trash_locks()
562 &Duration::from_secs(0), in test_on_update_cleanup_lru_policy()
620 (Duration::from_secs(0), None, true), in test_on_update_cleanup_future_files()
625 (Duration::from_secs(0), None, true), in test_on_update_cleanup_future_files()
633 (Duration::from_secs(2), None, true), in test_on_update_cleanup_future_files()
638 (Duration::from_secs(1), None, true), in test_on_update_cleanup_future_files()
648 Some(Duration::from_secs(3)), in test_on_update_cleanup_future_files()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-resolver-0.19.5/src/
H A Ddns_lru.rs186 let ttl = Duration::from_secs(u64::from(ttl)); in duplicate()
208 let ttl = Duration::from_secs(u64::from(ttl)) in negative()
265 let not_the_future = now + Duration::from_secs(4); in test_is_current()
266 let future = now + Duration::from_secs(5); in test_is_current()
267 let past_the_future = now + Duration::from_secs(6); in test_is_current()
295 positive_min_ttl: Some(Duration::from_secs(2)), in test_lookup_uses_positive_min_ttl()
327 negative_min_ttl: Some(Duration::from_secs(2)), in test_error_uses_negative_min_ttl()
371 positive_max_ttl: Some(Duration::from_secs(60)), in test_lookup_uses_positive_max_ttl()
403 negative_max_ttl: Some(Duration::from_secs(60)), in test_error_uses_negative_max_ttl()
509 positive_min_ttl: Some(Duration::from_secs(3)), in test_insert_positive_min_ttl()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-resolver-0.18.0-alpha.2/src/
H A Ddns_lru.rs186 let ttl = Duration::from_secs(u64::from(ttl)); in duplicate()
208 let ttl = Duration::from_secs(u64::from(ttl)) in negative()
265 let not_the_future = now + Duration::from_secs(4); in test_is_current()
266 let future = now + Duration::from_secs(5); in test_is_current()
267 let past_the_future = now + Duration::from_secs(6); in test_is_current()
295 positive_min_ttl: Some(Duration::from_secs(2)), in test_lookup_uses_positive_min_ttl()
327 negative_min_ttl: Some(Duration::from_secs(2)), in test_error_uses_negative_min_ttl()
371 positive_max_ttl: Some(Duration::from_secs(60)), in test_lookup_uses_positive_max_ttl()
403 negative_max_ttl: Some(Duration::from_secs(60)), in test_error_uses_negative_max_ttl()
509 positive_min_ttl: Some(Duration::from_secs(3)), in test_insert_positive_min_ttl()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/httpdate-1.0.1/src/
H A Dlib.rs72 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
86 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
100 d += Duration::from_secs(3600); in test3()
102 d += Duration::from_secs(86400); in test3()
104 d += Duration::from_secs(2592000); in test3()
106 d += Duration::from_secs(2592000); in test3()
108 d += Duration::from_secs(31536005); in test3()
110 d += Duration::from_secs(15552000); in test3()
112 d += Duration::from_secs(6048000); in test3()
114 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
101 d += Duration::from_secs(3600); in test3()
103 d += Duration::from_secs(86400); in test3()
105 d += Duration::from_secs(2592000); in test3()
107 d += Duration::from_secs(2592000); in test3()
109 d += Duration::from_secs(31536005); in test3()
111 d += Duration::from_secs(15552000); in test3()
113 d += Duration::from_secs(6048000); in test3()
115 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
101 d += Duration::from_secs(3600); in test3()
103 d += Duration::from_secs(86400); in test3()
105 d += Duration::from_secs(2592000); in test3()
107 d += Duration::from_secs(2592000); in test3()
109 d += Duration::from_secs(31536005); in test3()
111 d += Duration::from_secs(15552000); in test3()
113 d += Duration::from_secs(6048000); in test3()
115 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
101 d += Duration::from_secs(3600); in test3()
103 d += Duration::from_secs(86400); in test3()
105 d += Duration::from_secs(2592000); in test3()
107 d += Duration::from_secs(2592000); in test3()
109 d += Duration::from_secs(31536005); in test3()
111 d += Duration::from_secs(15552000); in test3()
113 d += Duration::from_secs(6048000); in test3()
115 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
101 d += Duration::from_secs(3600); in test3()
103 d += Duration::from_secs(86400); in test3()
105 d += Duration::from_secs(2592000); in test3()
107 d += Duration::from_secs(2592000); in test3()
109 d += Duration::from_secs(31536005); in test3()
111 d += Duration::from_secs(15552000); in test3()
113 d += Duration::from_secs(6048000); in test3()
115 d += Duration::from_secs(864000000); in test3()
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777);
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451);
101 d += Duration::from_secs(3600);
103 d += Duration::from_secs(86400);
105 d += Duration::from_secs(2592000);
107 d += Duration::from_secs(2592000);
109 d += Duration::from_secs(31536005);
111 d += Duration::from_secs(15552000);
113 d += Duration::from_secs(6048000);
115 d += Duration::from_secs(864000000);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/httpdate-1.0.2/src/
H A Dlib.rs73 let d = UNIX_EPOCH + Duration::from_secs(784111777); in test_rfc_example()
87 let d = UNIX_EPOCH + Duration::from_secs(1475419451); in test2()
101 d += Duration::from_secs(3600); in test3()
103 d += Duration::from_secs(86400); in test3()
105 d += Duration::from_secs(2592000); in test3()
107 d += Duration::from_secs(2592000); in test3()
109 d += Duration::from_secs(31536005); in test3()
111 d += Duration::from_secs(15552000); in test3()
113 d += Duration::from_secs(6048000); in test3()
115 d += Duration::from_secs(864000000); in test3()
[all …]

12345678910>>...140