Home
last modified time | relevance | path

Searched refs:start_tt (Results 1 – 23 of 23) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor-page-schedule.c121 ICalTime *start_tt, *end_tt; in ecep_schedule_editor_times_changed_cb() local
137 if (!start_tt || !end_tt) { in ecep_schedule_editor_times_changed_cb()
138 g_clear_object (&start_tt); in ecep_schedule_editor_times_changed_cb()
171 g_clear_object (&start_tt); in ecep_schedule_editor_times_changed_cb()
200 ICalTime *start_tt, *end_tt; in ecep_schedule_set_time_to_editor() local
222 if (!start_tt || !end_tt) { in ecep_schedule_set_time_to_editor()
224 g_clear_object (&start_tt); in ecep_schedule_set_time_to_editor()
232 g_clear_object (&start_tt); in ecep_schedule_set_time_to_editor()
268 g_clear_object (&start_tt); in ecep_schedule_set_time_to_editor()
349 if (!start_tt || !end_tt) { in ecep_schedule_fill_widgets()
[all …]
H A De-comp-editor.c3364 start_tt = *pstart_tt; in ece_check_start_before_end()
3440 g_clear_object (&start_tt); in ece_check_start_before_end()
3447 i_cal_time_adjust (start_tt, 0, i_cal_time_is_date (start_tt) ? -24 : -1, 0, 0); in ece_check_start_before_end()
3455 *pstart_tt = start_tt; in ece_check_start_before_end()
3475 ICalTime *start_tt, *end_tt; in e_comp_editor_ensure_start_before_end() local
3488 if (!start_tt || !end_tt || in e_comp_editor_ensure_start_before_end()
3493 g_clear_object (&start_tt); in e_comp_editor_ensure_start_before_end()
3511 end_tt = start_tt; in e_comp_editor_ensure_start_before_end()
3512 start_tt = NULL; in e_comp_editor_ensure_start_before_end()
3516 start_tt = end_tt; in e_comp_editor_ensure_start_before_end()
[all …]
H A Dtag-calendar.c398 time_t start_tt, end_tt; in get_component_julian_range() local
409start_tt = i_cal_time_as_timet_with_zone (instance_start, i_cal_time_get_timezone (instance_start)… in get_component_julian_range()
412 *start_julian = encode_timet_to_julian (start_tt, i_cal_time_is_date (instance_start), zone); in get_component_julian_range()
413 …*end_julian = encode_timet_to_julian (end_tt - (end_tt == start_tt ? 0 : 1), i_cal_time_is_date (i… in get_component_julian_range()
911 ICalTime *start_tt = NULL; in prepare_tag() local
923 start_tt = i_cal_time_new_null_time (); in prepare_tag()
924 i_cal_time_set_date (start_tt, in prepare_tag()
945 i_cal_time_as_timet_with_zone (start_tt, closure->zone); in prepare_tag()
949 g_clear_object (&start_tt); in prepare_tag()
H A De-comp-editor-event.c90 ICalTime *start_tt; in ece_event_update_times() local
92 start_tt = e_comp_editor_property_part_datetime_get_value ( in ece_event_update_times()
95 if (cal_comp_util_compare_time_with_today (start_tt) < 0) { in ece_event_update_times()
113 g_clear_object (&start_tt); in ece_event_update_times()
H A De-cal-data-model.c1108 time_t start_tt, end_tt; in cal_data_model_instance_generated() local
1130 start_tt = i_cal_time_as_timet_with_zone (tt, i_cal_time_get_timezone (tt)); in cal_data_model_instance_generated()
1136 if (end_tt > start_tt) in cal_data_model_instance_generated()
1139 comp_data = component_data_new (comp_copy, start_tt, end_tt, FALSE); in cal_data_model_instance_generated()
1295 ICalTime *start_tt = NULL, *end_tt = NULL; in cal_data_model_process_modified_or_added_objects() local
1306 cal_comp_get_instance_times (client, icomp, data_model->priv->zone, &start_tt, &end_tt, NULL); in cal_data_model_process_modified_or_added_objects()
1308 instance_start = i_cal_time_as_timet_with_zone (start_tt, i_cal_time_get_timezone (start_tt)); in cal_data_model_process_modified_or_added_objects()
1311 g_clear_object (&start_tt); in cal_data_model_process_modified_or_added_objects()
H A Dprint.c1150 ICalTime *start_tt, *end_tt; in print_day_add_event() local
1165 start_tt = i_cal_time_new_from_timet_with_zone (start, FALSE, zone); in print_day_add_event()
1178 …event.start_minute = i_cal_time_get_hour (start_tt) * 60 + i_cal_time_get_minute (start_tt) - offs… in print_day_add_event()
3501 ICalTime *start_tt; in print_calendar() local
3505 start_tt = i_cal_time_new_null_time (); in print_calendar()
3506 i_cal_time_set_is_date (start_tt, TRUE); in print_calendar()
3507 i_cal_time_set_date (start_tt, in print_calendar()
3512 start = i_cal_time_as_timet (start_tt); in print_calendar()
3514 g_clear_object (&start_tt); in print_calendar()
H A De-week-view.c2247 ICalTime *start_tt; in e_week_view_set_first_day_shown() local
2252 start_tt = i_cal_time_new_null_time (); in e_week_view_set_first_day_shown()
2253 i_cal_time_set_date (start_tt, in e_week_view_set_first_day_shown()
2259 start_tt, in e_week_view_set_first_day_shown()
2262 g_clear_object (&start_tt); in e_week_view_set_first_day_shown()
3352 ICalTime *start_tt, *end_tt; in e_week_view_add_event() local
3365 start_tt = i_cal_time_new_from_timet_with_zone ( in e_week_view_add_event()
3392 event.start_minute = i_cal_time_get_hour (start_tt) * 60 + i_cal_time_get_minute (start_tt); in e_week_view_add_event()
3411 g_clear_object (&start_tt); in e_week_view_add_event()
H A De-day-view.c776 ICalTime *start_tt, *end_tt; in day_view_new_event_in_selected_range_cb() local
798 start_tt = i_cal_time_new_from_timet_with_zone (ned->dtstart, FALSE, zone); in day_view_new_event_in_selected_range_cb()
803 i_cal_time_set_is_date (start_tt, 1); in day_view_new_event_in_selected_range_cb()
815 start_dt = e_cal_component_datetime_new_take (start_tt, g_strdup (use_tzid)); in day_view_new_event_in_selected_range_cb()
5753 ICalTime *start_tt, *end_tt; in e_day_view_add_event() local
5775 start_tt = i_cal_time_new_from_timet_with_zone (start, FALSE, zone); in e_day_view_add_event()
5801 …event.start_minute = i_cal_time_get_hour (start_tt) * 60 + i_cal_time_get_minute (start_tt) - offs… in e_day_view_add_event()
5804 g_clear_object (&start_tt); in e_day_view_add_event()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-sx-from-trans.c342 time64 start_tt; in sxftd_init() local
423 start_tt = xaccTransGetDate( sxfti->trans ); in sxftd_init()
424 gnc_gdate_set_time64( &date, start_tt ); in sxftd_init()
433 start_tt = gnc_time64_get_day_start_gdate (&nextDate); in sxftd_init()
434 gnc_date_edit_set_time( sxfti->startDateGDE, start_tt ); in sxftd_init()
/dports/lang/python27/Python-2.7.18/Lib/
H A Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs)
354 def start_kbd(self, attrs): self.start_tt(attrs)
357 def start_samp(self, attrs): self.start_tt(attrs)
378 def start_tt(self, attrs): member in HTMLParser
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs)
354 def start_kbd(self, attrs): self.start_tt(attrs)
357 def start_samp(self, attrs): self.start_tt(attrs)
378 def start_tt(self, attrs): member in HTMLParser
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs)
354 def start_kbd(self, attrs): self.start_tt(attrs)
357 def start_samp(self, attrs): self.start_tt(attrs)
378 def start_tt(self, attrs): member in HTMLParser
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dhtmllib2.py368 def start_code(self, attrs): self.start_tt(attrs)
376 def start_kbd(self, attrs): self.start_tt(attrs)
380 def start_samp(self, attrs): self.start_tt(attrs)
406 def start_tt(self, attrs): member in HTMLParser
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs)
354 def start_kbd(self, attrs): self.start_tt(attrs)
357 def start_samp(self, attrs): self.start_tt(attrs)
378 def start_tt(self, attrs): member in HTMLParser
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/html/
H A Dhtml2rtf.c821 start_tt(Tag_t* tp, Attribute_t* ap) in start_tt() function
1428 "CODE", start_tt, end, 0,0,
1447 "KBD", start_tt, end, 0,0,
1456 "SAMP", start_tt, end, 0,0,
1465 "TT", start_tt, end, 0,0,
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/html/
H A Dhtml2rtf.c821 start_tt(Tag_t* tp, Attribute_t* ap) in start_tt() function
1428 "CODE", start_tt, end, 0,0,
1447 "KBD", start_tt, end, 0,0,
1456 "SAMP", start_tt, end, 0,0,
1465 "TT", start_tt, end, 0,0,
/dports/shells/ksh93/ast-93u/src/cmd/html/
H A Dhtml2rtf.c821 start_tt(Tag_t* tp, Attribute_t* ap) in start_tt() function
1428 "CODE", start_tt, end, 0,0,
1447 "KBD", start_tt, end, 0,0,
1456 "SAMP", start_tt, end, 0,0,
1465 "TT", start_tt, end, 0,0,
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dtimelib.py1137 start_tt = bundled[0,0] - century
1138 start_J = Time(None, start_tt).J
1142 [[start_tt], [delta_t_parabola_morrison_stephenson_2004(start_J)]],
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-reminder-watcher.c431 time_t start_tt; in client_data_start_view() local
438 start_tt = client_get_last_notification_time (cd->client) + 1; in client_data_start_view()
439 if (start_tt <= 0) in client_data_start_view()
440 start_tt = time_day_begin (time (NULL)); in client_data_start_view()
442 iso_start = isodate_from_time_t (start_tt); in client_data_start_view()
447 … (gint64) start_tt, next_midnight, e_source_get_uid (e_client_get_source (E_CLIENT (cd->client)))); in client_data_start_view()
H A De-cal-recur.c2153 ICalTime *start_tt, *end_tt; in generate_instances_for_chunk() local
2163 start_tt = i_cal_time_new_null_time (); in generate_instances_for_chunk()
2164 i_cal_time_set_date (start_tt, occ->year, occ->month + 1, occ->day); in generate_instances_for_chunk()
2165 i_cal_time_set_time (start_tt, occ->hour, occ->minute, occ->second); in generate_instances_for_chunk()
2166 start_time = i_cal_time_as_timet_with_zone (start_tt, zone); in generate_instances_for_chunk()
2167 g_clear_object (&start_tt); in generate_instances_for_chunk()
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-shell-content.c1150 ICalTime *start_tt = NULL; in update_adjustment() local
1182 start_tt = i_cal_time_new_null_time (); in update_adjustment()
1183 i_cal_time_set_date (start_tt, in update_adjustment()
1190 lower = i_cal_time_as_timet_with_zone (start_tt, timezone); in update_adjustment()
1191 g_clear_object (&start_tt); in update_adjustment()
/dports/devel/geany/geany-1.38/data/tags/
H A Dstd.py.tags5272 start_tt�128�self, attrs�HTMLParser
/dports/devel/geany-legacy/geany-1.37.1/data/tags/
H A Dstd.py.tags5272 start_tt�128�self, attrs�HTMLParser