Searched refs:URI (Results 1 – 25 of 90) sorted by relevance
1234
461 - uri: (UriInterface) Set the URI.586 # Additional URI Methods591 ## URI Types594 An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI,636 fragment component, identical to the base URI. When no base URI is given, only an empty URI referen…639 ## URI Components697 Converts the relative URI into a new URI that is resolved against the base URI.716 One use-case is to use the current request URI as base URI and then generate relative links in your…755 characters by URI normalizers.775 Removes the default port of the given URI scheme from the URI.[all …]
97 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)157 - Reverted BC break by reintroducing behavior to automagically fix a URI with a166 - Added common URI utility methods based on RFC 3986 (see documentation in the readme):180 - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.182 - Ensure each URI modification results in a valid URI according to PSR-7 discussions.183 Invalid modifications will throw an exception instead of returning a wrong URI or186 because the path of a URI with an authority must start with a slash "/" or be empty208 - Handling of URI components in case they are `'0'` in a lot of places,282 - URI paths no longer encode the following characters because they are allowed284 - A port is no longer added to a URI when the scheme is missing and no port is
111 - Support for <ds:RetrievalMethod> with simple URI Id reference.118 - ds:References using empty or simple URI Id reference should never include 127 - Add reference option to force creation of URI attribute. For use128 when adding a DOM Document where by default no URI attribute is added.156 - New addReference/List option (overwrite). Boolean flag indicating if URI
5 use Sabre\URI; alias
170 function _getSiteXML($URI) { argument173 $reader->open($URI);
53 * ``url``: escapes a string for the **URI or parameter contexts**. This should54 not be used to escape an entire URI; only a subcomponent being inserted.