Searched refs:ceil (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ |
| H A D | IEEE.php | 65 $length = (int) ceil($length / 8);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BinaryField.php | 67 $t = ceil($m / 8); 73 $pad = ceil($bitLen / 8);
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Math.php | 48 public function ceil(array $arg): array function in LesserPHP\\Functions\\Math 51 return ['number', ceil($value), $arg[2]];
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 127 $this->skipUntil = $this->position + ceil($header['size'] / 512) * 512; 211 $this->skipbytes(ceil($header['size'] / 512) * 512); 241 … $this->skipbytes(ceil($header['size'] / 512) * 512); // the size is usually 0 for directories 679 $filename = trim($this->readbytes(ceil($return['size'] / 512) * 512));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | Common.php | 250 $len = ceil($modulo[0] / 8);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | RSA.php | 673 $count = ceil($maskLen / $this->mgfHLen);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | Engine.php | 622 return (int) ceil($this->getLength() / 8);
|
| H A D | PHP.php | 1354 $max * static::BASE + intval(ceil(log($this->value[$max] + 1, 2))) :
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | SymmetricKey.php | 1097 $c = ceil($n / $hashObj->getLengthInBytes()); 3339 return $str . str_repeat("\0", 16 * ceil($len / 16) - $len);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …ceil(c.outerWidth()/h),f=Math.ceil(c.outerHeight()/l),g=[];function m(){g.push(this),g.length===l*…
|
| H A D | jquery.min.js | 2 …ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u+l}function ot(e,t,n){var r=Xe(e),i…
|