Home
last modified time | relevance | path

Searched refs:tmpFile (Results 1 – 9 of 9) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/ !
DCache.php43 var $tmpFile; variable in File_Archive_Reader_Cache
56 $this->tmpFile = tmpfile();
63 fwrite($this->tmpFile, $data);
78 fseek($this->tmpFile, $this->files[$this->pos]['pos'], SEEK_SET);
94 fseek($this->tmpFile, 0, SEEK_END);
99 'pos' => ftell($this->tmpFile)
134 fwrite($this->tmpFile, $data);
142 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
149 return fread($this->tmpFile, $length);
153 while (!feof($this->tmpFile)) {
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ !
DFileCache.php49 $tmpFile = tempnam($this->dir, 'metadata-cache');
50 …file_put_contents($tmpFile, '<?php return unserialize(' . var_export(serialize($metadata), true) .…
53 @chmod($tmpFile, 0666 & ~umask());
55 $this->renameFile($tmpFile, $path);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ !
H A DServerCopyMoveTest.php37 $tmpFile = SABRE_TEMPDIR . '/' . $file;
38 if (file_exists($tmpFile)) {
40 if (is_dir($tmpFile)) {
41 rmdir($tmpFile);
43 unlink($tmpFile);
/plugin/siteexport/inc/ !
Dfilewriter.php37 …$tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->settin…
39 if (@file_put_contents($tmpFile, $DATA) === false) {
45 $status = $this->__writeFileToZip($tmpFile, $FILENAME, $ZIP);
47 $status = $this->__addFileToZip($tmpFile, $FILENAME, $ZIP);
50 if (@unlink($tmpFile) === false) {
51 unset($tmpFile);
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/ !
DFilesystemCache.php64 $tmpFile = tempnam($dir, basename($key));
65 if (false !== @file_put_contents($tmpFile, $content) && @rename($tmpFile, $key)) {
/plugin/siteexport/action/ !
Dajax.php524 $tmpFile = $this->__getHTTPFile($url);
525 if ( $tmpFile === false ) {
540 …} else if ( !empty($tmpFile[1]) /*&& !strstr($DATA[2], $tmpFile[1])*/ ) { // 2017-11-30: $DATA is …
542 …->debug->message("Will replace old filename '{$fileName}' with {$dirname}/{$tmpFile[1]}", null, 1);
543 $fileName = $dirname . '/' . $tmpFile[1];
548 $status = $this->filewriter->__addFileToZip($tmpFile[0], $fileName);
549 if (@unlink($tmpFile[0]) === false) {
550 $this->functions->debug->message("Could not remove temporary file", $tmpFile[0], 1);
614 …$tmpFile = tempnam($this->functions->settings->tmpDir , 'siteexport__') ?: $this->functions->setti…
615 $this->functions->debug->message("Temporary filename", $tmpFile, 1);
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/ !
DRecordingControlsFrame.java238 …File tmpFile = File.createTempFile("jCaptureMovie", "."+captureFrame.getCaptureConfig().getEncoder… in uploadMovie()
239 FileOutputStream out = new FileOutputStream(tmpFile); in uploadMovie()
245 savedTo = tmpFile; in uploadMovie()
249 new FileInputStream(tmpFile), in uploadMovie()
250 tmpFile.length(), in uploadMovie()
262 if (!tmpFile.delete()) { in uploadMovie()
263 tmpFile.deleteOnExit(); in uploadMovie()
/plugin/diagramsnet/lib/js/ !
Dexport.js113 var tmpFile = new LocalFile(editorUi, xml);
114 editorUi.setCurrentFile(tmpFile);
/plugin/jcapture/lib/ !
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...