Home
last modified time | relevance | path

Searched refs:tmpDir (Results 1 – 17 of 17) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileCachingTest.php20 private $tmpDir; variable in Twig_Tests_FileCachingTest
24 $this->tmpDir = sys_get_temp_dir().'/TwigTests';
25 if (!file_exists($this->tmpDir)) {
26 @mkdir($this->tmpDir, 0777, true);
29 if (!is_writable($this->tmpDir)) {
30 …$this->markTestSkipped(sprintf('Unable to run the tests as "%s" is not writable.', $this->tmpDir));
33 …vironment(new ArrayLoader(['index' => 'index', 'index2' => 'index2']), ['cache' => $this->tmpDir]);
38 Twig_Tests_FilesystemHelper::removeDir($this->tmpDir);
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php8 private $tmpDir; variable in DatamatrixTest
12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
17 $this->assertTrue(is_dir($this->tmpDir));
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DPDF417Test.php8 private $tmpDir; variable in PDF417Test
12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
17 $this->assertTrue(is_dir($this->tmpDir));
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DQRcodeTest.php8 private $tmpDir; variable in QRcodeTest
12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
17 $this->assertTrue(is_dir($this->tmpDir));
54 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
56 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
72 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
74 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DBarcodeTest.php8 private $tmpDir; variable in BarcodeTest
12 $this->tmpDir = dirname(dirname(__FILE__)).'/tmp';
17 $this->assertTrue(is_dir($this->tmpDir));
57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
79 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
/plugin/pgn4web/pgn4web/
H A Dviewer.php24 $tmpDir = "php://temp"; variable
140 …x, $pgnUrl, $pgnFileName, $pgnFileSize, $pgnStatus, $forceEncodingFrom, $tmpDir, $debugHelpText, $…
174 $tempZipName = tempnam($tmpDir, "pgn4webViewer_");
318 …x, $pgnUrl, $pgnFileName, $pgnFileSize, $pgnStatus, $forceEncodingFrom, $tmpDir, $debugHelpText, $…
321 if (preg_match("/^[a-zA-Z]+:\/\/.+/", $tmpDir)) { return; }
324 if ($tmpDirHandle = opendir($tmpDir)) {
327 if ((time() - filemtime($tmpDir . "/" . $entryName)) > 3600) {
334 …$pgnDebugInfo = $pgnDebugInfo . "\\n" . "clean temporary directory " . $tmpDir . ":" . $unexpected…
337 $pgnDebugInfo = $pgnDebugInfo . "\\n" . "failed opening temporary directory " . $tmpDir;
455 …x, $pgnUrl, $pgnFileName, $pgnFileSize, $pgnStatus, $forceEncodingFrom, $tmpDir, $debugHelpText, $…
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php26 private $tmpDir; variable in JMS\\Serializer\\Tests\\SerializerBuilderTest
43 self::assertFileNotExists($this->tmpDir);
45 self::assertSame($this->builder, $this->builder->setCacheDir($this->tmpDir));
48 self::assertFileExists($this->tmpDir);
49 self::assertFileExists($this->tmpDir . '/annotations');
50 self::assertFileExists($this->tmpDir . '/metadata');
262 $this->tmpDir = sys_get_temp_dir() . '/serializer';
263 $this->fs->remove($this->tmpDir);
269 $this->fs->remove($this->tmpDir);
/plugin/siteexport/inc/
H A Dsettings.php36 public $tmpDir = null; variable in settings_plugin_siteexport_settings
87 $this->tmpDir = mediaFN(getNS($this->origZipFile));
H A Dfilewriter.php37 …tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->setting…
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php51 $tmpDir = sys_get_temp_dir();
56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php51 $tmpDir = sys_get_temp_dir();
56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);
/plugin/pdb/classes/
H A Dcache.php27 $this->tmpDir = '/var/tmp';
28 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
/plugin/cache/
H A Dplugin_cache.php34 $this->tmpDir = '/var/tmp';
35 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
/plugin/pubchem/classes/
H A Dcache.php27 $this->tmpDir = '/var/tmp';
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
/plugin/pubmed/classes/
H A Dcache.php27 $this->tmpDir = '/var/tmp';
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst158 $tmpDir = '/tmp/cache/';
163 'cache' => $tmpDir,
/plugin/siteexport/action/
H A Dajax.php614 …mpFile = tempnam($this->functions->settings->tmpDir , 'siteexport__') ?: $this->functions->setting…