Searched refs:tab_end_width (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php3027 $tab_end_width = $tab_width - ($pos % $tab_width); //Moved out of the look as it doesn't change within the loop variable
3028 if (($pos & 1) || 1 == $tab_end_width) {
3029 $str .= substr($tab_string, 6, $tab_end_width);
3031 $str .= substr($tab_string, 0, $tab_end_width+5);
3034 $pos += $tab_end_width;

Completed in 55 milliseconds