Parent Directory
|
Revision Log
|
Patch
revision 1392 by jpye, Mon Apr 16 06:19:43 2007 UTC | revision 1393 by jpye, Mon Apr 16 07:34:01 2007 UTC | |
---|---|---|
# | Line 24 class ASHighlight{ | Line 24 class ASHighlight{ |
24 | } | } |
25 | ||
26 | function start_line_numbers_at($start_line){ | function start_line_numbers_at($start_line){ |
27 | $this->start_line = int($start_line); | $this->start_line = floor($start_line); |
28 | } | } |
29 | ||
30 | function set_tab_width($tabwidth){ | function set_tab_width($tabwidth){ |
31 | $this->tabwidth=int($tabwidth); | $this->tabwidth=floor($tabwidth); |
32 | } | } |
33 | ||
34 | function parse_code($text,$lang=""){ | function parse_code($text,$lang=""){ |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |