Home
last modified time | relevance | path

Searched refs:STAGE_COMPLETE (Results 1 – 20 of 20) sorted by relevance

/dports/www/moodle310/moodle/backup/util/ui/
H A Drestore_ui.class.php76 const STAGE_COMPLETE = 64; define in restore_ui
100 restore_ui::STAGE_COMPLETE => 'complete'
324 $stage = self::STAGE_COMPLETE;
337 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && $stage > self::STAGE_DESTINA…
H A Dbackup_ui.class.php63 const STAGE_COMPLETE = 16; define in backup_ui
168 $stage = self::STAGE_COMPLETE;
181 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Dimport_extensions.php50 $stage = self::STAGE_COMPLETE;
66 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Drestore_ui_stage.class.php171 $stage = restore_ui::STAGE_COMPLETE;
184 if ($stage < $currentstage && $currentstage < restore_ui::STAGE_COMPLETE) {
1130 $this->stage = restore_ui::STAGE_COMPLETE;
H A Dbackup_ui_stage.class.php606 $this->stage = backup_ui::STAGE_COMPLETE;
/dports/www/moodle311/moodle/backup/util/ui/
H A Drestore_ui.class.php76 const STAGE_COMPLETE = 64; define in restore_ui
100 restore_ui::STAGE_COMPLETE => 'complete'
324 $stage = self::STAGE_COMPLETE;
337 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && $stage > self::STAGE_DESTINA…
H A Dbackup_ui.class.php63 const STAGE_COMPLETE = 16; define in backup_ui
168 $stage = self::STAGE_COMPLETE;
181 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Dimport_extensions.php50 $stage = self::STAGE_COMPLETE;
66 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Drestore_ui_stage.class.php171 $stage = restore_ui::STAGE_COMPLETE;
184 if ($stage < $currentstage && $currentstage < restore_ui::STAGE_COMPLETE) {
1130 $this->stage = restore_ui::STAGE_COMPLETE;
H A Dbackup_ui_stage.class.php606 $this->stage = backup_ui::STAGE_COMPLETE;
/dports/www/moodle39/moodle/backup/util/ui/
H A Drestore_ui.class.php76 const STAGE_COMPLETE = 64; define in restore_ui
100 restore_ui::STAGE_COMPLETE => 'complete'
324 $stage = self::STAGE_COMPLETE;
337 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && $stage > self::STAGE_DESTINA…
H A Dbackup_ui.class.php63 const STAGE_COMPLETE = 16; define in backup_ui
168 $stage = self::STAGE_COMPLETE;
181 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Dimport_extensions.php50 $stage = self::STAGE_COMPLETE;
66 …if ($stage < $currentstage && $currentstage < self::STAGE_COMPLETE && (!self::$skipcurrentstage ||…
H A Drestore_ui_stage.class.php171 $stage = restore_ui::STAGE_COMPLETE;
184 if ($stage < $currentstage && $currentstage < restore_ui::STAGE_COMPLETE) {
1130 $this->stage = restore_ui::STAGE_COMPLETE;
H A Dbackup_ui_stage.class.php606 $this->stage = backup_ui::STAGE_COMPLETE;
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvc.hh221 …AGE_LINK, STAGE_RESISTANCE, STAGE_FIRST_MINMAX, STAGE_FIRST_SIM, STAGE_SECOND_SIM, STAGE_COMPLETE}; enumerator
H A DCCvcDb_main.cc295 if ( gInteractive_cvc ) InteractiveCvc(STAGE_COMPLETE); in VerifyCircuitForAllModes()
H A DCCvcDb_interactive.cc586 myPrompt << "** Stage " << theCurrentStage << "/" << STAGE_COMPLETE << ": Enter command ?> "; in InteractiveCvc()
976 string myInversion = ( theCurrentStage < STAGE_COMPLETE ) ? " - " : in InteractiveCvc()
1022 if ( theCurrentStage >= STAGE_COMPLETE ) { in InteractiveCvc()
1067 …if ( theCurrentStage == STAGE_COMPLETE && cvcArgIndex + 1 >= cvcArgCount ) { // attempt to continu… in InteractiveCvc()
1585 if ( theCurrentStage == STAGE_COMPLETE ) { in PrintInstancePowerFile()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/scheduler/
H A Dschedulerjob.h59 STAGE_COMPLETE enumerator
H A Dschedulerjob.cpp87 case SchedulerJob::STAGE_COMPLETE: in jobStageString()