Home
last modified time | relevance | path

Searched refs:g_date_get_days_in_month (Results 1 – 25 of 72) sorted by relevance

123

/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Dheader.cc185 day=std::min<gint>(day, g_date_get_days_in_month((GDateMonth)month, year)); in date()
231 day += g_date_get_days_in_month ((GDateMonth)month, year); in date()
233 else if (day > g_date_get_days_in_month ((GDateMonth)month, year)) { in date()
234 day -= g_date_get_days_in_month ((GDateMonth)month, year); in date()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgdate.h254 guint8 g_date_get_days_in_month (GDateMonth month,
301 #define g_date_days_in_month g_date_get_days_in_month GLIB_DEPRECATED_MACRO_IN_2_26_FOR(g_date_ge…
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc131 function g_date_get_days_in_month (month: TGDateMonth; year: TGDateYear):guint8;cdecl;external g…
159 …onth: TGDateMonth; year: TGDateYear):guint8;cdecl;external gliblib name 'g_date_get_days_in_month';
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgdate.inc131 function g_date_get_days_in_month (month: TGDateMonth; year: TGDateYear):guint8;cdecl;external g…
159 …onth: TGDateMonth; year: TGDateYear):guint8;cdecl;external gliblib name 'g_date_get_days_in_month';
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DRecurrence.c107 g_date_set_day(&r->start, g_date_get_days_in_month in recurrenceSet()
114 dim = g_date_get_days_in_month(g_date_get_month(&r->start), in recurrenceSet()
165 dim = g_date_get_days_in_month( in nth_weekday_compare()
351 dim = g_date_get_days_in_month(g_date_get_month(next), in recurrenceNextInstance()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_notes.c522 julian_end = utl_date_dmy_to_julian (g_date_get_days_in_month (month, year), month, year); in refresh_notes_list()
527 julian_end = utl_date_dmy_to_julian (g_date_get_days_in_month (month, year), month, year); in refresh_notes_list()
531 julian_end = utl_date_dmy_to_julian (g_date_get_days_in_month (12, year), 12, year); in refresh_notes_list()
536 julian_end = utl_date_dmy_to_julian (g_date_get_days_in_month (12, year), 12, year); in refresh_notes_list()
542 julian_end = utl_date_dmy_to_julian (g_date_get_days_in_month (month, year), month, year); in refresh_notes_list()
H A Dutils_date.c106 return g_date_get_days_in_month (g_date_get_month (date), g_date_get_year (date)); in utl_date_get_days_in_month()
130 gint days = g_date_get_days_in_month (month, year); in utl_date_set_valid_dmy()
H A Dcalendar_jumpto.c150 appGUI->cal->jday <= g_date_get_days_in_month (appGUI->cal->jmonth, appGUI->cal->jyear)) { in jumpto_go_window_close_cb()
/dports/deskutils/gnome-calendar/gnome-calendar-41.2/src/utils/
H A Dgcal-date-time-utils.c60 return g_date_get_days_in_month (g_date_time_get_month (date), in gcal_date_time_get_days_in_month()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Ddatetime.c459 int ndays = g_date_get_days_in_month in go_coup_cd()
471 int ndays = g_date_get_days_in_month in go_coup_cd()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DDate.cs317 static extern byte g_date_get_days_in_month(int month, ushort year); in g_date_get_days_in_month() method in GLib.Date
320 byte raw_ret = g_date_get_days_in_month(month, year); in GetDaysInMonth()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/
H A Ddate.rs217 unsafe { glib_sys::g_date_get_days_in_month(month.to_glib(), year) } in get_days_in_month()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Ddate.cc331 return g_date_get_days_in_month((GDateMonth)month, year); in get_days_in_month()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_scheduler.c603 last_day = g_date_get_days_in_month (g_date_get_month (date), in gsb_scheduler_check_scheduled_transactions_time_limit()
H A Dgsb_calendar_entry.c696 g_date_get_days_in_month (month, year)); in gsb_calendar_entry_calendar_key_press()
/dports/devel/glib20/glib-2.70.4/tests/
H A Dtestgdate.c195 guint8 dim = g_date_get_days_in_month(m,y); in main()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dtest-recurrence.c120 g_date_get_days_in_month( in check_valid()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Ddate.rs330 unsafe { ffi::g_date_get_days_in_month(month.into_glib(), year) } in days_in_month()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/
H A Ddate.rs330 unsafe { ffi::g_date_get_days_in_month(month.into_glib(), year) } in days_in_month()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/
H A Ddate.rs330 unsafe { ffi::g_date_get_days_in_month(month.into_glib(), year) } in days_in_month()

123