Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dconfigparser.y378 %type expression {data_unset *}
391 %destructor expression { if ($$) $$->fn->free($$); }
401 varline ::= key(A) ASSIGN expression(B). { in key()
425 varline ::= key(A) FORCE_ASSIGN expression(B). { in key()
444 varline ::= key(A) APPEND expression(B). { in key()
487 expression(A) ::= expression(B) PLUS value(C). { in expression() function
502 expression(A) ::= value(B). { in expression() function
607 aelement(A) ::= expression(B). { in aelement()
611 aelement(A) ::= stringop(B) ARRAY_ASSIGN expression(C). { in aelement()
747 context ::= DOLLAR SRVVARNAME(B) LBRACKET stringop(C) RBRACKET cond(E) expression(D). { in SRVVARNAME()
[all …]
/lighttpd1.4/doc/outdated/
H A Dconfiguration.txt121 perl style regular expression match
123 perl style regular expression not match
125 and <value> is either a quoted ("") literal string or regular expression.
/lighttpd1.4/
H A DNEWS3370 * fixed mem leak in ssi expression parser (#1753), thx Take5k