Home
last modified time | relevance | path

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

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpage__meta.go644 var shouldList bool
647 shouldList = true
649 shouldList = false
651 shouldList = local
654 return !shouldList
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dcollection.h495 Q_REQUIRED_RESULT bool shouldList(ListPurpose purpose) const;
507 void setShouldList(ListPurpose purpose, bool shouldList);
H A Dcollection.cpp397 bool Collection::shouldList(Collection::ListPurpose purpose) const in shouldList() function in Collection
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/public/
H A DnsIImapHostSessionList.h93 bool shouldList) = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapHostSessionList.h128 bool shouldList) override;
H A DnsImapHostSessionList.cpp579 const char* serverKey, bool shouldList) { in SetShouldAlwaysListInboxForHost() argument
582 if (host) host->fShouldAlwaysListInbox = shouldList; in SetShouldAlwaysListInboxForHost()
H A DnsImapProtocol.cpp7991 bool shouldList; in ProcessAuthenticatedStateURL() local
7994 m_runningUrl->GetExternalLinkUrl(&shouldList); in ProcessAuthenticatedStateURL()
7995 if (shouldList) OnListFolder(sourceMailbox, true); in ProcessAuthenticatedStateURL()
/dports/databases/akonadi/akonadi-21.12.3/src/core/models/
H A Dentitytreemodel_p.cpp749 if (!collection.shouldList(Collection::ListDisplay)) { in shouldBePartOfModel()
753 if (!collection.shouldList(Collection::ListSync)) { in shouldBePartOfModel()
757 if (!collection.shouldList(Collection::ListIndex)) { in shouldBePartOfModel()
/dports/databases/akonadi/akonadi-21.12.3/src/agentbase/
H A Dresourcebase.cpp1256 if (collection.shouldList(Collection::ListSync)) { in slotCollectionListDone()