Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2496 foreach ($this->language_data['COMMENT_REGEXP'] as $comment_key => $regexp) {
2498 if (isset($comment_regexp_cache_per_key[$comment_key]) &&
2499 ($comment_regexp_cache_per_key[$comment_key]['pos'] >= $i ||
2500 $comment_regexp_cache_per_key[$comment_key]['pos'] === false)) {
2502 if ($comment_regexp_cache_per_key[$comment_key]['pos'] === false) {
2506 $match_i = $comment_regexp_cache_per_key[$comment_key]['pos'];
2510 $comment_regexp_cache_per_key[$comment_key] = array(
2511 'key' => $comment_key,
2516 $comment_regexp_cache_per_key[$comment_key]['pos'] = false;
2522 $next_comment_regexp_key = $comment_key;
[all...]