Home
last modified time | relevance | path

Searched refs:XML (Results 1 – 25 of 271) sorted by relevance

1234567891011

/plugin/siteexport/inc/
Dtoc.php210 $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/
Dfckxhtml.js46 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/
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 ) ) ; }
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/
DREADME.md10 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/
DREADME.txt1 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/
DRSS.php34 * @see XML
50 $this->xml = new XML($parseString);
71 $itemBranchesXML = new XML("ul");
DXMLDocument.php40 * @see XML
69 $this->xml = new XML();
108 $this->xml = new XML($xmlContents);
/plugin/authucenter/lib/uc_client/lib/
Dxml.class.php11 $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/
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/icalevents/vendor/sabre/xml/
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/davcal/vendor/sabre/xml/
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/confmanager/lang/zh/
Dacronyms.txt1 [[doku>DokuWiki]] 的可以自动标记的缩写和缩略语(术语)。如果您的浏览器支持<acronym>标记,您将鼠标悬停在一个缩写上可以看到一个简短的解释。例如,如果鼠标定位在 ''XML'…
3 注意:只有完整的单词才被标记。例如,在一个单词中的首字母缩写,不会显示缩写提示。例如:XML 是一个缩写,但 myXML 不是。
/plugin/findologicxmlexport/
DREADME.md1 # 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.
Dplugin.info.txt6 desc Generates an XML based on the DokuWiki pages according to the FINDOLOGIC XML Scheme.
/plugin/xslt/
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/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
36 * @param XML\Reader $reader
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
36 * @param XML\Reader $reader
/plugin/webdav/vendor/sabre/vobject/lib/
DWriter.php61 $writer->writeAttribute('xmlns', Parser\XML::XCAL_NAMESPACE);
64 $writer->writeAttribute('xmlns', Parser\XML::XCARD_NAMESPACE);
/plugin/dokusioc/
Dplugin.info.txt6 … an alternate meta link of the SIOC-RDF/XML document to HTML head, creates SIOC version of wiki co…
/plugin/pubmed2020/site/
Ddescription.txt23 …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/
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.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dhelp2.phpt18 --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.
Dhelp.phpt17 --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/
Dindex.rst8 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/
DREADME.md20 __category__|A category from the XML file
21 __id__|An ID from the XML file

1234567891011