Searched refs:calendar_days_in_month (Results 1 – 15 of 15) sorted by relevance
/dports/www/moodle310/moodle/calendar/ |
H A D | export_execute.php | 108 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 D | export.php | 137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
|
H A D | lib.php | 1962 function calendar_days_in_month($month, $year) { function 2070 $upperbound = calendar_days_in_month($month, $year);
|
/dports/www/moodle311/moodle/calendar/ |
H A D | export_execute.php | 108 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 D | export.php | 137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
|
H A D | lib.php | 1962 function calendar_days_in_month($month, $year) { function 2070 $upperbound = calendar_days_in_month($month, $year);
|
/dports/www/moodle39/moodle/calendar/ |
H A D | export_execute.php | 108 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 D | export.php | 137 …'allownextmonth' => calendar_days_in_month($now['mon'], $now['year']) - $now['mday'] < $numberofda…
|
H A D | lib.php | 1961 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 D | calendar.h | 30 int calendar_days_in_month (int y, int m);
|
H A D | calendar.c | 241 calendar_days_in_month (int y, int m) in calendar_days_in_month() function
|
/dports/www/moodle310/moodle/calendar/tests/ |
H A D | calendartype_test.php | 200 …$this->assertEquals($calendar->get_num_days_in_month('1986', '9'), calendar_days_in_month('9', '19…
|
/dports/www/moodle311/moodle/calendar/tests/ |
H A D | calendartype_test.php | 199 …$this->assertEquals($calendar->get_num_days_in_month('1986', '9'), calendar_days_in_month('9', '19…
|
/dports/www/moodle39/moodle/calendar/tests/ |
H A D | calendartype_test.php | 200 …$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 D | helpers.c | 363 if (method == SUM_CLOSEST && d > calendar_days_in_month (y, m)) 364 d = calendar_days_in_month (y, m);
|