Home
last modified time | relevance | path

Searched refs:with_time (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/sysutils/vector/vector-0.10.0/cargo-crates/time-0.2.16/src/
H A Dprimitive_date_time.rs507 .with_time(self.time()) in lazy_format()
935 .with_time(time!(23:59:59:999_000_000)) in millisecond()
947 .with_time(time!(23:59:59:999_999_000)) in microsecond()
959 .with_time(time!(23:59:59:999_999_999)) in nanosecond()
1325 .with_time(time!(1:00)) in ord()
1331 .with_time(time!(0:01)) in ord()
1337 .with_time(time!(0:00:01)) in ord()
1343 .with_time(time!(0:00:00:000_000_001)) in ord()
1398 date!(2019-01-01).with_time(time!(1:00:00)) in ord_std()
1402 date!(2019-01-01).with_time(time!(0:01:00)) in ord_std()
[all …]
H A Doffset_date_time.rs744 .with_time(self.time()) in lazy_format()
1180 .with_time(time!(23:00)) in year()
1195 .with_time(time!(23:00)) in month()
1209 .with_time(time!(23:00)) in day()
1226 .with_time(time!(23:00)) in month_day()
1240 .with_time(time!(23:00)) in ordinal()
1272 .with_time(time!(23:59:59)) in hour()
1286 .with_time(time!(23:59:59)) in minute()
1300 .with_time(time!(23:59:59)) in second()
1374 .with_time(time!(3:04:05)) in parse()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/saw/
H A Dverify_HMAC.saw42 …(t, hash_init_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_init" hash_init_spec…
43 …(t, hmac_digest_size_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hmac_digest_size" (…
44 …(t, hash_copy_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_copy" hash_copy_spec);
45 …(t, hash_reset_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_reset" hash_reset_sp…
48 …(t, hash_update_key_size_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_update" ha…
49 …(t, hash_digest_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_digest" (hash_diges…
64 with_time (crucible_llvm_verify m "s2n_hmac_init" ovs false (hmac_init_spec cfg) z3_hash_unint);
82 …(t, hash_update_msg_size_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_update" ha…
83with_time (crucible_llvm_verify m "s2n_hmac_update" [hash_update_msg_size_ov] false (hmac_update_s…
102 …(t, hash_copy_ov) <- with_time (crucible_llvm_unsafe_assume_spec m "s2n_hash_copy" hash_copy_spec);
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-http-3.0.0-beta.9/src/
H A Dtime_parser.rs55 assert_eq!(date, date!(1982 - 11 - 19).with_time(time!(16:14:55))); in test_rfc_850_year_shift()
58 assert_eq!(date, date!(2062 - 01 - 11).with_time(time!(13:37:41))); in test_rfc_850_year_shift()
61 assert_eq!(date, date!(2021 - 01 - 11).with_time(time!(13:37:41))); in test_rfc_850_year_shift()
64 assert_eq!(date, date!(2023 - 01 - 11).with_time(time!(13:37:41))); in test_rfc_850_year_shift()
67 assert_eq!(date, date!(1999 - 01 - 11).with_time(time!(13:37:41))); in test_rfc_850_year_shift()
70 assert_eq!(date, date!(2000 - 01 - 11).with_time(time!(13:37:41))); in test_rfc_850_year_shift()
/dports/devel/p5-Log-Dump/Log-Dump-0.14/t/
H A D20_capture_time.t26 my $with_time = $capture->read;
27 like $with_time => qr/^\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2} \[time\] message/, 'captured';
37 ok $with_time ne $without_time, 'both are different';
45 $with_time = $capture->read;
46 like $with_time => qr/^\d{4}\-\d{2}\-\d{2} \[time\] message/, 'captured';
H A D30_child_time.t26 my $with_time = $capture->read;
27 like $with_time => qr/^\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2} \[time\] message/, 'captured';
37 ok $with_time ne $without_time, 'both are different';
45 $with_time = $capture->read;
46 like $with_time => qr/^\d{4}\-\d{2}\-\d{2} \[time\] message/, 'captured';
/dports/textproc/py-agate-excel/agate-excel-0.2.5/agateexcel/
H A Dtable_xls.py105 values, with_date, with_time = normalize_dates(values, book.datemode)
108 if not with_time:
186 with_time = False
202 with_time = True
207 with_time = True
209 return (normalized, with_date, with_time)
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Input/Field/
H A DDateTime.php44 protected $with_time = false; variable in ILIAS\\UI\\Implementation\\Component\\Input\\Field\\DateTime
178 public function withUseTime(bool $with_time) : C\Input\Field\DateTime argument
181 $clone->with_time = $with_time;
190 return $this->with_time;
H A DDuration.php43 protected $with_time = false; variable in ILIAS\\UI\\Implementation\\Component\\Input\\Field\\Duration
254 public function withUseTime(bool $with_time) : C\Input\Field\Duration argument
257 $clone->with_time = $with_time;
267 return $this->with_time;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DDate.php211 * @param bool $with_time The output sting should contain time too
215 public static function to_db_date($date_string, $with_time = false) { argument
225 $date_format = $with_time ? 'Y-m-d H:i' : 'Y-m-d';
325 public static function get_timestamp($utime, $with_time=true) argument
333 return Date::format('@'.$utime, $with_time);
336 public static function format($time, $with_time=true)//, $timezone='GMT') argument
357 $date_format = $with_time ? $completeDateFormat.' '.$timeFormat : $completeDateFormat;
/dports/lang/yap/yap-6.2.2/packages/clib/
H A Dconfigure.in100 with_time=yes
103 yes) with_time=yes ;;
104 no) with_time=no ;;
107 if test "$with_time" = yes; then
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/graphql/types/
H A Dtimeframe_type_spec.rb21 with_time = input.merge(start: '2018-06-04T13:48:14Z')
23 expect(described_class.coerce_isolated_input(with_time)).to eq(output)
/dports/security/dirmngr/dirmngr-1.1.0/jnlib/
H A Dlogging.c61 static int with_time; variable
384 with_time = (flags & JNLIB_LOG_WITH_TIME); in log_set_prefix()
398 if (with_time) in log_get_prefix()
456 if (with_time && !force_prefixes) in do_logv()
478 if (!with_time || force_prefixes) in do_logv()
/dports/www/p5-Jifty/Jifty-1.50430/t/TestApp-JiftyJS/lib/TestApp/JiftyJS/
H A DView.pm180 with_time => 1,
195 with_time => 1,
/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Dlogging.c94 static int with_time;
634 with_time = (flags & GPGRT_LOG_WITH_TIME);
651 if (with_time)
806 if (with_time && !force_prefixes)
839 if ((!with_time && (with_prefix || with_pid)) || force_prefixes)
847 && (with_time || with_prefix || with_pid || force_prefixes)) in lld_items_get()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Dlogging.c94 static int with_time; variable
634 with_time = (flags & GPGRT_LOG_WITH_TIME); in _gpgrt_log_set_prefix()
651 if (with_time) in _gpgrt_log_get_prefix()
806 if (with_time && !force_prefixes) in print_prefix()
839 if ((!with_time && (with_prefix || with_pid)) || force_prefixes) in print_prefix()
847 && (with_time || with_prefix || with_pid || force_prefixes)) in print_prefix()
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Input/Field/
H A DDateTime.php61 public function withUseTime(bool $with_time) : DateTime; argument
H A DDuration.php50 public function withUseTime(bool $with_time) : Duration; argument
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-lib-0.23.0/tests/
H A Dtest_helper.rs11 pub fn with_time(_time: &str) -> liquid_core::Value { in with_time() function
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-lib-0.22.0/tests/
H A Dtest_helper.rs11 pub fn with_time(_time: &str) -> liquid_core::Value { in with_time() function
/dports/net/krill/krill-0.9.4/cargo-crates/clokwerk-0.3.5/src/
H A Dintervals.rs71 pub fn with_time(&self, t: NaiveTime) -> Self { in with_time() method
550 let rc = RunConfig::from_interval(1.day()).with_time(NaiveTime::from_hms(15, 0, 0)); in test_run_config()
556 let rc = RunConfig::from_interval(Tuesday).with_time(NaiveTime::from_hms(15, 0, 0)); in test_run_config()
562 let rc = RunConfig::from_interval(Tuesday).with_time(NaiveTime::from_hms(14, 0, 0)); in test_run_config()
594 let rc = RunConfig::from_interval(Tuesday).with_time(NaiveTime::from_hms(0, 0, 0)); in test_daily_interval_plus_time_of_midnight()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/time-0.3.5/src/
H A Dprimitive_date_time.rs507 self.date.with_time(time) in replace_time()
521 date.with_time(self.time) in replace_date()
/dports/www/zola/zola-0.15.2/cargo-crates/time-0.3.5/src/
H A Dprimitive_date_time.rs507 self.date.with_time(time) in replace_time()
521 date.with_time(self.time) in replace_date()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/time-0.2.27/src/format/
H A Ddeferred_format.rs41 pub(crate) fn with_time(&mut self, time: Time) -> &mut Self { in with_time() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/time-0.2.27/src/format/
H A Ddeferred_format.rs41 pub(crate) fn with_time(&mut self, time: Time) -> &mut Self { in with_time() method

123456789