Home
last modified time | relevance | path

Searched refs:period (Results 1 – 25 of 11659) sorted by relevance

12345678910>>...467

/dports/devel/py-dateparser/dateparser-0.7.2/tests/
H A Dtest_freshness_date_parser.py60 period='day'),
97 period='day'),
115 period='day'),
127 period='day'),
144 period='day'),
156 period='day'),
172 period='day'),
187 period='day'),
190 period='day'),
206 period='day'),
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-component-period.c60 ECalComponentPeriod *period; in e_cal_component_period_new_datetime() local
69 return period; in e_cal_component_period_new_datetime()
89 ECalComponentPeriod *period; in e_cal_component_period_new_duration() local
99 return period; in e_cal_component_period_new_duration()
176 return period->kind; in e_cal_component_period_get_kind()
226 g_clear_object (&period->end); in e_cal_component_period_set_duration_full()
251 return period->start; in e_cal_component_period_get_start()
270 if (period->start != start) { in e_cal_component_period_set_start()
298 return period->end; in e_cal_component_period_get_end()
318 if (period->end != end) { in e_cal_component_period_set_end()
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/rickb777/date/period/
H A Dperiod.go5 package period package
209 return period.years > 0 || period.months > 0 || period.days > 0 ||
210 period.hours > 0 || period.minutes > 0 || period.seconds > 0
216 return period.years < 0 || period.months < 0 || period.days < 0 ||
217 period.hours < 0 || period.minutes < 0 || period.seconds < 0
234 return Period{period.years, period.months, period.days, 0, 0, 0}
240 return Period{0, 0, 0, period.hours, period.minutes, period.seconds}
258 …return Period{-period.years, -period.months, -period.days, -period.hours, -period.minutes, -period
535 period.days == 0 && period.hours == 0 && period.minutes == 0 && period.seconds == 0 {
617 int64(period.years), int64(period.months), int64(period.days),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/measurements/test_data/
H A Dloading_profile.csv1period),SkPaint::descriptorProc const (period),WTF::HashTable::expand (period),"WTF::HashTableAddR…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java107 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
121 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
129 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
135 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
144 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
166 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
174 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
184 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
192 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
203 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java106 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
120 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
128 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
134 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
143 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
165 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
173 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
183 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
191 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
202 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/time/tck/java/time/chrono/
H A DTCKChronoPeriod.java106 ChronoPeriod period = chrono.period(1, 2, 3); in test_serialization() local
120 ChronoPeriod period = chrono.period(1, 2, 3); in test_get() local
128 ChronoPeriod period = chrono.period(1, 2, 3); in test_get_unsupported() local
134 ChronoPeriod period = chrono.period(1, 2, 3); in test_getUnits() local
143 ChronoPeriod period = chrono.period(1, 2, 3); in test_getChronology() local
165 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus() local
173 ChronoPeriod period = chrono.period(1, 2, 3); in test_plus_wrongChrono() local
183 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus() local
191 ChronoPeriod period = chrono.period(1, 2, 3); in test_minus_wrongChrono() local
202 ChronoPeriod period = chrono.period(1, 2, 3); in test_addTo() local
[all …]
/dports/devel/R-cran-lubridate/lubridate/tests/testthat/
H A Dtest-periods.R4 x <- period()
30 period(days = 10))
34 period())
38 period())
48 period("11d 3s"))
51 period("11d 3s"))
63 period(days = 2))
176 tt <- period(24, "hours") + period(60, "minutes")
238 period(
537 c(period(), period(3), NULL, logical(), period(1, "days")),
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/date_time/
H A Dperiod.hpp51 class period : private class
76 period intersection(const period& other) const;
77 period merge(const period& other) const;
78 period span(const period& other) const;
89 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
100 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
154 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
163 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
284 period<point_rep,duration_rep>
310 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in pdalboost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in pdalboost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/date_time/
H A Dperiod.hpp78 period intersection(const period& other) const;
79 period merge(const period& other) const;
80 period span(const period& other) const;
91 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
102 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
156 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
165 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
313 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>
339 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/date_time/
H A Dperiod.hpp51 class period : private class
77 period intersection(const period& other) const;
78 period merge(const period& other) const;
79 period span(const period& other) const;
90 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
101 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
155 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
164 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
312 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/date_time/
H A Dperiod.hpp78 period intersection(const period& other) const;
79 period merge(const period& other) const;
80 period span(const period& other) const;
91 period<point_rep,duration_rep>::period(point_rep first_point, in period() function in boost::date_time::period
102 period<point_rep,duration_rep>::period(point_rep first_point, duration_rep len) : in period() function in boost::date_time::period
156 bool period<point_rep,duration_rep>::operator==(const period& rhs) const in operator ==()
165 bool period<point_rep,duration_rep>::operator<(const period& rhs) const in operator <()
313 period<point_rep,duration_rep>
338 period<point_rep,duration_rep>
339 period<point_rep,duration_rep>::merge(const period<point_rep,duration_rep>& other) const in merge()
[all …]

12345678910>>...467