Home
last modified time | relevance | path

Searched refs:startElement (Results 51 – 75 of 84) sorted by path

1234

/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/solr/
H A DAddDocument.php22 $this->writer->startElement('add');
34 $writer->startElement("doc");
53 $this->writer->startElement("field");
/plugin/webcomponent/syntax/
H A Dcard.php34 private $startElement; variable in syntax_plugin_webcomponent_card
206 $this->startElement .= '<div class="card"';
208 $this->startElement .= ' ' . $key . '="' . $value . '"';
210 $this->startElement .= '>';
244 $renderer->doc .= $this->startElement . DOKU_LF;
276 $this->startElement = "";
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php309 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}shared-as');
/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');
H A DSystemStatus.php111 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}systemstatus');
140 $writer->startElement($cs . 'systemstatus');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php80 $writer->startElement($cs . 'organizer');
82 $writer->startElement($cs . 'user');
99 $writer->startElement($cs . 'access');
H A DSupportedCalendarComponentSet.php80 $writer->startElement('{' . Plugin::NS_CALDAV . '}comp');
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/CardDAV/Xml/Property/
H A DSupportedAddressData.php73 $writer->startElement('{' . Plugin::NS_CARDDAV . '}address-data-type');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1664 $w->startElement('{DAV:}multistatus');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php136 $writer->startElement('{DAV:}propstat');
/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/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/
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/dav/lib/DAVACL/Xml/Property/
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');
H A DSupportedPrivilegeSet.php138 $writer->startElement('{DAV:}supported-privilege');
140 $writer->startElement('{DAV:}privilege');
/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));
/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/Property/ICalendar/
H A DPeriod.php125 $writer->startElement(strtolower($this->getValueType()));

1234