/plugin/diagramsnet/lib/plugins/ |
H A D | import.js | 53 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 D | GPX.php | 271 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 D | XmlElement.php | 74 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 D | XmlDocument.php | 540 $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 D | Tree.php | 272 foreach ($parentNode->getMultipleChildren($children) as $childNode) { 273 $fullPath = $parent . '/' . $childNode->getName(); 274 $result[$fullPath] = $childNode; 275 $this->cache[$fullPath] = $childNode;
|
H A D | Server.php | 899 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 D | Tree.php | 270 foreach ($parentNode->getMultipleChildren($children) as $childNode) { 271 $fullPath = $parent . '/' . $childNode->getName(); 272 $result[$fullPath] = $childNode; 273 $this->cache[$fullPath] = $childNode;
|
H A D | Server.php | 852 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 D | Response.php | 800 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 D | export.js | 889 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 D | jquery.textcomplete.js | 1252 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 D | importer.js | 3230 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 D | HTMLPurifier.standalone.php |
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 30716 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 D | fullcalendar.js | 7630 function iterInnerHeights(i, childNode) { 7631 trHeight = Math.max(trHeight, $(childNode).outerHeight());
|
/plugin/jcapture/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | apache-mime4j-0.6.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/dirtylittlehelper/script/ |
H A D | mermaid.min.js.map | 1 …childNode","childTop","childBottom","thisWeight","nestingEdge","prop","sg","sgNode","borderType","…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …childNode = g.node(child);\n var childTop = childNode.borderTop ? childNode.borderTop : child;\…
|