Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DiffArray.php | file | core/ |
|
| DiffArray::diffAssocRecursive | function | core/ |
Recursively computes the difference of arrays with additional index check. |
| DiffArrayTest | class | core/ |
Tests the DiffArray helper class. |
| DiffArrayTest.php | file | core/ |
|
| DiffArrayTest::$array1 | property | core/ |
Array to use for testing. |
| DiffArrayTest::$array2 | property | core/ |
Array to use for testing. |
| DiffArrayTest::setUp | function | core/ |
|
| DiffArrayTest::testDiffAssocRecursive | function | core/ |
Tests DiffArray::diffAssocRecursive(). |
| DiffEngine | class | core/ |
Class used internally by Diff to actually compute the diffs. |
| DiffEngine.php | file | core/ |
|
| DiffEngine::diff | function | core/ |
|
| DiffEngine::MAX_XREF_LENGTH | constant | core/ |
|
| DiffEngine::USE_ASSERTS | constant | core/ |
|
| DiffEngine::_compareseq | function | core/ |
Find LCS of two sequences. |
| DiffEngine::_diag | function | core/ |
Divide the Largest Common Subsequence (LCS) of the sequences [XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally sized segments. |
| DiffEngine::_lcs_pos | function | core/ |
|
| DiffEngine::_line_hash | function | core/ |
Returns the whole line if it's small enough, or the MD5 hash otherwise. |
| DiffEngine::_shift_boundaries | function | core/ |
Adjust inserts/deletes of identical lines to join changes as much as possible. |
| DiffEngineTest | class | core/ |
Test DiffEngine class. |
| DiffEngineTest.php | file | core/ |
|
| DiffEngineTest::provideTestDiff | function | core/ |
|
| DiffEngineTest::testDiff | function | core/ |
Tests whether op classes returned by DiffEngine::diff() match expectations. |
| DiffEngineTest::testDiffInfiniteLoop | function | core/ |
Tests that two files can be successfully diffed. |
| DiffFormatter | class | core/ |
A class to format Diffs |
| DiffFormatter | class | core/ |
Diff formatter which uses returns output that can be rendered to a table. |
| DiffFormatter.php | file | core/ |
|
| DiffFormatter.php | file | core/ |
|
| DiffFormatter::$leading_context_lines | property | core/ |
Number of leading context "lines" to preserve. |
| DiffFormatter::$line_stats | property | core/ |
The line stats. |
| DiffFormatter::$rows | property | core/ |
The diff represented as an array of rows. |
| DiffFormatter::$show_header | property | core/ |
Should a block header be shown? |
| DiffFormatter::$trailing_context_lines | property | core/ |
Number of trailing context "lines" to preserve. |
| DiffFormatter::addedLine | function | core/ |
Creates an added line. |
| DiffFormatter::contextLine | function | core/ |
Creates a context line. |
| DiffFormatter::deletedLine | function | core/ |
Creates a deleted line. |
| DiffFormatter::emptyLine | function | core/ |
Creates an empty line. |
| DiffFormatter::format | function | core/ |
Format a diff. |
| DiffFormatter::_added | function | core/ |
|
| DiffFormatter::_added | function | core/ |
|
| DiffFormatter::_block | function | core/ |
|
| DiffFormatter::_block_header | function | core/ |
|
| DiffFormatter::_block_header | function | core/ |
|
| DiffFormatter::_changed | function | core/ |
|
| DiffFormatter::_changed | function | core/ |
|
| DiffFormatter::_context | function | core/ |
|
| DiffFormatter::_context | function | core/ |
|
| DiffFormatter::_deleted | function | core/ |
|
| DiffFormatter::_deleted | function | core/ |
|
| DiffFormatter::_end_block | function | core/ |
|
| DiffFormatter::_end_diff | function | core/ |
Pagination
- Previous page
- Page 390
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.