Searched refs:PARSER_MODES (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Base.php | 12 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 D | Footnote.php | 12 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 D | Quote.php | 12 global $PARSER_MODES; 15 $PARSER_MODES['formatting'], 16 $PARSER_MODES['substition'], 17 $PARSER_MODES['disabled'], 18 $PARSER_MODES['protected']
|
| H A D | Listblock.php | 12 global $PARSER_MODES; 15 $PARSER_MODES['formatting'], 16 $PARSER_MODES['substition'], 17 $PARSER_MODES['disabled'], 18 $PARSER_MODES['protected']
|
| H A D | Table.php | 12 global $PARSER_MODES; 15 $PARSER_MODES['formatting'], 16 $PARSER_MODES['substition'], 17 $PARSER_MODES['disabled'], 18 $PARSER_MODES['protected']
|
| H A D | Formatting.php | 57 global $PARSER_MODES; 66 $modes = $PARSER_MODES['formatting']; 74 $PARSER_MODES['substition'], 75 $PARSER_MODES['disabled']
|
| /dokuwiki/inc/parser/ |
| H A D | parser.php | 9 global $PARSER_MODES; 10 $PARSER_MODES = [ variable
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 115 global $PARSER_MODES; 119 $this->allowedModes = array_merge($this->allowedModes, $PARSER_MODES[$mt]);
|
| /dokuwiki/lib/plugins/info/ |
| H A D | syntax.php | 223 global $PARSER_MODES; 227 foreach ($PARSER_MODES as $mode => $modes) {
|
| /dokuwiki/inc/ |
| H A D | parserutils.php | 575 global $PARSER_MODES; 580 $PARSER_MODES[$obj->getType()][] = "plugin_$p"; //register mode type
|