Searched refs:rawImageData (Results 1 – 4 of 4) sorted by relevance
| /plugin/photogallery/phpThumb/ |
| D | phpThumb.php | 44 …e((!empty($phpThumb->src) ? basename($phpThumb->src) : md5($phpThumb->rawImageData)).'-'.intval($g… 251 …if ($rawImageData = phpthumb_functions::SafeURLread($_GET['src'], $error, $phpThumb->config_http_f… variable 252 $md5s = md5($rawImageData); 436 if ($phpThumb->rawImageData) { 599 if ($phpThumb->rawImageData) { 643 …if ($rawImageData = phpthumb_functions::SafeURLread($phpThumb->src, $error, $phpThumb->config_http… variable 646 $phpThumb->setSourceData($rawImageData, urlencode($phpThumb->src));
|
| D | phpthumb.class.php | 228 public $rawImageData = null; variable in phpthumb 349 public function setSourceData($rawImageData, $sourceFilename='') { argument 352 $this->rawImageData = $rawImageData; 353 …en($this->rawImageData).' bytes; magic="'.substr($this->rawImageData, 0, 4).'" ('.phpthumb_functio… 355 $sourceFilename = ($sourceFilename ? $sourceFilename : md5($rawImageData)); 363 fwrite($fp, $rawImageData); 978 if ($this->rawImageData) { 980 …ing because $this->rawImageData is set ('.number_format(strlen($this->rawImageData)).' bytes)', __… 1674 fwrite($fp_tempfile, $this->rawImageData); 1678 …"'.$IMtempSourceFilename.'" from $this->rawImageData ('.strlen($this->rawImageData).' bytes)', __F… [all …]
|
| /plugin/photogallery/phpThumb/demo/ |
| D | phpThumb.demo.check.php | 168 $phpThumb->rawImageData = 'phpThumb.demo.check.php_cachetest';
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.changelog.txt | 1213 * Changed cached filename of rawImageData-source images 1214 from urlencode('') to md5(rawImageData). This should
|