/dokuwiki/lib/tpl/dokuwiki/css/ |
D | _diff.css | 2 * 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.css | 464 /* file diff view */ 504 /* image diff views */
|
D | basic.less | 272 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
|
/dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
D | Base64UrlSafe.php | 79 $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);
|
D | Base64.php | 303 $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);
|
D | Base32.php | 177 $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/ |
D | difference_engine.test.php | 13 $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/ |
D | diff.txt | 3 Ci-dessous, les différences entre deux révisions de la page.
|
D | conflict.txt | 5 Examinez attentivement les différences ci-dessous et décidez quelle version conserver. Si vous choi…
|
/dokuwiki/inc/Feed/ |
D | FeedPageProcessor.php | 49 $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/ |
D | FeedPageProcessorTest.php | 102 $proc->getURL('diff') 105 $diff = explode("\n", $proc->getBody('diff'));
|
/dokuwiki/inc/lang/lt/ |
D | mailtext.txt | 12 Pakeitimo diff'as:
|
/dokuwiki/inc/ |
D | DifferenceEngine.php | 125 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 …]
|
D | infoutils.php | 414 Consider configuring a sync with a NTP server. Diff: {$diff}s");
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | PHP.php | 332 $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/ |
D | composer.lock | 578 "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/ |
D | composer.lock | 802 "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/ |
D | lang.php | 211 $lang['rss_content_o_diff'] = 'diff unificado'; 212 $lang['rss_content_o_htmldiff'] = 'tabela de diff formatada em HTML';
|
/dokuwiki/_test/ |
D | composer.lock | 934 "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/ |
D | README.md | 92 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
|
/dokuwiki/lib/plugins/config/lang/pt/ |
D | lang.php | 206 $lang['rss_content_o_htmldiff'] = 'Tabela diff formatada em HTML';
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
D | SSH2.php | 5287 $diff = array_diff($m, $p); 5288 $msg = count($diff) == 1 ? 5291 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
|
/dokuwiki/_test/data/pages/wiki/ |
D | syntax.txt | 420 …cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmas…
|
/dokuwiki/data/pages/wiki/ |
D | syntax.txt | 420 …cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmas…
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 1700 $diff = count( 1706 if (! $diff )
|