Home
last modified time | relevance | path

Searched refs:get_day (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/dports/devel/libical/libical-3.0.8/src/test/libical-glib/
H A Dperiod.py43 assert(start.get_day() == 1);
51 assert(end.get_day() == 2);
67 assert(start.get_day() == 1);
75 assert(end.get_day() == 0);
H A Dtimezone.py81 assert time.get_day() == timeclone.get_day();
94 assert ICalGLib.Time.get_day(time) == ICalGLib.Time.get_day(timeclone);
106 assert time.get_day() == 24
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Ddate_time.rs43 self.get_day(), in to_utc()
139 let day_delta = self_norm.get_day() - other_norm.get_day(); in partial_cmp()
204 debug_struct.field("day", &self.get_day()); in fmt()
247 assert_eq!(utc_date_time.get_day(), 20); in test_to_utc()
259 assert_eq!(utc_date_time.get_day(), 31); in test_to_utc()
269 assert_eq!(utc_date_time.get_day(), 1); in test_to_utc()
279 assert_eq!(utc_date_time.get_day(), 28); in test_to_utc()
H A Ddate_time_serde.rs64 self.0.get_day() as i32, in serialize()
76 self.get_day(), in serialize()
86 self.get_day(), in serialize()
92 DateTimeVariants::YMD(self.get_year(), self.get_month(), self.get_day()) in serialize()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Ddate_time.rs43 self.get_day(), in to_utc()
139 let day_delta = self_norm.get_day() - other_norm.get_day(); in partial_cmp()
204 debug_struct.field("day", &self.get_day()); in fmt()
247 assert_eq!(utc_date_time.get_day(), 20); in test_to_utc()
259 assert_eq!(utc_date_time.get_day(), 31); in test_to_utc()
269 assert_eq!(utc_date_time.get_day(), 1); in test_to_utc()
279 assert_eq!(utc_date_time.get_day(), 28); in test_to_utc()
H A Ddate_time_serde.rs64 self.0.get_day() as i32, in serialize()
76 self.get_day(), in serialize()
86 self.get_day(), in serialize()
92 DateTimeVariants::YMD(self.get_year(), self.get_month(), self.get_day()) in serialize()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Ddate_time.rs43 self.get_day(), in to_utc()
145 let day_delta = self_norm.get_day() - other_norm.get_day(); in partial_cmp()
210 debug_struct.field("day", &self.get_day()); in fmt()
252 assert_eq!(utc_date_time.get_day(), 20); in test_to_utc()
264 assert_eq!(utc_date_time.get_day(), 31); in test_to_utc()
274 assert_eq!(utc_date_time.get_day(), 1); in test_to_utc()
284 assert_eq!(utc_date_time.get_day(), 28); in test_to_utc()
H A Ddate_time_serde.rs64 self.0.get_day() as i32, in serialize()
76 self.get_day(), in serialize()
86 self.get_day(), in serialize()
92 DateTimeVariants::YMD(self.get_year(), self.get_month(), self.get_day()) in serialize()
/dports/audio/spotify-qt/spotify-qt-3.7/lib/test/src/
H A Ddatetimetests.cpp16 CHECK(date_time.get_day() >= 1);
27 CHECK(date_time.get_day() >= 1);
42 CHECK_EQ(day, date_time.get_day()); in __anonc8423c4b0102()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/quickview/
H A Donthisday.py91 date.get_day() == main_date.get_day()):
98 date.get_day() == main_date.get_day() and
/dports/devel/glibmm/glibmm-2.64.2/tests/glibmm_date/
H A Dmain.cc21 << (int)date.get_day() << "/" << date.get_year() << "." << std::endl; in main()
28 ostr << "The copied date is: " << copy_date.get_month() << "/" << (int)copy_date.get_day() << "/" in main()
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/ModulemdTests/
H A Dservicelevel.py139 assert returned_eol.get_day() == eol.get_day()
149 assert returned_eol.get_day() == 3
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/tests/
H A Dtest-taglist.cc72 EXPECT_EQ(song_date.get_day(), out_date.get_day()); in TEST_F()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dcalendar.cpp83 const uint64_t seconds_64 = (days_since_epoch(get_year(), get_month(), get_day()) * 86400) + in to_std_timepoint()
103 << std::setw(2) << get_day() << "T" in to_string()
/dports/security/botan2/Botan-2.18.2/src/lib/utils/
H A Dcalendar.cpp83 const uint64_t seconds_64 = (days_since_epoch(get_year(), get_month(), get_day()) * 86400) + in to_std_timepoint()
103 << std::setw(2) << get_day() << "T" in to_string()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dcalendar.cpp83 const uint64_t seconds_64 = (days_since_epoch(get_year(), get_month(), get_day()) * 86400) + in to_std_timepoint()
103 << std::setw(2) << get_day() << "T" in to_string()
/dports/security/botan110/Botan-1.10.17/src/cert/cvc/
H A Dasn1_eac_tm.cpp296 u32bit EAC_Time::get_day() const in get_day() function in Botan::EAC_Time
324 other.get_day(), in ASN1_Ced()
339 other.get_day(), in ASN1_Cex()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/
H A Ddate.rs88 pub fn get_day(&self) -> DateDay { in get_day() method
303 .field("day", &self.get_day()) in fmt()
315 self.get_day().hash(state); in hash()
/dports/www/py-django-bakery/django-bakery-0.12.7/bakery/views/
H A Ddates.py258 def get_day(self): member in BuildableDayArchiveView
264 day = super(BuildableDayArchiveView, self).get_day()
281 self.get_day()
/dports/deskutils/elementary-calendar/calendar-6.0.3/src/Grid/
H A DGridDay.vala123 var gap = date.get_day_of_month () - start.get_day ();
125 start.set_day (start.get_day () + gap);
132 end.set_day (end.get_day () + gap);

12345678910>>...12