Home
last modified time | relevance | path

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

/plugin/ebnf/
Debnf.php121 function arrow($image, $x, $y, $lefttoright) { argument
123 if (!$lefttoright) {
136 function render_node($node, $lefttoright) { argument
158 $lefttoright = ! $lefttoright;
159 $inner = render_node($node->firstChild, $lefttoright);
165 arrow($im, $w/2+EBNF_U/2, EBNF_U, $node->nodeName=='loop'?!$lefttoright:$lefttoright);
166 arrow($im, 3*EBNF_U, 3*EBNF_U, $lefttoright);
167 arrow($im, $w-2*EBNF_U, 3*EBNF_U, $lefttoright);
174 $inner = render_childs($node, $lefttoright);
175 if (!$lefttoright)
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs18562 case 'lefttoright' /*case 'LeftToRight'*/: break;