Searched refs:badwords (Results 1 – 1 of 1) sorted by relevance
13 protected $badwords = []; variable in dokuwiki\\Parsing\\ParserMode\\Wordblock20 public function __construct($badwords) argument22 $this->badwords = $badwords;35 if (count($this->badwords) == 0 || $this->pattern != '') {40 foreach ($this->badwords as $badword) {