Home
last modified time | relevance | path

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

/plugin/godiag/
H A Dsyntax.php278 return $this->error_box('non-square board');
285 return $this->error_box('board too large (max is ' . $this->style['board_max'] . ')');
330 return $this->error_box("Cannot create SGF file.");
525 return($this->error_box("Cannot initialize GD image stream."));
604 return $this->error_box($oopshtml);
620 return $this->error_box("Cannot output diagram to file.");
671 function error_box($str) { function in syntax_plugin_godiag