Searched full:doing (Results 1 – 19 of 19) sorted by relevance
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 18 If this is the first time you are doing this, please take a few moments to read
|
| /dokuwiki/inc/File/ |
| H A D | MediaFile.php | 160 * @todo doing this for each file within a namespace is a waste, we need to cache this somehow
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | Barrett.php | 120 // 3 digit number by a 1 digit number. if you're doing 999 * 9 (in base 10) the result will 220 * If you're going to be doing array_slice($product->value, 0, $stop), some cycles can be saved. 256 // doing so would also make the result in one set of unnecessary adds,
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 93 the project on GitHub and send pull requests for patches. When doing so, please
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPUtils.php | 95 * DEVELOPERS SHOULD BE DOING PROPER FILTERING IF THEY'RE ACCEPTING USER INPUT
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | BCMath.php | 111 … // explicitly casting $x to a string is necessary, here, since doing $x[0] on -1 yields different 112 // results then doing it on '-1' does (modInverse does $x[0])
|
| H A D | Engine.php | 834 … doing $random % $max doesn't work because some numbers will be more likely to occur than others.
|
| H A D | PHP.php | 487 // doing so would also make the result in one set of unnecessary adds,
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PrivateKey.php | 151 … // doing this may mean some curve-specific optimizations can't be used but idk if OpenSSL even
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | TripleDES.php | 149 …// we're going to be doing the padding, ourselves, so disable it in the \phpseclib3\Crypt\DES obje…
|
| H A D | Blowfish.php | 52 * kills PHP's memory use. Like let's say you have a 1MB long string. After doing 53 * $in = str_repeat('a', 1024 * 1024); PHP's memory utilization jumps up by ~1MB. After doing 61 * implementation can best be understood by doing Ctrl + F and searching for where
|
| H A D | Hash.php | 248 …* when doing an HMAC multiple times it's faster to compute the hash once instead of computing it d… 781 // doing $x + $y risks returning a result that's out of range for signed 64-bit ints
|
| H A D | Rijndael.php | 569 …xFFFFFFFF << 8 == 0xFFFFFF00, but on a 64-bit machine, it equals 0xFFFFFFFF00. as such, doing 'and'
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 1875 * support for the CSS method of doing this in 1.1 and Opera 1877 * so it's not worth doing it the CSS way yet. 1979 //As this is a costy operation, we avoid doing it for multiple groups ... 2154 * the same source multiple times, you're better off doing a whole lot of 4272 * references, as PHP is doing.
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 519 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | SymmetricKey.php | 1906 …// were 0 you might as well be doing CTR and less than 4 provides minimal security that could be t… 3299 …// we could switchEndianness here instead of in the while loop but doing so in the while loop seem…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ASN1.php | 736 … // in theory, doing isset($mapping['implicit']) would work but malformed certs do exist
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1995 // send SSH_FXP_MKDIR without any attributes (that's what the \0\0\0\0 is doing)
|
| H A D | SSH2.php | 2909 …// down. the one place where it might be desirable is if you're doing something like \phpseclib3\…
|