Home
last modified time | relevance | path

Searched refs:subcomp (Results 1 – 25 of 75) sorted by relevance

123

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-check-timezones.c147 patch_tzids (ICalComponent *subcomp, in patch_tzids() argument
270 ICalComponent *subcomp; in e_cal_client_check_timezones_sync() local
290 subcomp; in e_cal_client_check_timezones_sync()
291 …g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (vcalendar, I_CAL_VTIMEZONE… in e_cal_client_check_timezones_sync()
292 if (i_cal_timezone_set_component (zone, subcomp)) { in e_cal_client_check_timezones_sync()
302 g_object_unref (subcomp); in e_cal_client_check_timezones_sync()
309 g_object_unref (subcomp); in e_cal_client_check_timezones_sync()
337 g_object_unref (subcomp); in e_cal_client_check_timezones_sync()
409 subcomp; in e_cal_client_check_timezones_sync()
410 …g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (vcalendar, I_CAL_ANY_COMPO… in e_cal_client_check_timezones_sync()
[all …]
H A De-cal-component.c83 ICalComponent *subcomp, in foreach_subcomponent() argument
88 ICalComponent *subcomp; in foreach_subcomponent() local
95 while (subcomp) { in foreach_subcomponent()
102 g_object_unref (subcomp); in foreach_subcomponent()
106 g_object_unref (subcomp); in foreach_subcomponent()
107 subcomp = next_subcomp; in foreach_subcomponent()
431 ICalComponent *subcomp, in ensure_alarm_uid_cb() argument
3920 ICalComponent *subcomp; in e_cal_component_has_alarms() local
3926 if (subcomp) { in e_cal_component_has_alarms()
3927 g_object_unref (subcomp); in e_cal_component_has_alarms()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/scripts/
H A Dmkrestrictiontable.pl45 my($method,$targetcomp,$prop,$subcomp,$restr,$sub) = split(/,/,$_);
81 my($method,$targetcomp,$prop,$subcomp,$restr,$sub) = split(/,/,$_);
92 if($subcomp ne "NONE"){
93 …print(" \{ICAL_METHOD_${method},ICAL_${targetcomp}_COMPONENT,ICAL_${subcomp}_COMPONENT,ICAL_RES…
/dports/www/p5-HTML-Mason/HTML-Mason-1.59/t/
H A D09-component.t22 <%def .subcomp>
24 I am a <% $adj %> subcomp.
84 Including one called .subcomp.
101 My short name is .subcomp.
158 % my $discard = [$m->comp('.subcomp')];
162 % scalar $m->comp('.subcomp');
166 <& .subcomp &>
168 <%def .subcomp>
194 % my $text = $m->scomp('.subcomp', 1,2,3);
198 <%def .subcomp>
[all …]
H A D06b-compiler-named-subs.t35 <& .subcomp &>
36 <%def .subcomp>
37 This is a subcomp
42 This is a subcomp
/dports/www/tntnet/tntnet-2.2.1/sdk/demos/sprintf/
H A DMakefile.am5 subcomp.cpp
9 subcomp.ecpp
16 CLEANFILES = sprintf.cpp subcomp.cpp tntnet.xml
H A Dsprintf.ecpp3 std::string s = scallComp("subcomp", request);
5 // we have the output of the subcomponent "subcomp" in s
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/generic/behavioral/test/
H A DBehavioralTranslatorL5_test.py27 upblk_src = tr.behavioral.upblk_srcs[m.subcomp]
28 decl_freevars = tr.behavioral.decl_freevars[m.subcomp]
29 decl_tmpvars = tr.behavioral.decl_tmpvars[m.subcomp]
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A Dcomp-util.c1266 subcomp; in cal_comp_transfer_item_to_sync()
1287 subcomp && ftd.success; in cal_comp_transfer_item_to_sync()
1288 … g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (icomp, icomp_kind)) { in cal_comp_transfer_item_to_sync()
1292 g_clear_object (&subcomp); in cal_comp_transfer_item_to_sync()
1308 subcomp && !did_add; in cal_comp_transfer_item_to_sync()
1309 … g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (icomp, icomp_kind)) { in cal_comp_transfer_item_to_sync()
1319 g_clear_object (&subcomp); in cal_comp_transfer_item_to_sync()
1328 subcomp && success; in cal_comp_transfer_item_to_sync()
1329 … g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (icomp, icomp_kind)) { in cal_comp_transfer_item_to_sync()
1333 dest_client, subcomp, in cal_comp_transfer_item_to_sync()
[all …]
H A De-meeting-store.c1297 ICalComponent *subcomp; in find_zone() local
1311 while (subcomp) { in find_zone()
1327 g_clear_object (&subcomp); in find_zone()
1336 g_object_unref (subcomp); in find_zone()
1337 subcomp = next_subcomp; in find_zone()
1568 while (subcomp) { in process_free_busy()
1576 g_object_unref (subcomp); in process_free_busy()
1577 subcomp = next_subcomp; in process_free_busy()
1584 while (subcomp) { in process_free_busy()
1591 g_object_unref (subcomp); in process_free_busy()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/calendar/importers/
H A Dicalendar-importer.c125 ICalComponent *subcomp; in prepare_events() local
133 while (subcomp) { in prepare_events()
146 g_clear_object (&subcomp); in prepare_events()
147 subcomp = next_subcomp; in prepare_events()
160 ICalComponent *subcomp; in prepare_tasks() local
166 while (subcomp) { in prepare_tasks()
177 g_clear_object (&subcomp); in prepare_tasks()
178 subcomp = next_subcomp; in prepare_tasks()
1551 ICalComponent *subcomp; in ical_get_preview() local
1564 subcomp; in ical_get_preview()
[all …]
/dports/www/tntnet/tntnet-2.2.1/sdk/demos/comp/
H A DMakefile.am5 subcomp.cpp
12 subcomp.ecpp \
22 CLEANFILES = comp.cpp subcomp.cpp extcomp.cpp \
H A Dextcomp.ecpp3 <%def subcomp>
4 Here is a subcomponent <i>subcomp</i> of <i>extcomp</i>
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dcomplex_double.h153 RCP<const Number> subcomp(const Integer &other) const in subcomp() function
162 RCP<const Number> subcomp(const Rational &other) const in subcomp() function
171 RCP<const Number> subcomp(const Complex &other) const in subcomp() function
182 RCP<const Number> subcomp(const RealDouble &other) const in subcomp() function
190 RCP<const Number> subcomp(const ComplexDouble &other) const in subcomp() function
199 return subcomp(down_cast<const Rational &>(other)); in sub()
201 return subcomp(down_cast<const Integer &>(other)); in sub()
203 return subcomp(down_cast<const Complex &>(other)); in sub()
205 return subcomp(down_cast<const RealDouble &>(other)); in sub()
207 return subcomp(down_cast<const ComplexDouble &>(other)); in sub()
H A Dcomplex.h142 inline RCP<const Number> subcomp(const Complex &other) const in subcomp() function
150 inline RCP<const Number> subcomp(const Rational &other) const in subcomp() function
158 inline RCP<const Number> subcomp(const Integer &other) const in subcomp() function
323 return subcomp(down_cast<const Rational &>(other)); in sub()
325 return subcomp(down_cast<const Integer &>(other)); in sub()
327 return subcomp(down_cast<const Complex &>(other)); in sub()
/dports/deskutils/py-khal/khal-0.10.4/khal/khalendar/
H A Devent.py890 subcomp = icalendar.TimezoneDaylight()
895 subcomp.add(
900 timezones[name] = subcomp
902 for subcomp in timezones.values():
903 timezone.add_component(subcomp)
918 subcomp = icalendar.TimezoneStandard()
919 subcomp.add('TZNAME', tz)
921 subcomp.add('RDATE', dt.datetime(1601, 1, 1))
922 subcomp.add('TZOFFSETTO', tz._utcoffset)
923 subcomp.add('TZOFFSETFROM', tz._utcoffset)
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/caldav/
H A De-cal-backend-caldav.c344 ICalComponent *subcomp; in ecb_caldav_get_vcalendar_uid() local
350 subcomp && !uid; in ecb_caldav_get_vcalendar_uid()
351 …g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (vcalendar, I_CAL_ANY_COMPO… in ecb_caldav_get_vcalendar_uid()
363 g_clear_object (&subcomp); in ecb_caldav_get_vcalendar_uid()
373 ICalComponent *subcomp; in ecb_caldav_update_nfo_with_vcalendar() local
385 subcomp; in ecb_caldav_update_nfo_with_vcalendar()
1232 ICalComponent *subcomp; in ecb_caldav_store_component_etag() local
1240 subcomp; in ecb_caldav_store_component_etag()
1241 …g_object_unref (subcomp), subcomp = i_cal_component_get_next_component (icomp, I_CAL_ANY_COMPONENT… in ecb_caldav_store_component_etag()
1421 ICalComponent *vcalendar, *subcomp; in ecb_caldav_save_component_sync() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Decore_wl_subsurf.c36 struct wl_subcompositor *subcomp; in ecore_wl_subsurf_create() local
43 subcomp = _ecore_wl_subcompositor_get(); in ecore_wl_subsurf_create()
44 if (!subcomp) return NULL; in ecore_wl_subsurf_create()
51 (subcomp, surface, win->surface); in ecore_wl_subsurf_create()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/backends/http/
H A De-cal-backend-http.c384 ICalComponent *maincomp, *subcomp; in ecb_http_get_changes_sync() local
476 subcomp = g_object_ref (maincomp); in ecb_http_get_changes_sync()
479 subcomp = i_cal_comp_iter_deref (iter); in ecb_http_get_changes_sync()
482 while (subcomp && success) { in ecb_http_get_changes_sync()
488 if (i_cal_component_isa (subcomp) == I_CAL_VCALENDAR_COMPONENT) { in ecb_http_get_changes_sync()
489 …success = e_cal_meta_backend_gather_timezones_sync (meta_backend, subcomp, TRUE, cancellable, erro… in ecb_http_get_changes_sync()
493 while (icomp = i_cal_component_get_first_component (subcomp, backend_kind), icomp) { in ecb_http_get_changes_sync()
498 i_cal_component_remove_component (subcomp, icomp); in ecb_http_get_changes_sync()
541 g_object_unref (subcomp); in ecb_http_get_changes_sync()
542 subcomp = next_subcomp; in ecb_http_get_changes_sync()
[all …]
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/calendar/
H A De-cal-backend-ews.c3610 ICalComponent *subcomp, in ecb_ews_receive_objects_no_exchange_mail() argument
3885 ICalComponent *subcomp, in ecb_ews_do_method_request_publish_reply() argument
4151 subcomp && success; in ecb_ews_receive_objects_sync()
4181 g_clear_object (&subcomp); in ecb_ews_receive_objects_sync()
4205 subcomp && success; in ecb_ews_receive_objects_sync()
4233 g_clear_object (&subcomp); in ecb_ews_receive_objects_sync()
4240 subcomp && success; in ecb_ews_receive_objects_sync()
4256 g_clear_object (&subcomp); in ecb_ews_receive_objects_sync()
4336 while (subcomp && success) { in ecb_ews_send_objects_sync()
4385 g_object_unref (subcomp); in ecb_ews_send_objects_sync()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-attachment-handler.c145 ICalComponent *subcomp, *vcalendar; in import_component_thread() local
172 subcomp = i_cal_comp_iter_deref (iter); in import_component_thread()
173 while (subcomp) { in import_component_thread()
179 kind = i_cal_component_isa (subcomp); in import_component_thread()
182 i_cal_component_remove_component (icd->icomp, subcomp); in import_component_thread()
185 g_object_unref (subcomp); in import_component_thread()
186 subcomp = next_subcomp; in import_component_thread()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-meta-backend.c877 g_object_unref (subcomp); in test_merge_instances()
890 g_object_unref (subcomp); in test_merge_instances()
919 g_object_unref (subcomp); in test_merge_instances()
925 g_object_unref (subcomp); in test_merge_instances()
945 g_object_unref (subcomp); in test_merge_instances()
951 g_object_unref (subcomp); in test_merge_instances()
978 g_object_unref (subcomp); in test_merge_instances()
985 g_object_unref (subcomp); in test_merge_instances()
991 g_object_unref (subcomp); in test_merge_instances()
1011 g_object_unref (subcomp); in test_merge_instances()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dzabbix_template.py347 for subcomp in TEMPLATE_COMPONENT_DEF:
348 if subcomp in obj and TEMPLATE_COMPONENT_DEF[subcomp]["adjust"]:
349 obj[subcomp] = [
350 item[TEMPLATE_COMPONENT_DEF[subcomp]["qidname"]]
351 for item in obj[subcomp]
/dports/graphics/p5-Graphics-Primitive/Graphics-Primitive-0.67/lib/Graphics/Primitive/
H A DDriver.pm51 foreach my $subcomp (@{ $comp->components }) {
52 $self->draw($subcomp);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/libical/src/libical/
H A Dicalcomponent.c2108 icalcomponent *subcomp, *next_subcomp; in icalcomponent_merge_component() local
2120 subcomp = icalcomponent_get_first_component (comp_to_merge, in icalcomponent_merge_component()
2122 while (subcomp) { in icalcomponent_merge_component()
2130 subcomp = next_subcomp; in icalcomponent_merge_component()
2145 subcomp = icalcomponent_get_first_component (comp_to_merge, in icalcomponent_merge_component()
2147 while (subcomp) { in icalcomponent_merge_component()
2151 icalcomponent_remove_component (comp_to_merge, subcomp); in icalcomponent_merge_component()
2152 icalcomponent_add_component (comp, subcomp); in icalcomponent_merge_component()
2154 subcomp = next_subcomp; in icalcomponent_merge_component()
2375 icalcomponent *subcomp; in icalcomponent_foreach_tzid() local
[all …]

123