Home
last modified time | relevance | path

Searched refs:compfilter (Results 1 – 8 of 8) sorted by relevance

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/caldav/caldav/
H A Dobjects.pyi82 compfilter: Literal["VEVENT"] | None = ...,
90 compfilter: Literal["VEVENT"] = ...,
95 self, start: datetime.datetime, *, compfilter: None, expand: bool | Literal["maybe"] = ...
99 …self, start: datetime.datetime, end: datetime.datetime | None, compfilter: None, expand: bool | Li…
/dports/www/py-caldav/caldav-0.8.2/caldav/
H A Dobjects.py660 def build_date_search_query(self, start, end=None, compfilter="VEVENT", expand="maybe"): argument
686 if compfilter:
687 query = cdav.CompFilter(compfilter) + query
693 def date_search(self, start, end=None, compfilter="VEVENT", expand="maybe"): argument
714 root = self.build_date_search_query(start, end, compfilter, expand)
716 if compfilter == 'VEVENT': comp_class=Event
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dhttp_caldav.c4677 struct icalperiodtype *range = compfilter->range; in apply_comp_timerange()
4682 if (compfilter->depth == 1) { in apply_comp_timerange()
4697 if (!(compfilter->prop || compfilter->comp) && in apply_comp_timerange()
4745 if (compfilter->comp_type && in apply_compfilter()
4756 if (compfilter->not_defined) return (comp == NULL); in apply_compfilter()
4758 if (!(compfilter->range || compfilter->prop || compfilter->comp)) return 1; in apply_compfilter()
4765 pass = compfilter->allof; in apply_compfilter()
4767 if (compfilter->range) { in apply_compfilter()
4772 for (propfilter = compfilter->prop; in apply_compfilter()
4780 for (subfilter = compfilter->comp; in apply_compfilter()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dhttp_caldav.c4978 struct icalperiodtype *range = compfilter->range; in apply_comp_timerange()
4983 if (compfilter->depth == 1) { in apply_comp_timerange()
5000 if (!(compfilter->prop || compfilter->comp) && in apply_comp_timerange()
5049 if (compfilter->comp_type && in apply_compfilter()
5060 if (compfilter->not_defined) return (comp == NULL); in apply_compfilter()
5062 if (!(compfilter->range || compfilter->prop || compfilter->comp)) return 1; in apply_compfilter()
5069 pass = compfilter->allof; in apply_compfilter()
5071 if (compfilter->range) { in apply_compfilter()
5076 for (propfilter = compfilter->prop; in apply_compfilter()
5084 for (subfilter = compfilter->comp; in apply_compfilter()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dhttp_caldav.c5066 struct icalperiodtype *range = compfilter->range; in apply_comp_timerange()
5071 if (compfilter->depth == 1) { in apply_comp_timerange()
5088 if (!(compfilter->prop || compfilter->comp) && in apply_comp_timerange()
5137 if (compfilter->comp_type && in apply_compfilter()
5148 if (compfilter->not_defined) return (comp == NULL); in apply_compfilter()
5150 if (!(compfilter->range || compfilter->prop || compfilter->comp)) return 1; in apply_compfilter()
5157 pass = compfilter->allof; in apply_compfilter()
5159 if (compfilter->range) { in apply_compfilter()
5164 for (propfilter = compfilter->prop; in apply_compfilter()
5172 for (subfilter = compfilter->comp; in apply_compfilter()
[all …]
/dports/www/py-caldav/caldav-0.8.2/tests/
H A Dtest_caldav.py1137 compfilter='VTODO', expand=not noexpand)
1168 compfilter='VTODO')
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dnttrans.c2264 uint8_t compfilter; in call_nt_transact_ioctl() local
2279 compfilter = CVAL(*ppsetup, 7); in call_nt_transact_ioctl()
2282 function, fidnum, isFSctl, compfilter)); in call_nt_transact_ioctl()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaplexer.l248 <INITIAL>compfilter { MS_LEXER_RETURN_TOKEN(COMPFILTER); }