Searched refs:tokDefs (Results 1 – 2 of 2) sorted by relevance
350 private static function _isMatchingAlternateChain($args, $position, $tokDefs) { argument352 …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) { argument363 if (count($tokDefs) != 2) {366 list($openTokDef, $closeTokDef) = $tokDefs;
134 function tokenize($text, array $tokDefs, array $stripTokDefs) { argument145 foreach ($tokDefs as $tokDef) {