Home
last modified time | relevance | path

Searched refs:UpdateItem (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/sysutils/plasma5-discover/discover-5.23.5/libdiscover/UpdateModel/
H A DUpdateItem.cpp16 UpdateItem::UpdateItem(AbstractResource *app) in UpdateItem() function in UpdateItem
21 UpdateItem::~UpdateItem() in ~UpdateItem()
25 AbstractResource *UpdateItem::app() const in app()
30 QString UpdateItem::name() const in name()
35 QVariant UpdateItem::icon() const in icon()
40 qint64 UpdateItem::size() const in size()
50 Qt::CheckState UpdateItem::checked() const in checked()
55 qreal UpdateItem::progress() const in progress()
60 void UpdateItem::setProgress(qreal progress) in setProgress()
65 QString UpdateItem::changelog() const in changelog()
[all …]
H A DUpdateModel.cpp75 UpdateItem *item = itemFromResource(res); in resourceHasProgressed()
106 UpdateItem *item = itemFromIndex(index); in data()
172 UpdateItem *item = itemFromIndex(idx); in setData()
192 UpdateItem *item = itemFromIndex(index(row, 0)); in fetchUpdateDetails()
226 QVector<UpdateItem *> appItems, systemItems, addonItems; in setResources()
230 UpdateItem *updateItem = new UpdateItem(res); in setResources()
244 const auto sortUpdateItems = [](UpdateItem *a, UpdateItem *b) { in setResources()
271 for (UpdateItem *item : qAsConst(m_updateItems)) { in toUpdateCount()
286 for (UpdateItem *item : qAsConst(m_updateItems)) { in totalUpdatesCount()
299 for (UpdateItem *item : qAsConst(m_updateItems)) { in itemFromResource()
[all …]
H A DUpdateModel.h17 class UpdateItem; variable
49 UpdateItem *itemFromIndex(const QModelIndex &index) const;
82 QModelIndex indexFromItem(UpdateItem *item) const;
83 UpdateItem *itemFromResource(AbstractResource *res);
88 QVector<UpdateItem *> m_updateItems;
H A DUpdateItem.h19 class DISCOVERCOMMON_EXPORT UpdateItem
22 explicit UpdateItem(AbstractResource *app);
24 ~UpdateItem();
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/DynamoDb/Commands/
H A DUpdateItem.hs22 module Aws.DynamoDb.Commands.UpdateItem
23 ( UpdateItem(..)
44 data UpdateItem = UpdateItem { type
62 -> UpdateItem
63 updateItem tn key ups = UpdateItem tn key ups def def def def
123 instance ToJSON UpdateItem where
124 toJSON UpdateItem{..} =
144 instance Transaction UpdateItem UpdateItemResponse
147 instance SignQuery UpdateItem where
148 type ServiceConfiguration UpdateItem = DdbConfiguration
/dports/devel/cervisia/cervisia-21.12.3/
H A Dupdateview_items.h41 class UpdateItem : public QTreeWidgetItem
45 UpdateItem(UpdateView* parent, const Cervisia::Entry& entry, int type) in UpdateItem() function
48 UpdateItem(UpdateItem* parent, const Cervisia::Entry& entry, int type) in UpdateItem() function
80 class UpdateDirItem : public UpdateItem
115 UpdateItem* insertItem(UpdateItem* item);
117 UpdateItem* findItem(const QString& name) const;
119 typedef QMap<QString, UpdateItem*> TMapItemsByName;
129 class UpdateFileItem : public UpdateItem
H A Dupdateview_items.cpp49 QString UpdateItem::dirPath() const in dirPath()
53 const UpdateItem* item = static_cast<UpdateItem*>(parent()); in dirPath()
56 const UpdateItem* parentItem = static_cast<UpdateItem*>(item->parent()); in dirPath()
69 QString UpdateItem::filePath() const in filePath()
83 : UpdateItem(parent, entry, RTTI), in UpdateDirItem()
93 : UpdateItem(parent, entry, RTTI), in UpdateDirItem()
108 if (UpdateItem* item = findItem(name)) in updateChildItem()
141 if (UpdateItem* item = findItem(entry.m_name)) in updateEntriesItem()
218 UpdateItem* UpdateDirItem::insertItem(UpdateItem* item) in insertItem()
225 UpdateItem* existingItem = *it; in insertItem()
[all …]
H A Dupdateview_visitors.h29 class UpdateItem; variable
60 void markAllParentsAsVisible(UpdateItem*);
64 typedef std::set<UpdateItem*> TItemSet;
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GKCore/
H A DListsTests.cs144 listManager.UpdateItem(0, listItem, grpRec); in Test_LMGroup()
214 listManager.UpdateItem(0, listItem, familyRec); in Test_LMFamily()
248 listManager.UpdateItem(0, listItem, individualRec); in Test_LMIndividual()
253 listManager.UpdateItem(0, listItem, individualRec); in Test_LMIndividual()
280 listManager.UpdateItem(0, listItem, locationRec); in Test_LMLocation()
302 listManager.UpdateItem(0, listItem, mediaRec); in Test_LMMultimedia()
325 listManager.UpdateItem(0, listItem, noteRec); in Test_LMNote()
327 listManager.UpdateItem(0, listItem, noteRec); in Test_LMNote()
371 listManager.UpdateItem(0, listItem, researchRec); in Test_LMResearch()
393 listManager.UpdateItem(0, listItem, sourceRec); in Test_LMSource()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/views/
H A Dscene.h207 struct UpdateItem { struct
215 Common::Array<UpdateItem> _updateList; argument
312 static bool updateListCompare(const UpdateItem &item1, const UpdateItem &item2);
/dports/sysutils/apcupsd/apcupsd-3.14.14/src/win32/
H A Dlistview.cpp49 void ListView::UpdateItem(int item, int sub, const char *text) in UpdateItem() function in ListView
106 UpdateItem(count, 0, *iter); in UpdateAll()
126 UpdateItem(count++, i, *iter); in UpdateAll()
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/win32/
H A Dlistview.cpp49 void ListView::UpdateItem(int item, int sub, const char *text) in UpdateItem() function in ListView
106 UpdateItem(count, 0, *iter); in UpdateAll()
126 UpdateItem(count++, i, *iter); in UpdateAll()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Design/Dialogs/
H A DRuleSetDialog.cs235 UpdateItem(this.rulesListView.SelectedItems[0], rule); in conditionTextBox_Validating()
259 UpdateItem(this.rulesListView.SelectedItems[0], rule); in thenTextBox_Validating()
283 UpdateItem(this.rulesListView.SelectedItems[0], rule); in elseTextBox_Validating()
360 UpdateItem(this.rulesListView.SelectedItems[0], rule); in nameTextBox_Validating()
375 UpdateItem(this.rulesListView.SelectedItems[0], rule); in priorityTextBox_Validating()
391 UpdateItem(this.rulesListView.SelectedItems[0], rule); in activeCheckBox_CheckedChanged()
401 UpdateItem(this.rulesListView.SelectedItems[0], rule); in reevaluationComboBox_SelectedIndexChanged()
428 UpdateItem(listViewItem, rule); in AddNewItem()
433 private void UpdateItem(ListViewItem listViewItem, Rule rule) in UpdateItem() method in System.Workflow.Activities.Rules.Design.RuleSetDialog
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/aws-0.22/Aws/DynamoDb/
H A DCommands.hs10 , module Aws.DynamoDb.Commands.UpdateItem
22 import Aws.DynamoDb.Commands.UpdateItem
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DLSWriteOptimizer.h107 enum Type { InsertItem = 0, UpdateItem, DeleteItem, Truncate }; enumerator
151 void UpdateItem(const nsAString& aKey, const T& aValue, int64_t aDelta = 0);
190 WriteInfo::Type GetType() const override { return WriteInfo::UpdateItem; } in GetType()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DLSWriteOptimizer.h107 enum Type { InsertItem = 0, UpdateItem, DeleteItem, Truncate }; enumerator
151 void UpdateItem(const nsAString& aKey, const T& aValue, int64_t aDelta = 0);
190 WriteInfo::Type GetType() const override { return WriteInfo::UpdateItem; } in GetType()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DLSWriteOptimizer.h107 enum Type { InsertItem = 0, UpdateItem, DeleteItem, Truncate }; enumerator
151 void UpdateItem(const nsAString& aKey, const T& aValue, int64_t aDelta = 0);
190 WriteInfo::Type GetType() const override { return WriteInfo::UpdateItem; } in GetType()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DLSWriteOptimizer.h99 enum Type { InsertItem = 0, UpdateItem, DeleteItem, Truncate }; enumerator
143 void UpdateItem(const nsAString& aKey, const T& aValue, int64_t aDelta = 0);
182 WriteInfo::Type GetType() override { return WriteInfo::UpdateItem; } in GetType()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-data/declarations/
H A Ddata-set.d.ts1 …sObject, DataInterfaceMapOptions, DeepPartial, FullItem, Id, PartItem, UpdateItem } from "./data-i…
221 …updateOnly(data: UpdateItem<Item, IdProp> | UpdateItem<Item, IdProp>[], senderId?: Id | null): Id[…
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/flipping/
H A Dvabstractflipping.h66 static void UpdateItem(quint32 idTool, const SourceItem &sItem, const QPointF &firstPoint,
134 void VAbstractFlipping::UpdateItem(quint32 idTool, const SourceItem &sItem, const QPointF &firstPoi… in UpdateItem() function
164 UpdateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data, id); in UpdateCurve()
174 UpdateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data, id); in UpdateCurveWithSegments()
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zcontrols/
H A Dzlistview.pas75 procedure UpdateItem(Item: TListItem;CurrentItemData:Pointer); procedure
135 UpdateItem(TListItem(Item),CurrentItem);
138 procedure TZListView.UpdateItem(Item: TListItem;CurrentItemData:Pointer); procedure
205 UpdateItem(li,PCurrentItemData);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ntp/
H A Dnew_tab_page_tab_helper.mm60 UpdateItem(web_state_->GetNavigationManager()->GetPendingItem());
119 UpdateItem(web_state_->GetNavigationManager()->GetPendingItem());
134 UpdateItem(web_state_->GetNavigationManager()->GetLastCommittedItem());
164 void NewTabPageTabHelper::UpdateItem(web::NavigationItem* item) { function
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DImagesList.h87 virtual void UpdateItem(unsigned int imgNr);
178 virtual void UpdateItem(unsigned int imgNr);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/awsdynamodb/testdata/TestConformance/
H A DUpdate.replay337 "DynamoDB_20120810.UpdateItem"
502 "DynamoDB_20120810.UpdateItem"
667 "DynamoDB_20120810.UpdateItem"
832 "DynamoDB_20120810.UpdateItem"
997 "DynamoDB_20120810.UpdateItem"
1162 "DynamoDB_20120810.UpdateItem"
1272 "DynamoDB_20120810.UpdateItem"
1437 "DynamoDB_20120810.UpdateItem"
1492 "DynamoDB_20120810.UpdateItem"
1657 "DynamoDB_20120810.UpdateItem"
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/awsdynamodb/testdata/TestConformance/
H A DUpdate.replay336 "DynamoDB_20120810.UpdateItem"
501 "DynamoDB_20120810.UpdateItem"
666 "DynamoDB_20120810.UpdateItem"
831 "DynamoDB_20120810.UpdateItem"
996 "DynamoDB_20120810.UpdateItem"
1161 "DynamoDB_20120810.UpdateItem"
1271 "DynamoDB_20120810.UpdateItem"
1436 "DynamoDB_20120810.UpdateItem"
1491 "DynamoDB_20120810.UpdateItem"
1656 "DynamoDB_20120810.UpdateItem"
[all …]

12345678910>>...26