Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php69 var $_base = 36; variable in idna_convert
392 for ($old_idx = $idx, $w = 1, $k = $this->_base; 1 ; $k += $this->_base) {
398 $w = (int) ($w * ($this->_base - $t));
493 for ($q = $delta, $k = $this->_base; 1; $k += $this->_base) {
497 $encoded .= $this->_encode_digit(intval($t + (($q - $t) % ($this->_base - $t)))); //v0.4.5 Changed from ceil() to intval()
498 $q = (int) (($q - $t) / ($this->_base - $t));
521 for ($k = 0; $delta > (($this->_base - $this->_tmin) * $this->_tmax) / 2; $k += $this->_base) {
[all...]