Home
last modified time | relevance | path

Searched defs:fetchCollection (Results 1 – 17 of 17) sorted by relevance

/dports/deskutils/kmail/kmail-21.12.3/src/folderarchive/
H A Dfolderarchiveagentjob.cpp41 …auto fetchCollection = new Akonadi::CollectionFetchJob(Akonadi::Collection(mInfo->archiveTopLevel(… in start() local
46 …auto fetchCollection = new Akonadi::CollectionFetchJob(Akonadi::Collection(id), Akonadi::Collectio… in start() local
/dports/deskutils/knotes/knotes-21.12.3/noteshared/src/job/
H A Dcreatenewnotejob.cpp86 auto fetchCollection = new Akonadi::CollectionFetchJob(col, Akonadi::CollectionFetchJob::Base); in createFetchCollectionJob() local
106 auto fetchCollection = qobject_cast<Akonadi::CollectionFetchJob *>(job); in slotFetchCollection() local
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/autotests/
H A Dhelper.cpp29 Akonadi::Collection Helper::fetchCollection() in fetchCollection() function in Helper
H A Dfetchjobcalendartest.cpp35 void fetchCollection() in fetchCollection() function in FetchJobCalendarTest
H A Dtodopurgertest.cpp58 void TodoPurgerTest::fetchCollection() in fetchCollection() function in TodoPurgerTest
H A Dcalendarbasetest.cpp41 void CalendarBaseTest::fetchCollection() in fetchCollection() function in CalendarBaseTest
H A Detmcalendartest.cpp78 void ETMCalendarTest::fetchCollection() in fetchCollection() function in ETMCalendarTest
/dports/net/mailcommon/mailcommon-21.12.3/src/folder/
H A Dfolderrequester.cpp101 void FolderRequester::setCollection(const Akonadi::Collection &collection, bool fetchCollection) in setCollection()
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dfakeserverdata.cpp104 Collection fetchCollection = m_communicationQueue.head()->fetchCollection(); in returnCollections() local
H A Dfakeakonadiservercommand.h39 Akonadi::Collection fetchCollection() const in fetchCollection() function
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kmail/editorsendcheckplugins/automaticaddcontacts/
H A Dautomaticaddcontactsjob.cpp51 void AutomaticAddContactsJob::fetchCollection() in fetchCollection() function in AutomaticAddContactsJob
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dcollectionrequester.cpp51 void CollectionRequesterPrivate::fetchCollection(const Collection &collection) in fetchCollection() function in CollectionRequesterPrivate
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kalarm/kalarm/
H A Dkalarmresource.cpp529 CollectionFetchJob *KAlarmResource::fetchCollection(const char *slot) in fetchCollection() function in KAlarmResource
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dmonitor.cpp194 void Monitor::fetchCollection(bool enable) in fetchCollection() function in Monitor
H A Dmonitor_p.h120 bool fetchCollection; variable
/dports/www/writefreely/writefreely-0.13.1/
H A Dcollections.go477 func fetchCollection(app *App, w http.ResponseWriter, r *http.Request) error { func
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dakonadi.py1799 def fetchCollection(self, enable): member in Akonadi.Monitor