Home
last modified time | relevance | path

Searched refs:fulltext_cols (Results 1 – 6 of 6) sorted by relevance

/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_format_note.php30 public static $fulltext_cols = array('title', 'description', 'categories'); variable in kolab_format_note
136 foreach (self::$fulltext_cols as $col) {
H A Dkolab_format_contact.php34 …public static $fulltext_cols = array('name', 'firstname', 'surname', 'middlename', 'email:address'… variable in kolab_format_contact
399 foreach (self::$fulltext_cols as $colname) {
H A Dkolab_format_xcal.php31 …public static $fulltext_cols = array('title', 'description', 'location', 'attendees:name', 'attend… variable in kolab_format_xcal
647 foreach (self::$fulltext_cols as $colname) {
/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_contacts.php45 protected $fulltext_cols = ['name', 'firstname', 'surname', 'middlename', 'nickname', variable in rcube_contacts
337 if (in_array($col, $this->fulltext_cols)) {
773 $fulltext = in_array($field, $this->fulltext_cols);
H A Drcube_addresses.php31 protected $fulltext_cols = ['name']; variable in rcube_addresses
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_addressbook/lib/
H A Drcube_kolab_contacts.php1184 foreach (kolab_format_contact::$fulltext_cols as $col) {