Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DBase.php19 ModeRegistry::CATEGORY_FORMATTING,
H A DAbstractFormatting.php26 ModeRegistry::CATEGORY_FORMATTING,
H A DQuote.php17 ModeRegistry::CATEGORY_FORMATTING,
H A DFootnote.php18 ModeRegistry::CATEGORY_FORMATTING,
H A DListblock.php17 ModeRegistry::CATEGORY_FORMATTING,
H A DTable.php17 ModeRegistry::CATEGORY_FORMATTING,
/dokuwiki/inc/Parsing/
H A DModeRegistry.php26 public const CATEGORY_FORMATTING = 'formatting'; define in dokuwiki\\Parsing\\ModeRegistry
77 self::CATEGORY_FORMATTING => [
/dokuwiki/_test/tests/Parsing/
H A DModeRegistryTest.php112 $PARSER_MODES[ModeRegistry::CATEGORY_FORMATTING][] = 'custom_format';
113 $modes = $this->registry->getModesForCategories([ModeRegistry::CATEGORY_FORMATTING]);