Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DAbstractMode.php17 protected $allowedModes = []; variable in dokuwiki\\Parsing\\ParserMode\\AbstractMode
40 return in_array($mode, (array) $this->allowedModes);
H A DFootnote.php16 $this->allowedModes = ModeRegistry::getInstance()->getModesForCategories([
24 unset($this->allowedModes[array_search('footnote', $this->allowedModes)]);
H A DBase.php15 $this->allowedModes = ModeRegistry::getInstance()->getModesForCategories([
H A DAbstractFormatting.php24 $this->allowedModes = array_filter(
H A DQuote.php16 $this->allowedModes = ModeRegistry::getInstance()->getModesForCategories([
H A DListblock.php16 $this->allowedModes = ModeRegistry::getInstance()->getModesForCategories([
H A DTable.php16 $this->allowedModes = ModeRegistry::getInstance()->getModesForCategories([
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php117 $this->allowedModes = $registry->getModesForCategories($this->getAllowedTypes());
119 $idx = array_search(substr(static::class, 7), (array)$this->allowedModes, true);
121 unset($this->allowedModes[$idx]);