Home
last modified time | relevance | path

Searched refs:updateItems (Results 76 – 100 of 420) sorted by relevance

12345678910>>...17

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/laf/
H A DScreenMenu.java79 updateItems(); in ScreenMenu()
107 private void updateItems() { in updateItems() method in ScreenMenu
138 updateItems(); in invokeOpenLater()
345 updateItems(); in setChildVisible()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ComboBoxHandler.h74 updateItems (c); in restoreFromXml()
159 static void updateItems (ComboBox* c) in updateItems() function
319 ComboBoxHandler::updateItems (getComponent()); in perform()
328 ComboBoxHandler::updateItems (getComponent()); in undo()
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_command.cc267 theFigure->updateItems (); in execute()
277 theFigure->updateItems (); in unexecute()
406 theFigure->updateItems (); in execute()
425 theFigure->updateItems (); in execute()
H A Dtraite.h32 void updateItems (drgeoDrawable & area, liste_elem * liste_figure, int indicei,
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkActionsWidget.cpp46 void updateItems(QList<QStandardItem*>& items, QAction* action);
94 ::updateItems(QList<QStandardItem*>& items, QAction* action) in updateItems() function in ctkActionsWidgetPrivate
160 d->updateItems(actionItems, action); in addAction()
294 d->updateItems(actionItems, action); in updateAction()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/api/services/
H A DCItem.php723 $updateItems = [];
726 $updateItems[] = $newItem;
740 if (!zbx_empty($updateItems)) {
741 self::validateInventoryLinks($updateItems, true); // true means 'update'
742 $this->updateReal($updateItems);
746 return $this->inherit(array_merge($updateItems, $insertItems));
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/api/services/
H A DCItem.php723 $updateItems = [];
726 $updateItems[] = $newItem;
740 if (!zbx_empty($updateItems)) {
741 self::validateInventoryLinks($updateItems, true); // true means 'update'
742 $this->updateReal($updateItems);
746 return $this->inherit(array_merge($updateItems, $insertItems));
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/api/services/
H A DCItem.php723 $updateItems = [];
726 $updateItems[] = $newItem;
740 if (!zbx_empty($updateItems)) {
741 self::validateInventoryLinks($updateItems, true); // true means 'update'
742 $this->updateReal($updateItems);
746 return $this->inherit(array_merge($updateItems, $insertItems));
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/api/services/
H A DCItem.php723 $updateItems = [];
726 $updateItems[] = $newItem;
740 if (!zbx_empty($updateItems)) {
741 self::validateInventoryLinks($updateItems, true); // true means 'update'
742 $this->updateReal($updateItems);
746 return $this->inherit(array_merge($updateItems, $insertItems));
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/api/services/
H A DCItem.php723 $updateItems = [];
726 $updateItems[] = $newItem;
740 if (!zbx_empty($updateItems)) {
741 self::validateInventoryLinks($updateItems, true); // true means 'update'
742 $this->updateReal($updateItems);
746 return $this->inherit(array_merge($updateItems, $insertItems));
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Ddocrecovery.hxx160 virtual void updateItems() = 0;
377 virtual void updateItems() override;
429 virtual void updateItems() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Ddocrecovery.hxx159 virtual void updateItems() = 0;
376 virtual void updateItems() override;
428 virtual void updateItems() override;
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/animations/
H A Doxygenmenubarstatedata.cpp155 void MenuBarStateData::updateItems( GdkEventType type ) in updateItems() function in Oxygen::MenuBarStateData
333 static_cast<MenuBarStateData*>( pointer )->updateItems( GDK_MOTION_NOTIFY ); in motionNotifyEvent()
340 static_cast<MenuBarStateData*>( pointer )->updateItems( GDK_LEAVE_NOTIFY ); in leaveNotifyEvent()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipHandlerOut.cpp102 CObjectVector<CUpdateItem> updateItems; in UpdateItems() local
103 updateItems.ClearAndReserve(numItems); in UpdateItems()
325 updateItems.Add(ui); in UpdateItems()
413 m_Items, updateItems, outStream, in UpdateItems()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Zip/
H A DZipHandlerOut.cpp102 CObjectVector<CUpdateItem> updateItems; in UpdateItems() local
103 updateItems.ClearAndReserve(numItems); in UpdateItems()
357 updateItems.Add(ui); in UpdateItems()
446 m_Items, updateItems, outStream, in UpdateItems()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/animations/
H A Doxygenmenubarstatedata.cpp155 void MenuBarStateData::updateItems( GdkEventType type ) in updateItems() function in Oxygen::MenuBarStateData
336 static_cast<MenuBarStateData*>( pointer )->updateItems( GDK_MOTION_NOTIFY ); in motionNotifyEvent()
343 static_cast<MenuBarStateData*>( pointer )->updateItems( GDK_LEAVE_NOTIFY ); in leaveNotifyEvent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/windows/
H A DGUIControlSettings.h165 bool updateItems) const;
168 bool updateItems) const;
171 bool updateItems) const;
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/transport/
H A DTGTransport.java246 this.updateItems(true); in initToolBar()
258 public void updateItems(){ in updateItems() method in TGTransport
259 this.updateItems(false); in updateItems()
262 public void updateItems(boolean force){ in updateItems() method in TGTransport
497 this.updateItems(); in doUpdate()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp201 CObjectVector<CUpdateItem> updateItems; in UpdateItems() local
319 updateItems.Add(ui); in UpdateItems()
399 updateItems, in UpdateItems()
408 updateItems.ClearAndFree(); in UpdateItems()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/mixer/
H A DTGMixer.java225 public synchronized void updateItems(){ in updateItems() method in TGMixer
230 mixer.updateItems(); in updateItems()
270 this.updateItems(); in doUpdate()
/dports/games/cutemaze/cutemaze-1.2.6/src/
H A Dscores.h37 void updateItems();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/webenginewidgets/api/
H A Dqwebenginehistory_p.h73 void updateItems() const;
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/
H A DActionBarTextSelection.java128 mCallback.updateItems(items); in showActionMode()
153 public void updateItems(final GeckoBundle[] items) { in updateItems() method in ActionBarTextSelection.TextSelectionActionModeCallback
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DWorkbenchEditorsDialog.java127 updateItems();
337 updateItems(); in createDialogArea()
340 updateItems(); in createDialogArea()
432 updateItems(); in closeItems()
451 updateItems(); in saveItems()
519 private void updateItems() { in updateItems() method in WorkbenchEditorsDialog
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/lyric/
H A DLyricEditor.java76 this.updateItems(); in show()
175 public void updateItems(){ in updateItems() method in LyricEditor
272 this.updateItems(); in doUpdate()

12345678910>>...17