Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php157 $name === 'iauthority'
183 $name === 'iauthority' ||
1041 if (($iauthority = $this->get_iauthority()) !== null) {
1042 $iri .= '//' . $iauthority;
1046 } elseif (!empty($this->normalization[$this->scheme]['ipath']) && $iauthority !== null && $iauthority !== '') {
1070 * Get the complete iauthority
1077 $iauthority = '';
1079 $iauthority .= $this->iuserinfo . '@';
1082 $iauthority
[all...]