Home
last modified time | relevance | path

Searched refs:icalproperty_new_color (Results 1 – 12 of 12) sorted by relevance

/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dical_support.h153 extern icalproperty *icalproperty_new_color(const char *v);
H A Dical_support.c554 prop = icalproperty_new_color(color); in icalcomponent_new_stream()
1882 EXPORTED icalproperty *icalproperty_new_color(const char *v) in icalproperty_new_color() function
H A Djmap_ical.c4805 prop = icalproperty_new_color(val); in calendarevent_to_ical()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dical_support.h153 extern icalproperty *icalproperty_new_color(const char *v);
H A Dical_support.c534 prop = icalproperty_new_color(color); in icalcomponent_new_stream()
1862 EXPORTED icalproperty *icalproperty_new_color(const char *v) in icalproperty_new_color() function
H A Djmap_ical.c4826 prop = icalproperty_new_color(val); in calendarevent_to_ical()
/dports/graphics/digikam/digikam-7.4.0/project/bundles/3rdparty/ext_kf5_frameworks/
H A Dkcalendarcore-libical.patch26 …icalcomponent_add_property(parent, icalproperty_new_color(incidence->color().toUtf8().constData())…
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/
H A Dconfigure.ac1631 dnl icalproperty_new_color was overlooked, and eventually added in 3.0.5
1632 AC_CHECK_LIB(ical, icalproperty_new_color,
H A Dconfigure24429 char icalproperty_new_color ();
24433 return icalproperty_new_color ();
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/
H A Dconfigure.ac1618 dnl icalproperty_new_color was overlooked, and eventually added in 3.0.5
1619 AC_CHECK_LIB(ical, icalproperty_new_color,
H A Dconfigure24378 char icalproperty_new_color ();
24382 return icalproperty_new_color ();
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dicalformat_p.cpp504 …icalcomponent_add_property(parent, icalproperty_new_color(incidence->color().toUtf8().constData())… in writeIncidence()