Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmHr.php36 $pattern = $this->registry->getSyntax() === 'dw'
H A DGfmEscape.php60 $lookahead = $this->registry->getSyntax() === 'md' ? '' : '(?!\\\\\\\\[ \t\n])';
/dokuwiki/inc/Parsing/
H A DModeRegistry.php122 public function getSyntax(): string function in dokuwiki\\Parsing\\ModeRegistry
/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php49 $this->assertSame('md+dw', (new ModeRegistry('md+dw'))->getSyntax());