Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php276 …tyle="color: navy; font-family: monospace;">'.htmlspecialchars($phpThumb->config_imagemagick_path);
277 …ile_exists" >['. (int) (@file_exists($phpThumb->config_imagemagick_path)) .']</sp…
278 …r">['. (int) $phpThumb->file_exists_ignoreopenbasedir($phpThumb->config_imagemagick_path) .']</spa…
279 …e="is_file" >['. (int) (@is_file($phpThumb->config_imagemagick_path)) .']</sp…
280 …s_readable" >['. (int) (@is_readable($phpThumb->config_imagemagick_path)) .']</sp…
281 …executable" >['. (int) (@is_executable($phpThumb->config_imagemagick_path)) .']</sp…
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php169 public $config_imagemagick_path = null; variable in phpthumb
1518 $commandline = (null !== $this->config_imagemagick_path ? $this->config_imagemagick_path : '');
1520 …if ($this->config_imagemagick_path && ($this->config_imagemagick_path != $this->realPathSafe($this…
1523 $this->config_imagemagick_path = $this->realPathSafe($this->config_imagemagick_path);
1528 if (!empty($this->config_imagemagick_path)) {
1529 … file_exists('.$this->config_imagemagick_path.') = '. (int) (@file_exists($this->conf…
1531 … is_file('.$this->config_imagemagick_path.') = '. (int) (@is_file($this->config…
1532 … is_executable('.$this->config_imagemagick_path.') = '. (int) (@is_executable($this->con…
1540 $commandline .= substr($this->config_imagemagick_path, 0, 2);
1563 $commandline = $this->config_imagemagick_path;
[all …]