Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dsyntax.php103 * [1] => (str) <flag-c|f|l>
200 * [1] => (str) <flag-c|f|l>
257 throw new Exception("wrong-flag");
260 throw new Exception("wrong-flag");
262 elseif (($flag == "f" or $flag == "c") and $lang != "python") {
263 throw new Exception("wrong-flag");
340 elseif ($error->getMessage() == "wrong-flag") {
369 * @param (str) $flag flag to indicate what kind of code we want to embed:
382 if ($flag == "f") {
707 $wrong_flag = $this->getLang("wrong-flag");
[all …]
H A Dmethod.php34 * @param (str) $flag flag to indicate what kind of code we want to embed:
65 if ($flag == "") {
70 elseif ($flag == "l") {
87 elseif ($flag == "f") {
141 elseif ($flag == "c") {
192 * @flag (str) $flag it indicates if we are dealing with a function or class
197 public function _get_docstr($code, $name = null, $flag = null) { argument
204 if ($flag == "c") {
207 elseif ($flag == "f") {
483 * where <#> is a flag used by the print function of the
[all …]