Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 – 21 of 21) sorted by path

/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1 ….popen\",\"io.read\",\"io.stderr\",\"io.stdin\",\n \"io.stdout\",\"io.tmpfile\",\"io.type\",\"i…
H A Dphp.min.js.map1 …truncate fstat fseek ftell fflush fwrite fputs mkdir rename copy tempnam tmpfile file file_get_con…
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php98 if (false === $out = @tmpfile()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DWindows.php25 if (false === $stdout_handle = tmpfile()) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php21 $tmpfile = tmpfile();
40 array($tmpfile, $tmpfile, 'SebastianBergmann\\Comparator\\ResourceComparator'),
47 array($tmpfile, array(1), 'SebastianBergmann\\Comparator\\TypeComparator'),
48 array(array(1), $tmpfile, 'SebastianBergmann\\Comparator\\TypeComparator'),
49 array($tmpfile, '1', 'SebastianBergmann\\Comparator\\TypeComparator'),
50 array('1', $tmpfile, 'SebastianBergmann\\Comparator\\TypeComparator'),
51 array($tmpfile, new \stdClass, 'SebastianBergmann\\Comparator\\TypeComparator'),
52 array(new \stdClass, $tmpfile, 'SebastianBergmann\\Comparator\\TypeComparator'),
H A DResourceComparatorTest.php28 $tmpfile1 = tmpfile();
29 $tmpfile2 = tmpfile();
40 $tmpfile1 = tmpfile();
51 $tmpfile1 = tmpfile();
52 $tmpfile2 = tmpfile();
62 $tmpfile1 = tmpfile();
63 $tmpfile2 = tmpfile();
H A DScalarComparatorTest.php53 array(tmpfile(), tmpfile())
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php260 $fixedFile = tmpfile();
H A DReporting.php179 $this->_tmpFiles[$report] = tmpfile();
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt826 to new undocumented tmpfile() limit (same problem as
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php262 if ($fp_temp = tmpfile()) {
/plugin/letsencrypt/
H A DLescript.php270 $tmpConf = tmpfile();
/plugin/quickstats/scripts/
H A Dget_geocity2.php111 foreach ($tmpdir_files as $tmpfile) {
112 $current_file = $this->tempdir . '/' . "tmp/${tmpfile}";
113 if(preg_match("#(?i)GeoLite2-City_\d+#",$tmpfile) ) {
114 if(is_dir($this->tempdir . '/' . 'tmp/'. $tmpfile)) {
115 $geo_dir_name = $this->tempdir . '/' . 'tmp/'. $tmpfile;
116 $geo_dir = scandir($this->tempdir . '/' . 'tmp/'. $tmpfile);
134 …echo $this->tempdir . '/' . 'tmp/'. $tmpfile . " is not a directory\n"; …
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1tmpfile tmpnam ' +\n 'ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol ' +\n …
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php202 $tmp = tmpfile();
H A DCache.php56 $this->tmpFile = tmpfile();
221 $this->tmpFile = tmpfile();
H A DGzip.php224 $tmp = tmpfile();
/plugin/zip/pear/File/Archive/
H A DWriter.php59 * @param string $tmpfile Name of the physical file that contains data and will be unlinked
64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
67 $this->writeFile($tmpfile);
68 unlink($tmpfile);
/plugin/zip/pear/File/Archive/Writer/
H A DAddBaseName.php64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
H A DFiles.php199 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
212 !@rename($tmpfile, $complete)) {
213 return parent::newFromTempFile($tmpfile, $filename, $stat, $mime);
H A DUniqueAppender.php86 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
92 return $this->writer->newFromTempFile($tmpfile, $filename, $stat, $mime);