Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A DphpThumb.php386 …LEGETPARAMS = (bool) ($phpThumb->config_cache_default_only_suffix && (strpos($phpThumb->config_cac…
H A Dphpthumb.class.php178 public $config_cache_default_only_suffix = false; variable in phpthumb
3657 if ($this->config_cache_default_only_suffix && $this->sourceFilename) {
3662 if (strpos($this->config_cache_default_only_suffix, '*') === false) {
3663 …rting simplified caching filename because no * in "'.$this->config_cache_default_only_suffix.'"', …
3666 …EPARATOR.rawurlencode(str_replace('*', @$matches[1], $this->config_cache_default_only_suffix)).'.'…