Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTExport.php137 if (!isset($template) || !isset($tempDir)) {
142 if (is_dir($tempDir)) { io_rmdir($tempDir,true); }
143 io_mkdir_p($tempDir);
149 $ZIPextract->extract($tempDir);
157 io_saveFile($tempDir.'/meta.xml', $meta);
186 $old_content = io_readFile($tempDir.'/content.xml');
198 '', $tempDir.'/content.xml', true);
209 $value = io_readFile($tempDir.'/content.xml');
213 $value = io_readFile($tempDir.'/styles.xml');
217 $value = io_readFile($tempDir.'/styles.xml');
[all …]
H A DODTImport.php869 … static public function importODTStyles(ODTInternalParams $params, $template=NULL, $tempDir=NULL){ argument
870 if (!isset($template) || !isset($tempDir)) {
875 if (is_dir($tempDir)) { io_rmdir($tempDir,true); }
876 io_mkdir_p($tempDir);
882 $ZIPextract->extract($tempDir);
885 throw new Exception(' Error extracting the zip archive:'.$template.' to '.$tempDir);
889 … $params->styleset->importFromODTFile($tempDir.'/content.xml', 'office:automatic-styles', true);
890 … $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:automatic-styles', true);
891 $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:styles', true);
892 $params->styleset->importFromODTFile($tempDir.'/styles.xml', 'office:master-styles', true);
[all …]
H A DODTDocument.php772 public function getODTFileAsString($ODTtemplate=NULL, $tempDir=NULL) { argument
810 $tempDir);
848 public function importODTStyles($template=NULL, $tempDir=NULL) { argument
849 ODTImport::importODTStyles($this->params, $template, $tempDir);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DServerTest.php14 return new Directory($this->tempDir);
21 $filename = $this->tempDir . '/test.txt';
44 $filename = $this->tempDir . '/test.txt';
66 $filename = $this->tempDir . '/testput.txt';
151 mkdir($this->tempDir.'/testcol');
190 mkdir($this->tempDir.'/testcol');
205 is_file($this->tempDir . '/testcol/test2.txt')
220 mkdir($this->tempDir.'/tree1');
221 mkdir($this->tempDir.'/tree2');
224 new DAV\FS\Directory($this->tempDir . '/tree1'),
[all …]
/plugin/docimporter/
H A Daction.php33 $tempDir = System::mktemp("-d word_upload");
39 if(move_uploaded_file($_FILES['doc']['tmp_name'], $tempDir."/". $fileName)){
42 $result = exec("export HOME=/tmp && cd ".$tempDir." && convert_to_mediawiki ".$fileName);
45 $myWikiContent = file_get_contents($tempDir."/".$agnosticFileName.".txt");
46 $myHTMLContent = file_get_contents($tempDir."/".$agnosticFileName.".html");
H A D.action.php.swp16tempDir."/".$agnosticFileName.".html");� $myWikiContent = file_get_contents($tempDir."/".$a…
26tempDir."/".$entry, true);� if (strpos($entry,'.png') !== false || strpos($entry,'.…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerRangeTest.php34 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
66 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
98 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
171 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
205 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
240 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
274 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
H A DAbstractServer.php18 protected $tempDir = SABRE_TEMPDIR; variable in Sabre\\DAV\\AbstractServer
H A DServerSimpleTest.php111 $filename = $this->tempDir . '/test.txt';
123 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
H A DServerMKCOLTest.php28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php90 $tempDir = FilesystemUtils::getTemporaryDirectory();
91 $input = tempnam($tempDir, 'assetic_yui_input');
92 $output = tempnam($tempDir, 'assetic_yui_output');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php194 … $tempDir = $this->cacheLocation ? $this->cacheLocation : FilesystemUtils::getTemporaryDirectory();
199 $tempDir,
307 $configFile = tempnam($tempDir, 'assetic_compass');
324 $tempName = tempnam($tempDir, 'assetic_compass');
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php442 $tempDir = sys_get_temp_dir();
443 $newCert = tempnam($tempDir, 'geoip2-');
446 "Unable to create temporary file in $tempDir"
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.
88 $mpdf = new \Mpdf\Mpdf(['tempDir' => __DIR__ . '/tmp']);
H A DCHANGELOG.md108 - `tempDir` directory now must be writable, otherwise an exception is thrown
139 - `_MPDF_TEMP_PATH` constant in favor of `tempDir` configuration variable
140 - `_MPDF_TTFONTDATAPATH` in favor of `tempDir` configuration variable
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php284 var $tempDir;
293 var $tempDir; global() variable in Mpdf\\Mpdf