Home
last modified time | relevance | path

Searched refs:getTags (Results 51 – 63 of 63) sorted by path

123

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php142 foreach ($docblock->getTags() as $tag) {
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG240 getTokenParsers(), getTags(), getNodeVisitors(), getUnaryOperators(), getBinaryOperators(),
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1079 public function getTags() function in Twig\\Environment
H A DParser.php201 … $e->addSuggestions($token->getValue(), array_keys($this->env->getTags()));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php340 $this->assertArrayHasKey('test', $twig->getTags());
385 $this->assertArrayNotHasKey('test', $twig->getTags());
/plugin/tagging/helper/
H A Dquerybuilder.php49 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
75 public function getTags() function in helper_plugin_tagging_querybuilder
/plugin/webcomponent/_test/
H A Dbutton.test.php30 $elements = syntax_plugin_webcomponent_button::getTags();
50 $element = syntax_plugin_webcomponent_button::getTags()[0];
H A Dcardcolumns.test.php18 $componentNames = syntax_plugin_webcomponent_cardcolumns::getTags();
29 $componentName = syntax_plugin_webcomponent_cardcolumns::getTags()[0];
/plugin/webcomponent/syntax/
H A Dbutton.php95 foreach (self::getTags() as $tag) {
107 foreach (self::getTags() as $tag) {
255 public static function getTags() function in syntax_plugin_webcomponent_button
H A Dcard.php96 foreach (self::getTags() as $tag) {
109 foreach (self::getTags() as $tag) {
145 foreach (self::getTags() as $tag) {
295 static function getTags() function in syntax_plugin_webcomponent_card
H A Dcardcolumns.php78 foreach (self::getTags() as $tag) {
87 foreach (self::getTags() as $tag) {
116 foreach (self::getTags() as $tag) {
166 public static function getTags() function in syntax_plugin_webcomponent_cardcolumns
H A Dmath.php164 return webcomponent::getTags(get_called_class());
/plugin/webcomponent/
H A Dwebcomponent.php58 public static function getTags($get_called_class) function in webcomponent

123