Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php42 $bits = parse_url($server);
43 $this->server = $bits['host'];
44 $this->port = isset($bits['port']) ? $bits['port'] : 80;
45 $this->path = isset($bits['path']) ? $bits['path'] : '/';
52 if (!empty($bits['query'])) {
53 $this->path .= '?' . $bits['query'];
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php74 $bits=explode(",", $line);
75 $groupArray[] = substr($bits[0], 3, (strlen($bits[0])-3));
/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
750 arbitrarily any trailing 0 bits to (or from) values that are being encoded or decoded. Application designers should
752 0 bits."
754 $bits = count($mapping['mapping']) == $size ? [] : array_fill(0, count($mapping['mapping']) - $size, false);
758 $bits[] = (bool) ($current & (1 << $j));
765 if ($bits[$i]) {
1017 $bits = array_fill(0, count($mapping['mapping']), 0);
1021 $bits[$i] = 1;
1036 unset($bits[
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php378 * @param int $bits
380 public function setPrecision($bits)
382 $this->value->setPrecision($bits);
560 * Shifts BigInteger's by $shift bits, effectively dividing by 2**$shift.
573 * Shifts BigInteger's by $shift bits, effectively multiplying by 2**$shift.
586 * Instead of the top x bits being dropped they're appended to the shifted bit string.
599 * Instead of the bottom x bits being dropped they're prepended to the shifted bit string.
612 * @param int $bits
615 public static function minMaxBits($bits)
620 extract($class::minMaxBits($bits));
2780 setPrecision($bits) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php242 * than 256 bits. As a consequence if the key you're trying to create is 1024 bits and you've set smallestPrime
243 * to 384 bits then you're going to get a 384 bit prime and a 640 bit prime (384 + 1024 % 384). At least if
272 * Sets the smallest prime number in bits. Used for key generation
301 * @param int $bits
303 public static function createKey($bits = 2048)
312 $regSize = $bits >> 1; // divide by two to see how many bits P and Q would be
314 $num_primes = floor($bits / self::$smallestPrime);
320 if ($num_primes == 2 && $bits >
542 createKey($bits = 1024, $timeout = false, $partial = array()) global() argument
2099 _generateMinMax($bits) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less3 * bits that surround the content.