/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | FactoryTest.php | 21 $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 D | ResourceComparatorTest.php | 28 $tmpfile1 = tmpfile(); 29 $tmpfile2 = tmpfile(); 40 $tmpfile1 = tmpfile(); 51 $tmpfile1 = tmpfile(); 52 $tmpfile2 = tmpfile(); 62 $tmpfile1 = tmpfile(); 63 $tmpfile2 = tmpfile();
|
H A D | ScalarComparatorTest.php | 53 array(tmpfile(), tmpfile())
|
/plugin/zip/pear/File/Archive/ |
H A D | Writer.php | 59 * @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/quickstats/scripts/ |
H A D | get_geocity2.php | 111 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/zip/pear/File/Archive/Writer/ |
H A D | UniqueAppender.php | 86 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument 92 return $this->writer->newFromTempFile($tmpfile, $filename, $stat, $mime);
|
H A D | Files.php | 199 … 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 D | AddBaseName.php | 64 … function newFromTempFile($tmpfile, $filename, $stat = array(), $mime = "application/octet-stream") argument
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/ |
H A D | Windows.php | 25 if (false === $stdout_handle = tmpfile()) {
|
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/ |
H A D | Temporary.php | 98 if (false === $out = @tmpfile()) {
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Cache.php | 56 $this->tmpFile = tmpfile(); 221 $this->tmpFile = tmpfile();
|
H A D | Gzip.php | 224 $tmp = tmpfile();
|
H A D | Bzip2.php | 202 $tmp = tmpfile();
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Reporting.php | 179 $this->_tmpFiles[$report] = tmpfile();
|
H A D | Fixer.php | 260 $fixedFile = tmpfile();
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 270 $tmpConf = tmpfile();
|
/plugin/codemirror/dist/modes/ |
H A D | lua.min.js.map | 1 ….popen\",\"io.read\",\"io.stderr\",\"io.stdin\",\n \"io.stdout\",\"io.tmpfile\",\"io.type\",\"i…
|
H A D | php.min.js.map | 1 …truncate fstat fseek ftell fflush fwrite fputs mkdir rename copy tempnam tmpfile file file_get_con…
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | write.id3v2.php | 262 if ($fp_temp = tmpfile()) {
|
/plugin/jplayer/vendor/james-heinrich/getid3/ |
H A D | changelog.txt | 826 to new undocumented tmpfile() limit (same problem as
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …tmpfile tmpnam ' +\n 'ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol ' +\n …
|