Home
last modified time | relevance | path

Searched refs:startElement (Results 51 – 75 of 84) sorted by last modified time

1234

/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/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');
/plugin/webdavclient/
H A Dhelper.php1486 $xml->startElement('D:propfind');
1490 $xml->startElement('D:prop');
1515 $xml->startElement($op);
1519 $xml->startElement('D:prop');
1527 $xml->startElement('C:filter');
1532 $xml->startElement($filter);
1536 $xml->startElement($filter);
/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/orgapp/
H A DOrgApplet.jarMETA-INF/MANIFEST.MF OrganigramApplet.class <Unknown> package public OrganigramApplet extends javax. ...
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js421 …ot.contains(d))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cac…
429 this._.cache;if(void 0!==a.startElement)return a.startElement;var b;switch(this.getType()){case CKE…
430 …E_ELEMENT;)b=c,c=c.getFirst();else b=c.startContainer}b=b.$}}return a.startElement=b?new CKEDITOR.…
440 …ndAfter(a);d.ranges=new CKEDITOR.dom.rangeList(e);d.selectedElement=d.startElement=a;d.type=CKEDIT…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DJunit.php71 $out->startElement('testsuite');
78 $out->startElement('testcase');
89 $out->startElement('testcase');
97 $out->startElement('failure');
H A DXml.php65 $out->startElement('file');
79 $out->startElement($error['type']);
H A DCheckstyle.php65 $out->startElement('file');
76 $out->startElement('error');
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php140 $writer->startElement(strtolower($this->getValueType()));
/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 DWriter.php63 $writer->startElement('icalendar');
68 $writer->startElement('vcards');
H A DComponent.php406 $writer->startElement(strtolower($this->name));
410 $writer->startElement('properties');
422 $writer->startElement('components');
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php494 $writer->startElement(strtolower($this->name));
500 $writer->startElement('group');
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php199 $writer->startElement($name);
218 $writer->startElement($name);
228 $writer->startElement($name);
/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/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php81 $writer->startElement(
/plugin/icalevents/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/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php367 $this->writer->startElement("foo");
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/solr/
H A DAddDocument.php22 $this->writer->startElement('add');
34 $writer->startElement("doc");
53 $this->writer->startElement("field");
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

1234