Searched refs:tmpFile (Results 1 – 9 of 9) sorted by relevance
43 var $tmpFile; variable in File_Archive_Reader_Cache56 $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 …]
49 $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);
37 $tmpFile = SABRE_TEMPDIR . '/' . $file;38 if (file_exists($tmpFile)) {40 if (is_dir($tmpFile)) {41 rmdir($tmpFile);43 unlink($tmpFile);
37 …$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);
64 $tmpFile = tempnam($dir, basename($key));65 if (false !== @file_put_contents($tmpFile, $content) && @rename($tmpFile, $key)) {
524 $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 …]
238 …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()
113 var tmpFile = new LocalFile(editorUi, xml);114 editorUi.setCurrentFile(tmpFile);
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...