Searched refs:ignoreMatches (Results 1 – 1 of 1) sorted by relevance
20 …private $ignoreMatches = []; // Ignore these, because they were already found once and they're con… variable in helper_plugin_autolink4151 …if (array_key_exists($text, $this->ignoreMatches) || array_key_exists($match, $this->ignoreMatches…156 $this->ignoreMatches[$text] = true;157 $this->ignoreMatches[$match] = true;