Home
last modified time | relevance | path

Searched refs:importNode (Results 1 – 25 of 37) sorted by relevance

12

/plugin/zotero/
H A DImportZoteroFeedReader.php97 $newNode = $dom->importNode($node, true);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php109 $child = $dom->importNode($child, true);
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php191 $clonedNode = $targetNode->ownerDocument->importNode($sourceNode, false);
1095 … $encryptedID->appendChild($encryptedID->ownerDocument->importNode($encryptedData, true));
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php291 return $this->getDocument()->getDomDocument()->importNode($domElement, true);
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js578 newDocument.appendChild(newDocument.importNode(temp[0], true));
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js578 newDocument.appendChild(newDocument.importNode(temp[0], true));
H A DEditor.js1512 doc.appendChild(doc.importNode(temp[0], true));
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php1044 $newData = $this->sigNode->ownerDocument->importNode($data, true);
1143 $signatureElement = $document->importNode($this->sigNode, true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1980 $expectedElement = $tmp->importNode($expectedElement, true);
1983 $actualElement = $tmp->importNode($actualElement, true);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js514 this.importNode(nodes[i], graph, parent, dx, dy);
578 mxGraphMlCodec.prototype.importNode = function (nodeElement, graph, parent, dx, dy) method in mxGraphMlCodec
/plugin/diagramsnet/lib/math/jax/element/mml/
H A Djax.js19 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js597 var importNode = rootChild.firstChild;
598 while ((importNode != null)) {
599 if (importNode != null && importNode.nodeType == 1) {
600 … var newNode = parent_1.appendChild(rootDoc.importNode(importNode, true));
604 importNode = importNode.nextSibling;
/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML.js50 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DAM_HTMLorMML.js49 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DAccessible.js66 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DTeX-MML-AM_HTMLorMML.js63 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DMML_HTMLorMML-full.js52 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DAM_HTMLorMML-full.js52 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DTeX-MML-AM_SVG-full.js59 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
H A DAccessible-full.js69 …this.div.appendChild(g)}},Import:function(j){if(document.importNode){return document.importNode(j,…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-viewer.production.min.js2importNode(e,!0)}catch(e){}return e}(e,t))}function k(e,t){return M(t,e),e}E.prototype.canRender=f…
H A Dbpmn-navigated-viewer.production.min.js2importNode(e,!0)}catch(e){}return e}(e,t))}function k(e,t){return M(t,e),e}E.prototype.canRender=f…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2importNode(e,!0)}catch(e){}return e}(e,t))}function Dn(e,t){return Mn(t,e),e}Nn.prototype.canRende…
H A Ddmn-navigated-viewer.production.min.js2importNode(e,!0)}catch(e){}return e}(e,t))}function Dn(e,t){return Pn(t,e),e}Nn.prototype.canRende…

12