Lines Matching refs:old
35 # -o - disable outputting of old text
81 # Improved handling of old text and changed styles.
95 # Added an option to turn off the display of old text.
149 # a block wrapped in control-b is old text
162 # my $old="<span class=\\\"diff-old-a\\\">deleted text: </span>%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'";
163 my $old="%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'";
168 $old = "";
171 # my $old="%c'\002'<font color=\\\"purple\\\" size=\\\"-2\\\">deleted text:</font><s>%c'\012'%c'\001'%c'\012'%<%c'\012'%c'\001'%c'\012'</s>%c'\012'%c'\002'";
178 $span[1]="<del class=\"diff-old\">";
179 $span[2]="<del class=\"diff-old\">";
191 open(FILE, qq(diff -d --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 |)) || die("Diff failed: $!");
192 # system (qq(diff --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 > /tmp/output));
211 # Note that if there is markup in the "old" block, that markup is silently
240 # if we are in "old" state, remove markup
242 s/\<.*\>//; # get rid of any old markup
305 .diff-old-a {
318 .diff-old { text-decoration: line-through; background-color: #FBB; }
319 .diff-old:before,
320 .diff-old:after
322 .diff-old a { text-decoration: none; }
337 if ( mydata[r].selectorText == '.diff-old' ) {