Home
last modified time | relevance | path

Searched refs:collectionList (Results 1 – 25 of 71) sorted by relevance

123

/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dactionstatemanagertest.cpp131 Collection::List collectionList; in testCollectionSelected_data() local
172 Collection::List collectionList; in testCollectionSelected_data() local
173 collectionList << rootCollection; in testCollectionSelected_data()
214 Collection::List collectionList; in testCollectionSelected_data() local
256 Collection::List collectionList; in testCollectionSelected_data() local
298 Collection::List collectionList; in testCollectionSelected_data() local
340 Collection::List collectionList; in testCollectionSelected_data() local
382 Collection::List collectionList; in testCollectionSelected_data() local
424 Collection::List collectionList; in testCollectionSelected_data() local
466 Collection::List collectionList; in testCollectionSelected_data() local
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/etesync/
H A Djournalsfetchjob.cpp69 …EtebaseCollectionListResponsePtr collectionList(etebase_collection_manager_list_multi(collectionMa… in fetchJournals() local
73 if (!collectionList) { in fetchJournals()
80 … mSyncToken = QString::fromUtf8(etebase_collection_list_response_get_stoken(collectionList.get())); in fetchJournals()
81 done = etebase_collection_list_response_is_done(collectionList.get()); in fetchJournals()
83 … uintptr_t dataLength = etebase_collection_list_response_get_data_length(collectionList.get()); in fetchJournals()
88 … if (etebase_collection_list_response_get_data(collectionList.get(), etesyncCollections.data())) { in fetchJournals()
99 …ionsLength = etebase_collection_list_response_get_removed_memberships_length(collectionList.get()); in fetchJournals()
103 …if (etebase_collection_list_response_get_removed_memberships(collectionList.get(), removedEtesyncC… in fetchJournals()
H A Detesyncclientstate.cpp114 EtebaseCollectionListResponsePtr collectionList( in accountStatus() local
116 if (!collectionList) { in accountStatus()
122 uintptr_t dataLength = etebase_collection_list_response_get_data_length(collectionList.get()); in accountStatus()
/dports/deskutils/kmail/kmail-21.12.3/agents/archivemailagent/
H A Darchivemailmanager.cpp42 …const QStringList collectionList = mConfig->groupList().filter(QRegularExpression(QStringLiteral("… in load() local
43 const int numberOfCollection = collectionList.count(); in load()
45 KConfigGroup group = mConfig->group(collectionList.at(i)); in load()
168 …const QStringList collectionList = mConfig->groupList().filter(QRegularExpression(QStringLiteral("… in printArchiveListInfo() local
169 const int numberOfCollection = collectionList.count(); in printArchiveListInfo()
171 KConfigGroup group = mConfig->group(collectionList.at(i)); in printArchiveListInfo()
H A Darchivemailwidget.cpp148 …const QStringList collectionList = config()->groupList().filter(QRegularExpression(archiveMailColl… in load() local
149 const int numberOfCollection = collectionList.count(); in load()
151 KConfigGroup collectionGroup = config()->group(collectionList.at(i)); in load()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/htmlgallery/themes/html5responsive/resources/css/
H A Dbasic.css83 ul.collectionList {
90 ul.collectionList li {
98 ul.collectionList li + li {
102 ul.collectionList figure {
106 ul.collectionList img {
111 ul.collectionList figcaption {
H A DbrownCard.css36 body.collectionListPage h1, div#pageTitleAndPagination, body.collectionListPage ul.collectionList f…
50 body.collectionListPage h1, body.collectionListPage ul.collectionList figcaption, body.collectionLi…
56 body.collectionListPage ul.collectionList figure {
69 ul.collectionList, ol.imageList {
76 ul.collectionList li, ol.imageList li {
83 ul.collectionList li a, ol.imageList li a {
261 ul.collectionList li figure, ol.imageList li figure {
H A Dfundament.css33 ol.pageNumbersList, ul.collectionList, ol.imageList {
37 ul.collectionList li, ol.imageList li {
H A Dfeed.css34 ul.collectionList {
38 .collectionList figure {
42 .collectionList li + li {
H A Dlightbox.css127 ul.collectionList, ol.imageList {
135 ul.collectionList li, ol.imageList li {
143 ul.collectionList li a, ol.imageList li a {
168 ul.collectionList li a img, ol.imageList li a img {
309 ul.collectionList li figure, ol.imageList li figure {
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/exporters/
H A DCollectionTypeExporter.cpp52 …Converter<Collections::CollectionList,QJSValue>( [=] (Collections::CollectionList collectionList) { in init() argument
53 return toScriptArray<Collections::CollectionList>( engine, collectionList); in init()
57 Collections::CollectionList collectionList; in init() local
58 fromScriptArray<Collections::CollectionList>( jsValue, collectionList ); in init()
59 return collectionList; in init()
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/acl/
H A Daclmodifyjob.cpp208 void AclModifyJob::slotFetchCollectionFinished(const Akonadi::Collection::List &collectionList) in slotFetchCollectionFinished() argument
211 for (const Akonadi::Collection &col : collectionList) { in slotFetchCollectionFinished()
223 for (const Akonadi::Collection &it : collectionList) { in slotFetchCollectionFinished()
251 mRecursiveCollection = collectionList; in slotFetchCollectionFinished()
H A Daclmodifyjob.h35 void slotFetchCollectionFinished(const Akonadi::Collection::List &collectionList);
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DLibSecret.cpp264 ScopedGList collectionList(g_list_append(collections, sc.get())); in Lock() local
265 int numLocked = secret_service_lock_sync(ss.get(), collectionList.get(), in Lock()
291 ScopedGList collectionList(g_list_append(collections, sc.get())); in Unlock() local
292 int numLocked = secret_service_unlock_sync(ss.get(), collectionList.get(), in Unlock()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DLibSecret.cpp264 ScopedGList collectionList(g_list_append(collections, sc.get())); in Lock() local
265 int numLocked = secret_service_lock_sync(ss.get(), collectionList.get(), in Lock()
291 ScopedGList collectionList(g_list_append(collections, sc.get())); in Unlock() local
292 int numLocked = secret_service_unlock_sync(ss.get(), collectionList.get(), in Unlock()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DLibSecret.cpp264 ScopedGList collectionList(g_list_append(collections, sc.get())); in Lock() local
265 int numLocked = secret_service_lock_sync(ss.get(), collectionList.get(), in Lock()
291 ScopedGList collectionList(g_list_append(collections, sc.get())); in Unlock() local
292 int numLocked = secret_service_unlock_sync(ss.get(), collectionList.get(), in Unlock()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DLibSecret.cpp264 ScopedGList collectionList(g_list_append(collections, sc.get())); in Lock() local
265 int numLocked = secret_service_lock_sync(ss.get(), collectionList.get(), in Lock()
291 ScopedGList collectionList(g_list_append(collections, sc.get())); in Unlock() local
292 int numLocked = secret_service_unlock_sync(ss.get(), collectionList.get(), in Unlock()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DCommon.java161 private static List collectionList = new ArrayList(); field in Common
589 return collectionList.isEmpty(); in isCollectionListEmpty()
597 return collectionList.size(); in getCollectionListSize()
605 if (index < 0 || index >= collectionList.size()) in removeCollection()
611 collectionList.remove(index); in removeCollection()
629 if (index < 0 || index >= collectionList.size()) in getCollection()
632 return (JobCollection) collectionList.get(index); in getCollection()
651 if (!append && !collectionList.isEmpty()) in addCollection()
668 collectionList.add(collection); in addCollection()
/dports/textproc/htdig/htdig-3.2.0b6/htsearch/
H A Dhtsearch.cc66 StringList collectionList; // List of databases to search on variable
160 collectionList.Create(input["config"], " \t\001|"); in main()
162 if (collectionList.Count() == 0) in main()
163 collectionList.Add(""); // use default config in main()
171 for (int cInd=0; errorMsg.empty() && cInd < collectionList.Count(); cInd++) in main()
182 char *config_name = collectionList[cInd]; in main()
H A Dhtsearch.h67 extern StringList collectionList;
/dports/textproc/htdig/htdig-3.2.0b6/libhtdig/
H A Dhtsearch.h71 extern StringList collectionList;
/dports/sysutils/istio/istio-1.6.7/galley/tools/mcpc/
H A Dmain.go45collectionList = flag.String("collections", "", "Comma separated list of collections to wa… var
324 if *collectionList != "" {
325 for _, collection := range strings.Split(*collectionList, ",") {
/dports/audio/juk/juk-21.12.3/
H A Dplaylistbox.cpp156 const auto *collectionList = CollectionList::instance(); in PlaylistBox() local
157 connect(collectionList, &CollectionList::signalNewTag, in PlaylistBox()
159 connect(collectionList, &CollectionList::signalRemovedTag, in PlaylistBox()
161 connect(collectionList, &CollectionList::cachedItemsLoaded, in PlaylistBox()
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/autotests/
H A Detmcalendartest.h47 void handleCollectionsAdded(const Akonadi::Collection::List &collectionList);
/dports/graphics/digikam/digikam-7.4.0/core/libs/settings/
H A Dapplicationsettings.cpp102 QStringList collectionList = group.readEntry(d->configAlbumCollectionsEntry, QStringList()); in readSettings() local
104 if (!collectionList.isEmpty()) in readSettings()
106 collectionList.sort(); in readSettings()
107 d->albumCategoryNames = collectionList; in readSettings()

123