Home
last modified time | relevance | path

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

/plugin/aclplusregex/_test/
H A DTestAction.php15 public function evaluateRegex($regex, $id) function in dokuwiki\\plugin\\aclplusregex\\test\\TestAction
17 return parent::evaluateRegex($regex, $id);
H A Dacl.test.php
/plugin/aclplusregex/
H A Daction.php78 $permisson = $this->evaluateRegex($this->ruleCache[$user], $id);
98 protected function evaluateRegex($regex, $id)
95 protected function evaluateRegex($regex, $id) global() function in action_plugin_aclplusregex