Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3566 $symbol_hl = "";
3578 $symbol_hl .= "|>";
3582 $symbol_hl .= '<| style="' . $this->language_data['STYLES']['SYMBOLS'][$old_sym] . '">';
3584 $symbol_hl .= '<| class="sy' . $old_sym . '">';
3587 $symbol_hl .= $sym_ms;
3592 //Take caution if symbol_hl is empty to avoid doubled closing spans.
3594 $symbol_hl .= "|>";
3598 $symbol_hl = '<| style="' . $this->language_data['STYLES']['SYMBOLS'][0] . '">';
3600 $symbol_hl = '<| class="sy0">';
3602 $symbol_hl
[all...]