Home
last modified time | relevance | path

Searched refs:calendar_days_in_month (Results 1 – 15 of 15) sorted by relevance

/dports/www/moodle310/moodle/calendar/
H A Dexport_execute.php108 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
119 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
132 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
143 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS);
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS);
H A Dexport.php137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
H A Dlib.php1962 function calendar_days_in_month($month, $year) { function
2070 $upperbound = calendar_days_in_month($month, $year);
/dports/www/moodle311/moodle/calendar/
H A Dexport_execute.php108 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
119 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
132 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
143 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS);
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS);
H A Dexport.php137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
H A Dlib.php1962 function calendar_days_in_month($month, $year) { function
2070 $upperbound = calendar_days_in_month($month, $year);
/dports/www/moodle39/moodle/calendar/
H A Dexport_execute.php108 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
119 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
132 if ($startmonthday > calendar_days_in_month($startmonth, $startyear)) {
143 if ($endmonthday > calendar_days_in_month($endmonth, $endyear)) {
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS);
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS);
H A Dexport.php137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
H A Dlib.php1961 function calendar_days_in_month($month, $year) { function
2069 $upperbound = calendar_days_in_month($month, $year);
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dcalendar.h30 int calendar_days_in_month (int y, int m);
H A Dcalendar.c241 calendar_days_in_month (int y, int m) in calendar_days_in_month() function
/dports/www/moodle310/moodle/calendar/tests/
H A Dcalendartype_test.php200 …$this->assertEquals($calendar->get_num_days_in_month('1986', '9'), calendar_days_in_month('9', '19…
/dports/www/moodle311/moodle/calendar/tests/
H A Dcalendartype_test.php199 …$this->assertEquals($calendar->get_num_days_in_month('1986', '9'), calendar_days_in_month('9', '19…
/dports/www/moodle39/moodle/calendar/tests/
H A Dcalendartype_test.php200 …$this->assertEquals($calendar->get_num_days_in_month('1986', '9'), calendar_days_in_month('9', '19…
/dports/math/pspp/pspp-1.4.1/src/language/expressions/
H A Dhelpers.c363 if (method == SUM_CLOSEST && d > calendar_days_in_month (y, m))
364 d = calendar_days_in_month (y, m);