Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php474 protected $tab_width = 8; variable in GeSHi
1351 $this->tab_width = intval($width);
1354 if ($this->tab_width < 1) {
1356 $this->tab_width = 8;
1380 return $this->tab_width;
3126 $tab_width = $this->get_real_tab_width();
3127 $tab_string = '&nbsp;' . str_repeat(' ', $tab_width);
3174 $tab_end_width = $tab_width - ($pos % $tab_width); //Moved out of the look as it doesn't change within the loop