Home
last modified time | relevance | path

Searched refs:_picture_path_httpd (Results 1 – 3 of 3) sorted by relevance

/plugin/latex/
Dclass.latexrender.php32 var $_picture_path_httpd = ""; variable in LatexRender
81 $this->_picture_path_httpd = $picture_path_httpd;
113 $this->_picture_path_httpd = $name;
122 return $this->_picture_path_httpd;
/plugin/latex-was/
Dclass.latexrender.php32 var $_picture_path_httpd = ""; variable in LatexRender
81 $this->_picture_path_httpd = $picture_path_httpd;
113 $this->_picture_path_httpd = $name;
122 return $this->_picture_path_httpd;
/plugin/latexwas/
Dclass.latexrender.php13 protected $_picture_path_httpd = ""; variable in LatexRender
38 $this->_picture_path_httpd = $picture_path_httpd;
43 public function getPicturePathHTTPD() { return $this->_picture_path_httpd; }