H A D | ebnf.php | 117 function arrow($image, $x, $y, $lefttoright) { 157 arrow($im, $w/2+EBNF_U/2, EBNF_U, $node->nodeName=='loop'?!$lefttoright:$lefttoright); 158 arrow($im, 3*EBNF_U, 3*EBNF_U, $lefttoright); 159 arrow($im, $w-2*EBNF_U, 3*EBNF_U, $lefttoright); 178 arrow($im, $x, EBNF_U, $lefttoright); 194 arrow($im, 3*EBNF_U, $y+EBNF_U, $lefttoright); 195 arrow($im, $w-2*EBNF_U, $y+EBNF_U, $lefttoright); 118 function arrow($image, $x, $y, $lefttoright) { global() function
|