Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DIRI.php46 use SimplePie\IRI; alias
48 class_exists('SimplePie\IRI');
50 // @trigger_error(sprintf('Using the "SimplePie_IRI" class is deprecated since SimplePie 1.7.0, use "SimplePie\IRI" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\IRI" instead */
54 class SimplePie_IRI extends IRI
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php49 * IRI parser/serialiser/normaliser
59 class IRI class
113 * Each key is the scheme, each value is an array with each key as the IRI
137 * Return the entire IRI when you try and read the object as a string
235 * Create a new IRI object, from a specified string
255 * Create a new IRI object by resolving a relative IRI
257 * Returns false if $base is not absolute, otherwise an IRI.
259 * @param IRI|string $base (Absolute) Base IRI
[all...]
H A DMisc.php86 $iri = \SimplePie\IRI::absolutize(new \SimplePie\IRI($base), $relative);
224 $iri = new \SimplePie\IRI($url);
236 $iri = new \SimplePie\IRI('');
247 $iri = new \SimplePie\IRI($url);
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md236 * Fixed a bug with IRI parsing.