Home
last modified time | relevance | path

Searched refs:update_action (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/py-oci/oci-2.53.1/src/oci/database/models/
H A Dvm_cluster_update_details.py85 def update_action(self): member in VmClusterUpdateDetails
98 @update_action.setter
99 def update_action(self, update_action): member in VmClusterUpdateDetails
109 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
114 self._update_action = update_action
H A Dupdate_details.py89 def update_action(self): member in UpdateDetails
102 @update_action.setter
103 def update_action(self, update_action): member in UpdateDetails
113 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
118 self._update_action = update_action
H A Dvm_cluster_update_history_entry.py184 def update_action(self): member in VmClusterUpdateHistoryEntry
198 @update_action.setter
199 def update_action(self, update_action): member in VmClusterUpdateHistoryEntry
209 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
210 update_action = 'UNKNOWN_ENUM_VALUE'
211 self._update_action = update_action
H A Dvm_cluster_update_history_entry_summary.py184 def update_action(self): member in VmClusterUpdateHistoryEntrySummary
198 @update_action.setter
199 def update_action(self, update_action): member in VmClusterUpdateHistoryEntrySummary
209 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
210 update_action = 'UNKNOWN_ENUM_VALUE'
211 self._update_action = update_action
H A Dupdate_history_entry.py188 def update_action(self): member in UpdateHistoryEntry
202 @update_action.setter
203 def update_action(self, update_action): argument
213 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
214 update_action = 'UNKNOWN_ENUM_VALUE'
215 self._update_action = update_action
H A Dupdate_history_entry_summary.py188 def update_action(self): member in UpdateHistoryEntrySummary
202 @update_action.setter
203 def update_action(self, update_action): argument
213 if not value_allowed_none_or_none_sentinel(update_action, allowed_values):
214 update_action = 'UNKNOWN_ENUM_VALUE'
215 self._update_action = update_action
/dports/devel/libunit/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/www/unit-perl/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/www/unit-python/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/www/unit-php/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/www/unit/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/www/unit-java/unit-1.26.1/test/
H A Dtest_static_chroot.py27 def update_action(self, share, chroot): member in TestStaticChroot
63 assert 'success' in self.update_action(
135 assert 'success' in self.update_action(
140 assert 'success' in self.update_action(
146 assert 'success' in self.update_action(
153 assert 'success' in self.update_action(
160 assert 'success' in self.update_action(
220 assert 'error' in self.update_action(
223 assert 'error' in self.update_action(
/dports/devel/hpx/hpx-1.2.1/tests/regressions/agas/
H A Dsend_gid_keep_component_1624.cpp43 HPX_REGISTER_ACTION_DECLARATION(server::view_registry::update_action,
64 hpx::async<server::view_registry::update_action>(gid_).get(); in update()
80 HPX_REGISTER_ACTION(server::view_registry::update_action,
123 HPX_REGISTER_ACTION_DECLARATION(server::viewer::update_action,
143 hpx::async<server::viewer::update_action>(gid_); in update()
153 HPX_REGISTER_ACTION(server::viewer::update_action, viewer_update_action);
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/migrate/destination/
H A DDestinationBase.php102 * @param int $update_action
105 …protected function setRollbackAction(array $id_map, $update_action = MigrateIdMapInterface::ROLLBA… argument
114 $this->rollbackAction = $update_action;
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/migrate/destination/
H A DDestinationBase.php102 * @param int $update_action
105 …protected function setRollbackAction(array $id_map, $update_action = MigrateIdMapInterface::ROLLBA… argument
114 $this->rollbackAction = $update_action;
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_split/
H A DOptionsWidget.cpp231 Settings::UpdateAction update_action; in layoutTypeSet() local
232 update_action.setLayoutType(layout_type); in layoutTypeSet()
240 update_action.setLayoutType(new_page_layout.toLayoutType()); in layoutTypeSet()
247 update_action.setParams(new_page_params); in layoutTypeSet()
249 m_settings->updatePage(page_id.imageId(), update_action); in layoutTypeSet()
/dports/net/tcpkali/tcpkali-1.1.1/deps/HdrHistogram/
H A Dhdr_interval_recorder.h31 void(*update_action)(void*, void*), in hdr_interval_recorder_update()
38 update_action(active, arg); in hdr_interval_recorder_update()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/ga/
H A Dextension_emulator.py73 update_action=Actions.succeed_action): argument
81 install_action, uninstall_action, enable_action, disable_action, update_action)
179 update_action): argument
194 ExtensionCommandNames.UPDATE: ExtensionEmulator._extend_func(update_action),
/dports/devel/py-moto/moto-2.2.16/moto/dynamodb2/models/
H A D__init__.py121 new_value = next(iter(update_action["Value"].values()))
130 action = update_action.get("Action", "PUT")
131 if action == "DELETE" and "Value" not in update_action:
135 new_value = list(update_action["Value"].values())[0]
138 if set(update_action["Value"].keys()) == set(["SS"]):
144 elif set(update_action["Value"].keys()) == set(["N"]):
152 if set(update_action["Value"].keys()) == set(["N"]):
166 elif set(update_action["Value"].keys()) == {"L"}:
174 % ", ".join(update_action["Value"].keys())
177 if set(update_action["Value"].keys()) == set(["SS"]):
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/alerts/
H A Dalert_actions.php47 $update_action = (bool) get_parameter ('update_action'); variable
60 if ((!$copy_action) && (!$delete_action) && (!$update_action)) {
188 if ($update_action) {
/dports/devel/hpx/hpx-1.2.1/examples/nqueen/server/
H A Dnqueen.hpp125 HPX_DEFINE_COMPONENT_ACTION(board, update_board, update_action);
142 HPX_REGISTER_ACTION_DECLARATION(nqueen::server::board::update_action,
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/contourdesign/
H A Dcontourdesign_gui.cc68 void update_action(unsigned int index, ButtonConfigWidget* sender);
177 …bcw->Changed.connect (sigc::bind (sigc::mem_fun (*this, &ContourDesignGUI::update_action), btn_idx… in ContourDesignGUI()
225 ContourDesignGUI::update_action (unsigned int index, ButtonConfigWidget* sender) in update_action() function in ContourDesignGUI
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_styles.php487 $update_action = $this->u_action . '&amp;action=details&amp;id=' . $id;
494 …trigger_error($this->user->lang['STYLE_ERR_STYLE_NAME'] . adm_back_link($update_action), E_USER_WA…
500 …trigger_error($this->user->lang['STYLE_ERR_NAME_EXIST'] . adm_back_link($update_action), E_USER_WA…
526 …trigger_error($this->user->lang['STYLE_ERR_INVALID_PARENT'] . adm_back_link($update_action), E_USE…
544 …trigger_error($this->user->lang['DEACTIVATE_DEFAULT'] . adm_back_link($update_action), E_USER_WARN…
582 …r($this->user->lang['STYLE_DEFAULT_CHANGE_INACTIVE'] . adm_back_link($update_action), E_USER_WARNI…
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dapplication_actions.py33 update_action = Gio.SimpleAction.new("update_db", None)
34 update_action.connect("activate", self.__on_update_db_activate)
35 App().add_action(update_action)
/dports/devel/hpx/hpx-1.2.1/examples/nqueen/
H A Dnqueen.cpp25 HPX_REGISTER_ACTION(board_type::wrapped_type::update_action,

12345