Home
last modified time | relevance | path

Searched refs:tagarea (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/moodle39/moodle/tag/classes/output/
H A Dtagareacollection.php45 public function __construct($tagarea) { argument
46 if (!empty($tagarea->locked)) {
49 $tagcoll = \core_tag_collection::get_by_id($tagarea->tagcollid);
50 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, false,
51 \core_tag_collection::display_name($tagcoll), $tagarea->tagcollid);
58 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
61 $value = $tagarea->tagcollid;
63 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, $editable,
85 core_tag_area::update($tagarea, $data);
86 $tagarea->tagcollid = $newvalue;
[all …]
H A Dtagareashowstandard.php46 public function __construct($tagarea) { argument
49 $value = $tagarea->showstandard;
50 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
53 parent::__construct('core_tag', 'tagareashowstandard', $tagarea->id, $editable,
74 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
77 core_tag_area::update($tagarea, $data);
78 $tagarea->showstandard = $newvalue;
79 $tmpl = new self($tagarea);
H A Dtagareaenabled.php43 public function __construct($tagarea) { argument
45 $value = $tagarea->enabled ? 1 : 0;
47 parent::__construct('core_tag', 'tagareaenable', $tagarea->id, $editable, '', $value);
79 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
82 \core_tag_area::update($tagarea, $data);
83 $tagarea->enabled = $newvalue;
84 $tmpl = new self($tagarea);
H A Dtagindex.php47 protected $tagarea; variable in core_tag\\output\\tagindex
76 $this->tagarea = $tagareas[$itemtype][$component];
78 $this->record->ta = $this->tagarea->id;
89 $this->record->title = (string)$a->tagarea;
98 $urlparams = array('ta' => $this->tagarea->id);
/dports/www/moodle310/moodle/tag/classes/output/
H A Dtagareacollection.php45 public function __construct($tagarea) { argument
46 if (!empty($tagarea->locked)) {
49 $tagcoll = \core_tag_collection::get_by_id($tagarea->tagcollid);
50 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, false,
51 \core_tag_collection::display_name($tagcoll), $tagarea->tagcollid);
58 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
61 $value = $tagarea->tagcollid;
63 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, $editable,
85 core_tag_area::update($tagarea, $data);
86 $tagarea->tagcollid = $newvalue;
[all …]
H A Dtagareashowstandard.php46 public function __construct($tagarea) { argument
49 $value = $tagarea->showstandard;
50 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
53 parent::__construct('core_tag', 'tagareashowstandard', $tagarea->id, $editable,
74 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
77 core_tag_area::update($tagarea, $data);
78 $tagarea->showstandard = $newvalue;
79 $tmpl = new self($tagarea);
H A Dtagareaenabled.php43 public function __construct($tagarea) { argument
45 $value = $tagarea->enabled ? 1 : 0;
47 parent::__construct('core_tag', 'tagareaenable', $tagarea->id, $editable, '', $value);
79 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
82 \core_tag_area::update($tagarea, $data);
83 $tagarea->enabled = $newvalue;
84 $tmpl = new self($tagarea);
H A Dtagindex.php47 protected $tagarea; variable in core_tag\\output\\tagindex
76 $this->tagarea = $tagareas[$itemtype][$component];
78 $this->record->ta = $this->tagarea->id;
89 $this->record->title = (string)$a->tagarea;
98 $urlparams = array('ta' => $this->tagarea->id);
/dports/www/moodle311/moodle/tag/classes/output/
H A Dtagareacollection.php45 public function __construct($tagarea) { argument
46 if (!empty($tagarea->locked)) {
49 $tagcoll = \core_tag_collection::get_by_id($tagarea->tagcollid);
50 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, false,
51 \core_tag_collection::display_name($tagcoll), $tagarea->tagcollid);
58 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
61 $value = $tagarea->tagcollid;
63 parent::__construct('core_tag', 'tagareacollection', $tagarea->id, $editable,
85 core_tag_area::update($tagarea, $data);
86 $tagarea->tagcollid = $newvalue;
[all …]
H A Dtagareashowstandard.php46 public function __construct($tagarea) { argument
49 $value = $tagarea->showstandard;
50 $areaname = core_tag_area::display_name($tagarea->component, $tagarea->itemtype);
53 parent::__construct('core_tag', 'tagareashowstandard', $tagarea->id, $editable,
74 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
77 core_tag_area::update($tagarea, $data);
78 $tagarea->showstandard = $newvalue;
79 $tmpl = new self($tagarea);
H A Dtagareaenabled.php43 public function __construct($tagarea) { argument
45 $value = $tagarea->enabled ? 1 : 0;
47 parent::__construct('core_tag', 'tagareaenable', $tagarea->id, $editable, '', $value);
79 $tagarea = $DB->get_record('tag_area', array('id' => $itemid), '*', MUST_EXIST);
82 \core_tag_area::update($tagarea, $data);
83 $tagarea->enabled = $newvalue;
84 $tmpl = new self($tagarea);
H A Dtagindex.php47 protected $tagarea; variable in core_tag\\output\\tagindex
76 $this->tagarea = $tagareas[$itemtype][$component];
78 $this->record->ta = $this->tagarea->id;
89 $this->record->title = (string)$a->tagarea;
98 $urlparams = array('ta' => $this->tagarea->id);
/dports/www/moodle39/moodle/tag/tests/behat/
H A Dtagindex.feature31 And I should see "User 1" in the "#tagarea-core-user" "css_element"
36 And I should see "User 1" in the "#tagarea-core-user" "css_element"
39 And I click on "More" "link" in the "#tagarea-core-course" "css_element"
40 And I should see "Courses" in the "#tagarea-core-course" "css_element"
41 And "#tagarea-core-user" "css_element" should not exist
46 And I click on "Back" "link" in the "#tagarea-core-course" "css_element"
48 And "#tagarea-core-user" "css_element" should not exist
55 And "#tagarea-core-user" "css_element" should not exist
61 And I should see "Courses" in the "#tagarea-core-course" "css_element"
85 And I should see "Courses" in the "#tagarea-core-course" "css_element"
[all …]
/dports/www/moodle310/moodle/tag/tests/behat/
H A Dtagindex.feature31 And I should see "User 1" in the "#tagarea-core-user" "css_element"
36 And I should see "User 1" in the "#tagarea-core-user" "css_element"
39 And I click on "More" "link" in the "#tagarea-core-course" "css_element"
40 And I should see "Courses" in the "#tagarea-core-course" "css_element"
41 And "#tagarea-core-user" "css_element" should not exist
46 And I click on "Back" "link" in the "#tagarea-core-course" "css_element"
48 And "#tagarea-core-user" "css_element" should not exist
55 And "#tagarea-core-user" "css_element" should not exist
61 And I should see "Courses" in the "#tagarea-core-course" "css_element"
85 And I should see "Courses" in the "#tagarea-core-course" "css_element"
[all …]
/dports/www/moodle311/moodle/tag/tests/behat/
H A Dtagindex.feature31 And I should see "User 1" in the "#tagarea-core-user" "css_element"
36 And I should see "User 1" in the "#tagarea-core-user" "css_element"
39 And I click on "More" "link" in the "#tagarea-core-course" "css_element"
40 And I should see "Courses" in the "#tagarea-core-course" "css_element"
41 And "#tagarea-core-user" "css_element" should not exist
46 And I click on "Back" "link" in the "#tagarea-core-course" "css_element"
48 And "#tagarea-core-user" "css_element" should not exist
55 And "#tagarea-core-user" "css_element" should not exist
61 And I should see "Courses" in the "#tagarea-core-course" "css_element"
85 And I should see "Courses" in the "#tagarea-core-course" "css_element"
[all …]
/dports/www/moodle311/moodle/lib/classes/task/
H A Dtag_cron_task.php188 foreach ($tagareas as $tagarea) {
191 LEFT JOIN {' . $tagarea->itemtype . '} it ON it.id = ti.itemid
194 $tagids = $DB->get_records_sql($sql, array($tagarea->itemtype, $tagarea->component));
/dports/www/moodle310/moodle/lib/classes/task/
H A Dtag_cron_task.php188 foreach ($tagareas as $tagarea) {
191 LEFT JOIN {' . $tagarea->itemtype . '} it ON it.id = ti.itemid
194 $tagids = $DB->get_records_sql($sql, array($tagarea->itemtype, $tagarea->component));
/dports/www/moodle39/moodle/lib/classes/task/
H A Dtag_cron_task.php188 foreach ($tagareas as $tagarea) {
191 LEFT JOIN {' . $tagarea->itemtype . '} it ON it.id = ti.itemid
194 $tagids = $DB->get_records_sql($sql, array($tagarea->itemtype, $tagarea->component));
/dports/www/moodle39/moodle/tag/templates/
H A Dindex.mustache23 * tagarea
50 <div class="box generalbox tagarea" id="tagarea-{{component}}-{{itemtype}}" data-ta="{{ta}}">
/dports/www/moodle310/moodle/tag/templates/
H A Dindex.mustache23 * tagarea
50 <div class="box generalbox tagarea" id="tagarea-{{component}}-{{itemtype}}" data-ta="{{ta}}">
/dports/www/moodle311/moodle/tag/templates/
H A Dindex.mustache23 * tagarea
50 <div class="box generalbox tagarea" id="tagarea-{{component}}-{{itemtype}}" data-ta="{{ta}}">
/dports/www/moodle310/moodle/tag/classes/
H A Darea.php309 foreach ($tagareas as $tagarea) {
310 $record = (object)$tagarea;
357 foreach ($toupdatearea as $key => $tagarea) {
360 if ($tagcoll->id == $tagarea->tagcollid) {
366 self::update($tagarea, $itemtypes[$key]);
/dports/www/moodle311/moodle/tag/classes/
H A Darea.php309 foreach ($tagareas as $tagarea) {
310 $record = (object)$tagarea;
357 foreach ($toupdatearea as $key => $tagarea) {
360 if ($tagcoll->id == $tagarea->tagcollid) {
366 self::update($tagarea, $itemtypes[$key]);
/dports/www/moodle39/moodle/tag/classes/
H A Darea.php309 foreach ($tagareas as $tagarea) {
310 $record = (object)$tagarea;
357 foreach ($toupdatearea as $key => $tagarea) {
360 if ($tagcoll->id == $tagarea->tagcollid) {
366 self::update($tagarea, $itemtypes[$key]);
/dports/www/moodle39/moodle/tag/tests/
H A Dtaglib_test.php1245 $tagarea = $tagareas[$itemtype][$component];
1249 core_tag_area::update($tagarea, ['multiplecontexts' => false]);
1288 $tagarea = $tagareas[$itemtype][$component];
1291 core_tag_area::update($tagarea, ['multiplecontexts' => false]);
1328 $tagarea = $tagareas[$itemtype][$component];
1377 $tagarea = $tagareas[$itemtype][$component];
1380 core_tag_area::update($tagarea, ['multiplecontexts' => true]);
1430 $tagarea = $tagareas[$itemtype][$component];
1433 core_tag_area::update($tagarea, ['multiplecontexts' => true]);
1474 $tagarea = $tagareas[$itemtype][$component];
[all …]

12