Home
last modified time | relevance | path

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

/plugin/latex/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
217 …ptln('<div class="success">Media directory is writable: <code>'.$plug->_latex->getPicturePath().'<…
219 …rror">Media directory not writable or nonexistant! <code>'.$plug->_latex->getPicturePath().'</code>
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
H A Dclass.latexrender.php103 function getPicturePath() { function in LatexRender
145 $full_path_filename = $this->getPicturePath()."/".$filename;
/plugin/latex-was/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
217 …ptln('<div class="success">Media directory is writable: <code>'.$plug->_latex->getPicturePath().'<…
219 …rror">Media directory not writable or nonexistant! <code>'.$plug->_latex->getPicturePath().'</code>
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
H A Dclass.latexrender.php103 function getPicturePath() { function in LatexRender
145 $full_path_filename = $this->getPicturePath()."/".$filename;