Home
last modified time | relevance | path

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

/plugin/latex/
H A Dclass.latexrender.php53 var $_tmp_filename; variable in LatexRender
221 $this->_tmp_filename = md5(rand().$destination);
223 $this->_cmdout = " >> ".$this->_tmp_filename.".cmd 2>&1";
234 if (!file_exists($this->_tmp_filename.".dvi"))
244 …$command = $this->_dvips_path." -E ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
250 $this->_tmp_filename.".".$this->_image_format;
309 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex");
310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux");
311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log");
312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi");
[all …]
H A Dadmin.php244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
245 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
/plugin/latex-was/
H A Dclass.latexrender.php53 var $_tmp_filename; variable in LatexRender
221 $this->_tmp_filename = md5(rand().$destination);
223 $this->_cmdout = " >> ".$this->_tmp_filename.".cmd 2>&1";
234 if (!file_exists($this->_tmp_filename.".dvi"))
245 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
251 $this->_tmp_filename.".".$this->_image_format;
310 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".tex");
311 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".aux");
312 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".log");
313 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".dvi");
[all …]
H A Dadmin.php245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
246 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;