Lines Matching refs:implode

1062 …$this->DebugMessage('Addding ImageMagick formats to $AvailableImageOutputFormats ('.implode(';', $…
1068 …$this->DebugMessage('$AvailableImageOutputFormats = array('.implode(';', $AvailableImageOutputForm…
1267 $thispart = implode(DIRECTORY_SEPARATOR, $parts);
1277 $path = implode(DIRECTORY_SEPARATOR, $parts);
1304 $path = $path.DIRECTORY_SEPARATOR.implode(DIRECTORY_SEPARATOR, array_slice($segments,$i + 1));
1642 …$this->DebugMessage('ImageMagickSwitchAvailable('.implode(';', $switchname).') = '. (int) $allOK .…
1839 if (!preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {
2016 …if (!preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat) || phpthumb_fu…
2020 if (preg_match('#('.implode('|', $this->AlphaCapableFormats).')#i', $outputFormat)) {
2468 …DIR__ .'/phpthumb.filters.php" which is required for applying filters ('.implode(';', $this->fltr)…
2627 …ed_url['host'].'" is NOT in $this->config_nooffsitelink_valid_domains ('.implode(';', $this->confi…
2629 …parsed_url['host'].'" is in $this->config_nooffsitelink_valid_domains ('.implode(';', $this->confi…
2639 …parsed_url['host'].'" is NOT in $this->config_nohotlink_valid_domains ('.implode(';', $this->confi…
2641 …"'.$parsed_url['host'].'" is in $this->config_nohotlink_valid_domains ('.implode(';', $this->confi…
2807 …DIR__ .'/phpthumb.filters.php" which is required for applying filters ('.implode(';', $this->fltr)…
3700 $ParametersString .= '_fltr'.implode('_fltr', $this->fltr);
4022 $this->ErrorImage(implode("\n", $errormessages));
4326 return $this->ErrorImage(implode("\n", $DebugOutput), 700, 500, true);