Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php274 protected $strict_mode = false; variable in GeSHi
655 $this->strict_mode = GESHI_NEVER;
1396 $this->strict_mode = ($mode) ? GESHI_ALWAYS : GESHI_NEVER;
2204 if ($this->strict_mode) {
2353 if ($num_parts == 1 && $this->strict_mode == GESHI_MAYBE) {
2449 if ($this->strict_mode && !is_null($parts[$key][0])) {
3749 $this->strict_mode = $this->language_data['STRICT_MODE_APPLIES'];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG517 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)