Home
last modified time | relevance | path

Searched refs:has_contacts (Results 1 – 9 of 9) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/modules/config-lookup/
H A De-webdav-config-lookup.c75 gboolean has_calendar = FALSE, has_contacts = FALSE; in webdav_config_lookup_to_result() local
80 …for (link = (GSList *) discovered_sources; link && (!has_calendar || !has_contacts); link = g_slis… in webdav_config_lookup_to_result()
91 has_contacts = has_contacts || in webdav_config_lookup_to_result()
95 if (!has_calendar && !has_contacts) in webdav_config_lookup_to_result()
107 if (has_contacts) { in webdav_config_lookup_to_result()
117 has_calendar && has_contacts ? _("CalDAV and CardDAV server") : in webdav_config_lookup_to_result()
140 if (has_contacts) { in webdav_config_lookup_to_result()
/dports/www/hotcrp/hotcrp-2.102/src/search/
H A Dst_author.php38 if ($this->csm->has_contacts() && !$this->csm->test(0)) {
40 } else if ($this->csm->has_contacts()) {
51 if ($this->csm->has_contacts()) {
H A Dst_comment.php77 if ($this->csm->has_contacts())
H A Dst_review.php136 if ($this->has_contacts()) {
209 if ($this->has_contacts()) {
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dgroupchat_info.py194 has_contacts = bool(info.muc_contacts)
195 if has_contacts:
199 self._ui.contact_box.set_visible(has_contacts)
200 self._ui.contact_label.set_visible(has_contacts)
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dpapersaver.php55 if ($qreq->setcontacts || $qreq->has_contacts || $action === "updatecontacts")
H A Dpapersearch.php988 function has_contacts() { function in ContactCountMatcher
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_api.c524 int has_contacts; member
550 if (!rock->has_contacts) { in capabilities_cb()
551 rock->has_contacts = strarray_size(boxes) >= 1 && in capabilities_cb()
610 if (rock.has_contacts) { in lookup_capabilities()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_api.c543 int has_contacts; member
569 if (!rock->has_contacts) { in capabilities_cb()
570 rock->has_contacts = strarray_size(boxes) >= 1 && in capabilities_cb()
635 if (rock.has_contacts) { in lookup_capabilities()