Home
last modified time | relevance | path

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

/plugin/latex-was/
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";
225 $fp = fopen($this->_tmp_dir."/".$this->_tmp_filename.".tex","w");
230 $command = $this->_latex_path." --interaction=nonstopmode ".$this->_tmp_filename.".tex";
234 if (!file_exists($this->_tmp_filename.".dvi"))
245 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
250 $command = $this->_convert_path." ".$this->_tmp_filename.".ps ".
251 $this->_tmp_filename.".".$this->_image_format;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
[all …]
Dadmin.php245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
246 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
/plugin/latex/
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";
225 $fp = fopen($this->_tmp_dir."/".$this->_tmp_filename.".tex","w");
230 $command = $this->_latex_path." --interaction=nonstopmode ".$this->_tmp_filename.".tex";
234 if (!file_exists($this->_tmp_filename.".dvi"))
244 …$command = $this->_dvips_path." -E ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
249 $command = $this->_convert_path." ".$this->_tmp_filename.".ps ".
250 $this->_tmp_filename.".".$this->_image_format;
263 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
[all …]
Dadmin.php244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
245 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
/plugin/latexwas/
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";
225 $fp = fopen($this->_tmp_dir."/".$this->_tmp_filename.".tex","w");
230 $command = $this->_latex_path." --interaction=nonstopmode ".$this->_tmp_filename.".tex";
234 if (!file_exists($this->_tmp_filename.".dvi"))
245 $command = $this->_dvips_path." ".$this->_tmp_filename.".dvi"." -o ".$this->_tmp_filename.".ps";
250 $command = $this->_convert_path." ".$this->_tmp_filename.".ps ".
251 $this->_tmp_filename.".".$this->_image_format;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
[all …]
Dadmin.php245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;
246 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;