Home
last modified time | relevance | path

Searched refs:current_month (Results 1 – 25 of 67) sorted by relevance

123

/dports/security/gpa/gpa-0.10.0/src/
H A Dgpadatebutton.c56 guint current_month; /* 1..12 ! */ member
81 if (!self->current_day && !self->current_month && !self->current_year) in update_widgets()
85 self->current_year, self->current_month, self->current_day); in update_widgets()
91 self->current_month-1, self->current_year); in update_widgets()
122 &self->current_month, in day_selected_cb()
124 self->current_month++; in day_selected_cb()
296 self->current_month = 0; in gpa_date_button_set_date()
302 self->current_month = g_date_get_month (date); in gpa_date_button_set_date()
319 self->current_month, self->current_year)) in gpa_date_button_get_date()
323 self->current_month, self->current_year); in gpa_date_button_get_date()
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/ci/date-check/src/
H A Dmain.rs90 current_month: Date, in filter_dates()
101 current_month in filter_dates()
119 let current_month = Date { in main() localVariable
126 filter_dates(current_month, 6, dates_by_file.into_iter()).collect(); in main()
131 println!("Date Reference Triage for {}", current_month); in main()
139 current_month = current_month in main()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/hospitals/
H A Dplayer_hospital.lua196 local current_month = today:monthOfYear()
208 elseif self.balance < -2000 and current_month > 8 then
217 self:checkReceptionAdvice(current_month, current_year)
223 function PlayerHospital:checkReceptionAdvice(current_month, current_year)
228 if num_receptionists ~= 0 and current_month > 2 and not self.adviser_data.reception_advice then
232 elseif num_receptionists == 0 and current_month > 2 and self:countReceptionDesks() ~= 0 then
235 elseif current_month == 3 then
238 elseif current_month == 8 then
241 elseif current_month == 11 then
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_task.php141 $next_month = $current_month = date("m", $time);
259 if($reset_month || !run_time_exists($task['month'], $current_month))
272 if(build_next_run_bit($task['month'], $current_month) != false)
274 $next_month = build_next_run_bit($task['month'], $current_month);
281 if($next_month < $current_month)
303 if($next_month == $current_month && $next_day == $current_day && $next_hour < $current_hour)
/dports/mail/gensig/gensig-2.3/
H A Dsigparams.c124 int current_day, current_month; in foreach_sigparams() local
132 current_month = localtime(& current_time) -> tm_mon; in foreach_sigparams()
139 current_month != last_eval_month) in foreach_sigparams()
142 last_eval_month = current_month; in foreach_sigparams()
/dports/deskutils/horde-kronolith/kronolith-4.2.29/lib/Block/
H A DMonthlist.php70 $current_month = '';
137 if ($current_month != $day->month) {
158 if ($current_month == $day->month) {
205 $current_month = $day->strftime('%m');
H A DPrevmonthlist.php80 $current_month = '';
125 if ($current_month != $day->month) {
126 $current_month = $day->strftime('%m');
/dports/deskutils/plans/plans_8.2.1/
H A Dplans.cgi3141 $current_month++;
3145 $current_month=0;
3548 $current_month +=1;
3550 $current_month=0;
3814 $current_month +=1;
3816 $current_month=0;
3951 $current_month +=1;
3953 $current_month=0;
4042 $current_month +=1;
4044 $current_month=0;
[all …]
/dports/games/simutrans/simutrans-121.0/dataobj/
H A Drecords.cc41 void records_t::notify_record( convoihandle_t cnv, sint32 max_speed, koord k, uint32 current_month ) in notify_record() argument
66 sr->year_month = current_month; in notify_record()
76 if(sr->owner==NULL && current_month!=sr->year_month) { in notify_record()
/dports/games/widelands/widelands-build21/src/wui/
H A Dsavegameloader.cc121 int8_t current_month = currenttime->tm_mon; in add_time_info() local
127 if (savedate->tm_year == current_year && savedate->tm_mon == current_month && in add_time_info()
143 } else if ((savedate->tm_year == current_year && savedate->tm_mon == current_month && in add_time_info()
146 current_month == 0 && savedate->tm_mday == 31 && in add_time_info()
/dports/devel/github-backup-utils/github-backup-utils-v3.1.0/share/github-backup-utils/
H A Dghe-restore-es-audit-log36 current_month=$(printf "audit_log(-[0-9]+)?-%4d-%02d(-[0-9]+)?" $this_yr $this_mth)
45 …ost:9201/$index > /dev/null" || [[ $index =~ $last_month ]] || [[ $index =~ $current_month ]]; then
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMonthCalendar.cs125 current_month = new DateTime (now.Year , now.Month, 1); in MonthCalendar()
579 this.current_month = current_month.AddMonths(year_diff * 12 + month_diff);
638 if (current_month != new_month)
639 current_month = new_month;
905 start = new DateTime (current_month.Year, current_month.Month, 1); in GetDisplayRange()
1310 if (value.Month != current_month.Month ||
1311 value.Year != current_month.Year) {
1323 current_month = value;
1329 return current_month;
2268 if (current < this.current_month) { in InvalidateDateRange()
[all …]
/dports/deskutils/xmdiary/xmdiary-3.0.3/xtools/
H A DXmUbMonthD.c704 *month = md -> md.current_month; in ButtonDate()
2040 if( new -> md.current_month == 0 ) in Initialize()
2041 new -> md.current_month = in Initialize()
2154 md -> md.current_month --; in MonthScrolledCB()
2158 md -> md.current_month ++; in MonthScrolledCB()
2165 if( md -> md.current_month > 12 ){ in MonthScrolledCB()
2166 md -> md.current_month = 1; in MonthScrolledCB()
2170 md -> md.current_month = 12; in MonthScrolledCB()
2175 md -> md.current_month = 1; in MonthScrolledCB()
3520 md -> md.current_month = month; in XmUbMonthDisplaySetMonth()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dlaprensa_ni.recipe29 current_month = months_es[datetime.date.today().month - 1]
31 "http://www.laprensa.com.ni/archivo/%Y/" + current_month + "/%d/noticias/")
/dports/databases/percona57-server/boost_1_59_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/examples/
H A Dcalendar.cpp58 int current_month = now / period::month(); in main() local
62 for(;now / period::month() == current_month ;now += period::day()) { in main()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/gaussian_process/
H A Dplot_gpr_co2.py178 current_month = today.year + today.month / 12 variable
179 X_test = np.linspace(start=1958, stop=current_month, num=1_000).reshape(-1, 1)
/dports/www/p5-Apache-ASP/Apache-ASP-2.63/lib/Apache/ASP/
H A DDate.pm31 my($current_month, $current_year) = (localtime)[4, 5];
164 $yr-- if $mon > $current_month;

123