Home
last modified time | relevance | path

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

12345678910

/plugin/odtplus2dw/
H A Daction.php221 $this->XML = new DOMDocument;
230 if ( ! $this->XML->load($this->uploadDir.'/'.$this->xmlFile) ) return $this->_msg('er_loadXml');
231 if ( ! $this->racine = $this->XML->getElementsByTagName('document-content')->item(0) ) return $this->_msg('er_invalidRoot');
234 // Transformation du fichier XML
247 if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT, 'UTF-8') ) return $this->_msg('er_transform');
/plugin/ol3/
H A Dscript.js8 …lities=ZC||{},wO.format.XLink={},wO.format.XLink.readHref=hS||{},wO.format.XML=cS||{},wO.format.XM…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1XML document.\n let parser = new SimpleXMLParser();\n const xmlDocument = parser.parseFromSt…
H A Dpdf.worker.js.map1XML')) {\n // XXX: This should examine the charset the XML document defines,\n // ho…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt35 Given this situation some have understandably set about defining wholly new XML
37 of today there is no widely accepted and supported XML schema.
/plugin/pubmed2020/site/
H A 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/quizlib/
H A DREADME.md4 … and to evaluate the user answers. Furthermore the plugin provide a simple XML-like syntax with a …
5 * XML syntax with generic styling and generic evaluation function (only one quiz per HTML page)
20 ### XML style
23 …ted by a vertical bar. If you want to use characters that are protected in XML you have to work wi…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt23 - XML loader:
65 Note that for XML the loader ID is always equals to 0, because we
100 each of the loading process. (Exception is the XML loader: it always
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
H A DHTML.ForbiddenAttributes.txt
/plugin/siteexport/inc/
H A Dtoc.php210 $XML = '';
215 return $XML;
279 $XML .= $this->__addXMLTopic($pagesArray, 'toc');
281 return $XML;
347 $XML = "";
350 if (!$isEmptyNode && count($DATA) > 0) $XML .= "\n";
358 $XML .= "</$ITEM>\n";
361 return $XML;
407 $XML .= "\t</context>\n";
411 $XML .= "</contexts>";
[all …]
/plugin/slideshow/
H A 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/sphinxsearch-was/
H A Dchangelog46 * Fixed bug with invalid characters in XML
/plugin/sphinxsearch/
H A Dchangelog36 * Fixed bug with invalid characters in XML
/plugin/syntaxhighlighter3/
H A DREADME.md57 * **html-script**: Allows you to highlight a mixture of HTML/XML code and a script which is very co…
/plugin/syntaxhighlighter4/
H A DREADME.md49 * **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very com…
/plugin/tline/
H A DCHANGES.txt76 "true" or "false" for XML and SPARCL. Otherwise results are indeterminate.
/plugin/translator/syntax/
H A Dlabel.php23 var $XML = null; variable in syntax_plugin_translator_label
/plugin/tuxquote/
H A Dquotes.txt4086 The essence of XML is this: the problem it solves is not hard, and it does not solve the problem we…
/plugin/webcode/
H A DREADME.md112 * XML is now seen as HTML
/plugin/webdav/
H A Dcomposer.lock452 "description": "sabre/xml is an XML library that you may not hate.",
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md13 * #943: Fix CardDAV XML reporting bug, which was affecting several CardDAV
100 * #751: Fixed XML responses from failing `MKCOL` requests.
152 * Faster XML parsing and generating due to sabre/xml update.
259 * Faster XML parsing and generating due to sabre/xml update.
428 * Complete rewrite of the XML system. We now use our own [sabre/xml][xml],
429 which has a much smarter XML Reader and Writer.
900 * BC Break: XML property classes now receive an extra argument in their
1328 * Fixed: Backported a fix for broken XML serialization in error responses.
1642 * Added: Clark-notation parser to XML utility.
1989 * Added: XML utility class with helper functions for the WebDAV protocol.
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php21 class XML extends Parser class
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
36 * @param XML\Reader $reader

12345678910