Home
last modified time | relevance | path

Searched refs:Xml (Results 201 – 225 of 376) sorted by last modified time

12345678910>>...16

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\Xml\Element;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
H A DPropPatch.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
H A DShareResource.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\Element\Sharee;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/
H A DService.php3 namespace Sabre\DAV\Xml;
12 class Service extends \Sabre\Xml\Service {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAclRestrictions.php3 namespace Sabre\DAVACL\Xml\Property;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\XmlSerializable;
H A DPrincipal.php3 namespace Sabre\DAVACL\Xml\Property;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\Writer;
21 class Principal extends DAV\Xml\Property\Href {
H A DSupportedPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
7 use Sabre\Xml\Writer;
8 use Sabre\Xml\XmlSerializable;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DAclPrincipalPropSetReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\Xml\Deserializer;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
H A DPrincipalPropertySearchReport.php3 namespace Sabre\DAVACL\Xml\Request;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php11 use Sabre\Xml; alias
235 * @param Xml\Writer $writer XML writer
237 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/xml/lib/
H A DContextStackTrait.php3 namespace Sabre\Xml;
H A DParseException.php3 namespace Sabre\Xml;
H A DReader.php3 namespace Sabre\Xml;
H A DService.php3 namespace Sabre\Xml;
231 return \Sabre\Xml\Deserializer\valueObject($reader, $className, $namespace);
234 return \Sabre\Xml\Serializer\valueObject($writer, $valueObject, $namespace);
H A DVersion.php3 namespace Sabre\Xml;
H A DWriter.php3 namespace Sabre\Xml;
H A DXmlSerializable.php3 namespace Sabre\Xml;
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php3 namespace Sabre\Xml\Deserializer;
5 use Sabre\Xml\Reader;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DKeyValue.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
6 use Sabre\Xml\Deserializer;
36 class KeyValue implements Xml\Element {
75 function xmlSerialize(Xml\Writer $writer) {
99 * @param Xml\Reader $reader
102 static function xmlDeserialize(Xml\Reader $reader) {
H A DUri.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
23 class Uri implements Xml\Element {
61 function xmlSerialize(Xml\Writer $writer) {
90 * @param Xml\Reader $reader
93 static function xmlDeserialize(Xml\Reader $reader) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DINode.php5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php10 use Sabre\DAV\Xml\Property\LocalHref;
284 } catch (\Sabre\Xml\ParseException $e) {
331 return new Xml\Property\SupportedCalendarData();
334 return new Xml\Property\SupportedCollationSet();
367 return new Xml\Property\EmailAddressSet($emails);
503 * @param Xml\Request\CalendarQueryReport $report
667 * @param Xml\Request\FreeBusyQueryReport $report
670 protected function freeBusyQueryReport(Xml\Request\FreeBusyQueryReport $report) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php8 use Sabre\CalDAV\Xml\Property\ScheduleCalendarTransp;
19 use Sabre\DAV\Xml\Property\LocalHref;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php8 use Sabre\DAV\Xml\Property\Href;

12345678910>>...16