Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/lib/tpl/dokuwiki/css/
D_diff.css2 * This file provides styles for the diff view, which shows you
3 * differences between two versions of a page (?do=diff).
6 .dokuwiki table.diff {
10 .dokuwiki table.diff th,
11 .dokuwiki table.diff td {
21 .dokuwiki table.diff th {
26 .dokuwiki table.diff th a {
29 .dokuwiki table.diff th span.user {
32 .dokuwiki table.diff th span.sum {
36 .dokuwiki table.diff th.minor {
[all …]
D_media_fullscreen.css464 /* file diff view */
504 /* image diff views */
Dbasic.less272 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/dokuwiki/vendor/paragonie/constant_time_encoding/src/
DBase64UrlSafe.php79 $diff = 0x41;
82 $diff += ((25 - $src) >> 8) & 6;
85 $diff -= ((51 - $src) >> 8) & 75;
88 $diff -= ((61 - $src) >> 8) & 13;
91 $diff += ((62 - $src) >> 8) & 49;
93 return \pack('C', $src + $diff);
DBase64.php303 $diff = 0x41;
306 $diff += ((25 - $src) >> 8) & 6;
309 $diff -= ((51 - $src) >> 8) & 75;
312 $diff -= ((61 - $src) >> 8) & 15;
315 $diff += ((62 - $src) >> 8) & 3;
317 return \pack('C', $src + $diff);
DBase32.php177 $diff = 0x61;
180 $diff -= ((25 - $src) >> 8) & 73;
182 return \pack('C', $src + $diff);
196 $diff = 0x41;
199 $diff -= ((25 - $src) >> 8) & 41;
201 return \pack('C', $src + $diff);
/dokuwiki/_test/tests/inc/
Ddifference_engine.test.php13 $diff = new Diff(explode("\n", $this->x), explode("\n", $this->y));
15 $actual = $diffformatter->format($diff);
45 $diff = new Diff(explode("\n", $this->x), explode("\n", $this->y));
47 $actual = $diffformatter->format($diff);
77 $eng->diff(explode("\n", $this->x), explode("\n", $this->y));
/dokuwiki/inc/lang/fr/
Ddiff.txt3 Ci-dessous, les différences entre deux révisions de la page.
Dconflict.txt5 Examinez attentivement les différences ci-dessous et décidez quelle version conserver. Si vous choi…
/dokuwiki/inc/Feed/
DFeedPageProcessor.php49 $diff = $this->getDiff();
52 return "<pre>\n" . hsc($udf->format($diff)) . "\n</pre>";
55 $diff = $this->getDiff();
61 $content .= $tdf->format($diff);
/dokuwiki/_test/tests/Feed/
DFeedPageProcessorTest.php102 $proc->getURL('diff')
105 $diff = explode("\n", $proc->getBody('diff'));
/dokuwiki/inc/lang/lt/
Dmailtext.txt12 Pakeitimo diff'as:
/dokuwiki/inc/
DDifferenceEngine.php125 function diff($from_lines, $to_lines) { function in _DiffEngine
533 $this->edits = $eng->diff($from_lines, $to_lines);
733 * @param Diff $diff A Diff object.
736 function format($diff) { argument
748 foreach ($diff->edits as $edit) {
1129 * @param Diff $diff
1132 function format($diff) { argument
1135 $val = parent::format($diff);
1214 $diff = new WordLevelDiff($orig, $closing); // this escapes the diff data
1215 $del = $diff->orig();
[all …]
Dinfoutils.php414 Consider configuring a sync with a NTP server. Diff: {$diff}s");
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php332 $diff = self::compareHelper($x_value, $x_negative, $y_value, $y_negative);
334 if (!$diff) {
342 if ((!$x_negative && $diff < 0) || ($x_negative && $diff > 0)) {
549 $diff = $x->compare($y);
551 if (!$diff) {
558 if ($diff < 0) {
/dokuwiki/vendor/splitbrain/php-jsstrip/
Dcomposer.lock578 "sebastian/diff": "^3.0.2",
715 "sebastian/diff": "^3.0",
774 "name": "sebastian/diff",
778 "url": "https://github.com/sebastianbergmann/diff.git",
783 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0b…
820 "homepage": "https://github.com/sebastianbergmann/diff",
822 "diff",
825 "unified diff"
828 "issues": "https://github.com/sebastianbergmann/diff/issues",
829 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
/dokuwiki/vendor/splitbrain/slika/
Dcomposer.lock802 "sebastian/diff": "^3.0.2",
938 "sebastian/diff": "^3.0",
997 "name": "sebastian/diff",
1001 "url": "https://github.com/sebastianbergmann/diff.git",
1006 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0b…
1043 "homepage": "https://github.com/sebastianbergmann/diff",
1045 "diff",
1048 "unified diff"
1051 "issues": "https://github.com/sebastianbergmann/diff/issues",
1052 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
/dokuwiki/lib/plugins/config/lang/pt-br/
Dlang.php211 $lang['rss_content_o_diff'] = 'diff unificado';
212 $lang['rss_content_o_htmldiff'] = 'tabela de diff formatada em HTML';
/dokuwiki/_test/
Dcomposer.lock934 "sebastian/diff": "^4.0.6",
1245 "sebastian/diff": "^4.0",
1361 "name": "sebastian/diff",
1365 "url": "https://github.com/sebastianbergmann/diff.git",
1370 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad…
1407 "homepage": "https://github.com/sebastianbergmann/diff",
1409 "diff",
1412 "unified diff"
1415 "issues": "https://github.com/sebastianbergmann/diff/issues",
1416 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
/dokuwiki/vendor/phpseclib/phpseclib/
DREADME.md92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
/dokuwiki/lib/plugins/config/lang/pt/
Dlang.php206 $lang['rss_content_o_htmldiff'] = 'Tabela diff formatada em HTML';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php5287 $diff = array_diff($m, $p);
5288 $msg = count($diff) == 1 ?
5291 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt420 …cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmas…
/dokuwiki/data/pages/wiki/
Dsyntax.txt420 …cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmas…
/dokuwiki/_test/core/
DphpQuery-onefile.php1700 $diff = count(
1706 if (! $diff )

12