Home
last modified time | relevance | path

Searched refs:Xml (Results 151 – 175 of 376) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php3 namespace Sabre\DAVACL\Xml\Property;
8 use Sabre\Xml\Element;
9 use Sabre\Xml\Reader;
10 use Sabre\Xml\Writer;
H A DSupportedPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
7 use Sabre\Xml\XmlSerializable;
8 use Sabre\Xml\Writer;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php7 use Sabre\Xml; alias
134 * @param Xml\Writer $writer XML writer.
138 protected function xmlSerializeValue(Xml\Writer $writer) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php7 use Sabre\Xml; alias
121 * @param Xml\Writer $writer XML writer
123 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php3 namespace Sabre\CardDAV\Xml\Request;
7 use Sabre\Xml\Reader;
8 use Sabre\Xml\XmlDeserializable;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php3 namespace Sabre\CardDAV\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DPluginPropertiesTest.php42 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
47 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
52 $this->assertTrue($prop instanceof DAV\Xml\Property\Href);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/
H A DService.php3 namespace Sabre\DAV\Xml;
12 class Service extends \Sabre\Xml\Service {
/plugin/davcal/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/DAV/Xml/Element/
H A DResponse.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
7 use Sabre\Xml\Writer;
8 use Sabre\Xml\XmlSerializable;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DEnumTest.php3 namespace Sabre\Xml\Serializer;
5 use Sabre\Xml\Service;
H A DRepeatingElementsTest.php3 namespace Sabre\Xml\Serializer;
5 use Sabre\Xml\Service;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DRepeatingElementsTest.php3 namespace Sabre\Xml\Deserializer;
5 use Sabre\Xml\Service;
H A DEnumTest.php3 namespace Sabre\Xml\Deserializer;
5 use Sabre\Xml\Service;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DEmailAddressSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
5 use Sabre\DAV\Xml\XmlTest;
H A DSupportedCalendarDataTest.php3 namespace Sabre\CalDAV\Xml\Property;
8 class SupportedCalendarDataTest extends DAV\Xml\XmlTest {
H A DSupportedCollationSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
8 class SupportedCollationSetTest extends DAV\Xml\XmlTest {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php3 namespace Sabre\CardDAV\Xml\Property;
8 class SupportedAddressDataDataTest extends DAV\Xml\XmlTest {
H A DSupportedCollationSetTest.php3 namespace Sabre\CardDAV\Xml\Property;
8 class SupportedCollationSetTest extends DAV\Xml\XmlTest {
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md15 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
51 * Added `Sabre\Xml\Service`. This is intended as a simple way to centrally
55 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
93 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
96 * #23: It's not possible to automatically extract or serialize Xml fragments
97 from documents using `Sabre\Xml\Element\XmlFragment`.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DShareTest.php3 namespace Sabre\CalDAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;

12345678910>>...16