Home
last modified time | relevance | path

Searched refs:Xml (Results 51 – 75 of 376) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
H A DEater.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
15 class Eater implements Xml\Element {
29 * @param Xml\Writer $writer
32 function xmlSerialize(Xml\Writer $writer) {
58 * @param Xml\Reader $reader
61 static function xmlDeserialize(Xml\Reader $reader) {
H A DElementsTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
H A DKeyValueTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
H A DMock.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
7 class Mock implements Xml\Element {
21 * @param Xml\Writer $writer
24 function xmlSerialize(Xml\Writer $writer) {
50 * @param Xml\Reader $reader
53 static function xmlDeserialize(Xml\Reader $reader) {
H A DUriTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
H A DXmlFragmentTest.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DInfiteLoopTest.php3 namespace Sabre\Xml;
H A DReaderTest.php3 namespace Sabre\Xml;
H A DServiceTest.php3 namespace Sabre\Xml;
32 $this->assertInstanceOf('Sabre\\Xml\\Writer', $writer);
H A DWriterTest.php3 namespace Sabre\Xml;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php97 return new DAV\Xml\Property\SupportedLock();
100 return new DAV\Xml\Property\LockDiscovery(
398 new DAV\Xml\Property\LockDiscovery([$lockInfo])
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php7 use Sabre\DAV\Xml\Property\Complex;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php166 * @var Xml\Service
221 $this->xml = new Xml\Service();
826 } elseif ($properties[$property] instanceof Xml\Property\GetLastModified) {
1592 $response = new Xml\Element\Response(
H A DTemporaryFileFilterPlugin.php270 …'{DAV:}getlastmodified' => new Xml\Property\GetLastModified(filemtime($tempLocatio…
272 '{DAV:}resourcetype' => new Xml\Property\ResourceType(null),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php7 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/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV\Xml\Property\Complex;
6 use Sabre\Xml\XmlDeserializable;
7 use Sabre\Xml\Reader;
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/DAV/Xml/Property/
H A DComplex.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\Xml\Element\XmlFragment;
6 use Sabre\Xml\Reader;
H A DGetLastModified.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
H A DHref.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\Xml\Element;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\Writer;
H A DLockDiscovery.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\Xml\Element\XmlFragment;
8 use Sabre\Xml\Writer;
9 use Sabre\Xml\XmlSerializable;
H A DResourceType.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\Xml\Element;
8 use Sabre\Xml\Reader;
H A DSupportedLock.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\XmlSerializable;
H A DSupportedMethodSet.php3 namespace Sabre\DAV\Xml\Property;
7 use Sabre\Xml\Writer;
8 use Sabre\Xml\XmlSerializable;

12345678910>>...16