Home
last modified time | relevance | path

Searched refs:startElement (Results 1 – 25 of 84) sorted by path

1234

/plugin/bibtex/OSBib/
H A DPARSEXML.php33 $this->startElement(NULL, 'ROOT', array());
94 function startElement($parser, $name, $attrs)
/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/ckgedit/ckeditor/
H A Dckeditor.js460 …ot.contains(d))this._.cache.type=CKEDITOR.SELECTION_NONE,this._.cache.startElement=null,this._.cac…
468 …etStartElement:function(){var a=this._.cache;if(void 0!==a.startElement)return a.startElement;var …
469 …E_ELEMENT;)b=c,c=c.getFirst();else b=c.startContainer}b=b.$}}return a.startElement=b?new CKEDITOR.…
479 …ndAfter(a);d.ranges=new CKEDITOR.dom.rangeList(e);d.selectedElement=d.startElement=a;d.type=CKEDIT…
H A Dckeditor.js.unc9241 …ontains(d)) this._.cache.type = CKEDITOR.SELECTION_NONE, this._.cache.startElement = null, this._.…
9402 if (void 0 !== a.startElement) return a.startElement;
9422 return a.startElement = b ?
9583 d.selectedElement = d.startElement = a;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php334 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}shared-as');
/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 DInviteReply.php157 $writer->startElement($cs . 'invite-reply');
H A DSystemStatus.php111 $writer->startElement('{' . Plugin::NS_CALENDARSERVER . '}systemstatus');
140 $writer->startElement($cs . 'systemstatus');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php109 $writer->startElement($cs . 'organizer');
127 $writer->startElement($cs . 'user');
148 $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/davcal/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/DAV/Xml/Element/
H A DResponse.php132 $writer->startElement('{DAV:}propstat');
/plugin/davcal/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.php96 $writer->startElement('{DAV:}supported-method');
H A DSupportedReportSet.php122 $writer->startElement('{DAV:}supported-report');
123 $writer->startElement('{DAV:}report');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php55 $writer->startElement("{DAV:}remove");
59 $writer->startElement("{DAV:}set");
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1203 $writer->startElement('{DAV:}principal-search-property-set');
1207 $writer->startElement('{DAV:}principal-search-property');
1208 $writer->startElement('{DAV:}prop');
/plugin/davcal/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.php137 $writer->startElement('{DAV:}supported-privilege');
139 $writer->startElement('{DAV:}privilege');
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php83 $writer->startElement(
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php136 $this->startElement($name);
157 function startElement($name) { function in Sabre\\Xml\\Writer
171 $result = $this->startElement($localName);
182 $result = parent::startElement($name);
209 $this->startElement($name);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DEater.php34 $writer->startElement('{http://sabredav.org/ns}elem1');
H A DMock.php26 $writer->startElement('{http://sabredav.org/ns}elem1');

1234