Searched refs:_image_format (Results 1 – 6 of 6) sorted by relevance
| /plugin/latexwas/ |
| D | class.latexrender.php | 24 public $_image_format = "png"; variable in LatexRender 50 $filename = "img" . $formula_hash . '.' . $this->_image_format; 104 …. $this->_tmp_filename . ".ps " . $this->_tmp_filename . "." . $this->_image_format, $status_conve… 113 $dim = $this->getDimensions($this->_tmp_filename . "." . $this->_image_format); 122 $status_code = copy($this->_tmp_filename . "." . $this->_image_format, $destination); 139 foreach (['tex', 'aux', 'log', 'dvi', 'ps', $this->_image_format] as $ext) {
|
| D | latexinc.php | 33 $this->_latex->_image_format = $this->getConf("image_format");
|
| /plugin/latex/ |
| D | class.latexrender.php | 48 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);
|
| D | admin.php | 229 $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/ |
| D | class.latexrender.php | 48 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);
|
| D | admin.php | 229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format; 247 $tmpext = array('tex','log','aux','dvi','ps',$plug->_latex->_image_format);
|