Home
last modified time | relevance | path

Searched refs:t (Results 226 – 250 of 313) sorted by last modified time

12345678910>>...13

/dokuwiki/inc/lang/vi/
H A Dlocked.txt
H A Dlogin.txt
H A Dmailtext.txt
H A Dnorev.txt
H A Donceexisted.txt
H A Dpassword.txt
H A Dshowrev.txt
H A Dstopwords.txt
H A Dsubscr_list.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php492 $t = $c->encrypt("\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
495 // unpack() doesn't leak timing info
497 substr($t, unpack('C', $index)[1] * $taglen, $taglen) :
498 substr($t, 0, $taglen);
607 //$t = strlen($m) >> 2;
609 $t = count($m);
611 $k = array_pad(array_slice($k, 0, $t), $t, 0);
623 while ($i < $t) {
939 * 64-bit integers, which complicates addition, whereas that limitation isn't a
[all...]
H A DRC2.php296 * @throws \LengthException if the key length isn't supported
329 * @throws \LengthException if the key length isn't supported
348 $t = strlen($key);
363 for ($i = $t; $i < 128; $i++) {
364 $l[$i] = $pitable[$l[$i - 1] + $l[$i - $t]];
/dokuwiki/inc/
H A DJpegMeta.php669 $t = strtotime($aux);
671 if ($t && $t > $latestTime) {
672 $latestTime = $t;
676 if ($t && $t < $earliestTime) {
677 $earliestTime = $t;
688 $t = strtotime($aux);
690 if ($t && $t >
[all...]
/dokuwiki/lib/plugins/styling/lang/vi/
H A Dintro.txt
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php388 * Returns the precision if it exists, false if it doesn't
719 * Assuming the $t parameter is not set, this function has an error rate of 2**-80. The main motivation for the
720 * $t parameter is distributability. BigInteger::randomPrime() can be distributed across multiple pageloads
723 * @param int|bool $t
726 public function isPrime($t = false)
728 return $this->value->isPrime($t);
3345 isPrime($t = false) global() argument
/dokuwiki/inc/lang/ro/
H A Dresetpwd.txt
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md137 * GH Actions: don't allow builds to fail on PHP 8.0 or 8.1 by @jrfnl in [#693](https://github.com/simplepie/simplepie/pull/693)
H A DREADME.markdown58 If you can't find an answer to your question in the documentation, head on over
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt118 In case of errors, bugs, questions, wishes, please don't hesitate to contact us
/dokuwiki/inc/lang/pl/
H A Dedit.txt
/dokuwiki/lib/plugins/popularity/lang/gl/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dintro.txt
/dokuwiki/lib/plugins/usermanager/lang/pt/
H A Dimport.txt
/dokuwiki/inc/lang/lt/
H A Ddenied.txt
H A Ddraft.txt
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG152 * Multiline comments of F# weren't actually multiline (BenBE)
374 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)
617 - Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
629 Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff)
668 - Disabled symbol highlighting by default (doesn't affect brackets, cf. documentation) (BenBE)
776 (dubious in that it doesn't work for me)
778 isn't used. Added a style for multiline comments.
935 - Partial patch for UTF-8 encoding applied (doesn't quite work however...)
944 by default (untested, but I don't really care if it works... get firefox! ;))
954 - Added section on case sensitivity to documentation that wasn't i
[all...]

12345678910>>...13