Home
last modified time | relevance | path

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

/plugin/livemark/
H A Daction.php46 function create_watermark_image( $data, $cache_path ) { argument
77 if ( substr($cache_path, -3) == 'png' ) {
78 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11));
79 } else if ( substr($cache_path, -3) == 'jpg' ) {
82 imagejpeg($finaloutput, $cache_path, intval($conf['jpg_quality']));
/plugin/reflect/
H A Daction.php54 function create_reflect_image( $data, $cache_path, $imagebgcolor=null ) { argument
144 if ( substr($cache_path, -3) == 'png' ) {
145 imagepng($output, $cache_path, intval($conf['jpg_quality'] / 11));
146 } else if ( substr($cache_path, -3) == 'jpg' ) {
159 imagejpeg($finaloutput, $cache_path, intval($conf['jpg_quality']));
/plugin/statistics/inc/
H A DBrowscap.php488 $cache_path = $this->cacheDir . $this->cacheFilename;
597 return (bool) file_put_contents($cache_path, $cache, LOCK_EX);