Home
last modified time | relevance | path

Searched refs:daysinmonth (Results 1 – 25 of 84) sorted by last modified time

1234

/dports/www/e107/e107/e107_handlers/
H A Dcron_class.php462 function daysinmonth($month, $year) function in CronParser
816 $daysinmonth = $this->daysinmonth($month, $year);
817 $daysmonth = $this->_sanitize($daysmonth, 1, $daysinmonth);
838 $daysinmonth = $this->daysinmonth($month, $year);
839 $this->debug("Number of days in $year-$month : $daysinmonth");
841 for ($i = 1; $i <= $daysinmonth; $i++)
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/network/
H A Dzenus_211 $temphash->{daysinmonth}
/dports/math/gap/gap-4.11.0/doc/ref/
H A Dmanual.six5868 "daysinmonth", "X8791B0B386D59ADB" ],
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dwhine.pl97 my @daysinmonth = qw(0 31 28 31 30 31 30 31 31 30 31 30 31);
103 $daysinmonth[2] = 29;
492 ($now_day == $daysinmonth[$now_month] ))
612 if ($daysinmonth[$now_month] == $now_day) {
615 $add_days = $daysinmonth[$month] + 1;
618 $add_days = $daysinmonth[$now_month] - $now_day;
650 $add_days += $daysinmonth[$now_month];
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dwhine.pl96 my @daysinmonth = qw(0 31 28 31 30 31 30 31 31 30 31 30 31);
102 $daysinmonth[2] = 29;
532 ($now_day == $daysinmonth[$now_month] ))
652 if ($daysinmonth[$now_month] == $now_day) {
655 $add_days = $daysinmonth[$month] + 1;
658 $add_days = $daysinmonth[$now_month] - $now_day;
690 $add_days += $daysinmonth[$now_month];
/dports/net/calendarsupport/calendarsupport-21.12.3/src/printing/
H A Dcalprintpluginbase.cpp1282 int daysinmonth = dt.daysInMonth(); in drawMonth() local
1284 maxdays = daysinmonth; in drawMonth()
1294 if (daysinmonth < maxdays) { in drawMonth()
1295 QRect dayBox(box.left(), daysBox.top() + qRound(dayheight * daysinmonth), box.width(), 0); in drawMonth()
1306 QDate endDate(dt.year(), dt.month(), daysinmonth); in drawMonth()
1311 for (int d = 0; d < daysinmonth; ++d) { in drawMonth()
1453 for (int d = 0; d < daysinmonth; ++d) { in drawMonth()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dateutil/
H A Drrule.py990 daysinmonth = calendar.monthrange(year, month)[1]
991 if day > daysinmonth:
992 while day > daysinmonth:
993 day -= daysinmonth
1001 daysinmonth = calendar.monthrange(year, month)[1]
/dports/deskutils/remind/remind-03.03.11/tests/
H A Dtest.cmp7009 "monthname":"January","year":2012,"daysinmonth":31,"firstwkday":0,"mondayfirst":0,"daynames":["Sund…
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dateutil/
H A Drrule.py1018 daysinmonth = calendar.monthrange(year, month)[1]
1019 if day > daysinmonth:
1020 while day > daysinmonth:
1021 day -= daysinmonth
1029 daysinmonth = calendar.monthrange(year, month)[1]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dtimekpr.cpp226 …static const UINT8 daysinmonth[] = { 0x31, 0x28, 0x31, 0x30, 0x31, 0x30, 0x31, 0x31, 0x30, 0x31, 0… in TimeKeeperTick() local
239 maxdays = daysinmonth[ month - 1 ]; in TimeKeeperTick()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dcm4_functions.c910 daysinmonth[0] = 31; in ydtomjdx()
912 daysinmonth[2] = 31; in ydtomjdx()
913 daysinmonth[3] = 30; in ydtomjdx()
914 daysinmonth[4] = 31; in ydtomjdx()
915 daysinmonth[5] = 30; in ydtomjdx()
916 daysinmonth[6] = 31; in ydtomjdx()
917 daysinmonth[7] = 31; in ydtomjdx()
918 daysinmonth[8] = 30; in ydtomjdx()
919 daysinmonth[9] = 31; in ydtomjdx()
920 daysinmonth[10] = 30; in ydtomjdx()
[all …]
/dports/www/moodle310/moodle/lib/classes/task/
H A Dscheduled_task.php343 $daysinmonth = date("t");
344 $validdays = $this->eval_cron_field($this->day, 1, $daysinmonth);
368 $daysincrementbymonth += $daysinmonth;
392 if ($nextvaliddayofmonth > $daysinmonth) {
394 $nextvaliddayofmonth -= $daysinmonth;
/dports/www/moodle310/moodle/lib/
H A Dstatslib.php1513 $daysinmonth = date('n', mktime(0, 0, 0, $month+1, 1, $year));
1514 if ($day > $daysinmonth) {
1515 $dayofnextmonth = $daysinmonth;
H A Dmoodlelib.php2511 $daysinmonth = days_in_month($month, $year);
2518 return ($startday == -1) ? $daysinmonth : abs($startday);
2524 $startday = -1 * $daysinmonth;
2530 $lastmonthweekday = dayofweek($daysinmonth, $month, $year);
2533 $lastinmonth = $daysinmonth + $weekday - $lastmonthweekday;
2534 if ($lastinmonth > $daysinmonth) {
/dports/www/moodle311/moodle/lib/classes/task/
H A Dscheduled_task.php362 $daysinmonth = date("t");
363 $validdays = $this->eval_cron_field($this->day, 1, $daysinmonth);
387 $daysincrementbymonth += $daysinmonth;
411 if ($nextvaliddayofmonth > $daysinmonth) {
413 $nextvaliddayofmonth -= $daysinmonth;
/dports/www/moodle311/moodle/lib/
H A Dmoodlelib.php2519 $daysinmonth = days_in_month($month, $year);
2526 return ($startday == -1) ? $daysinmonth : abs($startday);
2532 $startday = -1 * $daysinmonth;
2538 $lastmonthweekday = dayofweek($daysinmonth, $month, $year);
2541 $lastinmonth = $daysinmonth + $weekday - $lastmonthweekday;
2542 if ($lastinmonth > $daysinmonth) {
H A Dstatslib.php1513 $daysinmonth = date('n', mktime(0, 0, 0, $month+1, 1, $year));
1514 if ($day > $daysinmonth) {
1515 $dayofnextmonth = $daysinmonth;
/dports/www/moodle39/moodle/lib/classes/task/
H A Dscheduled_task.php343 $daysinmonth = date("t");
344 $validdays = $this->eval_cron_field($this->day, 1, $daysinmonth);
368 $daysincrementbymonth += $daysinmonth;
392 if ($nextvaliddayofmonth > $daysinmonth) {
394 $nextvaliddayofmonth -= $daysinmonth;
/dports/www/moodle39/moodle/lib/
H A Dmoodlelib.php2511 $daysinmonth = days_in_month($month, $year);
2518 return ($startday == -1) ? $daysinmonth : abs($startday);
2524 $startday = -1 * $daysinmonth;
2530 $lastmonthweekday = dayofweek($daysinmonth, $month, $year);
2533 $lastinmonth = $daysinmonth + $weekday - $lastmonthweekday;
2534 if ($lastinmonth > $daysinmonth) {
H A Dstatslib.php1513 $daysinmonth = date('n', mktime(0, 0, 0, $month+1, 1, $year));
1514 if ($day > $daysinmonth) {
1515 $dayofnextmonth = $daysinmonth;
/dports/devel/py-xarray/xarray-0.20.1/doc/
H A Dapi-hidden.rst85 core.accessor_dt.DatetimeAccessor.daysinmonth
H A Dapi.rst524 DataArray.dt.daysinmonth
/dports/devel/py-xarray/xarray-0.20.1/xarray/coding/
H A Dfrequencies.py261 cal = date.day == date.daysinmonth
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Daccessor_dt.py403 daysinmonth = days_in_month variable in DatetimeAccessor
/dports/devel/py-xarray/xarray-0.20.1/xarray/tests/
H A Dtest_cftimeindex.py251 expected = [date.daysinmonth for date in index]

1234