Home
last modified time | relevance | path

Searched refs:l (Results 51 – 75 of 288) sorted by last modified time

12345678910>>...12

/dokuwiki/inc/lang/hu-formal/
H A Dedit.txt
H A Deditrev.txt
/dokuwiki/inc/lang/sv/
H A Dsubscr_form.txt
/dokuwiki/inc/lang/ca-valencia/
H A Dlocked.txt3 Esta pàgina està actualment bloquejada mentres l'edita un atre usuari. Ha d'esperar fins que l'usuari acabe d'editar la pàgina o vença el bloqueig.
/dokuwiki/inc/lang/vi/
H A Ddenied.txt
H A Ddiff.txt
H A Ddraft.txt
H A Dpreview.txt
H A Dpwconfirm.txt
H A Dread.txt
H A Dregister.txt
H A Dregistermail.txt
H A Dresendpwd.txt
H A Dresetpwd.txt
H A Drevisions.txt
H A Dsubscr_form.txt
H A Dsubscr_single.txt
/dokuwiki/lib/plugins/usermanager/lang/de/
H A Ddelete.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php696 list($l, $r) = [$t['l'], $t['r']];
701 ($shuffleip[ $l & 0xFF] & "\x08\x08\x08\x08\x08\x08\x08\x08") |
702 ($shuffleip[($l >> 8) & 0xFF] & "\x04\x04\x04\x04\x04\x04\x04\x04") |
703 ($shuffleip[($l >> 16) & 0xFF] & "\x02\x02\x02\x02\x02\x02\x02\x02") |
704 ($shuffleip[($l >> 24) & 0xFF] & "\x01\x01\x01\x01\x01\x01\x01\x01");
708 list($l, $r) = [$t['l'], $t['r']];
723 $sbox7[ $b1 & 0x3F] ^ $sbox8[ $b2 & 0x3F] ^ $l;
726 $l
[all...]
H A DRSA.php2553 _rsaes_oaep_encrypt($m, $l = '') global() argument
2616 _rsaes_oaep_decrypt($c, $l = '') global() argument
H A DRijndael.php351 $l = $c[3];
357 $t3[$state[$l] & 0x000000FF] ^
362 $l = ($l + 1) % $Nb;
379 $l = $c[3];
384 ($state[$l] & 0x000000FF) ^
389 $l = ($l + 1) % $Nb;
432 $l = $Nb - $c[3];
438 $dt3[$state[$l]
[all...]
/dokuwiki/lib/scripts/
H A Dhotkeys.js221 var n, l;
230 for (n=0, l = o.length; n < l; n++) {
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dsubmitted.txt
/dokuwiki/inc/Search/
H A DIndexer.php120 $l = wordlen($w);
121 if (isset($words[$l])) {
122 $words[$l][$w] = $c + ($words[$l][$w] ?? 0);
124 $words[$l] = [$w => $c];
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php233 foreach (array_keys($this->loglevel) as $l) {
234 if ($l == $level) $enable = true;
235 $this->loglevel[$l]['enabled'] = $enable;

12345678910>>...12