Lines Matching refs:toks
459 $toks=array();
472 case 'A' : $toks[] = $tok; $tok=''; break;
473 case 'A+' : $toks[] = $tok; $tok=$c; break;
480 $toks[] = $tok;
486 msg( "line <pre>«".hsc($str)."»</pre>parsed as :<pre>".hsc(print_r($toks,1))."</pre>" );
487 return $toks;
507 $toks=$this->_tokenize($str);
508 $n=count($toks) ;
514 if( $toks[$i + 1] === '=' ) {
515 $key=$this->_map($toks[$i]);
518 …msg( 'In <cli ...>, value «'.hsc($toks[$i+2]).'» override previously defined '.hsc($key).' «'. …
520 $values[$key]=$toks[$i+2];
523 …msg( 'Error, unknown attribute «' . hsc($toks[$i]) . '» in <cli> parametre', -1, '', '', MSG_US…
529 $values['style'].=' '.$toks[$i];
534 $values['style'].=' '.$toks[$i];