Home
last modified time | relevance | path

Searched refs:addressbookid (Results 1 – 22 of 22) sorted by relevance

/dports/www/sabredav/sabre-dav-3.2.2/examples/sql/
H A Dpgsql.addressbooks.sql18 addressbookid INTEGER NOT NULL, field
30 ON cards USING btree (addressbookid, uri);
36 addressbookid INTEGER NOT NULL, field
44 ON addressbookchanges USING btree (addressbookid, synctoken);
H A Dsqlite.addressbooks.sql12 addressbookid integer NOT NULL, field
24 addressbookid integer NOT NULL, field
28 CREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken);
H A Dmysql.addressbooks.sql13 addressbookid INT(11) UNSIGNED NOT NULL, field
25 addressbookid INT(11) UNSIGNED NOT NULL, field
27 INDEX addressbookid_synctoken (addressbookid, synctoken)
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/examples/sql/
H A Dpgsql.addressbooks.sql18 addressbookid INTEGER NOT NULL, field
30 ON cards USING btree (addressbookid, uri);
36 addressbookid INTEGER NOT NULL, field
44 ON addressbookchanges USING btree (addressbookid, synctoken);
H A Dsqlite.addressbooks.sql12 addressbookid integer NOT NULL, field
24 addressbookid integer NOT NULL, field
28 CREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken);
H A Dmysql.addressbooks.sql13 addressbookid INT(11) UNSIGNED NOT NULL, field
25 addressbookid INT(11) UNSIGNED NOT NULL, field
27 INDEX addressbookid_synctoken (addressbookid, synctoken)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/examples/sql/
H A Dpgsql.addressbooks.sql18 addressbookid INTEGER NOT NULL, field
30 ON cards USING btree (addressbookid, uri);
36 addressbookid INTEGER NOT NULL, field
44 ON addressbookchanges USING btree (addressbookid, synctoken);
H A Dsqlite.addressbooks.sql12 addressbookid integer NOT NULL, field
24 addressbookid integer NOT NULL, field
28 CREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken);
H A Dmysql.addressbooks.sql13 addressbookid INT(11) UNSIGNED NOT NULL, field
25 addressbookid INT(11) UNSIGNED NOT NULL, field
27 INDEX addressbookid_synctoken (addressbookid, synctoken)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/examples/sql/
H A Dpgsql.addressbooks.sql18 addressbookid INTEGER NOT NULL, field
30 ON cards USING btree (addressbookid, uri);
36 addressbookid INTEGER NOT NULL, field
44 ON addressbookchanges USING btree (addressbookid, synctoken);
H A Dsqlite.addressbooks.sql12 addressbookid integer NOT NULL, field
24 addressbookid integer NOT NULL, field
28 CREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken);
H A Dmysql.addressbooks.sql13 addressbookid INT(11) UNSIGNED NOT NULL, field
25 addressbookid INT(11) UNSIGNED NOT NULL, field
27 INDEX addressbookid_synctoken (addressbookid, synctoken)
/dports/www/baikal/baikal/Core/Resources/Db/SQLite/
H A Ddb.sql12 addressbookid integer NOT NULL, field
24 addressbookid integer NOT NULL, field
28 CREATE INDEX addressbookid_synctoken ON addressbookchanges (addressbookid, synctoken);
/dports/www/baikal/baikal/Core/Resources/Db/MySQL/
H A Ddb.sql13 addressbookid INT(11) UNSIGNED NOT NULL, field
25 addressbookid INT(11) UNSIGNED NOT NULL, field
27 INDEX addressbookid_synctoken (addressbookid, synctoken)
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_mail_query.h81 const char *addressbookid,
H A Djmap_mail_query.c267 const char *addressbookid, in jmap_email_contactfilter_init() argument
272 if (addressbookid) { in jmap_email_contactfilter_init()
273 cfilter->addrbook = carddav_mboxname(accountid, addressbookid); in jmap_email_contactfilter_init()
H A Djmap_mail.c2238 const char *addressbookid = json_string_value(json_object_get(req->args, "addressbookId")); in _email_contactfilter_initreq() local
2239 jmap_email_contactfilter_init(req->accountid, addressbookid, cfilter); in _email_contactfilter_initreq()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_mail_query.h73 const char *addressbookid,
H A Djmap_mail_query.c109 const char *addressbookid, in jmap_email_contactfilter_init() argument
114 if (addressbookid) { in jmap_email_contactfilter_init()
115 cfilter->addrbook = carddav_mboxname(accountid, addressbookid); in jmap_email_contactfilter_init()
H A Djmap_mail.c2223 const char *addressbookid = json_string_value(json_object_get(req->args, "addressbookId")); in _email_contactfilter_initreq() local
2224 jmap_email_contactfilter_init(req->accountid, addressbookid, cfilter); in _email_contactfilter_initreq()
/dports/misc/smssend/smssend-3.6/scripts/
H A Dnatelskyline.sms32 PostData targetnummer=\%Targetnummer%&smstext=\%Message%&addressbookmode=&addressbookid=&addressboo…
/dports/www/owncloud/owncloud/
H A DCHANGELOG.md2083 * Change - Add index on addressbookid: [#3625](https://github.com/owncloud/enterprise/issues/3625)
2412 * Change - Add index on addressbookid: [#3625](https://github.com/owncloud/enterprise/issues/3625)