Home
last modified time | relevance | path

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

/plugin/latexwas/
Dclass.latexrender.php29 public $_errorcode = 0; variable in LatexRender
59 $this->_errorcode = 1;
66 $this->_errorcode = 2;
99 $this->_errorcode = 4;
109 $this->_errorcode = 6;
117 $this->_errorcode = 5;
126 if (!$status_code) { $this->_errorcode = 7; return false; }
Dlatexinc.php60 $title = $url ? $data['title'] : "Render Error " . $this->_latex->_errorcode;
Dadmin.php176 $this->el('p', [], 'Error Code: ' . $plug->_latex->_errorcode),
/plugin/latex/
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/
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; }