Searched refs:tempDir (Results 1 – 17 of 17) sorted by relevance
137 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 …]
869 … static public function importODTStyles(ODTInternalParams $params, $template=NULL, $tempDir=NULL){ argument870 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 …]
772 public function getODTFileAsString($ODTtemplate=NULL, $tempDir=NULL) { argument810 $tempDir);848 public function importODTStyles($template=NULL, $tempDir=NULL) { argument849 ODTImport::importODTStyles($this->params, $template, $tempDir);
14 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 …]
33 $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");
16 …tempDir."/".$agnosticFileName.".html"); $myWikiContent = file_get_contents($tempDir."/".$a…26 …tempDir."/".$entry, true); if (strpos($entry,'.png') !== false || strpos($entry,'.…
34 …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')))],
18 protected $tempDir = SABRE_TEMPDIR; variable in Sabre\\DAV\\AbstractServer
111 $filename = $this->tempDir . '/test.txt';123 …dified' => [HTTP\Util::toHTTPDate(new \DateTime('@' . filemtime($this->tempDir . '/test.txt')))],
28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
90 $tempDir = FilesystemUtils::getTemporaryDirectory();91 $input = tempnam($tempDir, 'assetic_yui_input');92 $output = tempnam($tempDir, 'assetic_yui_output');
194 … $tempDir = $this->cacheLocation ? $this->cacheLocation : FilesystemUtils::getTemporaryDirectory();199 $tempDir,307 $configFile = tempnam($tempDir, 'assetic_compass');324 $tempName = tempnam($tempDir, 'assetic_compass');
442 $tempDir = sys_get_temp_dir();443 $newCert = tempnam($tempDir, 'geoip2-');446 "Unable to create temporary file in $tempDir"
78 It is recommended to set one's own temporary directory via `tempDir` configuration variable.88 $mpdf = new \Mpdf\Mpdf(['tempDir' => __DIR__ . '/tmp']);
108 - `tempDir` directory now must be writable, otherwise an exception is thrown139 - `_MPDF_TEMP_PATH` constant in favor of `tempDir` configuration variable140 - `_MPDF_TTFONTDATAPATH` in favor of `tempDir` configuration variable
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
284 var $tempDir;293 var $tempDir; global() variable in Mpdf\\Mpdf