Home
last modified time | relevance | path

Searched refs:Xml (Results 226 – 250 of 376) sorted by last modified time

12345678910>>...16

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php3 namespace Sabre\CalDAV\Xml\Filter;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\XmlDeserializable;
H A DCompFilter.php3 namespace Sabre\CalDAV\Xml\Filter;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\XmlDeserializable;
H A DParamFilter.php3 namespace Sabre\CalDAV\Xml\Filter;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Notification;
8 use Sabre\Xml\Writer;
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
8 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php3 namespace Sabre\CalDAV\Xml\Property;
6 use Sabre\Xml\Writer;
7 use Sabre\Xml\XmlSerializable;
H A DEmailAddressSet.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\XmlSerializable;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php3 namespace Sabre\CalDAV\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
H A DShare.php3 namespace Sabre\CalDAV\Xml\Request;
6 use Sabre\DAV\Xml\Element\Sharee;
7 use Sabre\Xml\Reader;
8 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php7 use Sabre\DAV\Xml\Property\LocalHref;
147 return new Xml\Property\SupportedAddressData();
150 return new Xml\Property\SupportedCollationSet();
233 * @param Xml\Request\AddressBookMultiGetReport $report
427 * @param Xml\Request\AddressBookQueryReport $report
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php6 use Sabre\DAV\Xml\Request\SyncCollectionReport;
176 $responses[] = new DAV\Xml\Element\Response($fullPath, $props);
187 $responses[] = new DAV\Xml\Element\Response($fullPath, [], 404);
190 … $multiStatus = new DAV\Xml\Response\MultiStatus($responses, self::SYNCTOKEN_PREFIX . $syncToken);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php11 use Sabre\DAV\Xml\Property\Href;
1047 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
1049 return new Xml\Property\Principal(Xml\Property\Principal::UNAUTHENTICATED);
1069 return new Xml\Property\Acl($this->getACL($node));
1073 return new Xml\Property\AclRestrictions();
1256 * @param Xml\Request\PrincipalMatchReport $report
1330 $responses[] = new DAV\Xml\Element\Response(
1363 * @param Xml\Request\ExpandPropertyReport $report
1374 new DAV\Xml\Response\MultiStatus($result),
1500 * @param Xml\Request\PrincipalPropertySearchReport $report
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
H A DPrincipalMatchReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\Xml\Deserializer;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
H A DPrincipalSearchPropertySetReport.php3 namespace Sabre\DAVACL\Xml\Request;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php6 use Sabre\Xml; alias
341 * @param Xml\Writer $writer XML writer
343 public function xmlSerialize(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php7 use Sabre\Xml; alias
72 * @param Xml\Writer $writer XML writer
74 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md58 `Sabre\Xml\Service::expect()`.
82 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
118 * Added `Sabre\Xml\Service`. This is intended as a simple way to centrally
122 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
160 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
163 * #23: It's not possible to automatically extract or serialize Xml fragments
164 from documents using `Sabre\Xml\Element\XmlFragment`.
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
18 class Base implements Xml\Element {
57 function xmlSerialize(Xml\Writer $writer) {
81 * @param Xml\Reader $reader
84 static function xmlDeserialize(Xml\Reader $reader) {
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/xml/lib/
H A DElement.php3 namespace Sabre\Xml;
H A DLibXMLException.php3 namespace Sabre\Xml;
H A DXmlDeserializable.php3 namespace Sabre\Xml;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
H A DPDO.php8 use Sabre\DAV\Xml\Element\Sharee;
192 …lDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedC…
193 …lDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCa…
252 … if (!($properties[$sccs] instanceof CalDAV\Xml\Property\SupportedCalendarComponentSet)) {
1111 …lDAV\Plugin::NS_CALDAV . '}supported-calendar-component-set' => new CalDAV\Xml\Property\SupportedC…

12345678910>>...16