Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dtokenizer.php145 foreach ($tokDefs as $tokDef) {
146 $match = $tokDef->tryMatch($text, $position);
153 $foundTokInst = new TokenInstance($tokDef, $text, $position, $matchLen);
H A Dparser.php335 private static function _getLongestAlternateChain($args, $position, $tokDef, $stopAt=-1) { argument
338 if ($args[$lastFound]->definition() == $tokDef) {