Home
last modified time | relevance | path

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

/plugin/godiag/
H A Dsyntax.php168 $this->dgm = array (
265 if($len>$this->dgm['gridh']) { $this->dgm['gridh']=$len; }
288 if($this->dgm['gridv'] >= $this->dgm['board_size'] - 1) {
290 if($this->dgm['gridv'] == $this->dgm['board_size'])
293 if($this->dgm['gridh'] >= $this->dgm['board_size'] - 1) {
295 if($this->dgm['gridh'] == $this->dgm['board_size'])
312 . '!' . ($this->dgm['coord_markers'] ? $this->dgm['board_size'] : false);
481 $col=$blacks_turn ? $this->dgm['white_color'] : $this->dgm['black_color'];
500 $str = $this->dgm['board_size'] - $this->dgm['offset_y'] - $by;
682 $heightdefined = $this->dgm['edge_top'] && $this->dgm['edge_bottom'];
[all …]