Lines Matching +full:def +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang)
218 $code_error = array("error", "notfound-lns", "notfound-def", "notfound-cls");
346 elseif ($error->getMessage() == "notfound-def") {
395 if ($title == "file ⋅ class ⋅ def ⋅ #:#") {
398 elseif ($title == "src-url ⋅ class ⋅ def ⋅ #:#") {
403 $def = "";
408 $def = "def: " . $name . " ⋅ ";
412 $def = "def: " . $name . " ⋅ ";
417 $def = "";
420 $title = "$src" . "$class" . "$def" . "$lns";
522 if ($code != "notfound-def") {
532 // * def <name-function>(<parameters>)
534 // * def <name-function>(<parameters>)
542 // <div>def <name-function>(<parameters>)</div>
546 // <div>def <name-function>(<parameters>)</div>
676 $notfound_def = $this->getLang("notfound-def");