Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A DphpThumb.php248 $md5s = ''; variable
252 $md5s = md5($rawImageData); variable
260 $md5s = phpthumb_functions::md5_file_safe($SourceFilename); variable
266 $phpThumb->ErrorImage('&md5s='.$md5s);
268 die('&md5s='.$md5s);
H A Dphpthumb.class.php104 public $md5s = null; // MD5 hash of Source image variable in phpthumb
3675 } elseif ($this->md5s) {
3677 …$this->DebugMessage('SetCacheFilename() _raw set from $this->md5s = "'.$this->md5s.'"', __FILE__, …
3678 $broad_directory_name = $this->md5s;
3679 $this->cache_filename .= '_raw'.$this->md5s;
3727 if ($this->md5s) {
3884 if ($this->md5s && ($this->md5s != md5($this->rawImageData))) {
3885 …return $this->ErrorImage('$this->md5s != md5($this->rawImageData)'."\n".'"'.$this->md5s.'" != '."\…
3905 if ($this->md5s && ($this->md5s != phpthumb_functions::md5_file_safe($this->sourceFilename))) {
3906 …return $this->ErrorImage('$this->md5s != md5(sourceFilename)'."\n".'"'.$this->md5s.'" != '."\n".'"…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt492 md5s = MD5 hash of the source image -- if this parameter is
496 available). If 'md5s' is passed an empty string then
H A Dphpthumb.changelog.txt822 * Added 'md5s' parameter, which is the MD5 hash of the
826 file is used (if available). If 'md5s' is passed an