Home
last modified time | relevance | path

Searched refs:adminroot (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/moodle310/moodle/lib/tests/
H A Dadmintree_test.php118 $adminroot = new admin_root(true);
123 $adminroot->add('one', $page);
127 $this->save_config_data($adminroot, $data);
136 $count = $this->save_config_data($adminroot, $data);
194 $adminroot = new admin_root(true);
199 $adminroot->add('one', $page);
260 $adminroot->errors = array();
426 $adminroot = admin_get_root();
427 $section = $adminroot->locate('debugging');
433 $adminroot = admin_get_root();
[all …]
/dports/www/moodle311/moodle/lib/tests/
H A Dadmintree_test.php118 $adminroot = new admin_root(true);
123 $adminroot->add('one', $page);
127 $this->save_config_data($adminroot, $data);
136 $count = $this->save_config_data($adminroot, $data);
194 $adminroot = new admin_root(true);
199 $adminroot->add('one', $page);
260 $adminroot->errors = array();
426 $adminroot = admin_get_root();
427 $section = $adminroot->locate('debugging');
433 $adminroot = admin_get_root();
[all …]
/dports/www/moodle39/moodle/lib/tests/
H A Dadmintree_test.php122 $adminroot = new admin_root(true);
127 $adminroot->add('one', $page);
131 $this->save_config_data($adminroot, $data);
140 $count = $this->save_config_data($adminroot, $data);
198 $adminroot = new admin_root(true);
203 $adminroot->add('one', $page);
264 $adminroot->errors = array();
430 $adminroot = admin_get_root();
431 $section = $adminroot->locate('debugging');
437 $adminroot = admin_get_root();
[all …]
/dports/www/moodle310/moodle/admin/
H A Dupgradesettings.php22 $adminroot = admin_get_root(); // need all settings variable
29 $newsettings = admin_output_new_settings_by_page($adminroot);
40 if (empty($adminroot->errors) and $newsettingshtml === '') {
49 if (!empty($adminroot->errors)) {
50 $firsterror = reset($adminroot->errors);
H A Dcategory.php40 $adminroot = admin_get_root(); // need all settings variable
41 $settingspage = $adminroot->locate($category, true);
57 if (empty($adminroot->errors)) {
69 $firsterror = reset($adminroot->errors);
71 $settingspage = $adminroot->locate($category, true);
108 if (array_key_exists($fullname, $adminroot->errors)) {
109 $data = $adminroot->errors[$fullname]->data;
H A Dsearch.php26 $adminroot = admin_get_root(); // need all settings here variable
27 $adminroot->search = $query; // So we can reference it in search boxes later in this invocation
36 if (!empty($adminroot->errors)) {
38 $firsterror = reset($adminroot->errors);
H A Dsettings.php19 $adminroot = admin_get_root(); // need all settings variable
20 $settingspage = $adminroot->locate($section, true);
46 if (empty($adminroot->errors)) {
59 $firsterror = reset($adminroot->errors);
61 $settingspage = $adminroot->locate($section, true);
/dports/www/moodle39/moodle/admin/
H A Dupgradesettings.php22 $adminroot = admin_get_root(); // need all settings variable
29 $newsettings = admin_output_new_settings_by_page($adminroot);
40 if (empty($adminroot->errors) and $newsettingshtml === '') {
49 if (!empty($adminroot->errors)) {
50 $firsterror = reset($adminroot->errors);
H A Dcategory.php40 $adminroot = admin_get_root(); // need all settings variable
41 $settingspage = $adminroot->locate($category, true);
57 if (empty($adminroot->errors)) {
69 $firsterror = reset($adminroot->errors);
71 $settingspage = $adminroot->locate($category, true);
108 if (array_key_exists($fullname, $adminroot->errors)) {
109 $data = $adminroot->errors[$fullname]->data;
H A Dsearch.php26 $adminroot = admin_get_root(); // need all settings here variable
27 $adminroot->search = $query; // So we can reference it in search boxes later in this invocation
36 if (!empty($adminroot->errors)) {
38 $firsterror = reset($adminroot->errors);
H A Dsettings.php19 $adminroot = admin_get_root(); // need all settings variable
20 $settingspage = $adminroot->locate($section, true);
46 if (empty($adminroot->errors)) {
59 $firsterror = reset($adminroot->errors);
61 $settingspage = $adminroot->locate($section, true);
/dports/www/moodle311/moodle/admin/
H A Dupgradesettings.php22 $adminroot = admin_get_root(); // need all settings variable
29 $newsettings = admin_output_new_settings_by_page($adminroot);
40 if (empty($adminroot->errors) and $newsettingshtml === '') {
49 if (!empty($adminroot->errors)) {
50 $firsterror = reset($adminroot->errors);
H A Dcategory.php40 $adminroot = admin_get_root(); // need all settings variable
41 $settingspage = $adminroot->locate($category, true);
57 if (empty($adminroot->errors)) {
69 $firsterror = reset($adminroot->errors);
71 $settingspage = $adminroot->locate($category, true);
108 if (array_key_exists($fullname, $adminroot->errors)) {
109 $data = $adminroot->errors[$fullname]->data;
H A Dsearch.php26 $adminroot = admin_get_root(); // need all settings here variable
27 $adminroot->search = $query; // So we can reference it in search boxes later in this invocation
36 if (!empty($adminroot->errors)) {
38 $firsterror = reset($adminroot->errors);
H A Dsettings.php19 $adminroot = admin_get_root(); // need all settings variable
20 $settingspage = $adminroot->locate($section, true);
46 if (empty($adminroot->errors)) {
59 $firsterror = reset($adminroot->errors);
61 $settingspage = $adminroot->locate($section, true);
/dports/www/moodle39/moodle/mod/assign/classes/plugininfo/
H A Dassignsubmission.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
H A Dassignfeedback.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
/dports/www/moodle311/moodle/mod/assign/classes/plugininfo/
H A Dassignfeedback.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
H A Dassignsubmission.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
/dports/www/moodle310/moodle/mod/assign/classes/plugininfo/
H A Dassignfeedback.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
H A Dassignsubmission.php104 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
106 $ADMIN = $adminroot; // May be used in settings.php.
121 if ($adminroot->fulltree) {
126 $adminroot->add($this->type . 'plugins', $settings);
/dports/www/moodle310/moodle/lib/classes/plugininfo/
H A Dlocal.php57 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
59 $ADMIN = $adminroot; // May be used in settings.php.
/dports/www/moodle39/moodle/lib/classes/plugininfo/
H A Dlocal.php57 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
59 $ADMIN = $adminroot; // May be used in settings.php.
/dports/www/moodle311/moodle/lib/classes/plugininfo/
H A Dlocal.php57 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
59 $ADMIN = $adminroot; // May be used in settings.php.
H A Dtool.php71 public function load_settings(\part_of_admin_tree $adminroot, $parentnodename, $hassiteconfig) { argument
73 $ADMIN = $adminroot; // May be used in settings.php.

123456