Home | History | Annotate | Download | only in Internals

Lines Matching refs:diff

443             my $Diff = "";
492 if($Diff) {
493 $Diff .= "<br/><br/>\n";
495 $Diff .= $Content;
499 if($Diff)
501 my $Title = $LName.": headers diff between $LV1-$SystemName1 and $LV2-$SystemName2 versions";
502 my $Keywords = $LName.", header, diff";
503 my $Description = "Diff for header files between $LV1-$SystemName1 and $LV2-$SystemName2 versions of $LName";
506 my $Link = "This html diff was produced by <a href='http://tools.ietf.org/tools/rfcdiff/'>rfcdiff</a> 1.41.";
508 $Diff .= "<br/>";
509 $Diff .= "<div style='width:100%;' align='left'>$Link</div>\n";
511 $Diff = "<h1>Headers diff for <span style='color:Blue;'>$LName</span> between <span style='color:Red;'>$LV1-$SystemName1</span> and <span style='color:Red;'>$LV2-$SystemName2</span> versions</h1><br/><br/>".$Diff;
513 $Diff = "<table width='100%' cellpadding='0' cellspacing='0'><tr><td>$Diff</td></tr></table>";
515 $Diff = composeHTML_Head($Title, $Keywords, $Description, $Styles, "")."\n<body>\n$Diff\n</body>\n</html>\n";
518 writeFile($Output."/diff.html", $Diff);
668 $SYS_REPORT .= "<th rowspan='2'>Headers<br/>Diff</th>\n";
886 $SYS_REPORT .= "<td><a href=\'headers_diff/$LName/diff.html\'>diff</a></td>\n";
2445 # save header files to create visual diff later