Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2597 foreach ($this->language_data['ESCAPE_REGEXP'] as $escape_key => $regexp) {
2599 if (isset($escape_regexp_cache_per_key[$escape_key]) &&
2600 ($escape_regexp_cache_per_key[$escape_key]['pos'] >= $start ||
2601 $escape_regexp_cache_per_key[$escape_key]['pos'] === false)) {
2603 if ($escape_regexp_cache_per_key[$escape_key]['pos'] === false) {
2607 $match_i = $escape_regexp_cache_per_key[$escape_key]['pos'];
2611 $escape_regexp_cache_per_key[$escape_key] = array(
2612 'key' => $escape_key,
2617 $escape_regexp_cache_per_key[$escape_key]['pos'] = false;
2623 $next_escape_regexp_key = $escape_key;
[all...]