Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md51 Keeping either width or height at zero will auto calculate the value for you.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php255 var $zero; global() variable in phpseclib\\Crypt\\RSA
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exceptions yourself by
94 ``error()`` (red) or ``fatal()`` (red). The latter will also exit the programm with a non-zero exit code.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php247 // "bits 7 to 1 of the first subsequent octet shall not all be zero"
369 // the number of unused bits in the final subsequent octet. The number shall be in the range zero to
1050 the number of unused bits in the final subsequent octet. The number shall be in the range zero to seven.
1200 static $mask, $zero, $forty;
1203 $zero = new BigInteger();
1233 while (!$part->equals($zero)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2800 * Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number.