Home
last modified time | relevance | path

Searched refs:Diff (Results 1 – 25 of 38) sorted by relevance

12

/plugin/findologicxmlexport/vendor/sebastian/diff/
DREADME.md3 Diff implementation for PHP, factored out of PHPUnit into a stand-alone component.
20 use SebastianBergmann\Diff\Differ;
37 use SebastianBergmann\Diff\Parser;
56 [0] => SebastianBergmann\Diff\Diff Object
58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php
59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
60 [chunks:SebastianBergmann\Diff\Diff:private] => Array
62 [0] => SebastianBergmann\Diff\Chunk Object
64 [start:SebastianBergmann\Diff\Chunk:private] => 87
65 [startRange:SebastianBergmann\Diff\Chunk:private] => 7
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DParser.php11 namespace SebastianBergmann\Diff;
21 * @return Diff[]
46 $diff = new Diff($fromMatch['file'], $toMatch['file']);
68 * @param Diff $diff
71 private function parseFileDiff(Diff $diff, array $lines)
DDiff.php11 namespace SebastianBergmann\Diff;
13 class Diff class
DDiffer.php11 namespace SebastianBergmann\Diff;
13 use SebastianBergmann\Diff\LCS\LongestCommonSubsequence;
14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;
15 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;
DLine.php11 namespace SebastianBergmann\Diff;
DChunk.php11 namespace SebastianBergmann\Diff;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
DDiffTest.php11 namespace SebastianBergmann\Diff;
26 $diff = new Diff($from, $to);
39 $diff = new Diff($from, $to, $chunks);
48 $diff = new Diff('line1c', 'line2c');
DDifferTest.php11 namespace SebastianBergmann\Diff;
13 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;
14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;
107 * @param Diff[] $expected
DParserTest.php11 namespace SebastianBergmann\Diff;
140 /** @var Diff $diff */
DLineTest.php11 namespace SebastianBergmann\Diff;
DChunkTest.php11 namespace SebastianBergmann\Diff;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
DTimeEfficientImplementationTest.php11 namespace SebastianBergmann\Diff\LCS;
DMemoryEfficientImplementationTest.php11 namespace SebastianBergmann\Diff\LCS;
DLongestCommonSubsequenceTest.php11 namespace SebastianBergmann\Diff\LCS;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
DLongestCommonSubsequence.php11 namespace SebastianBergmann\Diff\LCS;
DTimeEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
DMemoryEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushDiff.js21 SyntaxHighlighter.brushes.Diff = Brush;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushDiff.js37 SyntaxHighlighter.brushes.Diff = Brush;
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DComparisonFailure.php13 use SebastianBergmann\Diff\Differ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DStringMatches.php11 use SebastianBergmann\Diff\Differ;
/plugin/tos/
Daction.php177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
/plugin/farmsync/action/
Dajax.php80 $diff = new \Diff(explode("\n", $targetText), explode("\n", $sourceText));
/plugin/highlightjs/highlight/
Dreadme.rus.txt371 Diff ("diff"):
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

12