Home
last modified time | relevance | path

Searched refs:julian_to_str (Results 1 – 10 of 10) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_utils.c36 julian_to_str (guint32 julian_day, gint date_format, gint override_locale) in julian_to_str() function
217 julian_to_str (julian, config.date_format, config.override_locale_settings), in get_date_time_str()
235 julian_to_str (julian, config.date_format, config.override_locale_settings), in get_date_time_full_str()
240 julian_to_str (julian, config.date_format, config.override_locale_settings)); in get_date_time_full_str()
H A Dcalendar_utils.h47 gchar* julian_to_str (guint32 julian_day, gint date_format, gint override_lo…
H A Dcontacts.c119 … value = g_strdup((const gchar *) julian_to_str(date, DATE_FULL, config.override_locale_settings)); in contacts_list_filter_cb()
121 …value = g_strdup((const gchar *) julian_to_str(date, DATE_NAME_DAY, config.override_locale_setting… in contacts_list_filter_cb()
274 … text = g_strdup((const gchar *) julian_to_str(date, DATE_FULL, config.override_locale_settings)); in contacts_item_selected_cb()
276 …text = g_strdup((const gchar *) julian_to_str(date, DATE_NAME_DAY, config.override_locale_settings… in contacts_item_selected_cb()
H A Dcheck_events.c906julian_to_str (n->date, config.date_format, config.override_locale_settings), in add_note_to_event_window()
1156 julian_to_str (julian_day, config.date_format, config.override_locale_settings),
1216julian_to_str (j, config.date_format, config.override_locale_settings),
H A Dcontacts_items.c330 temp = julian_to_str (julian_day, DATE_FULL, config.override_locale_settings); in select_date_selected_cb()
334 temp = julian_to_str (julian_day, DATE_NAME_DAY, config.override_locale_settings); in select_date_selected_cb()
1063 … text = g_strdup((const gchar *)julian_to_str(date, DATE_FULL, config.override_locale_settings)); in contacts_add_edit_dialog_show()
1066 …text = g_strdup((const gchar *)julian_to_str(date, DATE_NAME_DAY, config.override_locale_settings)… in contacts_add_edit_dialog_show()
H A Dcontacts_birthdays.c341 …g_strlcat (buff, julian_to_str (g_date_get_julian (cdate_birthday), config.date_format, config.ove… in contacts_create_birthdays_window()
H A Dcontacts_export.c653 … text = g_strdup((const gchar *) julian_to_str(date, DATE_DD_MM_YYYY, TRUE)); in export_contacts()
655 … text = g_strdup((const gchar *) julian_to_str(date, DATE_DD_MM_YYYY, TRUE)); in export_contacts()
H A Dcalendar_ical.c799 julian_to_str (julian, config.date_format, config.override_locale_settings), in ical_events_list_create()
824 … I_COLUMN_DATE, julian_to_str (julian, DATE_NAME_DAY, config.override_locale_settings), in ical_events_list_create()
1245 … IE_COLUMN_DATE, julian_to_str (julian, DATE_FULL, config.override_locale_settings), in add_export_item_to_list()
H A Dcalendar_notes.c462 … DN_COLUMN_DATE, julian_to_str (julian_day, config.date_format, config.override_locale_settings), in notes_display_items()
H A Dtasks.c295 … _("Started"), julian_to_str (start_date_julian, DATE_FULL, config.override_locale_settings)); in tasks_item_selected()
321 … _("Finished"), julian_to_str (done_date_julian, DATE_FULL, config.override_locale_settings)); in tasks_item_selected()