Home
last modified time | relevance | path

Searched refs:get_stage (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/moodle310/moodle/backup/
H A Drestore.php131 …if ($restore->get_stage() == restore_ui::STAGE_PROCESS && !$restore->requires_substage() && $backu…
162 if ($restore->get_stage() != restore_ui::STAGE_PROCESS) {
164 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS && $restore->requires_substage()) {
166 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS
H A Dbackup.php137 if ($backup->get_stage() == backup_ui::STAGE_SCHEMA && !$previous) {
154 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
224 if ($backup->get_stage() != backup_ui::STAGE_FINAL) {
H A Dimport.php114 if ($backup->get_stage() == backup_ui::STAGE_CONFIRMATION) {
119 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
/dports/www/moodle311/moodle/backup/
H A Drestore.php131 …if ($restore->get_stage() == restore_ui::STAGE_PROCESS && !$restore->requires_substage() && $backu…
162 if ($restore->get_stage() != restore_ui::STAGE_PROCESS) {
164 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS && $restore->requires_substage()) {
166 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS
H A Dbackup.php137 if ($backup->get_stage() == backup_ui::STAGE_SCHEMA && !$previous) {
154 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
224 if ($backup->get_stage() != backup_ui::STAGE_FINAL) {
H A Dimport.php114 if ($backup->get_stage() == backup_ui::STAGE_CONFIRMATION) {
119 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
/dports/www/moodle39/moodle/backup/
H A Drestore.php131 …if ($restore->get_stage() == restore_ui::STAGE_PROCESS && !$restore->requires_substage() && $backu…
162 if ($restore->get_stage() != restore_ui::STAGE_PROCESS) {
164 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS && $restore->requires_substage()) {
166 } else if ($restore->get_stage() == restore_ui::STAGE_PROCESS
H A Dbackup.php137 if ($backup->get_stage() == backup_ui::STAGE_SCHEMA && !$previous) {
154 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
224 if ($backup->get_stage() != backup_ui::STAGE_FINAL) {
H A Dimport.php114 if ($backup->get_stage() == backup_ui::STAGE_CONFIRMATION) {
119 if ($backup->get_stage() == backup_ui::STAGE_FINAL) {
/dports/www/moodle310/moodle/backup/util/ui/
H A Drestore_ui.class.php135 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > self::STAGE_CONFI…
142 …if ($processoutcome !== false && !($this->get_stage() == self::STAGE_PROCESS && optional_param('su…
215 if ($this->stage->get_stage() < self::STAGE_PROCESS) {
325 $currentstage = $this->stage->get_stage();
H A Dimport_extensions.php51 $currentstage = $this->stage->get_stage();
231 …$e->setLabel(get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', …
237 … get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', 'backup')
H A Dbase_ui.class.php132 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > $this->get_first_…
199 public function get_stage() { function in base_ui
200 return $this->stage->get_stage();
H A Dbackup_ui.class.php131 if ($this->stage->get_stage() < self::STAGE_FINAL) {
169 $currentstage = $this->stage->get_stage();
/dports/www/moodle311/moodle/backup/util/ui/
H A Drestore_ui.class.php135 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > self::STAGE_CONFI…
142 …if ($processoutcome !== false && !($this->get_stage() == self::STAGE_PROCESS && optional_param('su…
215 if ($this->stage->get_stage() < self::STAGE_PROCESS) {
325 $currentstage = $this->stage->get_stage();
H A Dimport_extensions.php51 $currentstage = $this->stage->get_stage();
231 …$e->setLabel(get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', …
237 … get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', 'backup')
H A Dbase_ui.class.php132 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > $this->get_first_…
199 public function get_stage() { function in base_ui
200 return $this->stage->get_stage();
H A Dbackup_ui.class.php131 if ($this->stage->get_stage() < self::STAGE_FINAL) {
169 $currentstage = $this->stage->get_stage();
/dports/www/moodle39/moodle/backup/util/ui/
H A Drestore_ui.class.php135 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > self::STAGE_CONFI…
142 …if ($processoutcome !== false && !($this->get_stage() == self::STAGE_PROCESS && optional_param('su…
215 if ($this->stage->get_stage() < self::STAGE_PROCESS) {
325 $currentstage = $this->stage->get_stage();
H A Dimport_extensions.php51 $currentstage = $this->stage->get_stage();
231 …$e->setLabel(get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', …
237 … get_string('import'.$this->get_ui()->get_name().'stage'.$this->get_stage().'action', 'backup')
H A Dbase_ui.class.php132 …if (optional_param('previous', false, PARAM_BOOL) && $this->stage->get_stage() > $this->get_first_…
199 public function get_stage() { function in base_ui
200 return $this->stage->get_stage();
H A Dbackup_ui.class.php131 if ($this->stage->get_stage() < self::STAGE_FINAL) {
169 $currentstage = $this->stage->get_stage();
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-screen-cast-monitor-stream-src.c65 get_stage (MetaScreenCastMonitorStreamSrc *monitor_src) in G_DEFINE_TYPE_WITH_CODE()
236 ClutterStage *stage = get_stage (monitor_src); in is_redraw_queued()
328 stage = get_stage (monitor_src); in add_view_watches()
364 stage = get_stage (monitor_src); in reattach_watches()
436 clutter_actor_queue_redraw (CLUTTER_ACTOR (get_stage (monitor_src))); in meta_screen_cast_monitor_stream_src_enable()
451 stage = get_stage (monitor_src); in meta_screen_cast_monitor_stream_src_disable()
502 stage = get_stage (monitor_src); in meta_screen_cast_monitor_stream_src_record_to_buffer()
606 ClutterStage *stage = get_stage (monitor_src); in meta_screen_cast_monitor_stream_record_follow_up()
H A Dmeta-screen-cast-area-stream-src.c61 get_stage (MetaScreenCastAreaStreamSrc *area_src) in G_DEFINE_TYPE_WITH_CODE()
146 ClutterStage *stage = get_stage (area_src); in is_redraw_queued()
301 stage = get_stage (area_src); in add_view_painted_watches()
338 MetaStage *stage = META_STAGE (get_stage (area_src)); in on_monitors_changed()
361 stage = get_stage (area_src); in meta_screen_cast_area_stream_src_enable()
405 stage = get_stage (area_src); in meta_screen_cast_area_stream_src_disable()
454 stage = get_stage (area_src); in meta_screen_cast_area_stream_src_record_to_buffer()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/cache/
H A Dstorage_adapter.cc161 if (bootstrap::DD_bootstrap_ctx::instance().get_stage() < in get()
216 DBUG_ASSERT(bootstrap::DD_bootstrap_ctx::instance().get_stage() <= in core_drop()
244 bootstrap::DD_bootstrap_ctx::instance().get_stage() < in drop()
276 DBUG_ASSERT(bootstrap::DD_bootstrap_ctx::instance().get_stage() <= in core_store()
313 bootstrap::DD_bootstrap_ctx::instance().get_stage() < in store()
341 if (bootstrap::DD_bootstrap_ctx::instance().get_stage() > in store()
354 DBUG_ASSERT(bootstrap::DD_bootstrap_ctx::instance().get_stage() <= in core_sync()
/dports/sysutils/py-salt/salt-3004.1/tests/unit/states/
H A Dtest_boto_apigateway.py581 self.conn.get_stage.return_value = stage1_deployment1_ret
610 self.conn.get_stage.return_value = stage1_deployment1_ret
637 self.conn.get_stage.return_value = stage1_deployment2_ret
1100 self.conn.get_stage.side_effect = ClientError(
1121 self.conn.get_stage.return_value = stage1_deployment1_ret
1141 self.conn.get_stage.return_value = stage1_deployment1_ret
1169 self.conn.get_stage.return_value = stage1_deployment1_ret
1192 self.conn.get_stage.return_value = stage1_deployment1_ret
1216 self.conn.get_stage.return_value = stage1_deployment1_ret
1252 self.conn.get_stage.return_value = stage1_deployment1_ret

12345