Home
last modified time | relevance | path

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

/external/libvpx/examples/includes/geshi/
Dgeshi.php454 var $overall_class = ''; variable in GeSHi
784 $this->overall_class = $class;
3948 if ($this->overall_class != '') {
3949 $attributes .= " ".$this->overall_class;
4223 if ($this->overall_class) {
4224 $selector .= '.' . $this->overall_class;
4235 " * CSS class: {$this->overall_class}, CSS id: {$this->overall_id}\n".
/external/libvpx/examples/includes/geshi/docs/
DCHANGES170 …- The overall_class is now up to the user, and the language-code is _always_ added as a class (mi…