Text_Diff
[ class tree: Text_Diff ] [ index: Text_Diff ] [ all elements ]

Element index for package Text_Diff

[ c ] [ d ] [ g ] [ i ] [ l ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ x ] [ _ ]

_

_getTempDir
in file Diff.php, method Text_Diff::_getTempDir()
    Determines the location of the system temporary directory.
__construct
in file ThreeWay.php, method Text_Diff_ThreeWay::__construct()
    Computes diff between 3 sequences of strings.
__construct
in file Renderer.php, method Text_Diff_Renderer::__construct()
    Constructor.
__construct
in file Diff3.php, method Text_Diff3::__construct()
    Computes diff between 3 sequences of strings.
__construct
in file Diff.php, method Text_Diff::__construct()
    Computes diffs between sequences of strings.
__construct
in file Mapped.php, method Text_Diff_Mapped::__construct()
    Computes a diff between sequences of strings.
top

c

countAddedLines
in file Diff.php, method Text_Diff::countAddedLines()
    returns the number of new (added) lines in a given diff.
countDeletedLines
in file Diff.php, method Text_Diff::countDeletedLines()
    Returns the number of deleted (removed) lines in a given diff.
context.php
procedural page context.php
top

d

diff
in file string.php, method Text_Diff_Engine_string::diff()
    Parses a unified or context diff.
diff
in file xdiff.php, method Text_Diff_Engine_xdiff::diff()
diff
in file shell.php, method Text_Diff_Engine_shell::diff()
    Returns the array of differences.
diff
in file native.php, method Text_Diff_Engine_native::diff()
diff.php
procedural page diff.php
Diff.php
procedural page Diff.php
Diff3.php
procedural page Diff3.php
top

g

getDiff
in file Diff.php, method Text_Diff::getDiff()
    Returns the array of differences.
getFinal
in file Diff.php, method Text_Diff::getFinal()
    Gets the final set of lines.
getOriginal
in file Diff.php, method Text_Diff::getOriginal()
    Gets the original set of lines.
getParams
in file Renderer.php, method Text_Diff_Renderer::getParams()
    Get any renderer parameters.
top

i

isEmpty
in file Diff.php, method Text_Diff::isEmpty()
    Checks for an empty diff.
inline.php
procedural page inline.php
top

l

lcs
in file Diff.php, method Text_Diff::lcs()
    Computes the length of the Longest Common Subsequence (LCS).
top

m

mergedOutput
in file Diff3.php, method Text_Diff3::mergedOutput()
mergedOutput
in file ThreeWay.php, method Text_Diff_ThreeWay::mergedOutput()
Mapped.php
procedural page Mapped.php
top

n

native.php
procedural page native.php
top

p

parseContextDiff
in file string.php, method Text_Diff_Engine_string::parseContextDiff()
    Parses an array containing the context diff.
parseUnifiedDiff
in file string.php, method Text_Diff_Engine_string::parseUnifiedDiff()
    Parses an array containing the unified diff.
top

r

render
in file Renderer.php, method Text_Diff_Renderer::render()
    Renders a diff.
reverse
in file Diff.php, method Text_Diff::reverse()
    Computes a reversed diff.
Renderer.php
procedural page Renderer.php
top

s

shell.php
procedural page shell.php
string.php
procedural page string.php
top

t

Text_Diff
in file Diff.php, class Text_Diff
    General API for generating and formatting diffs - the differences between two sequences of strings.
ThreeWay.php
procedural page ThreeWay.php
Text_Diff3
in file Diff3.php, class Text_Diff3
    A class for computing three way diffs.
Text_Diff_Engine_native
in file native.php, class Text_Diff_Engine_native
    Class used internally by Text_Diff to actually compute the diffs.
Text_Diff_Engine_shell
in file shell.php, class Text_Diff_Engine_shell
    Class used internally by Diff to actually compute the diffs.
Text_Diff_Engine_string
in file string.php, class Text_Diff_Engine_string
    Parses unified or context diffs output from eg. the diff utility.
Text_Diff_Engine_xdiff
in file xdiff.php, class Text_Diff_Engine_xdiff
    Class used internally by Diff to actually compute the diffs.
Text_Diff_Mapped
in file Mapped.php, class Text_Diff_Mapped
    $Horde: framework/Text_Diff/Diff/Mapped.php,v 1.3.2.4 2009/01/06 15:23:41 jan Exp $
Text_Diff_Renderer
in file Renderer.php, class Text_Diff_Renderer
    A class to render Diffs in different formats.
Text_Diff_Renderer_context
in file context.php, class Text_Diff_Renderer_context
Text_Diff_Renderer_inline
in file inline.php, class Text_Diff_Renderer_inline
    "Inline" diff renderer.
Text_Diff_Renderer_unified
in file unified.php, class Text_Diff_Renderer_unified
Text_Diff_ThreeWay
in file ThreeWay.php, class Text_Diff_ThreeWay
    A class for computing three way diffs.
Text_MappedDiff
in file Diff.php, method Text_MappedDiff::Text_MappedDiff()
    Computes a diff between sequences of strings.
Text_MappedDiff
in file Diff.php, class Text_MappedDiff
trimNewlines
in file Diff.php, method Text_Diff::trimNewlines()
    Removes trailing newlines from a line of text. This is meant to be used with array_walk().
top

u

unified.php
procedural page unified.php
top

x

xdiff.php
procedural page xdiff.php
top

Documentation generated on Mon, 11 Mar 2019 16:03:26 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.