Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DWordblock.php13 protected $badwords = []; variable in dokuwiki\\Parsing\\ParserMode\\Wordblock
20 public function __construct($badwords) argument
22 $this->badwords = $badwords;
35 if (count($this->badwords) == 0 || $this->pattern != '') {
40 foreach ($this->badwords as $badword) {