Home
last modified time | relevance | path

Searched refs:_errorcode (Results 1 – 2 of 2) sorted by relevance

/plugin/latex/
H A Dclass.latexrender.php64 var $_errorcode = 0; variable in LatexRender
153 $this->_errorcode = 1;
161 $this->_errorcode = 2;
239 $this->_errorcode = 4; /// Error 4: latexing failed
258 $this->_errorcode = 6;
269 $this->_errorcode = 5; // image too big.
281 if (!$status_code) { $this->_errorcode = 7; return false; }
/plugin/latex-was/
H A Dclass.latexrender.php64 var $_errorcode = 0; variable in LatexRender
153 $this->_errorcode = 1;
161 $this->_errorcode = 2;
239 $this->_errorcode = 4; /// Error 4: latexing failed
259 $this->_errorcode = 6;
270 $this->_errorcode = 5; // image too big.
282 if (!$status_code) { $this->_errorcode = 7; return false; }