Searched refs:myexec (Results 1 – 3 of 3) sorted by relevance
| /plugin/latexwas/ |
| D | class.latexrender.php | 79 $output = $this->myexec($this->_identify_path . " " . escapeshellarg($filename), $status); 94 …$this->myexec($this->_latex_path . " --interaction=nonstopmode " . $this->_tmp_filename . ".tex", … 103 …$this->myexec($this->_dvips_path . " " . $this->_tmp_filename . ".dvi -o " . $this->_tmp_filename … 104 …$this->myexec($this->_convert_path . " " . $this->_tmp_filename . ".ps " . $this->_tmp_filename . … 131 protected function myexec($cmd, &$status) { function in LatexRender
|
| /plugin/latex/ |
| D | class.latexrender.php | 190 $output=$this->myexec($this->_identify_path." ".$filename, $status); 231 $this->myexec($command,$status_latex); 245 $this->myexec($command,$status_dvips); 251 $this->myexec($command,$status_convert); 287 function myexec($cmd,&$status) { function in LatexRender
|
| /plugin/latex-was/ |
| D | class.latexrender.php | 190 $output=$this->myexec($this->_identify_path." ".$filename, $status); 231 $this->myexec($command,$status_latex); 246 $this->myexec($command,$status_dvips); 252 $this->myexec($command,$status_convert); 288 function myexec($cmd,&$status) { function in LatexRender
|