| /plugin/siteexport/inc/ |
| D | toc.php | 210 $XML = ''; 215 return $XML; 230 $XML .= $this->__TOCItem($CURRENTNODE[$conf['start']], $DEPTH, !$didOpenItem); 234 $XML .= $this->__TOCItem($CURRENTNODE['element'], $DEPTH, !$didOpenItem); 239 $XML .= $this->__TOCItem(array('name' => $CURRENTNODENAME), $DEPTH, !$didOpenItem); 252 …$XML .= $this->__writeTOCTree($ELEM, count($ELEM) >= 1 ? ( !empty($ELEM['name']) ? $ELEM['name'] :… 256 return $XML . ($didOpenItem ? $this->__TOCItemClose($DEPTH) : ''); 262 …public function __getTOCXML($DATA, $XML = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<?NLS TYPE=… argument 279 $XML .= $this->__addXMLTopic($pagesArray, 'toc'); 281 return $XML; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 46 this.XML = FCKTools.CreateXmlObject( 'DOMDocument' ) ; 49 this.MainNode = this.XML.appendChild( this.XML.createElement( 'xhtml' ) ) ; 61 this.XML = null ; 114 var oXmlAtt = this.XML.createAttribute( attributeName ) ; 160 xmlNode.appendChild( this.XML.createTextNode('') ) ; 253 try { xmlNode.appendChild( this.XML.createComment( htmlNode.nodeValue ) ) ; } 259 …xmlNode.appendChild( this.XML.createComment( "Element not supported - Type: " + htmlNode.nodeType … 276 return this.XML.createElement( nodeName ) ; 281 return this.XML.createElement( nodeName ) ; 292 xmlNode.appendChild( this.XML.createTextNode( '#?-:' + entity + ';' ) ) ; [all …]
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 45 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 ) ) ; } 277 …xmlNode.appendChild( this.XML.createComment( "Element not supported - Type: " + htmlNode.nodeType … 291 xmlNode.appendChild( this.XML.createTextNode( '#?-:' + entity + ';' ) ) ; [all …]
|
| /plugin/findologicxmlexport/vendor/findologic/libflexport/ |
| D | README.md | 10 This project provides a export library for XML and CSV generation according to the FINDOLOGIC expor… 11 * XML <https://docs.findologic.com/doku.php?id=export_patterns:xml> 16 Using the XML export is recommended by FINDOLOGIC. The XML is easier to read and has some advantage… 18 * No encoding issues as the encoding attribute is provided in the XML response `<?xml version="1.0"… 23 * No limited file size for XML because of pagination 33 ### XML export
|
| /plugin/slideshow/ |
| D | README.txt | 1 XML/SWF Slideshow is a product of maani.us. 2 maani.us has the copyright of XML/SWF Slideshow 5 Redestributed file named 'slideshow.swf' is unregistered version of XML/SWF Slideshow.
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | RSS.php | 34 * @see XML 50 $this->xml = new XML($parseString); 71 $itemBranchesXML = new XML("ul");
|
| D | XMLDocument.php | 40 * @see XML 69 $this->xml = new XML(); 108 $this->xml = new XML($xmlContents);
|
| /plugin/authucenter/lib/uc_client/lib/ |
| D | xml.class.php | 11 $xml_parser = new XML($isnormal); 31 class XML { class 43 $this->XML($isnormal); 46 function XML($isnormal) { function in XML
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | README.md | 6 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/icalevents/vendor/sabre/xml/ |
| D | README.md | 6 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/davcal/vendor/sabre/xml/ |
| H A D | README.md | 6 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/confmanager/lang/zh/ |
| D | acronyms.txt | 1 [[doku>DokuWiki]] 的可以自动标记的缩写和缩略语(术语)。如果您的浏览器支持<acronym>标记,您将鼠标悬停在一个缩写上可以看到一个简短的解释。例如,如果鼠标定位在 ''XML'… 3 注意:只有完整的单词才被标记。例如,在一个单词中的首字母缩写,不会显示缩写提示。例如:XML 是一个缩写,但 myXML 不是。
|
| /plugin/findologicxmlexport/ |
| D | README.md | 1 # DokuWiki Plugin: FINDOLOGIC XML Export 7 This DokuWiki plugin creates an XML based on the DokuWiki metadata with the FINDOLOGIC XML scheme. 8 …he library [findologic/libflexport](https://github.com/findologic/libflexport) to generate the XML. 35 - When opening the Plugin there is a link where you can directly access the XML export data.
|
| D | plugin.info.txt | 6 desc Generates an XML based on the DokuWiki pages according to the FINDOLOGIC XML Scheme.
|
| /plugin/xslt/ |
| D | syntax.php | 33 …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/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/ |
| D | KeyValue.php | 3 namespace Sabre\VObject\Parser\XML\Element; 36 * @param XML\Reader $reader
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/ |
| D | KeyValue.php | 3 namespace Sabre\VObject\Parser\XML\Element; 36 * @param XML\Reader $reader
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Writer.php | 61 $writer->writeAttribute('xmlns', Parser\XML::XCAL_NAMESPACE); 64 $writer->writeAttribute('xmlns', Parser\XML::XCARD_NAMESPACE);
|
| /plugin/dokusioc/ |
| D | plugin.info.txt | 6 … an alternate meta link of the SIOC-RDF/XML document to HTML head, creates SIOC version of wiki co…
|
| /plugin/pubmed2020/site/ |
| D | description.txt | 23 …PMID//. The plugin downloads and stores the summary of each articles in an XML file in // /data/me… 32 ^summaryXML |xml |Show the XML data retreived from the NCBI database (usefull for debugging… 33 ^clear_summary | - |Clear cached XML files in /data/media/ncbi_esummary| 34 ^remove_dir | - |Remove the XML output dir: /data/media/ncbi_esummary (by default)|
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | basexml.asp | 21 ' This file include the functions that create the base XML output. 38 ' Create the XML document header. 55 ' Create the XML document header.
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | help2.phpt | 18 --coverage-clover <file> Generate code coverage report in Clover XML format. 19 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 24 --coverage-xml <dir> Generate code coverage report in PHPUnit XML format. 30 --log-junit <file> Log test execution in JUnit XML format to file. 34 --testdox-xml <file> Write agile documentation in XML format to file. 88 -c|--configuration <file> Read configuration from XML file.
|
| D | help.phpt | 17 --coverage-clover <file> Generate code coverage report in Clover XML format. 18 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 23 --coverage-xml <dir> Generate code coverage report in PHPUnit XML format. 29 --log-junit <file> Log test execution in JUnit XML format to file. 33 --testdox-xml <file> Write agile documentation in XML format to file. 87 -c|--configuration <file> Read configuration from XML file.
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
| D | index.rst | 8 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS… 18 - Configurable via XML, YAML, or Doctrine Annotations 62 * :doc:`XML Reference </reference/xml_reference>`
|
| /plugin/eclipseupdateurl/ |
| D | README.md | 20 __category__|A category from the XML file 21 __id__|An ID from the XML file
|