Lines Matching full:escape_char
331 'ESCAPE_CHAR' => true,
988 $this->language_data['STYLES']['ESCAPE_CHAR'][$group] = $style;
990 $this->language_data['STYLES']['ESCAPE_CHAR'][$group] .= $style;
1001 $this->lexic_permissions['ESCAPE_CHAR'] = ($flag) ? true : false;
2237 $escaped_escape_char = $this->hsc($this->language_data['ESCAPE_CHAR']);
2409 !isset($this->language_data['STYLES']['ESCAPE_CHAR'][$string_key])) {
2439 if($this->lexic_permissions['ESCAPE_CHAR']) {
2485 if('' != $this->language_data['ESCAPE_CHAR']) {
2486 $simple_escape = strpos($part, $this->language_data['ESCAPE_CHAR'], $start);
2509 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR'][0] . '"';
2516 GeSHi::hsc($this->language_data['ESCAPE_CHAR']);
2518 //Get the byte AFTER the ESCAPE_CHAR we just found
2565 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR'][$escape_key] . '"';
2601 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR']['HARD'] . '"';
2617 if ($this->lexic_permissions['ESCAPE_CHAR'] && $part[$close_pos - 1] == $this->language_data['HARDCHAR']) {
2651 if ($this->lexic_permissions['ESCAPE_CHAR'] && $this->language_data['ESCAPE_CHAR']) {
2654 while ($es_pos = strpos($string, $this->language_data['ESCAPE_CHAR'], $start)) {
2671 && $string[$es_pos + $c] == $this->language_data['ESCAPE_CHAR']
2672 && $string[$es_pos + $c + 1] == $this->language_data['ESCAPE_CHAR']) {
3660 //Fix: Problem where hardescapes weren't handled if no ESCAPE_CHAR was given
3663 $this->language_data['HARDCHAR'] = $this->language_data['ESCAPE_CHAR'];
4329 foreach ($this->language_data['STYLES']['ESCAPE_CHAR'] as $group => $styles) {
4330 if ($styles != '' && (!$economy_mode || $this->lexic_permissions['ESCAPE_CHAR'])) {