Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DLists.php52 $depth = $this->interpretSyntax($call[1][0], $listType);
80 $depth = $this->interpretSyntax($call[1][0], $listType);
175 protected function interpretSyntax($match, &$type) function in dokuwiki\\Parsing\\Handler\\Lists