Lines Matching refs:comment_key

2496                         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;
2987 foreach ($this->language_data['COMMENT_SINGLE'] as $comment_key => $comment_mark) {
2989 if (isset($comment_single_cache_per_key[$comment_key]) &&
2990 ($comment_single_cache_per_key[$comment_key] >= $i ||
2991 $comment_single_cache_per_key[$comment_key] === false)) {
2993 if ($comment_single_cache_per_key[$comment_key] === false) {
2997 $match_i = $comment_single_cache_per_key[$comment_key];
3005 $comment_single_cache_per_key[$comment_key] = $match_i;
3007 $comment_single_cache_per_key[$comment_key] = false;
3012 $next_comment_single_key = $comment_key;
3020 $comment_key = $next_comment_single_key;
3021 $comment_mark = $this->language_data['COMMENT_SINGLE'][$comment_key];
3033 if ($this->lexic_permissions['COMMENTS'][$comment_key]) {
3035 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment_key] . '"';
3037 $attributes = ' class="co' . $comment_key . '"';
3052 if ($this->lexic_permissions['COMMENTS'][$comment_key]) {