Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2476 $next_comment_multi_pos = -1;
2888 if (!empty($this->language_data['COMMENT_MULTI']) && $next_comment_multi_pos < $i) {
2889 $next_comment_multi_pos = $length;
2907 if ($match_i !== false && $match_i < $next_comment_multi_pos) {
2908 $next_comment_multi_pos = $match_i;
2916 if ($i == $next_comment_multi_pos) {