Searched defs:GESHI_NO_LINE_NUMBERS (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php63 define('GESHI_NO_LINE_NUMBERS', 0); define
484 var $line_numbers = GESHI_NO_LINE_NUMBERS;
866 * - GESHI_NO_LINE_NUMBERS: Line numbers will not be displayed
879 if (GESHI_NO_LINE_NUMBERS != $flag && GESHI_NORMAL_LINE_NUMBERS != $flag
2233 $check_linenumbers = $this->line_numbers != GESHI_NO_LINE_NUMBERS ||
3057 if ($this->line_numbers == GESHI_NO_LINE_NUMBERS) {
3209 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
3229 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
3724 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS && $this->header_type != GESHI_HEADER_PRE_TABLE) {
3820 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS) {
[all...]

Completed in 53 milliseconds