Home
last modified time | relevance | path

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

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));
/plugin/html5video2/script/
H A Dvideo.min.js21XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"}),Or={freeze:Pr,M…
/plugin/icalevents/
H A Ddeleted.files18 externals/iCalcreator/lib/iCal.XML.inc.php
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php21 class XML extends Parser { class
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php3 namespace Sabre\VObject\Parser\XML\Element;
36 * @param XML\Reader $reader
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php91 $parser = new Parser\XML();
/plugin/icalevents/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/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php1182 'XML:<a xmlns="http://www.w3.org/1999/xhtml" href="http://www.example.com">M' . "\n" .
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md9 * #94: Fixed an infinite loop condition when reading some invalid XML
47 capabilities to map between ValueObjects and XML.
75 * #44, #45: Catching broken and invalid XML better and throwing
154 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
172 * #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/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DValueObjectTest.php3 namespace Sabre\XML\Deserializer;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak28 // Defines the user objects, which are preferrably XML nodes that allow
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak655 // Saving to XML
/plugin/jmol2/jmol/
H A DCHANGES.txt749 # new feature: An XML reader for Materials Studio .xsd files http://accelrys.com/products/material…
1660 # bug fix: XML readers broken in 11.7.1
3226 # bug fix: explicit format LOAD "XXX::whatever" extended to XML variants
3228 # code: adapter/smarter/Resolver.java cleaned up in relation to XML and DOM options
H A DCOPYRIGHT.txt36 Used for XML parsing. Distributed free and without warranty.
41 Used for event-based XML parsing. Distributed free and without warranty.
/plugin/jplayer/
H A Dcomposer.lock102 … "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md345 * Parse XML data returned in Ogg comments
346 * Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com)
H A Dchangelog.txt43 * bugfix (G:219) Quicktime.UUID now parsed more discriminately for XML and other data types
853 UTF-16BE and ISO-8859-1 even if iconv() and/or XML support is
H A Dreadme.txt352 * Parse XML data returned in Ogg comments
353 * Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com)
/plugin/latexport/
H A DREADME.md163 ## If you enable DokuWikis XML-RPC interface, you should consider to
/plugin/mantis/lib/
H A Dchangelog55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
232 - soapclient: allow XML string as call params in addition to array
241 - nusoap_base: serialize boolean as true|false, not 1|0, to agree with XML Schema
252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
311 - nusoap_base: add 2000 XML Schema (rare, but used by Akamai)
317 - wsdl: don't serialize the decimal portion of a PHP double when the XML type is long
447 - wsdl: change formatting of serialized XML for the WSDL
448 - xmlschema: change formatting of namespaces when serializing XML for the schema
[all …]
/plugin/mindmap/
H A Dsyntax.php214 * @return XML.
/plugin/odt/
H A Dexample.css10 * which are not known to CSS but exist in ODT format as ODT XML
/plugin/odt2dw/
H A Daction.php204 $this->XML = new DOMDocument;
213 if ( ! $this->XML->load($this->uploadDir.'/'.$this->xmlFile) ) return $this->_msg('er_loadXml');
214 …if ( ! $this->racine = $this->XML->getElementsByTagName('document-content')->item(0) ) return $thi…
230 …if ( ! $tmp = html_entity_decode($this->XSLT->transformToDoc( $this->XML )->saveHTML(), ENT_COMPAT…

12345678910