Home
last modified time | relevance | path

Searched refs:childNode (Results 1 – 20 of 20) sorted by relevance

/plugin/diagramsnet/lib/plugins/
H A Dimport.js53 var childNode = node.childNodes[i];
55 if (childNode.nodeName == 'node')
57 var maxChilds = generatePreprocessingNodeInfo(childNode);
107 var childNode = node.childNodes[i];
109 if (childNode.nodeName == 'node')
113 childNumber += childNode.maxChilds == 0 ? 1 : childNode.maxChilds;
114 processFreeMindNode(childNode, nodeVertex, childX, childY);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php271 foreach ($node->childNodes as $childNode) {
272 /** @var \DOMNode $childNode */
273 if ($childNode->hasChildNodes()) {
274 if ($tagList === null || in_array($childNode->nodeName, $tagList ?: [])) {
276 $result[$childNode->nodeName][] = self::parseNodeProperties($childNode);
278 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
281 } elseif ($childNode->nodeType === 1 && in_array($childNode
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php74 foreach ($this->domElement->childNodes as $childNode) {
75 if ($childNode instanceof DOMElement) {
76 $childNodes[] = new XmlElement($childNode, $this->document);
88 foreach ($this->domElement->childNodes as $childNode) {
89 if ($childNode instanceof DOMText) {
90 $childNodes[] = $childNode->nodeValue;
92 $childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextValues());
H A DXmlDocument.php540 $childNode = &$this->getDomDocument()->documentElement->childNodes[$i];
541 if ($childNode->nodeName == $nodeName) {
542 $result = $this->getDomDocument()->documentElement->removeChild($childNode);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php272 foreach ($parentNode->getMultipleChildren($children) as $childNode) {
273 $fullPath = $parent . '/' . $childNode->getName();
274 $result[$fullPath] = $childNode;
275 $this->cache[$fullPath] = $childNode;
H A DServer.php899 foreach ($this->tree->getChildren($path) as $childNode) {
901 $subPath = $path . '/' . $childNode->getName();
903 $subPath = $childNode->getName();
909 $childNode
912 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php270 foreach ($parentNode->getMultipleChildren($children) as $childNode) {
271 $fullPath = $parent . '/' . $childNode->getName();
272 $result[$fullPath] = $childNode;
273 $this->cache[$fullPath] = $childNode;
H A DServer.php852 foreach ($this->tree->getChildren($path) as $childNode) {
856 $subPath = $path . '/' . $childNode->getName();
858 $subPath = $childNode->getName();
864 $childNode
867 … if (($newDepth === self::DEPTH_INFINITY || $newDepth >= 1) && $childNode instanceof ICollection) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php800 foreach ($entry->childNodes as $childNode) {
801 $tagName = ($childNode->prefix ? $childNode->prefix.':' : '') . 'AttributeValue';
802 if ($childNode->nodeType == XML_ELEMENT_NODE && $childNode->tagName === $tagName) {
803 $attributeValues[] = $childNode->nodeValue;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js889 var childNode = group.children[ i1 ];
892 if ( childNode.tagName == "clipPath" ) {
907 group.clippings[ childNode.id ] = {
908 svg: childNode,
914 } else if ( childNode.tagName == "pattern" ) {
916 node: childNode,
917 source: childNode.getAttribute( "xlink:href" ),
918 width: Number( childNode.getAttribute( "width" ) ),
919 height: Number( childNode.getAttribute( "height" ) ),
925 if ( childNode.childNodes[ i2 ].tagName == "rect" ) {
[all …]
/plugin/emoji/script/
H A Djquery.textcomplete.js1252 var childNode;
1254 while (childNode = preWrapper.firstChild) {
1255 lastOfPre = fragment.appendChild(childNode);
1257 while (childNode = postWrapper.firstChild) {
1258 fragment.appendChild(childNode);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js3230 var childNode = doc.firstChild;
3231 while ((childNode != null)) {
3232 …if ((childNode != null && (childNode.nodeType == 1)) && (function (o1, o2) { if (o1 && o1.equals) {
3238 this.rootElement = childNode;
3241 childNode = childNode.nextSibling;
3751 while ((childNode != null)) {
3752 if (childNode != null && (childNode.nodeType == 1)) {
3786 childNode = childNode.nextSibling;
7675 while ((childNode != null)) {
7676 if (childNode != null && (childNode.nodeType == 1)) {
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30716 childNodesArray.forEach(function(childNode, index) { argument
30719 childNode.textContent =
30724 remove$2(childNode);
57267 var childNode = domify(template);
57268 childNode.innerHTML = text;
57269 parentNode.appendChild(childNode);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js7630 function iterInnerHeights(i, childNode) {
7631 trHeight = Math.max(trHeight, $(childNode).outerHeight());
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1childNode","childTop","childBottom","thisWeight","nestingEdge","prop","sg","sgNode","borderType","…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1childNode = g.node(child);\n var childTop = childNode.borderTop ? childNode.borderTop : child;\…