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

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php321 var $header_type = GESHI_HEADER_PRE; variable
755 $this->header_type = $type; variable
3703 if ($this->header_type != GESHI_HEADER_PRE && $this->header_type != GESHI_HEADER_PRE_VALID) {
3724 if ($this->line_numbers != GESHI_NO_LINE_NUMBERS && $this->header_type != GESHI_HEADER_PRE_TABLE) {
3727 $ls = ($this->header_type != GESHI_HEADER_PRE && $this->header_type != GESHI_HEADER_PRE_VALID) ? "\n" : '';
3772 if ($this->header_type == GESHI_HEADER_PRE_VALID) {
3817 if ($this->header_type == GESHI_HEADER_PRE_VALID) {
3819 } elseif ($this->header_type
3998 $this->header_type == GESHI_HEADER_PRE_VALID) { variable
[all...]

Completed in 102 milliseconds