Home
last modified time | relevance | path

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

/plugin/panoview/
Dtiles.php27 if (auth_quickaclcheck(getNS($data['id']) . ':X') < AUTH_READ) $pl->gfxError('noauth');
28 if (!$data['mtime']) $pl->gfxError('notfound');
37 if ($data['inv'] < 0.5) $pl->gfxError('maxzoom');
45 if ($data['tlx'] > $data['width'] || $data['tly'] > $data['height']) $pl->gfxError('blank');
Dsyntax.php143 if ($img === null) $this->gfxError('generic');
180 $this->gfxError('generic');
208 public function gfxError($type) function in syntax_plugin_panoview