_DiffOp_Change::_DiffOp_Change |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
_DiffEngine::_shift_boundaries |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Adjust inserts/deletes of identical lines to join changes
as much as possible. |
WordLevelDiff::MAX_LINE_LENGTH |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_end_diff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffInline::process_chunk |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Merge chunk segments between tag delimiters. |
DrupalDiffInline::process_edits |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Merge copy and equivalent edits into intelligible chunks. |
DrupalDiffFormatter::_end_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::deletedLine |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Note: you should HTML-escape parameter before calling this. |
DrupalDiffFormatter::contextLine |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Note: you should HTML-escape parameter before calling this. |
DrupalDiffFormatter::$line_stats |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
DrupalDiffFormatter::_start_diff |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
FileTestBase::assertDifferentFile |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php |
Check that two files are not the same by comparing the fid and filepath. |
DrupalDiffFormatter::_start_block |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
JavaScriptTest::testDifferentGroup |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding a JavaScript file with a different group. |
ConfigImportUITest::testImportDiff |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php |
Tests the screen that shows differences between active and staging. |
DrupalDiffFormatter::_block_header |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
JavaScriptTest::testDifferentWeight |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding a JavaScript file with a different weight. |
DiffArrayTest::testDiffAssocRecursive |
function |
drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php |
Tests DiffArray::diffAssocRecursive(). |
DiffFormatter::$leading_context_lines |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Number of leading context "lines" to preserve. |
DiffFormatter::$trailing_context_lines |
property |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
Number of trailing context "lines" to preserve. |
DrupalDiffFormatter::DrupalDiffFormatter |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
Util_DiffTest::testComparisonErrorMessage |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
Util_DiffTest::testComparisonErrorEndSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
JavaScriptTest::testRenderDifferentWeight |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests rendering the JavaScript with a file's weight above jQuery's. |
DifferentNamespacesPerFileWithClassAsLast |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsLast.php |
|
DifferentNamespacesPerFileWithClassAsFirst |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsFirst.php |
|
Util_DiffTest::testComparisonErrorStartSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
PHPUnit_Util_Diff::longestCommonSubsequence |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Diff.php |
Calculates the longest common subsequence of two arrays. |
PHPUnit_Framework_ComparisonFailure::getDiff |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ComparisonFailure.php |
|
ClassCollectionLoaderTest::getDifferentOrders |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
Issue503Test::testCompareDifferentLineEndings |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/503/Issue503Test.php |
|
DifferentNamespacesPerFileWithClassAsLast.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsLast.php |
|
DifferentNamespacesPerFileWithClassAsFirst.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsFirst.php |
|
Util_DiffTest::testComparisonErrorMessage_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
Util_DiffTest::testComparisonErrorEndSame_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
Util_DiffTest::testComparisonErrorStartAndEndSame |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
Util_DiffTest::testComparisonErrorEndSameComplete |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
UrlGeneratorTest::testWithHostDifferentFromContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
Util_DiffTest::testComparisonErrorStartSame_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
Util_DiffTest::testComparisonErrorStartSameComplete |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
Util_DiffTest::testComparisonErrorOverlapingMatches |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
Util_DiffTest::testComparisonErrorOverlapingMatches2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diff |
RouterListenerTest::testSubRequestWithDifferentMethod |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php |
|
ChoiceValidatorTest::testStrictDisallowsDifferentType |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
ContextualDynamicContextTest::testDifferentPermissions |
function |
drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php |
Tests contextual links with different permissions. |
ClassCollectionLoaderTest::getDifferentOrdersForTraits |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
Util_DiffTest::testComparisonErrorStartAndEndSame_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
Util_DiffTest::testComparisonErrorEndSameComplete_toArray |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/DiffTest.php |
@covers PHPUnit_Util_Diff::diffToArray |
EntityTranslationSyncUnitTest::testDifferingSyncedColumns |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests that one change in a synchronized column triggers a change in all columns. |
HttpCacheTest::testStoresMultipleResponsesWhenHeadersDiffer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php |
|