Home
last modified time | relevance | path

Searched refs:XML (Results 26 – 50 of 248) sorted by relevance

12345678910

/plugin/confmanager/lang/nl/
H A Dacronyms.txt1 … uitleg te zien, weergegeven als tooltip. Bijvoorbeeld, als de muis boven "XML" wordt geplaatst (w…
3 …dt gebruikt binnen een woord zal geen acroniem tooltip krijgen. Voorbeeld: XML is een acroniem, my…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md19 * The Clover XML report now contains cyclomatic complexity information
20 * The Clover XML report now contains method visibility information
H A DChangeLog-4.0.md7 …overage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage report
50 * Fixed [#458](https://github.com/sebastianbergmann/php-code-coverage/pull/458): XML report does no…
/plugin/bibtex/OSBib/
H A DCHANGELOG5 1/ A web interface OSBib-Create for creation and editing of XML style files has been added to the p…
26 4/ Added bibliography_xml.html describing the structure of the bibliography section of the XML file…
43 …e setting of flags easier or redundant and made the storing and loading of XML files more flexible:
50 …c) The XML files are downloaded from bibliophile in uppercase format (e.g. APA.xml). If you wish …
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXPath.php37 * @see XML
H A DXMLBranch.php41 class XMLBranch extends XML {
H A DXMLLeaf.php40 * @see XML
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf6 AJAX Asynchronous JavaScript and XML
133 XML Extensible Markup Language
134 XSD XML (Extensible Markup Language) Schema Definition
137 XUL XML User Interface Language
/plugin/xml/
H A Dplugin.info.txt6 desc Renders dokuwiki as simple XML output.
/plugin/combo/ComboStrap/
H A DMime.php35 const XML = "text/xml"; define in ComboStrap\\Mime
168 return new Mime(self::XML);
/plugin/bugzillaxmlrpc/
H A DREADME2 desc Gets information about bugs (with depends on) via XML-RPC Bugzilla::WebService
/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`.
/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`.
/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/epub/
H A DREADME2 the open XML-based eBook format described at http://idpf.org/epub and supported by current ebook re…
/plugin/confmanager/lang/zh/
H A Dinterwiki.txt16 …接到网络服务器的 DokuWiki目录安装。您可以使用这个来构造相对 URL。例如,下面的链接到本地[[doku>syndication|当前站点的 XML 订阅]]:[[this>feed.ph…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md15 sources (annotations, YAML/XML/PHP configuration files).
40 /** Annotation, YAML, XML, PHP, ... drivers */
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php3 namespace FINDOLOGIC\Export\XML;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php90 $parser = new Parser\XML();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php91 $parser = new Parser\XML();
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
/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…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst484 Resulting XML:
516 Resulting XML:
527 This annotation allows to modify the behaviour of @Discriminator regarding handling of XML.
558 Resulting XML:
583 Resulting XML:
616 Resulting XML:
657 Resulting XML:
704 Resulting XML:
731 Resulting XML:
770 Resulting XML:
/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/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php47 $tree = ActiveLinkDOMTree::from_XML(new XML($xmlstring));

12345678910