Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2656 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR'][0] . '"';
2658 $escape_char_attributes = ' class="es0"';
2662 $string .= "<span$escape_char_attributes>" .
2712 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR'][$escape_key] . '"';
2714 $escape_char_attributes = ' class="es' . $escape_key . '"';
2718 $string .= "<span$escape_char_attributes>" .
2748 $escape_char_attributes = ' style="' . $this->language_data['STYLES']['ESCAPE_CHAR']['HARD'] . '"';
2751 $escape_char_attributes = ' class="es_h"';
2809 $new_string .= "<span$escape_char_attributes>" .
2824 $new_string .= "<span$escape_char_attributes>"
[all...]