Home
last modified time | relevance | path

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

/plugin/latex/
H A Dclass.latexrender.php48 var $_image_format = "png"; //change to png if you prefer variable in LatexRender
144 $filename = "img".$formula_hash.'.'.$this->_image_format;
250 $this->_tmp_filename.".".$this->_image_format;
263 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
275 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);
314 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".".$this->_image_format);
H A Dadmin.php229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
246 $tmpext = array('tex','log','aux','dvi','ps',$plug->_latex->_image_format);
/plugin/latex-was/
H A Dclass.latexrender.php48 var $_image_format = "png"; //change to png if you prefer variable in LatexRender
144 $filename = "img".$formula_hash.'.'.$this->_image_format;
251 $this->_tmp_filename.".".$this->_image_format;
264 $dim = $this->getDimensions($this->_tmp_filename.".".$this->_image_format);
276 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);
315 @unlink($this->_tmp_dir."/".$this->_tmp_filename.".".$this->_image_format);
H A Dadmin.php229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
247 $tmpext = array('tex','log','aux','dvi','ps',$plug->_latex->_image_format);