Home
last modified time | relevance | path

Searched refs:tmp_dir (Results 1 – 4 of 4) sorted by relevance

/plugin/structodt/
H A Dhelper.php53 $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/latex/
H A Dclass.latexrender.php79 function LatexRender($picture_path,$picture_path_httpd,$tmp_dir) { argument
82 $this->_tmp_dir = $tmp_dir;
/plugin/latex-was/
H A Dclass.latexrender.php79 function __construct($picture_path,$picture_path_httpd,$tmp_dir) { argument
82 $this->_tmp_dir = $tmp_dir;
/plugin/odt/renderer/
H A Dpage.php1253 $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);