/plugin/combo/resources/theme/default/pages/templates/ |
H A D | app-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 t [all...] |
/plugin/findologicxmlexport/vendor/sebastian/diff/src/ |
H A D | Differ.php | 56 $old = $this->checkIfDiffInOld($diff); 58 $end = \count($diff); 87 * @param array $diff 91 private function checkIfDiffInOld(array $diff) argument 97 foreach ($diff as $line) { 119 * @param array $diff 150 * @param array $diff 172 * @param array $diff 231 $diff = array(); 234 $diff[] = array( [all …]
|
H A D | Parser.php | 33 $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/ |
H A D | DiffSync.js | 71 inserted[diff[EditorUi.DIFF_INSERT][i].previous] = diff[EditorUi.DIFF_INSERT][i]; 228 for (var key in diff) 557 if ('value' in diff) 589 if (diff.edge != null) 617 for (var key in diff) 675 var diff = {}; 729 diff[id] = pageDiff; 789 diff = (diff != null) ? diff : {}; 825 return diff; 1025 var diff = {}; [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/ |
H A D | DiffTest.php | 26 $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'); 52 $diff->setChunks($chunks); [all …]
|
H A D | ParserTest.php | 141 $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());
|
H A D | DifferTest.php | 62 … $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/sincetil/ |
H A D | syntax.php | 53 $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/ |
H A D | style.css | 1 /* 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;}
|
H A D | syntax_plugin_diff.css | 16 .diff .diff-addedline { 20 .diff .diff-deletedline { 24 .diff .diff-blockheader {
|
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/ |
H A 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);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/ |
H A D | ColorModeConverter.php | 98 $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; [all...] |
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/ |
H A D | NamespaceDeclarationSniff.php | 72 $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/ |
H A D | export.config.advanced.js | 124 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/ |
H A D | Date.php | 62 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/ |
H A D | style.less | 2 .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/ |
H A D | DroppingStream.php | 26 $diff = $this->maxLength - $this->stream->getSize(); 29 if ($diff <= 0) { 34 if (strlen($string) < $diff) { 38 $this->stream->write(substr($string, 0, $diff));
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | DroppingStream.php | 31 $diff = $this->maxLength - $this->stream->getSize(); 34 if ($diff <= 0) { 39 if (strlen($string) < $diff) { 43 return $this->stream->write(substr($string, 0, $diff));
|
H A D | CachingStream.php | 69 $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/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/ |
H A D | DateTest.php | 33 $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/google/apiclient-services/src/PolicySimulator/ |
H A D | GoogleCloudPolicysimulatorV1ReplayResult.php | 56 public function setDiff(GoogleCloudPolicysimulatorV1ReplayDiff $diff) argument 58 $this->diff = $diff; 65 return $this->diff;
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Diff.php | 100 $diff = $phpcsFile->fixer->generateDiff(null, false); 102 $diff = $phpcsFile->fixer->generateDiff(); 105 if ($diff === '') { 110 echo $diff.PHP_EOL;
|
/plugin/highlightjs/highlight/styles/ |
H A D | zenburn.css | 52 .diff .change, 59 .diff .chunk, 69 .diff .header, 82 .diff .deletion, 100 .diff .addition,
|
/plugin/structtasks/meta/ |
H A D | AbstractNotifier.php | 71 $diff = $date->diff($today, true); 73 return [$factor * $diff->y, $factor * $diff->m, $factor * $diff->d];
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ |
H A D | ScopeClosingBraceSniff.php | 102 $diff = ($startColumn - $braceIndent); 103 if ($diff > 0) { 104 $phpcsFile->fixer->addContentBefore($lineStart, str_repeat(' ', $diff)); 106 $phpcsFile->fixer->substrToken(($lineStart - 1), 0, $diff);
|