Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 178) sorted by path

12345678

/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg48 <linearGradient id="k" x1="219.66" x2="277.88" y1="192.73" y2="192.73" gradientUnits="userSpaceOnUse">
74 <path d="m268.95 168.33 8.343 8.827-51.101 38.683-4.92-5.443 47.678-42.066z" fill="url(#k)" fill-rule="evenodd" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/inc/
H A DDifferenceEngine.php275 if ($switch && $y > $this->seq[$k-1]) {
276 USE_ASSERTS && assert($y < $this->seq[$k]);
279 $this->in_seq[$this->seq[$k]] = false;
280 $this->seq[$k] = $y;
284 $k = $this->_lcs_pos($y);
285 USE_ASSERTS && assert($k > 0);
286 $ymids[$k] = $ymids[$k-1];
H A DPassHash.php247 $k = $i + 6;
250 $tmp = $bin[$i] . $bin[$k] . $bin[$j] . $tmp;
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php79 $k = $this->mediaFile->getMeta()->getField(['IPTC.Keywords', 'IPTC.Category', 'xmp.dc:subject']);
82 if ($t || $d || $k) {
86 if ($t) echo '<em>' . hsc($k) . '</em>';
/dokuwiki/inc/Utf8/
H A DUnicode.php199 foreach (array_keys($arr) as $k) {
200 if (($arr[$k] >= 0) && ($arr[$k] <= 0x007f)) {
202 echo chr($arr[$k]);
203 } elseif ($arr[$k] <= 0x07ff) {
205 echo chr(0xc0 | ($arr[$k] >> 6));
206 echo chr(0x80 | ($arr[$k] & 0x003f));
207 } elseif ($arr[$k] == 0xFEFF) {
210 } elseif ($arr[$k] >= 0xD800 && $arr[$k] <
[all...]
/dokuwiki/inc/lang/az/
H A Ddraft.txt
H A Dedit.txt
H A Deditrev.txt
H A Dnorev.txt
H A Dpwconfirm.txt
H A Dregister.txt
H A Dresendpwd.txt
H A Dshowrev.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/cs/
H A Ddenied.txt3 Promiňte, ale nemáte dostatečná oprávnění k této činnosti.
H A Dindex.txt3 Zde je k dispozici index všech dostupných stránek seřazený podle [[doku>cs:namespaces|jmenných prostorů]].
H A Dpwconfirm.txt3 Někdo požádal o nové heslo k vašemu uživatelskému účtu na wiki @TITLE@ (@DOKUWIKIURL@)
H A Dread.txt
H A Dstopwords.txt
H A Dsubscr_form.txt3 Tato stránka Vám umožňuje spravovat uživatele přihlášené k odběru změn aktuální stránky nebo jmenného prostoru
/dokuwiki/inc/lang/de-informal/
H A Dconflict.txt
H A Dstopwords.txt
/dokuwiki/inc/lang/de/
H A Dconflict.txt
H A Ddraft.txt
H A Dnewpage.txt

12345678