Home
last modified time | relevance | path

Searched refs:Xml (Results 26 – 50 of 376) sorted by relevance

12345678910>>...16

/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 DPrincipalMatchReport.php3 namespace Sabre\DAVACL\Xml\Request;
5 use Sabre\Xml\Deserializer;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
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;
H A DPropFind.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\Xml\Element\KeyValue;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
H A DLock.php3 namespace Sabre\DAV\Xml\Request;
6 use Sabre\Xml\Element\KeyValue;
7 use Sabre\Xml\Reader;
8 use Sabre\Xml\XmlDeserializable;
H A DSyncCollectionReport.php3 namespace Sabre\DAV\Xml\Request;
6 use Sabre\Xml\Element\KeyValue;
7 use Sabre\Xml\Reader;
8 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;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropFind.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\Xml\Element\KeyValue;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\XmlDeserializable;
H A DLock.php3 namespace Sabre\DAV\Xml\Request;
6 use Sabre\Xml\Element\KeyValue;
7 use Sabre\Xml\Reader;
8 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 DSyncCollectionReport.php3 namespace Sabre\DAV\Xml\Request;
5 use Sabre\Xml\Reader;
6 use Sabre\Xml\XmlDeserializable;
7 use Sabre\Xml\Element\KeyValue;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php3 namespace Sabre\DAV\Xml\Property;
8 use Sabre\Xml\Element;
9 use Sabre\Xml\Reader;
10 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php3 namespace Sabre\Xml\Element;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php5 use Sabre\Xml; alias
55 $writer = new Xml\Writer();
64 $writer->writeAttribute('xmlns', Parser\Xml::XCAL_NAMESPACE);
69 $writer->writeAttribute('xmlns', Parser\Xml::XCARD_NAMESPACE);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php3 namespace Sabre\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 DGetLastModified.php3 namespace Sabre\DAV\Xml\Property;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/xml/lib/Element/
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/dav/lib/DAVACL/
H A DPlugin.php877 return new DAV\Xml\Property\Href($members);
884 return new DAV\Xml\Property\Href($members);
895 return new DAV\Xml\Property\Href($val);
900 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
902 return new Xml\Property\Principal(Xml\Property\Principal::UNAUTHENTICATED);
930 return new Xml\Property\AclRestrictions();
955 } elseif ($value instanceof DAV\Xml\Property\Href) {
1107 * @param Xml\Request\ExpandPropertyReport $report
1119 new DAV\Xml\Response\MultiStatus($result),
1189 * @param Xml\Request\PrincipalSearchPropertySetReport $report
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php3 namespace Sabre\CalDAV\Xml\Property;
7 use Sabre\DAV\Xml\Element\Sharee;
8 use Sabre\Xml\Writer;
9 use Sabre\Xml\XmlSerializable;
113 $href = new DAV\Xml\Property\Href($sharee->href);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php3 namespace Sabre\DAV\Xml\Response;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php3 namespace Sabre\DAV\Xml\Response;
5 use Sabre\Xml\Element;
6 use Sabre\Xml\Reader;
7 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\Xml\Writer;
6 use Sabre\Xml\XmlSerializable;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php3 namespace Sabre\CalDAV\Xml\Notification;
5 use Sabre\Xml\XmlSerializable;
6 use Sabre\Xml\Writer;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php3 namespace Sabre\DAVACL\Xml\Property;
7 use Sabre\Xml\Element;
8 use Sabre\Xml\Reader;
9 use Sabre\Xml\Writer;
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js1 dp.sh.Brushes.Xml = function() class in dp.sh.Brushes
10 dp.sh.Brushes.Xml.prototype = new dp.sh.Highlighter();
11 dp.sh.Brushes.Xml.Aliases = ['xml', 'xhtml', 'xslt', 'html', 'xhtml'];
13 dp.sh.Brushes.Xml.prototype.ProcessRegexList = function()

12345678910>>...16