Home
last modified time | relevance | path

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

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