Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/sebastian/diff/
H A 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
66 [end:SebastianBergmann\Diff\Chunk:private] => 87
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A 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)
H A DDiff.php11 namespace SebastianBergmann\Diff;
13 class Diff class
H A DDiffer.php11 namespace SebastianBergmann\Diff;
13 use SebastianBergmann\Diff\LCS\LongestCommonSubsequence;
14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;
15 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;
H A DLine.php11 namespace SebastianBergmann\Diff;
H A DChunk.php11 namespace SebastianBergmann\Diff;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDiffTest.php11 namespace SebastianBergmann\Diff;
26 $diff = new Diff($from, $to);
39 $diff = new Diff($from, $to, $chunks);
48 $diff = new Diff('line1c', 'line2c');
H A DDifferTest.php11 namespace SebastianBergmann\Diff;
13 use SebastianBergmann\Diff\LCS\MemoryEfficientImplementation;
14 use SebastianBergmann\Diff\LCS\TimeEfficientImplementation;
107 * @param Diff[] $expected
H A DParserTest.php11 namespace SebastianBergmann\Diff;
140 /** @var Diff $diff */
H A DLineTest.php11 namespace SebastianBergmann\Diff;
H A DChunkTest.php11 namespace SebastianBergmann\Diff;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DMemoryEfficientImplementationTest.php11 namespace SebastianBergmann\Diff\LCS;
H A DTimeEfficientImplementationTest.php11 namespace SebastianBergmann\Diff\LCS;
H A DLongestCommonSubsequenceTest.php11 namespace SebastianBergmann\Diff\LCS;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DLongestCommonSubsequence.php11 namespace SebastianBergmann\Diff\LCS;
H A DTimeEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushDiff.js37 SyntaxHighlighter.brushes.Diff = Brush;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushDiff.js21 SyntaxHighlighter.brushes.Diff = Brush;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php11 use SebastianBergmann\Diff\Differ;
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php13 use SebastianBergmann\Diff\Differ;
/plugin/tos/
H A Daction.php177 $diff = new Diff(explode("\n", $old), explode("\n", $new));
/plugin/farmsync/action/
H A Dajax.php80 $diff = new \Diff(explode("\n", $targetText), explode("\n", $sourceText));
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt371 Diff ("diff"):
/plugin/git/
H A Dhelper.php394 … $df = new Diff(explode("\n",htmlspecialchars($l_text)), explode("\n",htmlspecialchars($r_text)));

12