Searched +full:wrong +full:- +full:lang +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 2 of 2) sorted by relevance
243 $lang = $this->mpp->_get_lang($name_file);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") {367 * @param (str) $lang the language name used in <file>458 $renderer->doc .= "<pre class='code $lang'>";459 $renderer->doc .= $this->mpp->_get_geshi_code($code, $lang);707 $wrong_flag = $this->getLang("wrong-flag");[all …]
55 "header" => "Cache-Control: no-cache, no-store, must-revalidate"317 * @param (str) $lang the language name used in <file>320 public function _get_geshi_code($code, $lang) { argument327 $geshi = new GeSHi($code, $lang, $lib_geshi);328 $geshi->set_encoding("utf-8");422 * repository (which is up-to-date).705 * @return (str) $lang the language name used in <file>708 $lang = "";787 $lang = $language;791 return $lang;[all …]