Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php180 $this->allowedModes = $this->filterAllowedModes($modes);
235 protected function filterAllowedModes(array $modes): array function in dokuwiki\\Parsing\\ParserMode\\AbstractMode
H A DAbstractFormatting.php34 protected function filterAllowedModes(array $modes): array function in dokuwiki\\Parsing\\ParserMode\\AbstractFormatting
H A DFootnote.php28 protected function filterAllowedModes(array $modes): array function in dokuwiki\\Parsing\\ParserMode\\Footnote
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php118 protected function filterAllowedModes(array $modes): array function in dokuwiki\\Extension\\SyntaxPlugin