Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| dialog_renderer_test.routing.yml | file | core/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml |
| dialog_renderer_test.services.yml | file | core/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml |
| dictionary.txt | file | core/ |
… |
| Diff | class | core/ |
Class representing a 'diff' between two sequences of strings. @todo document @subpackage DifferenceEngine |
| diff.formatter | service | core/ |
Drupal\Core\Diff\DiffFormatter |
| Diff.php | file | core/ |
|
| Diff::$edits | property | core/ |
The list of differences as an array of diff operations. |
| Diff::check | function | core/ |
Check a Diff for validity. |
| Diff::closing | function | core/ |
Gets the closing set of lines. |
| Diff::getEdits | function | core/ |
Gets the list of differences as an array of diff operations. |
| Diff::isEmpty | function | core/ |
Check for empty diff. |
| Diff::lcs | function | core/ |
Compute the length of the Longest Common Subsequence (LCS). |
| Diff::orig | function | core/ |
Gets the original set of lines. |
| Diff::reverse | function | core/ |
Compute reversed Diff. |
| Diff::__construct | function | core/ |
Constructor. Computes diff between sequences of strings. |
| DiffArray | class | core/ |
Provides helpers to perform diffs on multi dimensional arrays. |
| 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 a 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/ |
Diff formatter which uses returns output that can be rendered to a table. |
| DiffFormatter | class | core/ |
A class to format Diffs |
| 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. |
Pagination
- Previous page
- Page 400
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.