Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php425 protected $overall_class = ''; variable in GeSHi
858 $this->overall_class = $class;
4078 if ($this->overall_class != '') {
4079 $attributes .= " ".$this->_genCSSName($this->overall_class);
4362 if ($this->overall_class) {
4363 $selector .= '.' . $this->_genCSSName($this->overall_class);
4374 " * CSS class: {$this->overall_class}, CSS id: {$this->overall_id}\n".
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)