Searched refs:_tmp_filename (Results 1 – 6 of 6) sorted by relevance
53 var $_tmp_filename; variable in LatexRender221 $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 …]
245 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;246 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
53 var $_tmp_filename; variable in LatexRender221 $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 …]
244 $tmpw = $this->getConf('latex_namespace').':tmp:'.$plug->_latex->_tmp_filename;245 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;