Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/
H A DModeRegistry.php39 private array $lineStartMarkers = []; variable in dokuwiki\\Parsing\\ModeRegistry
168 $this->lineStartMarkers[$mode] = $markers;
178 if (!$this->lineStartMarkers) return [];
179 return array_unique(array_merge(...array_values($this->lineStartMarkers)));