Searched refs:cache_path (Results 1 – 3 of 3) sorted by relevance
/plugin/livemark/ |
H A D | action.php | 46 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 D | action.php | 54 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 D | Browscap.php | 488 $cache_path = $this->cacheDir . $this->cacheFilename; 597 return (bool) file_put_contents($cache_path, $cache, LOCK_EX);
|