Lines Matching refs:x
335 $x = 0;
351 …$table[$x + 1][$y] = '<div style="background:url(' . e(asset('css/images/hline.png')) . ') repeat-…
352 $x += 2;
358 …$table[$x + 1][$y - 1] = '<div style="background:url(' . $diagonal2 . '); width: 64px; height: 64p…
359 $x += 2;
361 …$table[$x][$y - 1] = '<div style="background:url(' . e('"' . asset('css/images/vline.png') . '"') …
369 …$table[$x + 1][$y + 1] = '<div style="background:url(' . $diagonal1 . '); background-position: top…
370 $x += 2;
372 …$table[$x][$y + 1] = '<div style="background:url(' . e('"' . asset('css/images/vline.png') . '"') …
377 $max_x = max($max_x, $x);
382 $table[$x][$y] = view('chart-box', ['individual' => $individual]);
389 for ($x = 0; $x <= $max_x; ++$x) {
391 if (isset($table[$x][$y])) {
392 echo $table[$x][$y];