Home | History | Annotate | Download | only in geshi

Lines Matching refs:strict_mode

303     var $strict_mode = false;
679 $this->strict_mode = GESHI_NEVER;
1277 $this->strict_mode = ($mode) ? GESHI_ALWAYS : GESHI_NEVER;
2054 if ($this->strict_mode) {
2192 if ($num_parts == 1 && $this->strict_mode == GESHI_MAYBE) {
2288 if ($this->strict_mode && !is_null($parts[$key][0])) {
3614 $this->strict_mode = $this->language_data['STRICT_MODE_APPLIES'];