Home
last modified time | relevance | path

Searched refs:Xml (Results 151 – 175 of 376) sorted by last modified time

12345678910>>...16

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php168 $this->xml = new Xml\Service();
207 ) = \Sabre\Xml\Service::parseClarkNotation($property);
267 $propPatch = new Xml\Request\PropPatch();
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/xml/lib/Element/
H A DElements.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
34 class Elements implements Xml\Element {
73 function xmlSerialize(Xml\Writer $writer) {
99 * @param Xml\Reader $reader
102 static function xmlDeserialize(Xml\Reader $reader) {
115 if ($reader->nodeType === Xml\Reader::ELEMENT) {
H A DKeyValue.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml; alias
35 class KeyValue implements Xml\Element {
74 function xmlSerialize(Xml\Writer $writer) {
98 * @param Xml\Reader $reader
101 static function xmlDeserialize(Xml\Reader $reader) {
114 if ($reader->nodeType === Xml\Reader::ELEMENT) {
123 } while ($reader->nodeType !== Xml\Reader::END_ELEMENT);
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) {
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\Writer;
7 use Sabre\Xml\Element;
/plugin/davcal/vendor/sabre/xml/lib/
H A DElement.php3 namespace Sabre\Xml;
H A DLibXMLException.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;
H A DWriter.php3 namespace Sabre\Xml;
H A DXmlDeserializable.php3 namespace Sabre\Xml;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php3 namespace Sabre\DAV\Xml\Element;
5 use Sabre\DAV\Xml\XmlTest;
6 use Sabre\DAV\Xml\Property\Complex;
7 use Sabre\DAV\Xml\Property\Href;
/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;
H A DSyncCollectionTest.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\DAV\Xml\XmlTest;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php3 namespace Sabre\DAVACL\Xml\Property;
163 $reader = new \Sabre\Xml\Reader();
208 $reader = new \Sabre\Xml\Reader();
248 $reader = new \Sabre\Xml\Reader();
298 $reader = new \Sabre\Xml\Reader();
H A DAclRestrictionsTest.php3 namespace Sabre\DAVACL\Xml\Property;
/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/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DCodeRenderer.php22 use League\CommonMark\Util\Xml;
23 use League\CommonMark\Xml\XmlNodeRendererInterface;
38 #return "''" . Xml::escape($inline->getContent()) . "''";
21 use League\CommonMark\Util\Xml; global() alias
H A DTextRenderer.php22 use League\CommonMark\Util\Xml; alias
36 //return Xml::escape($inline->getContent());
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFencedCodeRenderer.php22 use League\CommonMark\Util\Xml;
23 use League\CommonMark\Xml\XmlNodeRendererInterface;
70 #$result = Xml::escape($node->getStringContent());
21 use League\CommonMark\Util\Xml; global() alias
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DCodeRenderer.php

12345678910>>...16