Home
last modified time | relevance | path

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

/plugin/autolink4/
Dhelper.php20 …private $ignoreMatches = []; // Ignore these, because they were already found once and they're con… variable in helper_plugin_autolink4
151 …if (array_key_exists($text, $this->ignoreMatches) || array_key_exists($match, $this->ignoreMatches
156 $this->ignoreMatches[$text] = true;
157 $this->ignoreMatches[$match] = true;