Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php252 $dir = $this->pushBlock($this->fixTags(['@' . $dirName]));
281 $block = $this->pushBlock($this->fixTags([$tag]));
292 $tags = $this->fixTags($tags);
341 $tags = $this->fixTags($tags);
366 protected function fixTags($tags) function in LesserPHP\\Parser