Home
last modified time | relevance | path

Searched refs:XML (Results 226 – 248 of 248) sorted by path

12345678910

/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php90 $parser = new Parser\XML();
H A DWriter.php61 $writer->writeAttribute('xmlns', Parser\XML::XCAL_NAMESPACE);
64 $writer->writeAttribute('xmlns', Parser\XML::XCARD_NAMESPACE);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng1 # RELAX NG Schema for iCalendar in XML
H A Dxcard.rng1 # RELAX NG Schema for vCard in XML
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md15 * #94: Fixed an infinite loop condition when reading some invalid XML
53 capabilities to map between ValueObjects and XML.
81 * #44, #45: Catching broken and invalid XML better and throwing
160 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
178 * #15: Added `Sabre\XML\Element\Uri`.
H A DREADME.md6 The sabre/xml library is a specialized XML reader and writer.
13 * [Reading XML](http://sabre.io/xml/reading/).
14 * [Writing XML](http://sabre.io/xml/writing/).
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js45 this.XML = FCKTools.CreateXmlObject( 'DOMDocument' ) ;
48 this.MainNode = this.XML.appendChild( this.XML.createElement( 'xhtml' ) ) ;
64 this.XML = null ;
116 var oXmlAtt = this.XML.createAttribute( attributeName ) ;
168 xmlNode.appendChild( this.XML.createTextNode('') ) ;
192 return FCKXHtml._AppendNode( xmlNode, this.XML.createTextNode( val ) ) ;
236 var oNode = this.XML.createElement( sNodeName ) ;
271 try { xmlNode.appendChild( this.XML.createComment( htmlNode.nodeValue ) ) ; }
291 xmlNode.appendChild( this.XML.createTextNode( '#?-:' + entity + ';' ) ) ;
394 node.appendChild( FCKXHtml.XML.createTextNode( FCK.EditorDocument.title ) ) ;
[all …]
H A Dfckxhtml_gecko.js80 FCKXHtml.XML._HeadElement = node ;
93 var headElement = FCKXHtml.XML._HeadElement ;
H A Dfckxhtml_ie.js108 node = FCKXHtml.XML.createDocumentFragment() ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp21 ' This file include the functions that create the base XML output.
38 ' Create the XML document header.
55 ' Create the XML document header.
H A Dconnector.asp63 ' File Upload doesn't have to Return XML, so it must be intercepted before anything.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm26 * FCKeditor requires that the connector responds with UTF-8 encoded XML.
H A Dcf5_upload.cfm26 * FCKeditor requires that the connector responds with UTF-8 encoded XML.
H A Dcf_basexml.cfm22 …* This file include the functions that create the base XML output by the ColdFusion Connector (MX …
H A Dcf_connector.cfm69 <!--- File Upload doesn't have to Return XML, so it must be intercepted before anything. --->
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso247 Wrap the response as XML and output.
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js44XML=FCKTools.CreateXmlObject('DOMDocument');this.MainNode=this.XML.appendChild(this.XML.createElem…
45XML._HeadElement=A;A=FCKXHtml._AppendChildNodes(A,B,true);return A;};FCKXHtml.TagProcessors['meta'…
H A Dfckeditorcode_ie.js45XML=FCKTools.CreateXmlObject('DOMDocument');this.MainNode=this.XML.appendChild(this.XML.createElem…
46 …TagProcessors['font']=function(A,B){if (A.attributes.length==0) A=FCKXHtml.XML.createDocumentFragm…
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js182 node = FCKXHtml.XML.createTextNode( '[[' + htmlNode._fckplaceholder + ']]' ) ;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18777 /* These are from xsd (XML Schema Definition) */
/plugin/xml/
H A Dplugin.info.txt6 desc Renders dokuwiki as simple XML output.
/plugin/xslt/
H A Dsyntax.php33 …function connectTo($mode) { $this->Lexer->addSpecialPattern('&&XML&&\n.*\n&&XSLT&&\n.*\n&&END&&',$…
39 $matches = preg_split('/(&&XML&&\n*|\n*&&XSLT&&\n*|\n*&&END&&)/', $match, 5);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1XML of format https://docs.dhtmlx.com/gantt/desktop__supported_data_formats.html#xmldhtmlxgantt20 …

12345678910