Searched +refs:diff +refs:hunk +refs:text (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DHTML.pm16 sub hunk_header { return '<span class="hunk">' }
58 my $diff = word_diff 'file1.txt', 'file2.txt'; { STYLE => 'HTML' };
59 my $diff = word_diff \$string1, \$string2, { STYLE => 'HTML' };
60 my $diff = word_diff \*FH1, \*FH2, { STYLE => 'HTML' };
61 my $diff = word_diff \&reader1, \&reader2, { STYLE => 'HTML' };
62 my $diff = word_diff \@records1, \@records2, { STYLE => 'HTML' };
65 my $diff = word_diff \@records1, 'file_B.txt', { STYLE => 'HTML' };
73 Text::WordDiff::HTML formats word diffs for viewing in a Web browser. The diff
80 This element contains the entire contents of the diff "file" returned by
87 The header section for the files being C<diff>e
[all...]
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm112 # Instantiate the diff object, along with any options.
113 my $diff = Algorithm::Diff->new(@seqs, delete $opts->{DIFF_OPTS});
121 # Run the diff.
124 while ($diff->Next) {
129 if (my @same = $diff->Same) {
135 if (my @del = $diff->Items(1)) {
138 if (my @ins = $diff->Items(2)) {
199 my $diff = word_diff 'file1.txt', 'file2.txt', { STYLE => 'HTML' };
200 my $diff = word_diff \$string1, \$string2, { STYLE => 'ANSIColor' };
201 my $diff
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddiff-mode.el0 ;;; diff-mode.el --- a mode for viewing/editing context diffs
7 ;; Keywords: convenience patch diff
34 ;; diff-mode as well as with compilation-minor-mode
45 ;; - Try `diff <file> <hunk>' to try and fuzzily discover the source location
46 ;; of a hunk. Show then the changes between <file> and <hunk> and make it
47 ;; possible to apply them to <file>, <hunk-src>, or <hunk-dst>.
51 ;; - Refine hunk o
[all...]

Completed in 153 milliseconds