Home | History | Annotate | Download | only in geshi

Lines Matching refs:comment_key

2335                         foreach ($this->language_data['COMMENT_REGEXP'] as $comment_key => $regexp) {
2337 if (isset($comment_regexp_cache_per_key[$comment_key]) &&
2338 ($comment_regexp_cache_per_key[$comment_key]['pos'] >= $i ||
2339 $comment_regexp_cache_per_key[$comment_key]['pos'] === false)) {
2341 if ($comment_regexp_cache_per_key[$comment_key]['pos'] === false) {
2345 $match_i = $comment_regexp_cache_per_key[$comment_key]['pos'];
2356 $comment_regexp_cache_per_key[$comment_key] = array(
2357 'key' => $comment_key,
2362 $comment_regexp_cache_per_key[$comment_key]['pos'] = false;
2368 $next_comment_regexp_key = $comment_key;
2839 foreach ($this->language_data['COMMENT_SINGLE'] as $comment_key => $comment_mark) {
2841 if (isset($comment_single_cache_per_key[$comment_key]) &&
2842 ($comment_single_cache_per_key[$comment_key] >= $i ||
2843 $comment_single_cache_per_key[$comment_key] === false)) {
2845 if ($comment_single_cache_per_key[$comment_key] === false) {
2849 $match_i = $comment_single_cache_per_key[$comment_key];
2857 $comment_single_cache_per_key[$comment_key] = $match_i;
2859 $comment_single_cache_per_key[$comment_key] = false;
2864 $next_comment_single_key = $comment_key;
2872 $comment_key = $next_comment_single_key;
2873 $comment_mark = $this->language_data['COMMENT_SINGLE'][$comment_key];
2885 if ($this->lexic_permissions['COMMENTS'][$comment_key]) {
2887 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment_key] . '"';
2889 $attributes = ' class="co' . $comment_key . '"';
2904 if ($this->lexic_permissions['COMMENTS'][$comment_key]) {