Home
last modified time | relevance | path

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

/plugin/aclplusregex/_test/
DAclTest.php357 $acl->patternToRegexGroup('foo:**', 4)
362 $acl->patternToRegexGroup('foo:*', 4)
367 $acl->patternToRegexGroup('foo:*:**', 4)
DTestAction.php33 public function patternToRegexGroup($idpattern, $perm) function in dokuwiki\\plugin\\aclplusregex\\test\\TestAction
35 return parent::patternToRegexGroup($idpattern, $perm);
/plugin/aclplusregex/
Daction.php156 $reGroup[] = $this->patternToRegexGroup($rule, $perm);
219 protected function patternToRegexGroup($idpattern, $perm) function in action_plugin_aclplusregex