Home
last modified time | relevance | path

Searched refs:next_comment_regexp_pos (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2475 $next_comment_regexp_pos = -1;
2494 if (isset($this->language_data['COMMENT_REGEXP']) && $next_comment_regexp_pos < $i) {
2495 $next_comment_regexp_pos = $length;
2520 if ($match_i !== false && $match_i < $next_comment_regexp_pos) {
2521 $next_comment_regexp_pos = $match_i;
2559 if ($string_started && ($i != $next_comment_regexp_pos)) {
2744 substr($part, $i, $hq_strlen) == $hq && ($i != $next_comment_regexp_pos)) {
2853 if ($i == $next_comment_regexp_pos) {