Home
last modified time | relevance | path

Searched refs:has_day (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/sysutils/dateutils/dateutils-0.4.1/src/
H A Dddiff.c62 unsigned int has_day:1; member
94 res.has_day = 1; in determine_durfmt()
100 res.has_day = 1; in determine_durfmt()
105 res.has_day = 1; in determine_durfmt()
109 res.has_day = 1; in determine_durfmt()
112 res.has_day = 1; in determine_durfmt()
118 res.has_day = 1; in determine_durfmt()
122 res.has_day = 1; in determine_durfmt()
154 res.has_day = 1; in determine_durfmt()
441 if (f.has_day) { in precalc()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dtimes.h126 bool has_day; member
131 : has_year(_has_year), has_month(_has_month), has_day(_has_day) { in has_year()
137 has_day(traits.has_day) { in date_traits_t()
147 has_day = traits.has_day;
154 has_day == traits.has_day);
273 if (! traits || traits->has_day)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Ddate_time.rs22 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
129 if !self.has_day() && !other.has_day() { in partial_cmp()
134 if !(self.has_day() && other.has_day()) { in partial_cmp()
203 if self.has_day() { in fmt()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Ddate_time.rs22 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
129 if !self.has_day() && !other.has_day() { in partial_cmp()
134 if !(self.has_day() && other.has_day()) { in partial_cmp()
203 if self.has_day() { in fmt()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Ddate_time.rs22 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
135 if !self.has_day() && !other.has_day() { in partial_cmp()
140 if !(self.has_day() && other.has_day()) { in partial_cmp()
209 if self.has_day() { in fmt()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Ddate_time.rs234 if !self.has_day() { in day()
311 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
416 if !self.has_day() && !other.has_day() { in partial_cmp()
421 if !(self.has_day() && other.has_day()) { in partial_cmp()
489 if self.has_day() { in fmt()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Ddate_time.rs234 if !self.has_day() { in day()
311 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
416 if !self.has_day() && !other.has_day() { in partial_cmp()
421 if !(self.has_day() && other.has_day()) { in partial_cmp()
489 if self.has_day() { in fmt()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Ddate_time.rs234 if !self.has_day() { in day()
311 assert!(self.has_year() && self.has_month() && self.has_day() && self.has_time()); in to_utc()
416 if !self.has_day() && !other.has_day() { in partial_cmp()
421 if !(self.has_day() && other.has_day()) { in partial_cmp()
489 if self.has_day() { in fmt()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Ddate_input_type.cc129 bool has_day, in IsValidFormat() argument
134 return has_year && has_month && has_day; in IsValidFormat()
H A Ddate_time_local_input_type.cc186 bool has_day, in IsValidFormat() argument
191 return has_year && has_month && has_day && has_ampm && has_hour && has_minute; in IsValidFormat()
H A Ddate_input_type.h58 bool has_day,
H A Dweek_input_type.h59 bool has_day,
H A Dtime_input_type.h60 bool has_day,
H A Ddate_time_local_input_type.h65 bool has_day,
H A Dmonth_input_type.h64 bool has_day,
H A Dbase_temporal_input_type.h67 bool has_day,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Ddate_input_type.cc129 bool has_day, in IsValidFormat() argument
134 return has_year && has_month && has_day; in IsValidFormat()
H A Ddate_time_local_input_type.cc186 bool has_day, in IsValidFormat() argument
191 return has_year && has_month && has_day && has_ampm && has_hour && has_minute; in IsValidFormat()
H A Ddate_input_type.h58 bool has_day,
H A Dweek_input_type.h59 bool has_day,
H A Dtime_input_type.h60 bool has_day,
H A Ddate_time_local_input_type.h65 bool has_day,
H A Dmonth_input_type.h64 bool has_day,
H A Dbase_temporal_input_type.h67 bool has_day,
/dports/devel/py-dateutil/python-dateutil-2.8.1/dateutil/test/
H A Dtest_internals.py42 assert ymd.has_day

1234567