Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php455 protected $line_numbers = GESHI_NO_LINE_NUMBERS; variable in GeSHi
957 $this->line_numbers = $flag;
2394 $check_linenumbers = $this->line_numbers != GESHI_NO_LINE_NUMBERS ||
3204 if ($this->line_numbers == GESHI_NO_LINE_NUMBERS && $this->header_type != GESHI_HEADER_PRE_TABLE) {
3422 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
3442 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
3858 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS && $this->header_type != GESHI_HEADER_PRE_TABLE) {
3875 if ($this->line_numbers == GESHI_FANCY_LINE_NUMBERS &&
3951 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
3966 if ($this->line_numbers
[all...]