Home
last modified time | relevance | path

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

/plugin/ifauthex/lib/
H A Dparser.php350 private static function _isMatchingAlternateChain($args, $position, $tokDefs) { argument
352 …for ($lastFound = $position; $lastFound < count($args) && $tokDefIdx < count($tokDefs); $lastFound…
353 if ($args[$lastFound]->definition() == $tokDefs[$tokDefIdx]) {
359 return ($tokDefIdx == count($tokDefs));
362 private static function _getWrappedSequence($args, $position, $tokDefs, $nested) { argument
363 if (count($tokDefs) != 2) {
366 list($openTokDef, $closeTokDef) = $tokDefs;
H A Dtokenizer.php134 function tokenize($text, array $tokDefs, array $stripTokDefs) { argument
145 foreach ($tokDefs as $tokDef) {