_DiffOp_Copy::reverse |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffOp_Delete::$type |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffOp_Change::$type |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffEngine::_lcs_pos |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::format |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Format a diff. |
DiffFormatter::_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_lines |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_added |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
WordLevelDiff::_split |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
Util_DiffTest::REMOVED |
constant |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
|
DiffArrayTest::$array1 |
property |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
Array to use for testing. |
DiffArrayTest::$array2 |
property |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
Array to use for testing. |
DiffArrayTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
This method exists to support the simpletest UI runner. |
ConfigController::diff |
function |
drupal/core/modules/config/lib/Drupal/config/Controller/ConfigController.php |
Shows diff of specificed configuration file. |
MappedDiff::MappedDiff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Constructor. |
WordLevelDiff::closing |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Get the closing set of lines. |
PHPUnit_Util_Diff::diff |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php |
Returns the diff between two arrays or strings as string. |
ConfigDiffTest::getInfo |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php |
|
_DiffOp_Delete::reverse |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffOp_Change::reverse |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffEngine::_line_hash |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Returns the whole line if it's small enough, or the MD5 hash otherwise. |
DiffFormatter::_context |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_deleted |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_changed |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffInline::render |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Render differences inline using HTML markup. |
ConfigDiffTest::$modules |
property |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php |
Modules to enable. |
ConfigDiffTest::testDiff |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php |
Tests calculating the difference between two sets of configuration. |
_DiffOp_Add::_DiffOp_Add |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffEngine::_compareseq |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Find LCS of two sequences. |
DiffFormatter::_end_diff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_end_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffOp_Copy::_DiffOp_Copy |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_start_diff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::$rows |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_added |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::$show_header |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Should a block header be shown? |
DiffFormatter::_start_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_lines |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffEngine::MAX_XREF_LENGTH |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DiffFormatter::_block_header |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
WordLevelDiff::WordLevelDiff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_deleted |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_context |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_changed |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffInline::__construct |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Constructor. |
DiffArray::diffAssocRecursive |
function |
drupal/core/lib/Drupal/Component/Utility/DiffArray.php |
Recursively computes the difference of arrays with additional index check. |
DrupalDiffFormatter::addedLine |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Note: you should HTML-escape parameter before calling this. |
DrupalDiffFormatter::emptyLine |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
PHPUnit_Util_Diff::diffToArray |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php |
Returns the diff between two arrays or strings as array. |
_DiffOp_Delete::_DiffOp_Delete |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|