Home
last modified time | relevance | path

Searched refs:startElement (Results 26 – 50 of 84) sorted by last modified time

1234

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1startElement, startOffset, endElement, endOffset, endNode) {\n const range = this._createRa…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php136 $writer->startElement('{DAV:}propstat');
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php199 $writer->startElement($name);
218 $writer->startElement($name);
228 $writer->startElement($name);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1664 $w->startElement('{DAV:}multistatus');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php55 $writer->startElement("{DAV:}remove");
59 $writer->startElement("{DAV:}set");
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php138 $writer->startElement('{DAV:}supported-privilege');
140 $writer->startElement('{DAV:}privilege');
H A DAcl.php243 $writer->startElement('{DAV:}ace');
261 $writer->startElement('{DAV:}grant');
262 $writer->startElement('{DAV:}privilege');
H A DCurrentUserPrivilegeSet.php66 $writer->startElement('{DAV:}privilege');
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php121 function startElement($name) { function in Sabre\\Xml\\Writer
139 $result = $this->startElement($localName);
150 $result = parent::startElement($name);
191 $this->startElement($name);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php207 $writer->startElement($cs . 'invite-notification');
231 $writer->startElement($cs . 'access');
239 $writer->startElement($cs . 'organizer');
H A DInviteReply.php158 $writer->startElement($cs . 'invite-reply');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1459 $writer->startElement('{DAV:}principal-search-property-set');
1463 $writer->startElement('{DAV:}principal-search-property');
1464 $writer->startElement('{DAV:}prop');
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php81 $writer->startElement(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarData.php46 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
52 $writer->startElement('{' . Plugin::NS_CALDAV . '}calendar-data');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php72 $writer->startElement('{DAV:}activelock');
74 $writer->startElement('{DAV:}lockscope');
83 $writer->startElement('{DAV:}locktype');
88 $writer->startElement('{DAV:}lockroot');
95 $writer->startElement('{DAV:}locktoken');
H A DSupportedMethodSet.php91 $writer->startElement('{DAV:}supported-method');
H A DSupportedReportSet.php122 $writer->startElement('{DAV:}supported-report');
123 $writer->startElement('{DAV:}report');
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php484 $writer->startElement(strtolower($this->name));
488 $writer->startElement('group');
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php387 $writer->startElement(strtolower($this->name));
390 $writer->startElement('properties');
400 $writer->startElement('components');
H A DProperty.php338 $writer->startElement(strtolower($this->name));
341 $writer->startElement('parameters');
344 $writer->startElement(strtolower($parameter->name));
H A DWriter.php60 $writer->startElement('icalendar');
63 $writer->startElement('vcards');
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php125 $writer->startElement(strtolower($this->getValueType()));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php73 $writer->startElement('{' . Plugin::NS_CARDDAV . '}address-data-type');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php309 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}shared-as');

1234