Home
last modified time | relevance | path

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

/plugin/ebnf/
H A Debnf.php274 function ebnf_check_token($token, $type, $value) {
289 if (!ebnf_check_token($token, EBNF_OPERATOR_TOKEN, '{') )
295 } $i++; if (!ebnf_check_token($token, EBNF_OPERATOR_TOKEN, '}'))
314 if (!ebnf_check_token($token, EBNF_OPERATOR_TOKEN, "="))
318 if (!ebnf_check_token($token, EBNF_OPERATOR_TOKEN, '.')
319 && !ebnf_check_token($token, EBNF_OPERATOR_TOKEN, ';'))
328 while (ebnf_check_token($token, EBNF_OPERATOR_TOKEN, '|')) {
357 } if (ebnf_check_token($token, EBNF_OPERATOR_TOKEN, '(')) {
360 if (!ebnf_check_token($token, EBNF_OPERATOR_TOKEN, ')'))
363 } if (ebnf_check_token(
275 function ebnf_check_token($token, $type, $value) { global() function
[all...]