Home
last modified time | relevance | path

Searched refs:cal_month (Results 1 – 11 of 11) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/
H A Dcalendar-page.phtml44 …= e(route(CalendarPage::class, ['cal' => $cal, 'day' => $d, 'month' => $cal_month, 'year' => $cal_…
61 <?php if ($m === $cal_month) : ?>
83 <input type="hidden" name="month" value="<?= e($cal_month) ?>">
88 …ndarPage::class, ['cal' => $cal, 'day' => $cal_date->day(), 'month' => $cal_month, 'year' => $cal_…
94 …ndarPage::class, ['cal' => $cal, 'day' => $cal_date->day(), 'month' => $cal_month, 'year' => $cal_…
98 …ndarPage::class, ['cal' => $cal, 'day' => $cal_date->day(), 'month' => $cal_month, 'year' => $toda…
114 <input type="hidden" name="month" value="<?= e($cal_month) ?>">
145 …ndarPage::class, ['cal' => $cal, 'day' => $cal_date->day(), 'month' => $cal_month, 'year' => $cal_…
155 …ndarPage::class, ['cal' => $cal, 'day' => $cal_date->day(), 'month' => $cal_month, 'year' => $cal_…
169 <input type="hidden" name="month" value="<?= e($cal_month) ?>">
[all …]
/dports/www/nanoblogger/nanoblogger-3.4.2/plugins/
H A Dcalendar.sh12 cal_month="$2"
22 [ -z "$cal_month" ] &&
23 cal_month=`date +%m`
24 query_cal=$cal_year.$cal_month
25 [ ! -z "$DATE_LOCALE" ] && CALENDAR=`LC_ALL="$DATE_LOCALE" $CAL_CMD $CAL_ARGS "$cal_month" "$cal_ye…
26 [ -z "$DATE_LOCALE" ] && CALENDAR=`$CAL_CMD $CAL_ARGS "$cal_month" "$cal_year"`
65 if [ "$cal_year$cal_month$dn" = "$entry_year$entry_month$entry_day" ] ; then
/dports/deskutils/calendar/calendar-0.9.2/
H A Ddates.c46 struct cal_month *months;
50 struct cal_month { struct
56 struct cal_month *nextmonth; argument
91 struct cal_month *pm, *pmp; in createdate()
137 pm = (struct cal_month *)calloc(1, sizeof(struct cal_month)); in createdate()
240 struct cal_month *m; in dumpdates()
266 struct cal_month *m; in remember_ymd()
302 struct cal_month *m; in remember_yd()
352 struct cal_month *m; in first_dayofweek_of_month()
378 static struct cal_month *m = NULL; in walkthrough_dates()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dcalendar.php106 $cal_month = $cal_date->format('%O'); variable
141 <input type="hidden" name="month" value="<?php echo $cal_month ?>">
162 …echo '<a href="?cal=', $cal, '&amp;day=', $d, '&amp;month=', $cal_month, '&amp;year=', $cal_date->…
206 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
210 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
214 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
239 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
244 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
248 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
291 …p echo $cal ?>&amp;day=<?php echo $cal_date->d ?>&amp;month=<?php echo $cal_month ?>&amp;year=<?ph…
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/misc-utils/
H A Dcal.c229 struct cal_month { struct
234 struct cal_month *next; argument
240 static void set_consecutive_months(struct cal_month *month, int m, int32_t y);
241 static void cal_fill_month(struct cal_month *month, const struct cal_control *ctl);
525 static void set_consecutive_months(struct cal_month *month, int m, int32_t y) in set_consecutive_months()
527 struct cal_month *i; in set_consecutive_months()
597 struct cal_month *i; in cal_output_header()
640 struct cal_month *i; in cal_output_months()
701 struct cal_month month; in monthly()
715 struct cal_month m1, m2, m3, *i; in monthly3()
[all …]
/dports/devel/util-linux/util-linux-2.36/misc-utils/
H A Dcal.c239 struct cal_month { struct
244 struct cal_month *next; argument
251 static void cal_fill_month(struct cal_month *month, const struct cal_control *ctl);
722 static void cal_fill_month(struct cal_month *month, const struct cal_control *ctl) in cal_fill_month()
781 struct cal_month *i; in cal_output_header()
819 static void cal_vert_output_header(struct cal_month *month, in cal_vert_output_header()
823 struct cal_month *m; in cal_vert_output_header()
859 struct cal_month *i; in cal_output_months()
919 cal_vert_output_months(struct cal_month *month, const struct cal_control *ctl) in cal_vert_output_months()
924 struct cal_month *m; in cal_vert_output_months()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DCalendarPage.php114 $cal_month = $cal_date->format('%O');
139 'cal_month' => $cal_month,
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc3382 unordered_map<size_t, GtkWidget*> cal_year, cal_month, cal_day, cal_label; variable
3429cal_month[CALENDAR_GREGORIAN] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "mon… in get_calendarconversion_dialog()
3433cal_month[CALENDAR_HEBREW] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month_… in get_calendarconversion_dialog()
3437cal_month[CALENDAR_ISLAMIC] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month… in get_calendarconversion_dialog()
3441cal_month[CALENDAR_PERSIAN] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month… in get_calendarconversion_dialog()
3445cal_month[CALENDAR_INDIAN] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month_… in get_calendarconversion_dialog()
3451cal_month[CALENDAR_CHINESE] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month… in get_calendarconversion_dialog()
3455cal_month[CALENDAR_JULIAN] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month_… in get_calendarconversion_dialog()
3463cal_month[CALENDAR_COPTIC] = GTK_WIDGET(gtk_builder_get_object(calendarconversion_builder, "month_… in get_calendarconversion_dialog()
3491 gtk_combo_box_set_active(GTK_COMBO_BOX(cal_month[CALENDAR_GREGORIAN]), date.month() - 1); in get_calendarconversion_dialog()
[all …]
H A Dcallbacks.cc99 extern unordered_map<size_t, GtkWidget*> cal_year, cal_month, cal_day, cal_label;
28307 long int m = gtk_combo_box_get_active(GTK_COMBO_BOX(cal_month[(size_t) i])) + 1; in calendar_changed()
28327 gtk_combo_box_set_active(GTK_COMBO_BOX(cal_month[i2]), m - 1); in calendar_changed()
28347 …gtk_combo_box_set_active(GTK_COMBO_BOX(cal_month[CALENDAR_GREGORIAN]), mstruct->datetime()->month(… in on_menu_item_show_calendarconversion_dialog_activate()
28355 …gtk_combo_box_set_active(GTK_COMBO_BOX(cal_month[CALENDAR_GREGORIAN]), mstruct->datetime()->month(… in on_popup_menu_item_calendarconversion_activate()
/dports/deskutils/plan/plan-1.10.1/language/
H A Dplan.help648 %% cal_month
/dports/japanese/plan/plan-1.10.1/language/
H A Dplan.help648 %% cal_month