Home | History | Annotate | Download | only in contrib

Lines Matching refs:COMMENTS

422                 $style_arrays = array('KEYWORDS', 'COMMENTS', 'ESCAPE_CHAR',
432 if(!is_int($sk_key) && ('COMMENTS' != $style_kind && 'MULTI' != $sk_key)
547 if(!isset($language_data['STYLES']['COMMENTS'][$ck])) {
548 report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specification for comment group $ck!");
559 if(!isset($language_data['STYLES']['COMMENTS'][$ck])) {
560 report_error(TYPE_WARNING, "Language file contains no \$language_data['STYLES']['COMMENTS'] specification for comment group $ck!");
564 foreach($language_data['STYLES']['COMMENTS'] as $ck => $cv) {
567 report_error(TYPE_NOTICE, "Language file contains an superfluous \$language_data['STYLES']['COMMENTS'] specification for Single Line or Regular-Expression Comment key $ck!");