Home
last modified time | relevance | path

Searched +full:notfound +full:- +full:cls +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/pycode/
H A Dsyntax.php212 * <src-url> [f <name-function> [<name-class>] [-nums] [-title]]
213 * <src-url> [l <name-lines> [-nums] [-title]]
218 $code_error = array("error", "notfound-lns", "notfound-def", "notfound-cls");
343 elseif ($error->getMessage() == "notfound-lns") {
346 elseif ($error->getMessage() == "notfound-def") {
349 elseif ($error->getMessage() == "notfound-cls") {
516 if ($code != "notfound-cls") {
522 if ($code != "notfound-def") {
660 $notfound_lns = $this->getLang("notfound-lns");
676 $notfound_def = $this->getLang("notfound-def");
[all …]
H A Dmethod.php55 "header" => "Cache-Control: no-cache, no-store, must-revalidate"
84 throw new Exception("notfound-lns");
135 throw new Exception("notfound-cls");
138 throw new Exception("notfound-def");
174 throw new Exception("notfound-cls");
328 $geshi->set_encoding("utf-8");
422 * repository (which is up-to-date).
820 * [1] => (str) "<root>/<dir-1>/<subdir-1>"
822 * [3] => (str) "<root>/<dir-2>/<subdir-2>"
898 * [1] => (str) "<root>/<dir-1>/<subdir-1>"
[all …]