Lines Matching refs:line_numbers

455     protected $line_numbers = GESHI_NO_LINE_NUMBERS;
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 == GESHI_FANCY_LINE_NUMBERS &&
4014 if ($this->line_numbers == GESHI_FANCY_LINE_NUMBERS &&
4057 if ($this->header_type == GESHI_HEADER_PRE_TABLE && $this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4109 if ($this->header_type == GESHI_HEADER_PRE_TABLE && $this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4117 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4124 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4163 if ($this->header_type == GESHI_HEADER_PRE_TABLE && $this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4171 return ($this->line_numbers != GESHI_NO_LINE_NUMBERS) ? '</ol>' . $footer : $footer;
4175 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4182 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4189 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4390 if (!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) {
4440 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->line_style1 != '') {
4443 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->table_linenumber_style != '') {
4447 if ((!$economy_mode || $this->line_numbers == GESHI_FANCY_LINE_NUMBERS) && $this->line_style2 != '') {