Home
last modified time | relevance | path

Searched refs:EXECUTION_DELAYED (Results 1 – 24 of 24) sorted by relevance

/dports/www/moodle310/moodle/backup/util/helper/
H A Dasync_helper.class.php224 backup::EXECUTION_DELAYED,
315 'execution' => backup::EXECUTION_DELAYED,
369 …$params = array($userid, backup::EXECUTION_DELAYED, backup::STATUS_FINISHED_ERR, backup::STATUS_NE…
/dports/www/moodle311/moodle/backup/util/helper/
H A Dasync_helper.class.php224 backup::EXECUTION_DELAYED,
315 'execution' => backup::EXECUTION_DELAYED,
369 …$params = array($userid, backup::EXECUTION_DELAYED, backup::STATUS_FINISHED_ERR, backup::STATUS_NE…
/dports/www/moodle39/moodle/backup/util/helper/
H A Dasync_helper.class.php224 backup::EXECUTION_DELAYED,
315 'execution' => backup::EXECUTION_DELAYED,
369 …$params = array($userid, backup::EXECUTION_DELAYED, backup::STATUS_FINISHED_ERR, backup::STATUS_NE…
/dports/www/moodle310/moodle/lib/classes/task/
H A Dasynchronous_copy_task.php92 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
134 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_restore_task.php63 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_backup_task.php64 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
/dports/www/moodle311/moodle/lib/classes/task/
H A Dasynchronous_copy_task.php92 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
134 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_backup_task.php64 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_restore_task.php63 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
/dports/www/moodle39/moodle/lib/classes/task/
H A Dasynchronous_copy_task.php92 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
134 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_backup_task.php64 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
H A Dasynchronous_restore_task.php63 if ($status == \backup::STATUS_AWAITING && $execution == \backup::EXECUTION_DELAYED) {
/dports/www/moodle310/moodle/backup/
H A Dbackup.class.php106 const EXECUTION_DELAYED = 2; define in backup
/dports/www/moodle311/moodle/backup/
H A Dbackup.class.php106 const EXECUTION_DELAYED = 2; define in backup
/dports/www/moodle39/moodle/backup/
H A Dbackup.class.php106 const EXECUTION_DELAYED = 2; define in backup
/dports/www/moodle310/moodle/backup/util/ui/classes/copy/
H A Dcopy.php218 $params = array($userid, \backup::EXECUTION_DELAYED, \backup::MODE_COPY);
/dports/www/moodle311/moodle/backup/util/ui/classes/copy/
H A Dcopy.php218 $params = array($userid, \backup::EXECUTION_DELAYED, \backup::MODE_COPY);
/dports/www/moodle39/moodle/backup/util/ui/classes/copy/
H A Dcopy.php218 $params = array($userid, \backup::EXECUTION_DELAYED, \backup::MODE_COPY);
/dports/www/moodle310/moodle/backup/controller/
H A Dbackup_controller.class.php107 $this->execution = backup::EXECUTION_DELAYED;
H A Drestore_controller.class.php120 $this->execution = backup::EXECUTION_DELAYED;
/dports/www/moodle311/moodle/backup/controller/
H A Dbackup_controller.class.php107 $this->execution = backup::EXECUTION_DELAYED;
H A Drestore_controller.class.php120 $this->execution = backup::EXECUTION_DELAYED;
/dports/www/moodle39/moodle/backup/controller/
H A Dbackup_controller.class.php107 $this->execution = backup::EXECUTION_DELAYED;
H A Drestore_controller.class.php120 $this->execution = backup::EXECUTION_DELAYED;