Home
last modified time | relevance | path

Searched refs:allowedModes (Results 1 – 8 of 8) sorted by path

/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php119 $this->allowedModes = array_merge($this->allowedModes, $PARSER_MODES[$mt]);
122 $idx = array_search(substr(get_class($this), 7), (array)$this->allowedModes, true);
124 unset($this->allowedModes[$idx]);
/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php17 protected $allowedModes = [];
40 return in_array($mode, (array) $this->allowedModes);
15 protected $allowedModes = array(); global() variable in dokuwiki\\Parsing\\ParserMode\\AbstractMode
H A DBase.php14 $this->allowedModes = array_merge(
H A DFootnote.php14 $this->allowedModes = array_merge(
22 unset($this->allowedModes[array_search('footnote', $this->allowedModes)]);
H A DFormatting.php72 $this->allowedModes = array_merge(
H A DListblock.php14 $this->allowedModes = array_merge(
H A DQuote.php14 $this->allowedModes = array_merge(
H A DTable.php14 $this->allowedModes = array_merge(