Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 429) sorted by path

12345678910>>...18

/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg7 <linearGradient id="n" x1="192.04" x2="263.67" y1="262.26" y2="262.26" gradientUnits="userSpaceOnUse">
79 <path d="m201.05 238.55 62.117 24.919-7.887 3.214-4.351 9.31 1.171 9.964-59.315-31.728-.494-7.364 3.096-5.828 5.662-2.488z" fill="url(#n)" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt450 | //n//[dhm] | refresh period, where d=days, h=hours, m=minutes. (e.g. 12h = 12 hours). |
/dokuwiki/inc/
H A DDifferenceEngine.php295 for ($n = 0; $n < $nchunks - 1; $n++) {
296 $x1 = $xoff + (int)(($numer + ($xlim - $xoff) * $n) / $nchunks);
297 $y1 = $ymid[$n] + 1;
851 echo "$prefix ".$this->_escape($line)."\n";
867 echo "---\n";
984 if ($word[0] == "\n") {
989 assert(!strstr($word, "\n"));
1014 if (!preg_match_all('/ ( [^\S\n]
[all...]
H A Dform.php1087 for ($n = 0; $n < $cnt; $n++) {
1088 @list($value,$text,$select) = $attrs['_options'][$n];
H A Dinfoutils.php68 $msgs = explode("\n%\n", $data);
129 $committerLine = explode("\n", $commit)[3];
410 echo "ERROR(" . $msgdata['lvl'] . ") " . $msgdata['msg'] . "\n";
471 echo "<!--\n";
473 echo "\n-->";
495 if ($header === '' && is_string($msg) && strpos($msg, "\n") === false) {
564 str_replace("\n", '\n', $params),
570 return implode("\n",
[all...]
/dokuwiki/inc/Extension/
H A DPluginTrait.php94 [/* t */, /* p */, $n] = sexplode('_', get_class($this), 4, '');
95 return $n;
103 [/* t */, /* p */, /* n */, $c] = sexplode('_', get_class($this), 4, '');
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php46 foreach ($DOKU_PLUGINS['syntax'] as $n => $p) {
49 $this->blockOpen[] = 'plugin_' . $n;
50 $this->blockClose[] = 'plugin_' . $n;
52 $this->stackOpen[] = 'plugin_' . $n;
53 $this->stackClose[] = 'plugin_' . $n;
102 if ($this->calls[$i][0] == 'cdata') $this->calls[$i][1][0] = rtrim($this->calls[$i][1][0], "\n");
187 $this->addCall(['cdata', ["\n"], $call[2]]);
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php85 $n = 0;
92 $revisions = $pagelog->getRevisions($n++, 1);
196 $n = 0;
198 $rev = $pagelog->getRevisions($n++, 1);
/dokuwiki/inc/Ui/
H A DMediaRevisions.php42 * @param int $first skip the first n changelog lines
118 static fn($n) => media_managerURL(['first' => $n], '&', false, true)
H A DPageRevisions.php40 * @param int $first skip the first n changelog lines
114 echo $this->navigation($first, $hasNext, static fn($n) => ['do' => 'revisions', 'first' => $n]);
/dokuwiki/inc/Utf8/
H A DClean.php38 elseif (($b & 0xE0) === 0xC0) $n = 1; # 110bbbbb
39 elseif (($b & 0xF0) === 0xE0) $n = 2; # 1110bbbb
40 elseif (($b & 0xF8) === 0xF0) $n = 3; # 11110bbb
41 elseif (($b & 0xFC) === 0xF8) $n = 4; # 111110bb
42 elseif (($b & 0xFE) === 0xFC) $n = 5; # 1111110b
45 for ($j = 0; $j < $n; $j++) { # n bytes matching 10bbbbbb follow ?
/dokuwiki/inc/lang/az/
H A Dadmin.txt
H A Dconflict.txt
H A Ddenied.txt
H A Ddiff.txt
H A Ddraft.txt
H A Dedit.txt
H A Deditrev.txt
H A Dlocked.txt
H A Dlogin.txt
H A Dnewpage.txt
H A Dnorev.txt
H A Dpassword.txt
H A Dpreview.txt
H A Dpwconfirm.txt

12345678910>>...18