Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/combo/resources/theme/default/pages/templates/
Dapp-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 …]
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DDiffer.php51 public function diff($from, $to, LongestCommonSubsequence $lcs = null) function in SebastianBergmann\\Diff\\Differ
55 $diff = $this->diffToArray($from, $to, $lcs);
56 $old = $this->checkIfDiffInOld($diff);
58 $end = \count($diff);
64 return $this->getBuffer($diff, $old, $start, $end);
87 * @param array $diff
91 private function checkIfDiffInOld(array $diff) argument
97 foreach ($diff as $line) {
119 * @param array $diff
126 private function getBuffer(array $diff, array $old, $start, $end) argument
[all …]
DParser.php33 $diff = null;
39 if ($diff !== null) {
40 $this->parseFileDiff($diff, $collected);
42 $diffs[] = $diff;
46 $diff = new Diff($fromMatch['file'], $toMatch['file']);
58 if ($diff !== null && \count($collected)) {
59 $this->parseFileDiff($diff, $collected);
61 $diffs[] = $diff;
68 * @param Diff $diff
71 private function parseFileDiff(Diff $diff, array $lines) argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js42 EditorUi.prototype.patchPages = function(pages, diff, markPages, resolver, updateEdgeParents) argument
59 if (diff[EditorUi.DIFF_REMOVE] != null)
61 for (var i = 0; i < diff[EditorUi.DIFF_REMOVE].length; i++)
63 removed[diff[EditorUi.DIFF_REMOVE][i]] = true;
67 if (diff[EditorUi.DIFF_INSERT] != null)
69 for (var i = 0; i < diff[EditorUi.DIFF_INSERT].length; i++)
71 inserted[diff[EditorUi.DIFF_INSERT][i].previous] = diff[EditorUi.DIFF_INSERT][i];
75 if (diff[EditorUi.DIFF_UPDATE] != null)
77 for (var id in diff[EditorUi.DIFF_UPDATE])
79 var pageDiff = diff[EditorUi.DIFF_UPDATE][id];
[all …]
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
DDiffTest.php26 $diff = new Diff($from, $to);
28 $this->assertSame($from, $diff->getFrom());
29 $this->assertSame($to, $diff->getTo());
30 … $this->assertSame(array(), $diff->getChunks(), 'Expect chunks to be default value "array()".');
39 $diff = new Diff($from, $to, $chunks);
41 $this->assertSame($from, $diff->getFrom());
42 $this->assertSame($to, $diff->getTo());
43 $this->assertSame($chunks, $diff->getChunks(), 'Expect chunks to be passed value.');
48 $diff = new Diff('line1c', 'line2c');
49 … $this->assertSame(array(), $diff->getChunks(), 'Expect chunks to be default value "array()".');
[all …]
DParserTest.php141 $diff = $diffs[0];
142 $this->assertSame('a/Test.txt', $diff->getFrom());
143 $this->assertSame('b/Test.txt', $diff->getTo());
144 $this->assertCount(1, $diff->getChunks());
146 $diff = $diffs[1];
147 $this->assertSame('a/Test2.txt', $diff->getFrom());
148 $this->assertSame('b/Test2.txt', $diff->getTo());
149 $this->assertCount(1, $diff->getChunks());
DDifferTest.php62 … $this->assertEquals($expected, $this->differ->diff($from, $to, new TimeEfficientImplementation));
84 …$this->assertEquals($expected, $this->differ->diff($from, $to, new MemoryEfficientImplementation));
93 $differ->diff('a', 'b')
101 $this->differ->diff(1, 2)
106 * @param string $diff
110 public function testParser($diff, array $expected) argument
113 $result = $parser->parse($diff);
373 $this->assertSame($expected, $differ->diff($from, $to));
/plugin/asciidocjs/node_modules/align-text/
Dindex.js32 var diff;
35 diff = fn(line.length, max.length, line, lines, i);
37 diff = fn;
39 diff = max.length - line.length;
42 if (typeOf(diff) === 'number') {
43 res.push(repeat(' ', diff) + line);
44 } else if (typeOf(diff) === 'object') {
45 var result = repeat(diff.character || ' ', diff.indent || 0);
46 res.push((diff.prefix || '') + result + line);
/plugin/sincetil/
Dsyntax.php53 $diff = $now -> diff ($date);
55 if ($diff->y>0){
57 } elseif ($diff->m>0){
59 } elseif ($diff->d>0){
61 } elseif ($diff->h>0){
63 } elseif ($diff->i>0){
65 } elseif ($diff->s>0){
71 $renderer->doc .= $diff -> format($format);
73 if ($diff -> invert) {
/plugin/diff/
Dstyle.css1 /* Cascading Style Sheet for 'diff' syntax plugin - 2010-02-22
4 .diff .diff-addedline{background:#cfc none;color:#000;}
5 .diff .diff-deletedline{background:#fcc none;color:#000;}
6 .diff .diff-blockheader{background:#ccf none;color:#000;}
Dsyntax_plugin_diff.css16 .diff .diff-addedline {
20 .diff .diff-deletedline {
24 .diff .diff-blockheader {
/plugin/authgooglesheets/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);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
DColorModeConverter.php98 $diff = $max - $min;
101 if ($diff == 0) {
107 $s = $diff / ($max + $min);
109 $s = $diff / (2 - $max - $min);
112 $rDiff = ((($max - $r) / 6) + ($diff / 2)) / $diff;
113 $gDiff = ((($max - $g) / 6) + ($diff / 2)) / $diff;
114 $bDiff = ((($max - $b) / 6) + ($diff / 2)) / $diff;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
DNamespaceDeclarationSniff.php72 $diff = ($tokens[$next]['line'] - $tokens[$i]['line']);
73 if ($diff === 1) {
77 if ($diff < 0) {
78 $diff = 0;
85 if ($diff === 0) {
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js124 diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 );
125 label.innerHTML = "Capturing: " + ( diff < 0 ? 0 : diff ).toFixed( 2 );
127 if ( diff <= 0 ) {
160 var diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 );
161 label.innerHTML = "Capturing: " + ( diff < 0 ? 0 : diff ).toFixed( 2 );
163 if ( diff <= 0 ) {
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DDate.php62 public function diff(Twig_Environment $env, $date, $now = null) function in Twig_Extensions_Extension_Date
69 $diff = $date->diff($now);
73 $count = $diff->$attribute;
76 return $this->getPluralizedInterval($count, $diff->invert, $unit);
/plugin/tos/
Dstyle.less2 .tos-diff,
12 // this checkbox controls if the diff or the content shall be shown
17 .tos-diff {
21 #plugin__tos_showdiff:checked + .tos-diff {
25 #plugin__tos_showdiff:checked + .tos-diff + .tos-content {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DDroppingStream.php26 $diff = $this->maxLength - $this->stream->getSize();
29 if ($diff <= 0) {
34 if (strlen($string) < $diff) {
38 $this->stream->write(substr($string, 0, $diff));
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
DDateTest.php33 $this->assertEquals($expected, $extension->diff($this->env, $date, $now));
39 …egExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this->env, '24-07-…
48 …$this->assertEquals($expected, $extension->diff($this->env, new DateTime($date), new DateTime($now…
54 …egExp('/^[0-9]+ (second|minute|hour|day|month|year)s* ago$/', $extension->diff($this->env, new Dat…
69 $extension->diff($this->env, $date, $now);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DDroppingStream.php31 $diff = $this->maxLength - $this->stream->getSize();
34 if ($diff <= 0) {
39 if (strlen($string) < $diff) {
43 return $this->stream->write(substr($string, 0, $diff));
DCachingStream.php69 $diff = $byte - $this->stream->getSize();
71 if ($diff > 0) {
74 while ($diff > 0 && !$this->remoteStream->eof()) {
75 $this->read($diff);
76 $diff = $byte - $this->stream->getSize();
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DDroppingStream.php35 $diff = $this->maxLength - $this->stream->getSize();
38 if ($diff <= 0) {
43 if (strlen($string) < $diff) {
47 return $this->stream->write(substr($string, 0, $diff));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
DGoogleCloudPolicysimulatorV1ReplayResult.php56 public function setDiff(GoogleCloudPolicysimulatorV1ReplayDiff $diff) argument
58 $this->diff = $diff;
65 return $this->diff;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DDiff.php100 $diff = $phpcsFile->fixer->generateDiff(null, false);
102 $diff = $phpcsFile->fixer->generateDiff();
105 if ($diff === '') {
110 echo $diff.PHP_EOL;
/plugin/structtasks/meta/
DAbstractNotifier.php71 $diff = $date->diff($today, true);
73 return [$factor * $diff->y, $factor * $diff->m, $factor * $diff->d];

12345678910>>...12