Home | History | Annotate | Download | only in abi-compliance-checker

Lines Matching refs:CONTENT_ID

1560 my $ContentSpanStart = "<span class=\"section\" onclick=\"javascript:showContent(this, 'CONTENT_ID')\">\n";
1561 my $ContentSpanStart_Affected = "<span class=\"sect_aff\" onclick=\"javascript:showContent(this, 'CONTENT_ID')\">\n";
1562 my $ContentSpanStart_Info = "<span class=\"sect_info\" onclick=\"javascript:showContent(this, 'CONTENT_ID')\">\n";
1564 my $ContentDivStart = "<div id=\"CONTENT_ID\" style=\"display:none;\">\n";
18080 while($Text=~/CONTENT_ID/)
18085 $Text=~s/CONTENT_ID/c_$ContentID/;