Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dsyntax.php218 $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") {
532 // * def <name-function>(<parameters>)
534 // * def <name-function>(<parameters>)
660 $notfound_lns = $this->getLang("notfound-lns");
676 $notfound_def = $this->getLang("notfound-def");
[all …]
H A Dmethod.php45 $str_def = "def ";
84 throw new Exception("notfound-lns");
116 // def f(x):
135 throw new Exception("notfound-cls");
138 throw new Exception("notfound-def");
174 throw new Exception("notfound-cls");
201 $str_def = "def ";
345 * (class|def) match the string "class" or "def"
356 * [0] => (str) "class|def <name-class|function>(<parameters>):"
358 * [2] => (str) "class|def"
[all …]