Home
last modified time | relevance | path

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

12345678910>>...20

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php36 private $differ; variable in SebastianBergmann\\Diff\\DifferTest
40 $this->differ = new Differ;
89 $differ = new Differ('CUSTOM HEADER');
93 $differ->diff('a', 'b')
101 $this->differ->diff(1, 2)
372 $differ = new Differ('', false);
373 $this->assertSame($expected, $differ->diff($from, $to));
395 $differ = new Differ;
400 $differ->diffToArray(null, '');
408 $differ = new Differ;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php60 $differ = new Differ("--- Expected\n+++ Actual\n");
62 return $differ->diff($this->string, $other);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php117 $differ = new Differ("\n--- Expected\n+++ Actual\n");
119 return $differ->diff($this->expectedAsString, $this->actualAsString);
/plugin/sync/lang/en/
H A 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/
H A DREADME.md22 $differ = new Differ;
23 print $differ->diff('foo', 'bar');
/plugin/sequencediagram/bower_components/lodash/
H A DLICENSE46 licenses; we recommend you read them, as their terms may differ from the
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/info/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/standard/
H A DREADME.txt14 one will be tried. Eg. if You don't differ between even and odd pages,
/plugin/pdftools/tpl/minimal/
H A 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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst35 Macros differ from native PHP functions in a few ways:
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst121 (the actual output can differ depending on the version of Twig you are
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md13 > the default repository branch is `development` which can differ from the last stable release.
/plugin/interwikiformatting/
H A DREADME.md10 … site or you have to constantly add titles that more often than not only differ from the URL part …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2374 $differ = new Differ($header);
2377 $diff = $differ->diff(
/plugin/topbarsyntax/
H A Dcsshover3.htc139 // duplicate expressions need not be set, but the style could differ
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE149 differ in detail to address new problems or concerns.
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt149 differ in detail to address new problems or concerns.
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt149 differ in detail to address new problems or concerns.
/plugin/barcodes/
H A DLICENSE.md147 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.

12345678910>>...20