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

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php115 define('GESHI_START_IMPORTANT', '<BEGIN GeSHi>'); define
2051 $this->language_data['COMMENT_MULTI'][GESHI_START_IMPORTANT] = GESHI_END_IMPORTANT;
2777 $open == GESHI_START_IMPORTANT) {
2778 if ($open != GESHI_START_IMPORTANT) {
2809 $test_str_match == GESHI_START_IMPORTANT) &&
2822 $test_str_match == GESHI_START_IMPORTANT) {
3698 (strpos($parsed_code, $this->hsc(GESHI_START_IMPORTANT)) === false)) {

Completed in 54 milliseconds