Home
last modified time | relevance | path

Searched refs:oldcontextid (Results 1 – 25 of 87) sorted by relevance

1234

/dports/www/moodle39/moodle/question/type/shortanswer/
H A Dquestiontype.php45 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
46 parent::move_files($questionid, $oldcontextid, $newcontextid);
47 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid);
48 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle310/moodle/backup/moodle2/
H A Drestore_block_task.class.php41 protected $oldcontextid;// old (original) context of the block variable in restore_block_task
52 $this->oldcontextid = 0;
147 $this->oldcontextid = $contextid;
151 return $this->oldcontextid;
/dports/www/moodle310/moodle/question/type/shortanswer/
H A Dquestiontype.php45 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
46 parent::move_files($questionid, $oldcontextid, $newcontextid);
47 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid);
48 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle311/moodle/backup/moodle2/
H A Drestore_block_task.class.php41 protected $oldcontextid;// old (original) context of the block variable in restore_block_task
52 $this->oldcontextid = 0;
147 $this->oldcontextid = $contextid;
151 return $this->oldcontextid;
/dports/www/moodle39/moodle/backup/moodle2/
H A Drestore_block_task.class.php41 protected $oldcontextid;// old (original) context of the block variable in restore_block_task
52 $this->oldcontextid = 0;
147 $this->oldcontextid = $contextid;
151 return $this->oldcontextid;
/dports/www/moodle311/moodle/question/type/shortanswer/
H A Dquestiontype.php45 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
46 parent::move_files($questionid, $oldcontextid, $newcontextid);
47 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid);
48 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle310/moodle/question/type/calculatedmulti/
H A Dquestiontype.php291 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
294 parent::move_files($questionid, $oldcontextid, $newcontextid);
295 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid, true);
296 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
298 $fs->move_area_files_to_new_context($oldcontextid,
300 $fs->move_area_files_to_new_context($oldcontextid,
302 $fs->move_area_files_to_new_context($oldcontextid,
/dports/www/moodle311/moodle/question/type/calculatedmulti/
H A Dquestiontype.php291 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
294 parent::move_files($questionid, $oldcontextid, $newcontextid);
295 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid, true);
296 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
298 $fs->move_area_files_to_new_context($oldcontextid,
300 $fs->move_area_files_to_new_context($oldcontextid,
302 $fs->move_area_files_to_new_context($oldcontextid,
/dports/www/moodle39/moodle/question/type/calculatedmulti/
H A Dquestiontype.php291 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
294 parent::move_files($questionid, $oldcontextid, $newcontextid);
295 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid, true);
296 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
298 $fs->move_area_files_to_new_context($oldcontextid,
300 $fs->move_area_files_to_new_context($oldcontextid,
302 $fs->move_area_files_to_new_context($oldcontextid,
/dports/www/moodle310/moodle/search/tests/fixtures/
H A Dmock_search_engine.php134 * @param int $oldcontextid Context id
137 public function delete_index_for_context(int $oldcontextid) { argument
138 $this->deletes[] = ['context', $oldcontextid];
/dports/www/moodle311/moodle/search/tests/fixtures/
H A Dmock_search_engine.php134 * @param int $oldcontextid Context id
137 public function delete_index_for_context(int $oldcontextid) { argument
138 $this->deletes[] = ['context', $oldcontextid];
/dports/www/moodle39/moodle/search/tests/fixtures/
H A Dmock_search_engine.php134 * @param int $oldcontextid Context id
137 public function delete_index_for_context(int $oldcontextid) { argument
138 $this->deletes[] = ['context', $oldcontextid];
/dports/www/moodle310/moodle/question/type/match/
H A Dquestiontype.php179 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
183 parent::move_files($questionid, $oldcontextid, $newcontextid);
188 $fs->move_area_files_to_new_context($oldcontextid,
192 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
193 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle311/moodle/question/type/match/
H A Dquestiontype.php184 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
188 parent::move_files($questionid, $oldcontextid, $newcontextid);
193 $fs->move_area_files_to_new_context($oldcontextid,
197 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
198 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle39/moodle/question/type/match/
H A Dquestiontype.php179 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
183 parent::move_files($questionid, $oldcontextid, $newcontextid);
188 $fs->move_area_files_to_new_context($oldcontextid,
192 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
193 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle310/moodle/question/type/
H A Dquestiontypebase.php1327 * @param int $oldcontextid the context it is moving from.
1332 $fs->move_area_files_to_new_context($oldcontextid,
1334 $fs->move_area_files_to_new_context($oldcontextid,
1342 * @param int $oldcontextid the context it is moving from.
1359 $fs->move_area_files_to_new_context($oldcontextid,
1368 * @param int $oldcontextid the context it is moving from.
1380 $fs->move_area_files_to_new_context($oldcontextid,
1389 * @param int $oldcontextid the context it is moving from.
1399 $fs->move_area_files_to_new_context($oldcontextid,
1401 $fs->move_area_files_to_new_context($oldcontextid,
[all …]
/dports/www/moodle39/moodle/question/type/
H A Dquestiontypebase.php1327 * @param int $oldcontextid the context it is moving from.
1332 $fs->move_area_files_to_new_context($oldcontextid,
1334 $fs->move_area_files_to_new_context($oldcontextid,
1342 * @param int $oldcontextid the context it is moving from.
1359 $fs->move_area_files_to_new_context($oldcontextid,
1368 * @param int $oldcontextid the context it is moving from.
1380 $fs->move_area_files_to_new_context($oldcontextid,
1389 * @param int $oldcontextid the context it is moving from.
1399 $fs->move_area_files_to_new_context($oldcontextid,
1401 $fs->move_area_files_to_new_context($oldcontextid,
[all …]
/dports/www/moodle310/moodle/question/type/ddimageortext/
H A Dquestiontype.php134 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
138 parent::move_files($questionid, $oldcontextid, $newcontextid);
139 $fs->move_area_files_to_new_context($oldcontextid,
144 $fs->move_area_files_to_new_context($oldcontextid,
148 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
149 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle39/moodle/question/type/ddimageortext/
H A Dquestiontype.php134 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
138 parent::move_files($questionid, $oldcontextid, $newcontextid);
139 $fs->move_area_files_to_new_context($oldcontextid,
144 $fs->move_area_files_to_new_context($oldcontextid,
148 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
149 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle311/moodle/question/type/
H A Dquestiontypebase.php1366 * @param int $oldcontextid the context it is moving from.
1371 $fs->move_area_files_to_new_context($oldcontextid,
1373 $fs->move_area_files_to_new_context($oldcontextid,
1381 * @param int $oldcontextid the context it is moving from.
1398 $fs->move_area_files_to_new_context($oldcontextid,
1407 * @param int $oldcontextid the context it is moving from.
1419 $fs->move_area_files_to_new_context($oldcontextid,
1428 * @param int $oldcontextid the context it is moving from.
1438 $fs->move_area_files_to_new_context($oldcontextid,
1440 $fs->move_area_files_to_new_context($oldcontextid,
[all …]
/dports/www/moodle311/moodle/question/type/ddimageortext/
H A Dquestiontype.php139 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
143 parent::move_files($questionid, $oldcontextid, $newcontextid);
144 $fs->move_area_files_to_new_context($oldcontextid,
149 $fs->move_area_files_to_new_context($oldcontextid,
153 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
154 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle310/moodle/question/type/randomsamatch/
H A Dquestiontype.php107 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
108 parent::move_files($questionid, $oldcontextid, $newcontextid);
110 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
111 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle311/moodle/question/type/randomsamatch/
H A Dquestiontype.php107 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
108 parent::move_files($questionid, $oldcontextid, $newcontextid);
110 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
111 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle39/moodle/question/type/randomsamatch/
H A Dquestiontype.php107 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
108 parent::move_files($questionid, $oldcontextid, $newcontextid);
110 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
111 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);
/dports/www/moodle310/moodle/question/type/multichoice/
H A Dquestiontype.php287 public function move_files($questionid, $oldcontextid, $newcontextid) { argument
288 parent::move_files($questionid, $oldcontextid, $newcontextid);
289 $this->move_files_in_answers($questionid, $oldcontextid, $newcontextid, true);
290 $this->move_files_in_combined_feedback($questionid, $oldcontextid, $newcontextid);
291 $this->move_files_in_hints($questionid, $oldcontextid, $newcontextid);

1234