Home
last modified time | relevance | path

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

/plugin/pycode/
Dsyntax.php31 $this->mpp = new method_pycode_plugin;
84 $this->Lexer->addSpecialPattern("<pycode.*?>", $mode, "plugin_pycode");
102 * [0] => (str) <src-url>
103 * [1] => (str) <flag-c|f|l>
104 * [2] => (str) <name-class|function|lines>
105 * [3] => (str) <name-class>
109 * <src-url>
110 * <src-url> c <name-class>
111 * <src-url> f <name-function> <name-class>
112 * <src-url> f <name-function>
[all …]
Dmethod.php26 * name-lines|function|class
27 * where name-lines is of the form from:to, that is:
32 * name-class
55 "header" => "Cache-Control: no-cache, no-store, must-revalidate"
81 $code = array_slice($code_all, $sl - 1, $el - $sl + 1);
84 throw new Exception("notfound-lns");
99 $ind_cls = $length - strlen($str);
102 $ind_def = $length - $ind_cls - strlen($str);
135 throw new Exception("notfound-cls");
138 throw new Exception("notfound-def");
[all …]