Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php686 $isauthority = $this->iuserinfo !== null || $this->ihost !== null ||
688 if ($isauthority && $this->ipath[0] === '/') {
692 if (!$isauthority && (substr($this->ipath, 0, 2) === '//')) {
698 if (!$this->scheme && !$isauthority &&