Home
last modified time | relevance | path

Searched refs:diff (Results 76 – 100 of 261) sorted by relevance

1234567891011

/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml20 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml12 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml25 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/davcal/vendor/sabre/http/
H A D.travis.yml26 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/latexit/tests/
H A Dscript10 diff -bB --ignore-all-space exported/test${i}_exported.latex my/test${i}.latex >> log
/plugin/highlightjs/highlight/languages/
H A Ddiff.js7 hljs.LANGUAGES.diff = { class in hljs.LANGUAGES
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml16 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/fixtures/
H A Dpatch2.txt1 diff --git a/Foo.php b/Foo.php
/plugin/combo/ComboStrap/
H A DIso8601Date.php337 public function diff(DateTime $rightTime): \DateInterval function in ComboStrap\\Iso8601Date
339 // example get the s part of the diff (even if there is day of diff)
340 // $seconds = $diff->format('%s');
341 return $this->dateTime->diff($rightTime, true);
/plugin/jsmath/
H A Ddiff1 diff syntax.php syntax.php.orig
/plugin/farmsync/action/
H A Dajax.php80 $diff = new \Diff(explode("\n", $targetText), explode("\n", $sourceText));
87 $result .= $diffformatter->format($diff);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php315 $diff=MakeFontEncoding($map);
317 $diff='';
349 $s.='$diff=\''.$diff."';\n";
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dfile-diff.svg1 <svg class="bi bi-file-diff" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dfile-earmark-diff.svg1 <svg class="bi bi-file-earmark-diff" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml33 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php62 return $differ->diff($this->string, $other);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparisonFailure.php119 return $differ->diff($this->expectedAsString, $this->actualAsString);
/plugin/diffpreview/
H A DREADME.md11 This plugin adds the option to view a diff of your changes, which can be useful if you don't want t…
/plugin/snippets/lang/fr/
H A Dinfo.txt1 Cet outil devrait réconcilier les différences entre les métafichiers, les pages et la base de donné…
/plugin/highlightjs/highlight/styles/
H A Dvs.css9 .diff .header,
/plugin/since/
H A Dsince.php78 $interval = $d->diff($now);
/plugin/dtable/
H A Dscript.js849 diff = old_row[1][1] - old_row[1][0];
851 raw_rows[i][1][0] -= diff;
852 raw_rows[i][1][1] -= diff;
856 diff = res.raw_row[1][1] - res.raw_row[1][0] + 1;
858 raw_rows[i][1][0] += diff;
859 raw_rows[i][1][1] += diff;
/plugin/dokucrypt2/patches/
H A Dpatch1.diff13 diff --git a/lib/scripts/edit.js b/lib/scripts/edit.js
/plugin/openlayersmap/ol7/
H A Dgenerate-info.js.diff
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php340 $diff = self::compareHelper($x_value, $x_negative, $y_value, $y_negative);
342 if (!$diff) {
350 if ((!$x_negative && $diff < 0) || ($x_negative && $diff > 0)) {
557 $diff = $x->compare($y);
559 if (!$diff) {
566 if ($diff < 0) {

1234567891011