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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php2316 $next_comment_single_pos = -1; variable
2837 if (!empty($this->language_data['COMMENT_SINGLE']) && $next_comment_single_pos < $i) {
2838 $next_comment_single_pos = $length; variable
2862 if ($match_i !== false && $match_i < $next_comment_single_pos) {
2863 $next_comment_single_pos = $match_i; variable
2871 if ($next_comment_single_pos == $i) {

Completed in 28 milliseconds