Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DIRI.php79 protected $ihost = null; variable in SimplePie\\IRI
277 … if ($relative->iuserinfo !== null || $relative->ihost !== null || $relative->port !== null) {
284 $target->ihost = $base->ihost;
289 …} elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->i…
656 …if (isset($this->normalization[$this->scheme]['ihost']) && $this->ihost === $this->normalization[$…
657 $this->ihost = null;
685 $isauthority = $this->iuserinfo !== null || $this->ihost !== null ||
731 $this->ihost,
756 $this->ihost,
807 $this->ihost = null;
[all …]