Home
last modified time | relevance | path

Searched refs:tempFilename (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
DFontCache.php19 public function tempFilename($filename) function in Mpdf\\Fonts\\FontCache
21 return $this->cache->tempFilename($filename);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DCommand.php959 $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/
Daction.php218 $tempFilename = $workPath . $uniqueName . ".miz";
219 file_put_contents($tempFilename, $content);
220 return $tempFilename;
/plugin/mizarveifiabledocs/
Daction.php218 $tempFilename = $workPath . $uniqueName . ".miz";
219 file_put_contents($tempFilename, $content);
220 return $tempFilename;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DCache.php60 public function tempFilename($filename) function in Mpdf\\Cache
DOtl.php337 …throw new \Mpdf\MpdfException('Can\'t open file ' . $this->fontCache->tempFilename($this->fontkey …
/plugin/mizarverifiabledocs/
H A Daction.php302 …$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/
DImageProcessor.php290 …$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');