Home
last modified time | relevance | path

Searched refs:differ (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
DDifferTest.php36 private $differ; variable in SebastianBergmann\\Diff\\DifferTest
40 $this->differ = new Differ;
51 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new TimeEfficientImplementat…
62 … $this->assertEquals($expected, $this->differ->diff($from, $to, new TimeEfficientImplementation));
73 …$this->assertEquals($expected, $this->differ->diffToArray($from, $to, new MemoryEfficientImplement…
84 …$this->assertEquals($expected, $this->differ->diff($from, $to, new MemoryEfficientImplementation));
89 $differ = new Differ('CUSTOM HEADER');
93 $differ->diff('a', 'b')
101 $this->differ->diff(1, 2)
372 $differ = new Differ('', false);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DComparisonFailure.php117 $differ = new Differ("\n--- Expected\n+++ Actual\n");
119 return $differ->diff($this->expectedAsString, $this->actualAsString);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DStringMatches.php60 $differ = new Differ("--- Expected\n+++ Actual\n");
62 return $differ->diff($this->string, $other);
/plugin/sync/lang/en/
Dlist.txt3 A list of files that differ between your local and the remote wiki is shown below. You need to deci…
/plugin/findologicxmlexport/vendor/sebastian/diff/
DREADME.md22 $differ = new Differ;
23 print $differ->diff('foo', 'bar');
/plugin/aichat/
H A Dcli.php299 $this->colors->ptln('Current prices may differ', Colors::C_RED);
/plugin/asciidocjs/node_modules/lodash/
DLICENSE46 licenses; we recommend you read them, as their terms may differ from the
/plugin/sequencediagram/bower_components/lodash/
DLICENSE46 licenses; we recommend you read them, as their terms may differ from the
/plugin/pdftools/tpl/info/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/kompakt/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/checkliste2/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/checkliste/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/dw2pdf/tpl/default/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/minimal/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/standard/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/onlylogo/
DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dmacro.rst35 Macros differ from native PHP functions in a few ways:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dinternals.rst121 (the actual output can differ depending on the version of Twig you are
/plugin/interwikiformatting/
DREADME.md10 … site or you have to constantly add titles that more often than not only differ from the URL part …
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md13 > the default repository branch is `development` which can differ from the last stable release.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php2374 $differ = new Differ($header);
2377 $diff = $differ->diff(
/plugin/topbarsyntax/
Dcsshover3.htc139 // duplicate expressions need not be set, but the style could differ
/plugin/statistics/vendor/matomo/device-detector/
H A DLICENSE149 differ in detail to address new problems or concerns.
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE149 differ in detail to address new problems or concerns.
/plugin/abc2/abc-libraries/abc2svg/
DLICENSE149 differ in detail to address new problems or concerns.

12345678910>>...24