Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2572 $string_attributes = ' style="' . $this->language_data['STYLES']['STRINGS'][$string_key] . '"';
2574 $string_attributes = ' class="st'.$string_key.'"';
2578 $string = "<span$string_attributes>" . GeSHi::hsc($char);
2736 $string = str_replace("\n", "</span>\n<span$string_attributes>", $string);
2747 $string_attributes = ' style="' . $this->language_data['STYLES']['STRINGS']['HARD'] . '"';
2750 $string_attributes = ' class="st_h"';
2845 $string = str_replace("\n", "</span>\n<span$string_attributes>", $string);
2848 $result .= "<span$string_attributes>" . $string . '</span>';