Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Handler/
H A DAbstractListsRewriter.php63 ['depth' => $depth, 'type' => $type, 'start' => $start] = $this->parseMarker($call[1][0]);
77 ['depth' => $depth, 'type' => $type, 'start' => $start] = $this->parseMarker($call[1][0]);
270 private function parseMarker(string $match): array function in dokuwiki\\Parsing\\Handler\\AbstractListsRewriter