Home
last modified time | relevance | path

Searched refs:nodeList (Results 1 – 25 of 1750) sorted by relevance

12345678910>>...70

/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestTreeTraversal.cpp267 nodeList[0]->AddChild(nodeList[1]); in TEST()
268 nodeList[0]->AddChild(nodeList[4]); in TEST()
269 nodeList[1]->AddChild(nodeList[2]); in TEST()
270 nodeList[1]->AddChild(nodeList[3]); in TEST()
271 nodeList[4]->AddChild(nodeList[5]); in TEST()
272 nodeList[4]->AddChild(nodeList[6]); in TEST()
273 nodeList[6]->AddChild(nodeList[7]); in TEST()
274 nodeList[7]->AddChild(nodeList[8]); in TEST()
275 nodeList[7]->AddChild(nodeList[9]); in TEST()
316 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/tests/gtest/
H A DTestTreeTraversal.cpp272 nodeList[0]->AddChild(nodeList[1]); in TEST()
273 nodeList[0]->AddChild(nodeList[4]); in TEST()
274 nodeList[1]->AddChild(nodeList[2]); in TEST()
275 nodeList[1]->AddChild(nodeList[3]); in TEST()
276 nodeList[4]->AddChild(nodeList[5]); in TEST()
277 nodeList[4]->AddChild(nodeList[6]); in TEST()
278 nodeList[6]->AddChild(nodeList[7]); in TEST()
279 nodeList[7]->AddChild(nodeList[8]); in TEST()
280 nodeList[7]->AddChild(nodeList[9]); in TEST()
321 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/
H A DTestTreeTraversal.cpp272 nodeList[0]->AddChild(nodeList[1]); in TEST()
273 nodeList[0]->AddChild(nodeList[4]); in TEST()
274 nodeList[1]->AddChild(nodeList[2]); in TEST()
275 nodeList[1]->AddChild(nodeList[3]); in TEST()
276 nodeList[4]->AddChild(nodeList[5]); in TEST()
277 nodeList[4]->AddChild(nodeList[6]); in TEST()
278 nodeList[6]->AddChild(nodeList[7]); in TEST()
279 nodeList[7]->AddChild(nodeList[8]); in TEST()
280 nodeList[7]->AddChild(nodeList[9]); in TEST()
321 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/tests/gtest/
H A DTestTreeTraversal.cpp272 nodeList[0]->AddChild(nodeList[1]); in TEST()
273 nodeList[0]->AddChild(nodeList[4]); in TEST()
274 nodeList[1]->AddChild(nodeList[2]); in TEST()
275 nodeList[1]->AddChild(nodeList[3]); in TEST()
276 nodeList[4]->AddChild(nodeList[5]); in TEST()
277 nodeList[4]->AddChild(nodeList[6]); in TEST()
278 nodeList[6]->AddChild(nodeList[7]); in TEST()
279 nodeList[7]->AddChild(nodeList[8]); in TEST()
280 nodeList[7]->AddChild(nodeList[9]); in TEST()
321 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/tests/gtest/
H A DTestTreeTraversal.cpp270 nodeList[0]->AddChild(nodeList[1]); in TEST()
271 nodeList[0]->AddChild(nodeList[4]); in TEST()
272 nodeList[1]->AddChild(nodeList[2]); in TEST()
273 nodeList[1]->AddChild(nodeList[3]); in TEST()
274 nodeList[4]->AddChild(nodeList[5]); in TEST()
275 nodeList[4]->AddChild(nodeList[6]); in TEST()
276 nodeList[6]->AddChild(nodeList[7]); in TEST()
277 nodeList[7]->AddChild(nodeList[8]); in TEST()
278 nodeList[7]->AddChild(nodeList[9]); in TEST()
318 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/tests/gtest/
H A DTestTreeTraversal.cpp324 nodeList[0]->AddChild(nodeList[1]); in TEST()
325 nodeList[0]->AddChild(nodeList[4]); in TEST()
326 nodeList[1]->AddChild(nodeList[2]); in TEST()
327 nodeList[1]->AddChild(nodeList[3]); in TEST()
328 nodeList[4]->AddChild(nodeList[5]); in TEST()
329 nodeList[4]->AddChild(nodeList[6]); in TEST()
330 nodeList[6]->AddChild(nodeList[7]); in TEST()
331 nodeList[7]->AddChild(nodeList[8]); in TEST()
332 nodeList[7]->AddChild(nodeList[9]); in TEST()
373 nodeList[0]->AddChild(nodeList[4]); in TEST()
[all …]
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Ddom_nodelist.f9034 function item_nl(nodeList, i)
44 if (.not. associated(nodeList) .or. i >= nodeList%length) then
48 lp => nodeList%head
73 if (.not. associated(nodeList) .or. i > nodeList%length) then
77 if (associated(nodeList%pCache) .and. nodeList%iCache <= i) then
78 lp => nodeList%pCache
79 n = nodeList%iCache
81 lp => nodeList%head
90 nodeList%pCache => lp
91 nodeList%iCache = n
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/bin/model/
H A DXMLmodel.py87 nodeList = []
110 for n in nodeList:
112 nodeList.remove(None)
114 return nodeList
121 nodeList = []
126 nodeList.append(nodeTurbVisc)
131 return nodeList
137 nodeList = []
138 for node in self.getTurbVariable(): nodeList.append(node)
139 for node in self.getTurbProperty(): nodeList.append(node)
[all …]
H A DOutputSurfacicVariablesModel.py83 nodeList = []
88 return nodeList
95 nodeList = []
100 return nodeList
107 nodeList = []
113 return nodeList
120 nodeList = []
127 return nodeList
136 for node in nodeList:
153 for node in nodeList:
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DHuffmanTable.java257 computeTags(nodeList, 3) ; in computeTags()
259 nodeList.clear() ; in computeTags()
260 getEntries(colors, nodeList) ; in computeTags()
261 computeTags(nodeList, 3) ; in computeTags()
263 nodeList.clear() ; in computeTags()
265 computeTags(nodeList, 2) ; in computeTags()
415 nodeList.clear() ; in outputCommands()
416 getEntries(colors, nodeList) ; in outputCommands()
419 nodeList.clear() ; in outputCommands()
473 nodeList.clear() ; in print()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DHuffmanTable.java257 computeTags(nodeList, 3) ; in computeTags()
259 nodeList.clear() ; in computeTags()
260 getEntries(colors, nodeList) ; in computeTags()
261 computeTags(nodeList, 3) ; in computeTags()
263 nodeList.clear() ; in computeTags()
265 computeTags(nodeList, 2) ; in computeTags()
415 nodeList.clear() ; in outputCommands()
416 getEntries(colors, nodeList) ; in outputCommands()
419 nodeList.clear() ; in outputCommands()
473 nodeList.clear() ; in print()
[all …]
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Dom/
H A DNodeList.php40 protected $nodeList; variable in Zend\\Dom\\NodeList
60 * @param DOMNodeList $nodeList
62 … public function __construct($cssQuery, $xpathQuery, DOMDocument $document, DOMNodeList $nodeList) argument
67 $this->nodeList = $nodeList;
109 return $this->nodeList->item(0);
119 …if (in_array($this->position, range(0, $this->nodeList->length - 1)) && $this->nodeList->length > …
133 return $this->nodeList->item($this->position);
155 return $this->nodeList->item($this->position);
165 return $this->nodeList->length;
176 if (in_array($key, range(0, $this->nodeList->length - 1)) && $this->nodeList->length > 0) {
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/util/xml/
H A DChildElementIterator.java41 private NodeList nodeList; field in ChildElementIterator
50 this.nodeList = sectionNode.getChildNodes(); in ChildElementIterator()
57 while (index < nodeList.getLength()) { in hasNext()
59 Node element = nodeList.item(index); in hasNext()
67 return index < nodeList.getLength(); in hasNext()
71 return nodeList.item(index++); in next()
79 private NodeList nodeList; field in SameNsChildElementIterator
94 while (index < nodeList.getLength()) { in hasNext()
96 Node element = nodeList.item(index); in hasNext()
104 return index < nodeList.getLength(); in hasNext()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathNodesImpl.java41 NodeList nodeList = null; field in XPathNodesImpl
43 public XPathNodesImpl(NodeList nodeList, Class<Node> elementType) { in XPathNodesImpl() argument
44 this.nodeList = nodeList; in XPathNodesImpl()
60 if (nodeList != null) { in hasNext()
61 return currentIndex < nodeList.getLength(); in hasNext()
68 if (nodeList != null && nodeList.getLength() > 0) { in next()
69 return elementType.cast(nodeList.item(currentIndex++)); in next()
77 if (nodeList != null) { in size()
78 return nodeList.getLength(); in size()
88 if (nodeList != null) { in get()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DNodeManager.cs69 nodeList.Add(nodeToAddFromProvider); in RegisterNodeProvider()
122 for (int i = 0; i < nodeList.Count; i++) in RequestStatusForNodes()
124 nodeList[i].NodeProvider.RequestNodeStatus(nodeList[i].NodeIndex, requestId); in RequestStatusForNodes()
164 for (int i = 0; i < nodeList.Count; i++) in PostNodeStatus()
166 if (nodeList[i].NodeId == nodeId) in PostNodeStatus()
189 for (int i = 0; i < nodeList.Count; i++) in PostCycleNotification()
191 if (nodeList[i].NodeId == nodeId) in PostCycleNotification()
193nodeList[i].NodeProvider.PostIntrospectorCommand(nodeList[i].NodeIndex, child, parent); in PostCycleNotification()
239nodeList[nodeIndex-1].NodeProvider.PostBuildResultToNode(nodeList[nodeIndex-1].NodeIndex, buildRes… in PostBuildResultToNode()
255nodeList[nodeIndex - 1].NodeProvider.PostBuildRequestToNode(nodeList[nodeIndex - 1].NodeIndex, bui… in PostBuildRequestToNode()
[all …]
/dports/textproc/xmlf90/xmlf90-1.5.5/src/dom/
H A Dm_dom_nodelist.f9028 function item_nl(nodeList, i)
38 if (.not. associated(nodeList)) RETURN
40 lp => nodeList%head
56 function getLength_nl(nodeList)
58 type(fnodeList), pointer :: nodeList local
61 if (.not. associated(nodeList)) then
64 getLength_nl = nodeList % length
69 subroutine append_nl(nodeList,node) argument
70 type(fnodeList), pointer :: nodeList local
73 if (.not. associated(nodeList)) then
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-feed/src/Reader/Extension/PodcastIndex/
H A DEntry.php32 $nodeList = $this->xpath->query($this->getXpathPrefix() . '/podcast:transcript');
34 if ($nodeList->length > 0) {
36 $transcript->url = $nodeList->item(0)->getAttribute('url');
37 $transcript->type = $nodeList->item(0)->getAttribute('type');
38 $transcript->language = $nodeList->item(0)->getAttribute('language');
39 $transcript->rel = $nodeList->item(0)->getAttribute('rel');
62 if ($nodeList->length > 0) {
64 $chapters->url = $nodeList->item(0)->getAttribute('url');
65 $chapters->type = $nodeList->item(0)->getAttribute('type');
89 if ($nodeList->length > 0) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java69 public static String systemId(NodeList nodeList) in systemId() argument
71 if (nodeList == null || nodeList.getLength() == 0) in systemId()
74 Node node = nodeList.item(0); in systemId()
117 public static String publicId(NodeList nodeList) in publicId() argument
119 if (nodeList == null || nodeList.getLength() == 0) in publicId()
122 Node node = nodeList.item(0); in publicId()
175 public static int lineNumber(NodeList nodeList) in lineNumber() argument
177 if (nodeList == null || nodeList.getLength() == 0) in lineNumber()
180 Node node = nodeList.item(0); in lineNumber()
235 if (nodeList == null || nodeList.getLength() == 0) in columnNumber()
[all …]

12345678910>>...70