Home
last modified time | relevance | path

Searched refs:Xml (Results 201 – 225 of 376) sorted by relevance

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php3 namespace Sabre\CalDAV\Xml\Notification;
7 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSetTest.php3 namespace Sabre\CalDAV\Xml\Property;
8 class SupportedCalendarComponentSetTest extends DAV\Xml\XmlTest {
H A DInviteTest.php3 namespace Sabre\CalDAV\Xml\Property;
8 class InviteTest extends DAV\Xml\XmlTest {
H A DScheduleCalendarTranspTest.php3 namespace Sabre\CalDAV\Xml\Property;
8 class ScheduleCalendarTranspTest extends DAV\Xml\XmlTest {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php5 use Sabre\Xml; alias
347 * @param Xml\Writer $writer XML writer.
351 function xmlSerialize(Xml\Writer $writer) {
392 * @param Xml\Writer $writer XML writer.
396 protected function xmlSerializeValue(Xml\Writer $writer) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php5 use Sabre\Xml; alias
324 * @param Xml\Writer $writer XML writer
326 public function xmlSerialize(Xml\Writer $writer)
360 * @param Xml\Writer $writer XML writer
362 protected function xmlSerializeValue(Xml\Writer $writer)
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md52 `Sabre\Xml\Service::expect()`.
76 `Sabre\Xml\LibXMLException` whenever we encounter errors. (@stefanmajoor,
112 * Added `Sabre\Xml\Service`. This is intended as a simple way to centrally
116 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
154 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
157 * #23: It's not possible to automatically extract or serialize Xml fragments
158 from documents using `Sabre\Xml\Element\XmlFragment`.
/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/dav/lib/DAV/
H A DCorePlugin.php8 use Sabre\Xml\ParseException;
327 $propFindXml = new Xml\Request\PropFind();
569 } catch (\Sabre\Xml\ParseException $e) {
792 return new Xml\Property\GetLastModified($lm);
821 return new Xml\Property\SupportedReportSet($reports);
824 return new Xml\Property\ResourceType($this->server->getResourceTypeForNode($node));
827 return new Xml\Property\SupportedMethodSet(
880 if ($val && $val instanceof Xml\Property\Href) {
898 } elseif ($val instanceof Xml\Property\Href) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php8 use Sabre\Xml\ParseException;
327 $propFindXml = new Xml\Request\PropFind();
569 } catch (\Sabre\Xml\ParseException $e) {
792 return new Xml\Property\GetLastModified($lm);
821 return new Xml\Property\SupportedReportSet($reports);
824 return new Xml\Property\ResourceType($this->server->getResourceTypeForNode($node));
827 return new Xml\Property\SupportedMethodSet(
882 if ($val && $val instanceof Xml\Property\Href) {
900 } elseif ($val instanceof Xml\Property\Href) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php6 use Sabre\DAV\Xml\Property\Href;
120 return new Xml\Property\Invite(
160 return new Xml\Property\Invite(
189 return new Xml\Property\AllowedSharingModes(true, false);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php3 namespace Sabre\Xml;
32 $this->assertInstanceOf('Sabre\\Xml\\Writer', $writer);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php17 '{http://sabredav.org/ns}href' => new DAV\Xml\Property\Href('node2'),
22 '{http://sabredav.org/ns}hreflist' => new DAV\Xml\Property\Href(['node1','node3']),
H A DPluginUpdatePropertiesTest.php63 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'], true),
101 '{DAV:}group-member-set' => new DAV\Xml\Property\Href(['/bar','/baz'],false),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php3 namespace Sabre\CalDAV\Xml\Notification;
6 use Sabre\Xml\Writer;
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
8 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php3 namespace Sabre\CalDAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/
H A DAddressBookQueryReportTest.php3 namespace Sabre\CardDAV\Xml\Request;
4 use Sabre\DAV\Xml\XmlTest;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php163 serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']))
166 echo serialize(new Sabre\DAV\Xml\Property\Href($row['vcardurl']));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\Xml\Writer;
H A DSystemStatus.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\DAV\Xml\XmlTest;
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php6 use Sabre\Xml; alias
188 * @param Xml\Writer $writer XML writer.
192 protected function xmlSerializeValue(Xml\Writer $writer) {
/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/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php11 use Sabre\Xml; alias
257 * @param Xml\Writer $writer XML writer.
261 protected function xmlSerializeValue(Xml\Writer $writer) {

12345678910>>...16