Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DIRI.php93 protected $ipath = ''; variable in SimplePie\\IRI
286 if ($relative->ipath !== '') {
287 if ($relative->ipath[0] === '/') {
288 $target->ipath = $relative->ipath;
289 …ase->iuserinfo !== null || $base->ihost !== null || $base->port !== null) && $base->ipath === '') {
290 $target->ipath = '/' . $relative->ipath;
291 } elseif (($last_segment = strrpos($base->ipath, '/')) !== false) {
292 … $target->ipath = substr($base->ipath, 0, $last_segment + 1) . $relative->ipath;
294 $target->ipath = $relative->ipath;
296 $target->ipath = $target->remove_dot_segments($target->ipath);
[all …]