Home
last modified time | relevance | path

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

/plugin/aclplusregex/
H A Daction.php287 if ($this->containsRegex($partA) && !$this->containsRegex($partB)) return 1;
288 if ($this->containsRegex($partB) && !$this->containsRegex($partA)) return -1;
318 if ($this->containsRegex($parts[$i])) continue;
333 protected function containsRegex($part)
331 protected function containsRegex($part) global() function in action_plugin_aclplusregex