Lines Matching +full:error +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang)
218 $code_error = array("error", "notfound-lns", "notfound-def", "notfound-cls");
336 catch (Exception $error) {
337 if ($error->getMessage() == "error") {
340 elseif ($error->getMessage() == "wrong-flag") {
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
652 * Print an error message which informs that the code between the
662 $renderer->doc .= "<div class='error'>";
668 * Print an error message which informs that the given function was
678 $renderer->doc .= "<div class='error'>";
684 * Print an error message which informs that the given class was
694 $renderer->doc .= "<div class='error'>";
700 * Prints an error message which informs that the flag is not correct.
709 $renderer->doc .= "<div class='error'>";
715 * Print an error message which informs that the file is not
725 $renderer->doc .= "<div class='error'>";
731 * Print an error message which informs that there was some problems
739 $error = $this->getLang("error");
741 $renderer->doc .= "<div class='error'>";
742 $renderer->cdata($error);