Searched refs:tempFilename (Results 1 – 8 of 8) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/ |
| D | FontCache.php | 19 public function tempFilename($filename) function in Mpdf\\Fonts\\FontCache 21 return $this->cache->tempFilename($filename);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
| D | Command.php | 959 $tempFilename = tempnam(sys_get_temp_dir(), 'phpunit') . '.phar'; 962 $caFile = dirname($tempFilename) . '/ca.pem'; 976 $tempFilename, 984 chmod($tempFilename, 0777 & ~umask()); 987 $phar = new Phar($tempFilename); 989 rename($tempFilename, $localFilename); 999 unlink($tempFilename);
|
| /plugin/mizarproofchecker/ |
| D | action.php | 218 $tempFilename = $workPath . $uniqueName . ".miz"; 219 file_put_contents($tempFilename, $content); 220 return $tempFilename;
|
| /plugin/mizarveifiabledocs/ |
| D | action.php | 218 $tempFilename = $workPath . $uniqueName . ".miz"; 219 file_put_contents($tempFilename, $content); 220 return $tempFilename;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Cache.php | 60 public function tempFilename($filename) function in Mpdf\\Cache
|
| D | Otl.php | 337 …throw new \Mpdf\MpdfException('Can\'t open file ' . $this->fontCache->tempFilename($this->fontkey …
|
| /plugin/mizarverifiabledocs/ |
| H A D | action.php | 302 …$tempFilename = $textDir . DIRECTORY_SEPARATOR . str_replace('.', '_', uniqid('tmp', true)) . ".mi… 303 file_put_contents($tempFilename, $content); 304 return $tempFilename;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | ImageProcessor.php | 290 …$tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.jpg'); 291 …$checkfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.jpg'… 344 …$tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png'); 589 …$tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png'… 680 …$tempfile_alpha = $this->cache->tempFilename('_tempMskPNG' . md5($file) . random_int(1, 10000) . … 909 …$tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png'); 1065 …$tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
|