Searched refs:tmp_dir (Results 1 – 6 of 6) sorted by relevance
| /plugin/structodt/ |
| D | helper.php | 53 $tmp_dir = $this->tmpFileName() . '/'; 54 if (!mkdir($tmp_dir, 0777, true)) { 60 $template_zip->extract($tmp_dir); 65 $content_file = $tmp_dir . $file; 68 $this->rmdir_recursive($tmp_dir); 81 foreach($this->readdir_recursive($tmp_dir) as $file) { 83 $fileInfo->strip(substr($tmp_dir, 1)); 89 $this->rmdir_recursive($tmp_dir);
|
| /plugin/doxycode/helper/ |
| D | buildmanager.php | 158 $tmp_dir = $this->createJobFile($jobID, $config, $content); 160 if (strlen($tmp_dir) == 0) { 208 $tmp_dir = $this->createJobFile($jobID, $config, $content); 210 if (strlen($tmp_dir) == 0) { 217 $buildsuccess = $this->runDoxygen($tmp_dir, $tag_conf); 221 $this->deleteTaskDir($tmp_dir);
|
| /plugin/latex-was/ |
| D | class.latexrender.php | 79 function __construct($picture_path,$picture_path_httpd,$tmp_dir) { argument 82 $this->_tmp_dir = $tmp_dir;
|
| /plugin/latex/ |
| D | class.latexrender.php | 79 function LatexRender($picture_path,$picture_path_httpd,$tmp_dir) { argument 82 $this->_tmp_dir = $tmp_dir;
|
| /plugin/latexwas/ |
| D | class.latexrender.php | 79 function __construct($picture_path,$picture_path_httpd,$tmp_dir) { argument 82 $this->_tmp_dir = $tmp_dir;
|
| /plugin/odt/renderer/ |
| D | page.php | 1253 $tmp_dir = $this->config->getParam ('tmpdir')."/odt"; 1254 $tmp_name = $tmp_dir."/".md5($src).'.'.$ext; 1260 if (!is_dir($tmp_dir)) io_mkdir_p($tmp_dir);
|