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