| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A 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 …]
|
| H A D | _media_fullscreen.css | 464 /* file diff view */ 504 /* image diff views */
|
| H A 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/ |
| H A D | Base64UrlSafe.php | 83 $diff = 0x41; 86 $diff += ((25 - $src) >> 8) & 6; 89 $diff -= ((51 - $src) >> 8) & 75; 92 $diff -= ((61 - $src) >> 8) & 13; 95 $diff += ((62 - $src) >> 8) & 49; 97 return \pack('C', $src + $diff);
|
| H A D | Base64.php | 365 $diff = 0x41; 368 $diff += ((25 - $src) >> 8) & 6; 371 $diff -= ((51 - $src) >> 8) & 75; 374 $diff -= ((61 - $src) >> 8) & 15; 377 $diff += ((62 - $src) >> 8) & 3; 379 return pack('C', $src + $diff);
|
| H A D | Base32.php | 192 $diff = 0x61; 195 $diff -= ((25 - $src) >> 8) & 73; 197 return pack('C', $src + $diff); 212 $diff = 0x41; 215 $diff -= ((25 - $src) >> 8) & 41; 217 return pack('C', $src + $diff);
|
| /dokuwiki/_test/tests/inc/ |
| H A 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/ |
| H A D | diff.txt | 3 Ci-dessous, les différences entre deux révisions de la page.
|
| H A D | conflict.txt | 5 Examinez attentivement les différences ci-dessous et décidez quelle version conserver. Si vous choi…
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedPageProcessor.php | 41 $diff = $this->getDiff(); 44 return "<pre>\n" . hsc($udf->format($diff)) . "\n</pre>"; 47 $diff = $this->getDiff(); 53 $content .= $tdf->format($diff);
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 102 $proc->getURL('diff') 105 $diff = explode("\n", $proc->getBody('diff'));
|
| /dokuwiki/inc/lang/lt/ |
| H A D | mailtext.txt | 12 Pakeitimo diff'as:
|
| /dokuwiki/inc/ |
| H A 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 …]
|
| H A D | infoutils.php | 412 Consider configuring a sync with a NTP server. Diff: {$diff}s");
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SCP.php | 247 $diff = $size - $info['size']; 248 $offset = $length - $diff; 250 $data = substr($data, 0, -$diff);
|
| H A D | SSH2.php | 5351 $diff = array_diff($m, $p); 5352 $msg = count($diff) == 1 ? 5355 throw new UnsupportedAlgorithmException(implode(', ', $diff) . $msg);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A 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)) { 552 $diff = $x->compare($y); 554 if (!$diff) { 561 if ($diff < 0) {
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A 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/ |
| H A D | composer.lock | 586 "sebastian/diff": "^3.0.6", 732 "sebastian/diff": "^3.0", 803 "name": "sebastian/diff", 807 "url": "https://github.com/sebastianbergmann/diff.git", 812 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/98ff311ca519c3aa73ccd3de053bdb… 849 "homepage": "https://github.com/sebastianbergmann/diff", 851 "diff", 854 "unified diff" 857 "issues": "https://github.com/sebastianbergmann/diff/issues", 858 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.6"
|
| /dokuwiki/lib/plugins/config/lang/pt-br/ |
| H A 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/ |
| H A D | composer.lock | 852 "sebastian/diff": "^4.0.6", 1172 "sebastian/diff": "^4.0", 1300 "name": "sebastian/diff", 1304 "url": "https://github.com/sebastianbergmann/diff.git", 1309 …"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad… 1346 "homepage": "https://github.com/sebastianbergmann/diff", 1348 "diff", 1351 "unified diff" 1354 "issues": "https://github.com/sebastianbergmann/diff/issues", 1355 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
|
| /dokuwiki/vendor/phpseclib/phpseclib/ |
| H A D | README.md | 100 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
|
| /dokuwiki/lib/plugins/config/lang/pt/ |
| H A D | lang.php | 206 $lang['rss_content_o_htmldiff'] = 'Tabela diff formatada em HTML';
|
| /dokuwiki/data/pages/wiki/ |
| H A 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/data/pages/wiki/ |
| H A D | syntax.txt | 420 …cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmas…
|