Lines Matching refs:config_imagemagick_path

169 	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…
1521 if (@is_executable($this->realPathSafe($this->config_imagemagick_path))) {
1522 …'.$this->config_imagemagick_path.') to $this->realPathSafe($this->config_imagemagick_path) ('.$thi…
1523 $this->config_imagemagick_path = $this->realPathSafe($this->config_imagemagick_path);
1525config_imagemagick_path.') because !is_execuatable($this->realPathSafe($this->config_imagemagick_p…
1528 if (!empty($this->config_imagemagick_path)) {
1529 … file_exists('.$this->config_imagemagick_path.') = '. (int) (@file_exists($this->conf…
1530 …oreopenbasedir('.$this->config_imagemagick_path.') = '. (int) $this->file_exists_ignoreopenbasedir…
1531 … is_file('.$this->config_imagemagick_path.') = '. (int) (@is_file($this->config…
1532 … is_executable('.$this->config_imagemagick_path.') = '. (int) (@is_executable($this->con…
1535 if ($this->file_exists_ignoreopenbasedir($this->config_imagemagick_path)) {
1537 …g ImageMagick path from $this->config_imagemagick_path ('.$this->config_imagemagick_path.')', __FI…
1540 $commandline .= substr($this->config_imagemagick_path, 0, 2);
1541 …acement(str_replace('/', DIRECTORY_SEPARATOR, substr(dirname($this->config_imagemagick_path), 2)));
1542 ….= ' && '.phpthumb_functions::escapeshellarg_replacement(basename($this->config_imagemagick_path));
1544 $commandline = phpthumb_functions::escapeshellarg_replacement($this->config_imagemagick_path);
1562 …ing ImageMagick path to $this->config_imagemagick_path ('.$this->config_imagemagick_path.') ['.$IM…
1563 $commandline = $this->config_imagemagick_path;
1567 … cannot find convert in $this->config_imagemagick_path ('.$this->config_imagemagick_path.'), and `…
4232 …nfig_imagemagick_path = '.$this->phpThumbDebugVarDump($this->config_imagemagick_path);
4234 …$IMpathUsed = ($this->config_imagemagick_path ? $this->config_imagemagick_path : $this->ImageMagic…