Home
last modified time | relevance | path

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

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1848 "description": "Diff implementation",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/barcodes/
H A Dcomposer.lock1123 "description": "Diff implementation",
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css3340 /* ---------- Diff ---------- */
3365 /* ---------- Inline Diff ---------- */
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css3340 /* ---------- Diff ---------- */
3365 /* ---------- Inline Diff ---------- */
H A Dbundle.js.map1Diff ---------- */\\n\\n.monaco-editor .insert-sign,\\n.monaco-diff-editor .insert-sign,\\n.monaco…
/plugin/farmsync/action/
H A Dajax.php80 $diff = new \Diff(explode("\n", $targetText), explode("\n", $sourceText));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php11 use SebastianBergmann\Diff\Differ;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php14 use SebastianBergmann\Diff\Differ;
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php13 use SebastianBergmann\Diff\Differ;
/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 DChunk.php11 namespace SebastianBergmann\Diff;
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 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)
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
H A DLongestCommonSubsequence.php11 namespace SebastianBergmann\Diff\LCS;
H A DMemoryEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
H A DTimeEfficientLongestCommonSubsequenceImplementation.php11 namespace SebastianBergmann\Diff\LCS;
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DChunkTest.php11 namespace SebastianBergmann\Diff;
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
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
H A DLongestCommonSubsequenceTest.php11 namespace SebastianBergmann\Diff\LCS;
H A DMemoryEfficientImplementationTest.php11 namespace SebastianBergmann\Diff\LCS;

12