Home
last modified time | relevance | path

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

/plugin/latex-was/
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;
Dclass.latexrender.php103 function getPicturePath() { function in LatexRender
145 $full_path_filename = $this->getPicturePath()."/".$filename;
/plugin/latex/
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;
Dclass.latexrender.php103 function getPicturePath() { function in LatexRender
145 $full_path_filename = $this->getPicturePath()."/".$filename;
/plugin/latexwas/
Dclass.latexrender.php42 public function getPicturePath() { return $this->_picture_path; } function in LatexRender
51 $full_path_filename = $this->getPicturePath() . "/" . $filename;