Home
last modified time | relevance | path

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

/plugin/aclplusregex/_test/
DAclTest.php356 '(?<g0x4>foo:' . TestAction::STARS . ')',
366 '(?<g2x4>foo:' . TestAction::STAR . ':' . TestAction::STARS . ')',
/plugin/aclplusregex/
Daction.php35 public const STARS = '[^:]+(:[^:]+)*'; define in action_plugin_aclplusregex
224 '**' => self::STARS,