Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1619 public function ImageMagickSwitchAvailable($switchname) { argument
1634 if (is_array($switchname)) {
1636 foreach ($switchname as $key => $value) {
1642 …$this->DebugMessage('ImageMagickSwitchAvailable('.implode(';', $switchname).') = '. (int) $allOK .…
1644 $allOK = isset($IMoptions[$switchname]);
1645 …$this->DebugMessage('ImageMagickSwitchAvailable('.$switchname.') = '. (int) $allOK .'', __FILE__, …