Home
last modified time | relevance | path

Searched refs:next_month (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_task.php141 $next_month = $current_month = date("m", $time);
263 $next_month++;
264 if($next_month > 12)
267 $next_month = 1;
274 $next_month = build_next_run_bit($task['month'], $current_month);
278 $next_month = fetch_first_run_time($task['month']);
281 if($next_month < $current_month)
296 $new_weekday = date("w", mktime($next_hour, $next_minute, 0, $next_month, 1, $next_year));
314 $next_month = fetch_first_run_time($task['month']);
315 if($next_month == 0) $next_month = 1;
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/date/
H A Dnext_month_spec.rb6 d = Date.new(2000, 7, 1).next_month
11 d = Date.new(2000, 7, 1).next_month(3)
16 d = Date.new(2000, 12, 1).next_month(3)
21 d = Date.new(2000, 1, 31).next_month(2)
26 d = Date.new(2001, 1, 30).next_month
/dports/devel/p5-Time-Moment/Time-Moment-0.44/eg/
H A Dcal.pl59 my $next_month = $Moment->plus_months(1);
63 while ($date->is_before($next_month)) {
69 elsif ($date->is_before($next_month)) {
/dports/finance/beancount/beancount-2.3.3/beancount/utils/
H A Ddate_utils_test.py41 date_utils.next_month(datetime.date(2015, 10, 1)))
43 date_utils.next_month(datetime.date(2015, 10, 30)))
45 date_utils.next_month(datetime.date(2015, 12, 15)))
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/plugins/calendar/
H A Dday.php44 $prev_date, $next_month, $next_day, $next_year, $next_date;
57 … "<a href=\"day.php?year=$next_year&amp;month=$next_month&amp;day=$next_day\">".
165 $next_month = date ('m',$next_date); variable
H A Dcalendar.php46 $next_month = date( 'm', $next_date);
64 "<a href=\"$self?year=$next_year&amp;month=$next_month\">" .
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/test/
H A Dcalendar.t48 next_month = datetime.now() + timedelta(days=32)
51 self.next_month = timestamp_in_holiday_format(next_month)
97 …tart:{0} rc.holiday.test.end:{1} rc.calendar.holidays:full".format(self.tomorrow, self.next_month))
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcalendar.cc203 klass->next_month = &next_month_callback; in class_init_function()
386 if(base && base->next_month) in next_month_callback()
387 (*base->next_month)(self); in next_month_callback()
775 if(base && base->next_month) in on_next_month()
776 (*base->next_month)(gobj()); in on_next_month()
/dports/lang/ruby26/ruby-2.6.9/test/date/
H A Dtest_date_arith.rb198 d = Date.new(2000,1,31).next_month(-1)
200 d = Date.new(2000,1,31).next_month
202 d = Date.new(2000,1,31).next_month(12)
204 d = Date.new(2000,1,31).next_month(13)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dcalendar.cc209 klass->next_month = &next_month_callback; in class_init_function()
392 if(base && base->next_month) in next_month_callback()
393 (*base->next_month)(self); in next_month_callback()
792 if(base && base->next_month) in on_next_month()
793 (*base->next_month)(gobj()); in on_next_month()
/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dmonth.php39 $next_month = date("Ymd", $next_month_time); variable
89 'next_month' => $next_month,
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A Dcalendar.cxx152 c->next_month (); in fl_calendar_nxt_month_cb()
300 Fl_Calendar::next_month () in next_month() function in Fl_Calendar
302 Date::next_month(); in next_month()
361 next_month (); in handle()
382 next_month (); in handle()
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dcalendar.cxx148 c->next_month (); in fl_calendar_nxt_month_cb()
296 Fl_Calendar::next_month () in next_month() function in Fl_Calendar
298 Date::next_month(); in next_month()
357 next_month (); in handle()
378 next_month (); in handle()
/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A Dcalendar.cxx142 c->next_month (); in fl_calendar_nxt_month_cb()
282 void Fl_Calendar::next_month () in next_month() function in Fl_Calendar
284 Date::next_month(); in next_month()
339 next_month (); in handle()
356 next_month (); in handle()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A Dcalendar.cxx149 c->next_month (); in fl_calendar_nxt_month_cb()
298 Fl_Calendar::next_month () in next_month() function in Fl_Calendar
300 Date::next_month(); in next_month()
359 next_month (); in handle()
380 next_month (); in handle()
/dports/mail/squirrelmail-shared_calendars-plugin/squirrelmail-shared_calendars-plugin-php74-2.0.1_3/calendar/interface/
H A Dhelper_time.php48 $next_month = date('n', $next_date);
65 . "&year=$next_year&month=$next_month\">"
H A Dhelper_month.php43 $next_month = date('n', $next_date);
60 . "&year=$next_year&month=$next_month\">"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/support/
H A Ddates.rb11 current_date.next_month.strftime("%Y/%m/%d")
/dports/devel/p5-DateTime-Event-Cron/DateTime-Event-Cron-0.09/lib/DateTime/Event/
H A DCron.pm350 my($next_min, $next_hour, $next_day, $next_month) =
359 $next_month = $self->month->next($last_month);
360 if ($next_month <= $last_month) {
363 $last_month = $next_month;
375 month => $next_month,
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dchoose_week.php224 $next_month = ($month==12) ? 1 : $month+1; variable
226 $ts_next_month = mktime(0, 0, 0, $next_month , 1 , $next_year );
/dports/devel/p5-Date-EzDate/Date-EzDate-1.16/t/
H A Dtest.t139 $date->next_month(2);
147 $date->next_month(-25);
155 $date->next_month(12);
/dports/astro/py-metar/metar-1.8.0/test/
H A Dtest_metar.py220 next_month = (today.month % 12) + 1
223 report = Metar.Metar("KEWR 101651Z", month=next_month)
225 assert report.time.month == next_month
226 if next_month > 1:
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOFIRMA.h57 void next_month();
H A DOF_MINE.h81 void next_month();
H A DOF_FACT.h69 void next_month();

1234567891011