Home
last modified time | relevance | path

Searched refs:Href (Results 26 – 35 of 35) sorted by last modified time

12

/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php169 return new Property\Href($node->getShareResourceUri());
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php7 use Sabre\DAV\Xml\Property\Href; alias
125 new Href($this->href),
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DHref.php26 class Href implements Element, HtmlOutput { class
H A DLocalHref.php25 class LocalHref extends Href {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php21 class Principal extends DAV\Xml\Property\Href {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md77 * #801: BC break: If you were using the `Href` object before, it's behavior
79 behavior of `Href`. See the migration doc for more info.
799 * #475: Href properties in the browser plugin sometimes included a backslash.
1125 * Fixed: Text was incorrectly escaped in the Href and HrefList properties,
1294 * Fixed: Text was incorrectly escaped in the Href and HrefList properties,
1997 * Changed: The Href property class can now optionally create non-relative uri's.
2124 * Changed: Href complex property now prepends server's baseUri
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php8 use Sabre\DAV\Xml\Property\Href; alias
159 $r[$prop] = new Href($this->subscriptionInfo['source']);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php11 use Sabre\DAV\Xml\Property\Href; alias
1014 return new Href($node->getAlternateUriSet());
1017 return new Href($node->getPrincipalUrl() . '/');
1024 return new Href($members);
1031 return new Href($members);
1042 return new Href($val);
1079 return new Href($node->getOwner() . '/');
1098 } elseif ($value instanceof Href) {
1300 if (!$hrefs instanceof Href) {
1409 if (!$node[200][$propertyName] instanceof DAV\Xml\Property\Href) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php880 if ($val && $val instanceof Xml\Property\Href) {
898 } elseif ($val instanceof Xml\Property\Href) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php113 $href = new DAV\Xml\Property\Href($sharee->href);

12