Home
last modified time | relevance | path

Searched refs:t (Results 51 – 75 of 313) sorted by last modified time

12345678910>>...13

/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js43 // If we can't decode the cookie, ignore it, it's unusable.
44 // If we can't parse the cookie, ignore it, it's unusable.
63 var days = options.expires, t = options.expires = new Date();
64 t.setTime(+t + days * 864e+5);
96 // Prevent storing a cookie that we couldn't decode.
H A Djquery.min.js2 !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t argument
[all...]
/dokuwiki/inc/lang/sq/
H A Dsubscr_list.txt3 Faqet në hapësirën e emrit @PAGE@ të wiki-t @TITLE@ ndryshuan. Këto janë faqet e ndryshuara:
H A Dsubscr_single.txt
H A Dupdateprofile.txt
/dokuwiki/inc/lang/hu-formal/
H A Dedit.txt
H A Deditrev.txt
/dokuwiki/inc/lang/ca-valencia/
H A Dnewpage.txt
/dokuwiki/inc/lang/vi/
H A Ddenied.txt
H A Ddiff.txt
H A Ddraft.txt
H A Dnewpage.txt
H A Dpreview.txt
H A Dpwconfirm.txt
H A Dregister.txt
H A Dregistermail.txt
H A Dresendpwd.txt
H A Dresetpwd.txt
H A Drevisions.txt
H A Dsearchpage.txt
H A Dsubscr_form.txt
H A Dsubscr_single.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php695 $t = unpack('Nl/Nr', $block);
696 list($l, $r) = [$t['l'], $t['r']];
707 $t = unpack('Nl/Nr', $block);
708 list($l, $r) = [$t['l'], $t['r']];
720 $t = $sbox1[($b1 >> 24) & 0x3F] ^ $sbox2[($b2 >> 24) & 0x3F] ^
727 $r = $t;
731 $t = $l;
733 $r = $t;
[all...]
H A DRSA.php44 * because SSH doesn't use PSS and idk how many SSH servers would be able to
106 * stuff, if you're trying to diagnose why an encrypted message isn't decrypting, etc.
465 // not only does it defaults to the most secure methods - it doesn't even let you choose less
559 $t = "\x30\x20\x30\x0c\x06\x08\x2a\x86\x48\x86\xf7\x0d\x02\x02\x05\x00\x04\x10";
562 $t = "\x30\x20\x30\x0c\x06\x08\x2a\x86\x48\x86\xf7\x0d\x02\x05\x05\x00\x04\x10";
565 $t = "\x30\x21\x30\x09\x06\x05\x2b\x0e\x03\x02\x1a\x05\x00\x04\x14";
568 $t = "\x30\x31\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x01\x05\x00\x04\x20";
571 $t = "\x30\x41\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x02\x05\x00\x04\x30";
574 $t = "\x30\x51\x30\x0d\x06\x09\x60\x86\x48\x01\x65\x03\x04\x02\x03\x05\x00\x04\x40";
578 $t
[all...]
H A DTwofish.php415 * @throws \LengthException if the key length isn't supported
555 $t = 0xff & ($B >> 24);
561 $u = $t << 1;
564 if ($t & 0x80) {
568 // Remove t * (a * x^2 + 1).
569 $B ^= $t ^ ($u << 16);
571 // Form u = a*t + t/a = t*(a + 1/a).
572 $u ^= 0x7fffffff & ($t >>
[all...]

12345678910>>...13