Home
last modified time | relevance | path

Searched full:doing (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml18 If this is the first time you are doing this, please take a few moments to read
/dokuwiki/inc/File/
H A DMediaFile.php160 * @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 DBarrett.php120 // 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 DREADME.markdown93 the project on GitHub and send pull requests for patches. When doing so, please
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php95 * DEVELOPERS SHOULD BE DOING PROPER FILTERING IF THEY'RE ACCEPTING USER INPUT
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php111 … // 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 DEngine.php834doing $random % $max doesn't work because some numbers will be more likely to occur than others.
H A DPHP.php487 // doing so would also make the result in one set of unnecessary adds,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php151 … // 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 DTripleDES.php149 …// we're going to be doing the padding, ourselves, so disable it in the \phpseclib3\Crypt\DES obje…
H A DBlowfish.php52 * 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 DHash.php248 …* 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 DRijndael.php569 …xFFFFFFFF << 8 == 0xFFFFFF00, but on a 64-bit machine, it equals 0xFFFFFFFF00. as such, doing 'and'
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1875 * 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 DCHANGELOG519 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1906 …// 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 DASN1.php736 … // in theory, doing isset($mapping['implicit']) would work but malformed certs do exist
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1995 // send SSH_FXP_MKDIR without any attributes (that's what the \0\0\0\0 is doing)
H A DSSH2.php2909 …// down. the one place where it might be desirable is if you're doing something like \phpseclib3\…