Home
last modified time | relevance | path

Searched refs:startElement (Results 26 – 50 of 84) sorted by relevance

1234

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php122 $writer->startElement('{DAV:}supported-report');
123 $writer->startElement('{DAV:}report');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php65 $out->startElement('file');
76 $out->startElement('error');
H A DXml.php65 $out->startElement('file');
79 $out->startElement($error['type']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php206 $writer->startElement($cs . 'invite-notification');
236 $writer->startElement($cs . 'access');
244 $writer->startElement($cs . 'organizer');
H A DSystemStatus.php111 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}systemstatus');
140 $writer->startElement($cs . 'systemstatus');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php137 $writer->startElement('{DAV:}supported-privilege');
139 $writer->startElement('{DAV:}privilege');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DSupportedPrivilegeSet.php138 $writer->startElement('{DAV:}supported-privilege');
140 $writer->startElement('{DAV:}privilege');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php111 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}systemstatus');
140 $writer->startElement($cs . 'systemstatus');
/plugin/bibtex/OSBib/
H A DPARSEXML.php33 $this->startElement(NULL, 'ROOT', array());
94 function startElement($parser, $name, $attrs)
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php26 $writer->startElement('{http://sabredav.org/ns}elem1');
H A DEater.php34 $writer->startElement('{http://sabredav.org/ns}elem1');
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DMock.php26 $writer->startElement('{http://sabredav.org/ns}elem1');
H A DEater.php34 $writer->startElement('{http://sabredav.org/ns}elem1');
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js73 var startElement = FCKSelection.GetBoundaryParentElement( true ) ; variable
75 if ( !startElement )
79 var path = new FCKElementPath( startElement ) ;
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersXml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ReadersXml.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php73 $writer->startElement('{' . Plugin::NS_CARDDAV . '}address-data-type');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Property/
H A DSupportedAddressData.php73 $writer->startElement('{' . Plugin::NS_CARDDAV . '}address-data-type');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php365 $writer->startElement(strtolower($this->name));
369 $writer->startElement('parameters');
373 $writer->startElement(strtolower($parameter->name));
H A DComponent.php406 $writer->startElement(strtolower($this->name));
410 $writer->startElement('properties');
422 $writer->startElement('components');
/plugin/webdav/vendor/sabre/vobject/lib/
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/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php494 $writer->startElement(strtolower($this->name));
500 $writer->startElement('group');
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php81 $writer->startElement(

1234