Home
last modified time | relevance | path

Searched refs:Href (Results 26 – 35 of 35) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php21 class Principal extends DAV\Xml\Property\Href {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php10 use Sabre\DAV\Xml\Property\Href; alias
213 return new Href($outboxPath);
222 return new Href($inboxPath);
247 return new Href($child['href']);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php113 $href = new DAV\Xml\Property\Href($sharee->href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php6 use Sabre\DAV\Xml\Property\Href; alias
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php7 use Sabre\DAV\Xml\Property\Href; alias
159 return new Href($this->getAddressBookHomeForPrincipal($path) . '/');
163 return new Href($this->directories);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php93 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/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/
H A DCorePlugin.php880 if ($val && $val instanceof Xml\Property\Href) {
898 } elseif ($val instanceof Xml\Property\Href) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php882 if ($val && $val instanceof Xml\Property\Href) {
900 } elseif ($val instanceof 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

12