[Text_Diff] element index

Package indexes

All elements
c g i l r t _
_
top
$_block_header
Header for each change block.
$_del_prefix
Prefix for deleted text.
$_del_suffix
Suffix for deleted text.
$_edits
Text_Diff::$_edits in class_diff.php
Array of changes.
$_ins_prefix
Prefix for inserted text.
$_ins_suffix
Suffix for inserted text.
$_leading_context_lines
Number of leading context "lines" to preserve.
$_leading_context_lines
Number of leading context "lines" to preserve.
$_leading_context_lines
Number of leading context "lines" to preserve.
$_split_level
What are we currently splitting on? Used to recurse to show word-level changes.
$_trailing_context_lines
Number of trailing context "lines" to preserve.
$_trailing_context_lines
Number of trailing context "lines" to preserve.
$_trailing_context_lines
Number of trailing context "lines" to preserve.
_added
_added
_added
_block
_blockHeader
_blockHeader
_blockHeader
_changed
_changed
_changed
_check
Text_Diff::_check() in class_diff.php
Checks a diff for validity.
_context
_deleted
_deleted
_deleted
_endBlock
_endDiff
_lines
_lines
_splitOnWords
_startBlock
_startBlock
_startDiff
_trimNewlines
Text_Diff::_trimNewlines() in class_diff.php
Removes trailing newlines from a line of text. This is meant to be used with array_walk().
c
top
class_diff.php
class_diff.php in class_diff.php
g
top
getDiff
Text_Diff::getDiff() in class_diff.php
Returns the array of differences.
getFinal
Text_Diff::getFinal() in class_diff.php
Gets the final set of lines.
getOriginal
Text_Diff::getOriginal() in class_diff.php
Gets the original set of lines.
getParams
Get any renderer parameters.
i
top
isEmpty
Text_Diff::isEmpty() in class_diff.php
Checks for an empty diff.
l
top
lcs
Text_Diff::lcs() in class_diff.php
Computes the length of the Longest Common Subsequence (LCS).
r
top
render
Renders a diff.
reverse
Text_Diff::reverse() in class_diff.php
Computes a reversed diff.
t
top
Text_Diff
Text_Diff::Text_Diff() in class_diff.php
Computes diffs between sequences of strings.
Text_Diff
Text_Diff in class_diff.php
Text_Diff
Text_Diff_Renderer
Constructor.
Text_Diff_Renderer
Text_Diff_Renderer in class_diff.php
A class to render Diffs in different formats.
Text_Diff_Renderer_inline
Text_Diff_Renderer_inline in class_diff.php
"Inline" diff renderer.
Text_Diff_Renderer_unified
Text_Diff_Renderer_unified in class_diff.php
"Unified" diff renderer.
Text_MappedDiff
Computes a diff between sequences of strings.
Text_MappedDiff
Text_MappedDiff in class_diff.php
$Horde: framework/Text_Diff/Diff.php,v 1.10 2004/11/01 11:51:15 mdjukic Exp $
c g i l r t _