Home
last modified time | relevance | path

Searched refs:recentresponse (Results 1 – 6 of 6) sorted by relevance

/dports/www/moodle311/moodle/lib/classes/update/
H A Dchecker.php40 protected $recentresponse = null; variable in core\\update\\checker
165 if (empty($this->recentresponse['updates'][$component])) {
170 foreach ($this->recentresponse['updates'][$component] as $info) {
323 if (!$forcereload and !is_null($this->recentresponse)) {
330 if (!empty($config->recentresponse) and !empty($config->recentfetch)) {
332 $this->validate_response($config->recentresponse);
334 $this->recentresponse = $this->decode_response($config->recentresponse);
340 $this->recentresponse = array();
344 $this->recentresponse = array();
/dports/www/moodle310/moodle/lib/classes/update/
H A Dchecker.php40 protected $recentresponse = null; variable in core\\update\\checker
165 if (empty($this->recentresponse['updates'][$component])) {
170 foreach ($this->recentresponse['updates'][$component] as $info) {
323 if (!$forcereload and !is_null($this->recentresponse)) {
330 if (!empty($config->recentresponse) and !empty($config->recentfetch)) {
332 $this->validate_response($config->recentresponse);
334 $this->recentresponse = $this->decode_response($config->recentresponse);
340 $this->recentresponse = array();
344 $this->recentresponse = array();
/dports/www/moodle39/moodle/lib/classes/update/
H A Dchecker.php40 protected $recentresponse = null; variable in core\\update\\checker
165 if (empty($this->recentresponse['updates'][$component])) {
170 foreach ($this->recentresponse['updates'][$component] as $info) {
323 if (!$forcereload and !is_null($this->recentresponse)) {
330 if (!empty($config->recentresponse) and !empty($config->recentfetch)) {
332 $this->validate_response($config->recentresponse);
334 $this->recentresponse = $this->decode_response($config->recentresponse);
340 $this->recentresponse = array();
344 $this->recentresponse = array();
/dports/www/moodle310/moodle/lib/tests/fixtures/
H A Dtestable_update_checker.php68 $this->recentresponse = $this->decode_response($this->get_fake_response());
/dports/www/moodle311/moodle/lib/tests/fixtures/
H A Dtestable_update_checker.php68 $this->recentresponse = $this->decode_response($this->get_fake_response());
/dports/www/moodle39/moodle/lib/tests/fixtures/
H A Dtestable_update_checker.php68 $this->recentresponse = $this->decode_response($this->get_fake_response());