Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php128 $this->pushSpecialBlock('root');
225 $media = $this->pushSpecialBlock('media');
238 $dir = $this->pushSpecialBlock('directive');
1448 protected function pushSpecialBlock($type) function in LesserPHP\\Parser