Home
last modified time | relevance | path

Searched refs:updatedItem (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkdualaction_p.h29 void updatedItem(bool active) in updatedItem() function
39 updatedItem(active); in setGuiItem()
45 updatedItem(active); in setIcon()
51 updatedItem(active); in setText()
57 updatedItem(active); in setToolTip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadInfoBarController.java468 if (updatedItem != null && mIgnoredItems.contains(updatedItem.id)) return; in computeNextStepForUpdate()
470 preProcessUpdatedItem(updatedItem); in computeNextStepForUpdate()
472 || (updatedItem != null && updatedItem.state == OfflineItemState.IN_PROGRESS in computeNextStepForUpdate()
473 && updatedItem.schedule == null && !mSeenItems.contains(updatedItem.id)); in computeNextStepForUpdate()
476 if (updatedItem != null) { in computeNextStepForUpdate()
477 mTrackedItems.put(updatedItem.id, updatedItem); in computeNextStepForUpdate()
478 mSeenItems.add(updatedItem.id); in computeNextStepForUpdate()
481 boolean itemWasPaused = updatedItem != null && updatedItem.state == OfflineItemState.PAUSED; in computeNextStepForUpdate()
483 mIgnoredItems.add(updatedItem.id); in computeNextStepForUpdate()
783 if (updatedItem == null) return; in preProcessUpdatedItem()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/tools/CachePQTestGenerator/
H A DUtils.cs132 …is StreamWriter sw, PriorityQueueState qs, List <CacheItem> list, CacheItem updatedItem, int index) in FormatUpdate() argument
135 item.ExpiresAt = updatedItem.ExpiresAt; in FormatUpdate()
144 ExpiresAt = updatedItem.ExpiresAt, in FormatUpdate()
146 Guid = updatedItem.Guid != null ? updatedItem.Guid.ToString () : null in FormatUpdate()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DBookmarks.jsm327 item.url.href != updatedItem.url.href) {
339 item.lastModified != updatedItem.lastModified) {
344 updatedItem.type,
372 if (item.parentGuid != updatedItem.parentGuid ||
373 item.index != updatedItem.index) {
376 updatedItem.index, updatedItem.type,
383 delete updatedItem.source;
384 return Object.assign({}, updatedItem);
894 if (updatedItem.hasOwnProperty("title") && updatedItem.title === null)
895 delete updatedItem.title;
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/caldav/
H A DTestCaldavRecurringEvent.java140 ExchangeSession.Item updatedItem = session.getItem("calendar", itemName); in testCreateUpdateRecurringEvent() local
141 …VCalendar updatedEvent = new VCalendar(updatedItem.getBody(), session.getEmail(), session.getVTime… in testCreateUpdateRecurringEvent()
197 ExchangeSession.Item updatedItem = session.getItem("calendar", itemName); in testExclusion() local
198 …VCalendar updatedEvent = new VCalendar(updatedItem.getBody(), session.getEmail(), session.getVTime… in testExclusion()
H A DTestCaldavMeetings.java178 ExchangeSession.Item updatedItem = sessiona.getItem("calendar", itemName); in testCreateUpdateEvent() local
179 …VCalendar updatedEvent = new VCalendar(updatedItem.getBody(), sessiona.getEmail(), sessiona.getVTi… in testCreateUpdateEvent()
219 ExchangeSession.Item updatedItem = sessiona.getItem("calendar", itemName); in testCreateMeeting() local
220 …VCalendar updatedEvent = new VCalendar(updatedItem.getBody(), sessiona.getEmail(), sessiona.getVTi… in testCreateMeeting()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DBookmarks.jsm838 return updatedItem;
860 updatedItem._id,
879 updatedItem._id,
938 updatedItem.url,
942 updatedItem._id,
961 updatedItem._id,
971 updatedItem.url && updatedItem.url.href,
1190 updatedItem._id,
1194 updatedItem.index,
1195 updatedItem.type,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DBookmarks.jsm840 return updatedItem;
865 updatedItem._id,
870 updatedItem.type,
872 updatedItem.guid,
884 updatedItem._id,
889 updatedItem.type,
891 updatedItem.guid,
943 updatedItem.url,
947 updatedItem._id,
952 updatedItem.type,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/
H A DBookmarks.jsm840 return updatedItem;
865 updatedItem._id,
870 updatedItem.type,
872 updatedItem.guid,
884 updatedItem._id,
889 updatedItem.type,
891 updatedItem.guid,
943 updatedItem.url,
947 updatedItem._id,
952 updatedItem.type,
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DBookmarks.jsm844 return updatedItem;
879 id: updatedItem._id,
903 id: updatedItem._id,
944 updatedItem.url,
945 updatedItem.source
958 id: updatedItem._id,
976 id: updatedItem._id,
978 url: updatedItem.url && updatedItem.url.href,
997 delete updatedItem.source;
1213 id: updatedItem._id,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DBookmarks.jsm706 item.url.href != updatedItem.url.href) {
718 item.lastModified != updatedItem.lastModified) {
723 updatedItem.type,
725 updatedItem.guid,
731 item.dateAdded != updatedItem.dateAdded) {
782 if (item.parentGuid != updatedItem.parentGuid ||
783 item.index != updatedItem.index) {
786 updatedItem.index, updatedItem.type,
793 delete updatedItem.source;
794 return Object.assign({}, updatedItem);
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/
H A Dcompactchangehelper.cpp118 Item updatedItem(item); in itemFetchResult() local
119 updatedItem.setRemoteId(newRemoteId); in itemFetchResult()
121 auto modifyJob = new ItemModifyJob(updatedItem); in itemFetchResult()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/boards/components/sidebar/
H A Dboard_sidebar_title.vue43 handler(updatedItem, formerItem) {
48 this.title = updatedItem.title;
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/akonadi/
H A Dakonadiserializertest.cpp675 Akonadi::Item updatedItem; in shouldUpdateTaskFromItem() local
676 updatedItem.setMimeType(QStringLiteral("application/x-vnd.akonadi.calendar.todo")); in shouldUpdateTaskFromItem()
677 updatedItem.setPayload<KCalCore::Todo::Ptr>(updatedTodo); in shouldUpdateTaskFromItem()
681 updatedItem.setParentCollection(updatedCollection); in shouldUpdateTaskFromItem()
683 serializer.updateTaskFromItem(task, updatedItem); in shouldUpdateTaskFromItem()
695 QCOMPARE(task->property("itemId").toLongLong(), updatedItem.id()); in shouldUpdateTaskFromItem()
1400 Akonadi::Item updatedItem(44); in shouldUpdateProjectFromItem() local
1402 updatedItem.setPayload<KCalCore::Todo::Ptr>(updatedTodo); in shouldUpdateProjectFromItem()
1406 updatedItem.setParentCollection(updatedCollection); in shouldUpdateProjectFromItem()
1408 serializer.updateProjectFromItem(project, updatedItem); in shouldUpdateProjectFromItem()
[all …]
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Detmcalendar.cpp393 Akonadi::Item updatedItem = item; in updateItem() local
394updatedItem.setPayload<KCalendarCore::Incidence::Ptr>(existingIncidence.staticCast<KCalendarCore::… in updateItem()
395 mItemById.insert(item.id(), updatedItem); // The item needs updating too, revision changed. in updateItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/
H A DVirtualCopyToClipboardActionDelegate.java76 VirtualItem updatedItem = fVirtualViewer.findItem(update.getElementPath()); in labelUpdateComplete() local
77 if (fItemsToUpdate.remove(updatedItem)) { in labelUpdateComplete()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/dav/resource/
H A Ddavgroupwareresource.cpp1293 Akonadi::Item updatedItem(localItem); in handleConflict() local
1294 updatedItem.setPayloadFromData(remoteItem.payloadData()); in handleConflict()
1295 updatedItem.setRemoteRevision(remoteEtag); in handleConflict()
1296 auto j = new Akonadi::ItemModifyJob(updatedItem); in handleConflict()
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dcache.cpp33 auto updatedItem = search_items.front(); variable
34 REQUIRE_FALSE(updatedItem->unread());