Searched refs:class (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-dict-backend/
H A Ddict.conf16 pattern = shared/counters/$class/$name
22 class = $class
/dovecot/src/plugins/fts-lucene/
H A DSnowballFilter.h18 * stemmer is the part of the class name before "Stemmer", e.g., the stemmer in
23 class CLUCENE_CONTRIBS_EXPORT SnowballFilter: public TokenFilter {
H A DSnowballAnalyzer.h23 * stemmer is the part of the class name before "Stemmer", e.g., the stemmer in
26 class CLUCENE_CONTRIBS_EXPORT SnowballAnalyzer: public Analyzer {
/dovecot/src/lib-storage/
H A Dmailbox-list.c115 const struct mailbox_list *class; local
124 if ((class = mailbox_list_find_class(driver)) == NULL) {
129 if ((class->props & MAILBOX_LIST_PROP_NO_MAILDIR_NAME) != 0 &&
134 if ((class->props & MAILBOX_LIST_PROP_NO_ALT_DIR) != 0 &&
141 (class->props & MAILBOX_LIST_PROP_NO_ROOT) != 0);
143 list = class->v.alloc();

Completed in 32 milliseconds