Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2478 $comment_regexp_cache_per_key = array();
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(
2516 $comment_regexp_cache_per_key[$comment_key]['pos'] = false;
2855 $comment = $comment_regexp_cache_per_key[$next_comment_regexp_key];