Home
last modified time | relevance | path

Searched refs:toXml (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php86 public function toXml($asDom = false) function in Twig\\Node\\Node
108 $child = $n->toXml(true)->getElementsByTagName('node')->item(0);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php325 return $this->toXml($element);
328 public function toXml(DOMElement $element = null): string function in ComboStrap\\Xml\\XmlDocument
607 return $this->toXml($element);
/plugin/confmanager/
H A Djquery.form.js600 xhr.responseXML = toXml(xhr.responseText);
666 var toXml = $.parseXML || function(s, doc) { // use parseXML if available (jQuery 1.5+) variable
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst124 * As of Twig 1.x, ``Node::toXml()`` is deprecated and will be removed in Twig
/plugin/combo/ComboStrap/
H A DFetcherSvg.php476 return $this->getXmlDocument()->toXml();
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8183 value: function toXml(model) {
8195 return this.toXml(this.model);
20619 toXml: function toXml(textRotation) {
22919 var xml = this.map.style.toXml(style);
22941 var xml = this.map.numFmt.toXml({
22953 var xml = this.map.font.toXml(font);
22968 var xml = this.map.border.toXml(border);
22983 var xml = this.map.fill.toXml(fill);
24963 xml = xform.toXml(model);
24992 xml = xform.toXml(model);
[all …]