Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php45 protected $ihost = null; variable in SimplePie\\IRI
250 … if ($relative->iuserinfo !== null || $relative->ihost !== null || $relative->port !== null) {
257 $target->ihost = $base->ihost;
262 …} elseif (($base->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->i…
629 …if (isset($this->normalization[$this->scheme]['ihost']) && $this->ihost === $this->normalization[$…
630 $this->ihost = null;
658 $isauthority = $this->iuserinfo !== null || $this->ihost !== null ||
704 $this->ihost,
729 $this->ihost,
780 $this->ihost = null;
[all …]