Home
last modified time | relevance | path

Searched refs:instr (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3216 * @param string $instr The keyword to change the case of
3220 protected function change_case($instr) { argument
3223 return strtoupper($instr);
3225 return strtolower($instr);
3227 return $instr;
4201 * @param string $instr The header or footer content to do replacement on
4205 protected function replace_keywords($instr) { argument
4234 return str_replace($keywords, $replacements, $instr);