Searched refs:simple_escape (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2486 $simple_escape = strpos($part, $this->language_data['ESCAPE_CHAR'], $start); variable
2487 if(false === $simple_escape) {
2488 $simple_escape = $length; variable
2491 $simple_escape = $length; variable
2495 $simple_escape = $length; variable
2498 if($simple_escape < $next_escape_regexp_pos &&
2499 $simple_escape < $length &&
2500 $simple_escape < $close_pos) {
2502 $es_pos = $simple_escape;

Completed in 43 milliseconds