Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DBase.php12 global $PARSER_MODES;
15 $PARSER_MODES['container'],
16 $PARSER_MODES['baseonly'],
17 $PARSER_MODES['paragraphs'],
18 $PARSER_MODES['formatting'],
19 $PARSER_MODES['substition'],
20 $PARSER_MODES['protected'],
21 $PARSER_MODES['disabled']
H A DFootnote.php12 global $PARSER_MODES;
15 $PARSER_MODES['container'],
16 $PARSER_MODES['formatting'],
17 $PARSER_MODES['substition'],
18 $PARSER_MODES['protected'],
19 $PARSER_MODES['disabled']
H A DQuote.php12 global $PARSER_MODES;
15 $PARSER_MODES['formatting'],
16 $PARSER_MODES['substition'],
17 $PARSER_MODES['disabled'],
18 $PARSER_MODES['protected']
H A DListblock.php12 global $PARSER_MODES;
15 $PARSER_MODES['formatting'],
16 $PARSER_MODES['substition'],
17 $PARSER_MODES['disabled'],
18 $PARSER_MODES['protected']
H A DTable.php12 global $PARSER_MODES;
15 $PARSER_MODES['formatting'],
16 $PARSER_MODES['substition'],
17 $PARSER_MODES['disabled'],
18 $PARSER_MODES['protected']
H A DFormatting.php57 global $PARSER_MODES;
66 $modes = $PARSER_MODES['formatting'];
74 $PARSER_MODES['substition'],
75 $PARSER_MODES['disabled']
/dokuwiki/inc/parser/
H A Dparser.php10 global $PARSER_MODES; variable
11 $PARSER_MODES = [
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php25 * Needs to return one of the mode types defined in $PARSER_MODES in Parser.php
36 * defined in $PARSER_MODES in Parser.php
115 global $PARSER_MODES;
119 $this->allowedModes = array_merge($this->allowedModes, $PARSER_MODES[$mt]);
/dokuwiki/lib/plugins/info/
H A Dsyntax.php223 global $PARSER_MODES;
227 foreach ($PARSER_MODES as $mode => $modes) {
/dokuwiki/inc/
H A Dparserutils.php575 global $PARSER_MODES;
580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type