Home
last modified time | relevance | path

Searched refs:BOTH_STANDARD_AND_NOT (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/moodle310/moodle/blocks/tags/
H A Dedit_form.php52 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('anytype', 'block_tags'));
54 $mform->setDefault('config_showstandard', core_tag_tag::BOTH_STANDARD_AND_NOT);
H A Dblock_tags.php74 $this->config->showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle311/moodle/blocks/tags/
H A Dedit_form.php52 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('anytype', 'block_tags'));
54 $mform->setDefault('config_showstandard', core_tag_tag::BOTH_STANDARD_AND_NOT);
H A Dblock_tags.php74 $this->config->showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle39/moodle/blocks/tags/
H A Dedit_form.php52 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('anytype', 'block_tags'));
54 $mform->setDefault('config_showstandard', core_tag_tag::BOTH_STANDARD_AND_NOT);
H A Dblock_tags.php74 $this->config->showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle39/moodle/tag/classes/external/
H A Dutil.php56 … get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag::BOTH_STANDARD_AND_NOT,
/dports/www/moodle310/moodle/tag/classes/external/
H A Dutil.php56 … get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag::BOTH_STANDARD_AND_NOT,
/dports/www/moodle311/moodle/tag/classes/external/
H A Dutil.php56 … get_item_tags($component, $itemtype, $itemid, $standardonly = core_tag_tag::BOTH_STANDARD_AND_NOT,
/dports/www/moodle310/moodle/tag/classes/output/
H A Dtagareashowstandard.php57 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
/dports/www/moodle311/moodle/tag/classes/output/
H A Dtagareashowstandard.php57 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
/dports/www/moodle39/moodle/tag/classes/output/
H A Dtagareashowstandard.php57 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
/dports/www/moodle39/moodle/tag/classes/
H A Dareas_table.php64 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
H A Darea.php184 return core_tag_tag::BOTH_STANDARD_AND_NOT;
246 …ard' => isset($record->showstandard) ? $record->showstandard : core_tag_tag::BOTH_STANDARD_AND_NOT,
H A Dtag.php66 const BOTH_STANDARD_AND_NOT = 0; define in core_tag_tag
654 …nction get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_STANDARD_AND_NOT,
710 …function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
730 …on get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
778 …ags = static::get_item_tags($component, $itemtype, $itemid, self::BOTH_STANDARD_AND_NOT, $tiuserid…
/dports/www/moodle310/moodle/tag/classes/
H A Dareas_table.php64 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
H A Darea.php184 return core_tag_tag::BOTH_STANDARD_AND_NOT;
246 …ard' => isset($record->showstandard) ? $record->showstandard : core_tag_tag::BOTH_STANDARD_AND_NOT,
H A Dtag.php66 const BOTH_STANDARD_AND_NOT = 0; define in core_tag_tag
654 …nction get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_STANDARD_AND_NOT,
710 …function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
730 …on get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
778 …ags = static::get_item_tags($component, $itemtype, $itemid, self::BOTH_STANDARD_AND_NOT, $tiuserid…
/dports/www/moodle311/moodle/tag/classes/
H A Dareas_table.php64 core_tag_tag::BOTH_STANDARD_AND_NOT => get_string('standardsuggest', 'tag'),
H A Darea.php184 return core_tag_tag::BOTH_STANDARD_AND_NOT;
246 …ard' => isset($record->showstandard) ? $record->showstandard : core_tag_tag::BOTH_STANDARD_AND_NOT,
H A Dtag.php66 const BOTH_STANDARD_AND_NOT = 0; define in core_tag_tag
654 …nction get_items_tags($component, $itemtype, $itemids, $standardonly = self::BOTH_STANDARD_AND_NOT,
710 …function get_item_tags($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
730 …on get_item_tags_array($component, $itemtype, $itemid, $standardonly = self::BOTH_STANDARD_AND_NOT,
778 …ags = static::get_item_tags($component, $itemtype, $itemid, self::BOTH_STANDARD_AND_NOT, $tiuserid…
/dports/www/moodle310/moodle/lib/form/
H A Dtags.php89 $showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle39/moodle/lib/form/
H A Dtags.php89 $showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle311/moodle/lib/form/
H A Dtags.php89 $showstandard = core_tag_tag::BOTH_STANDARD_AND_NOT;
/dports/www/moodle311/moodle/user/tests/
H A Dexternallib_test.php487 core_tag_tag::BOTH_STANDARD_AND_NOT, 0, false);
811 …::get_item_tags_array('core', 'user', $user1['id'], core_tag_tag::BOTH_STANDARD_AND_NOT, 0, false);

12