Home
last modified time | relevance | path

Searched refs:rootNode (Results 1 – 25 of 4023) sorted by relevance

12345678910>>...161

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/graphite/specs/
H A Dparser.test.ts6 const rootNode = parser.getAst(); constant
8 expect(rootNode.type).toBe('metric');
15 const rootNode = parser.getAst(); constant
26 const rootNode = parser.getAst(); constant
35 const rootNode = parser.getAst(); constant
44 const rootNode = parser.getAst(); constant
51 const rootNode = parser.getAst(); constant
59 const rootNode = parser.getAst(); constant
114 expect(rootNode.pos).toBe(19);
122 expect(rootNode.pos).toBe(9);
[all …]
/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/CContLib/
H A Dccont.c52 rootNode->next = rootNode; in new_ctnr()
53 rootNode->prev = rootNode; in new_ctnr()
75 free(rootNode); in zero_destr_ctnr()
76 rootNode = 0; in zero_destr_ctnr()
120 for (it = rootNode->next; it != rootNode; it = it->next) { in insert_ctnr()
171 for (it = rootNode->next; it != rootNode; it = it->next) { in remove_at_ctnr()
202 if (rootNode->next == rootNode) in pop_ctnr()
229 for (it = rootNode->next; it != rootNode; it = it->next) { in get_ctnr()
253 for (it = rootNode->next; it != rootNode; it = it->next) { in search_ctnr()
280 for (it = rootNode->next; it != rootNode; it = it->next) { in swap_ctnr()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A Dtxml.cc49 XMLNode rootNode = XMLNode::parseString(XML_TEST_DATA, "root"); in OFTEST() local
67 OFCHECK_EQUAL(rootNode.nChildNode(), 5); in OFTEST()
68 OFCHECK_EQUAL(rootNode.nChildNode("element"), 3); in OFTEST()
69 OFCHECK_EQUAL(rootNode.nChildNode("parent"), 1); in OFTEST()
70 OFCHECK_EQUAL(rootNode.nChildNode("child"), 0); in OFTEST()
71 OFCHECK_EQUAL(rootNode.getChildNode("parent").nChildNode(), 2); in OFTEST()
75 OFCHECK_EQUAL(rootNode.getChildNode("element").nAttribute(), 1); in OFTEST()
76 OFCHECK_EQUAL(rootNode.getChildNode("element", 1).nAttribute(), 1); in OFTEST()
77 OFCHECK_EQUAL(rootNode.getChildNode("element", 2).nAttribute(), 0); in OFTEST()
78 OFCHECK_EQUAL(rootNode.getChildNode("error").nAttribute(), 0); in OFTEST()
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/utils/
H A Dxml.cc101 REQUIRE(doc.rootNode() != nullptr);
116 REQUIRE(doc.rootNode() != nullptr);
133 REQUIRE(doc.rootNode() != nullptr);
149 REQUIRE(doc.rootNode() != nullptr);
167 REQUIRE(doc.rootNode() != nullptr);
182 XmlNodeConstPtr rootNode = doc.rootNode(); variable
192 XmlNodeConstPtr rootNode = doc.rootNode(); variable
232 XmlNodeConstPtr rootNode = doc.rootNode(); variable
264 XmlNodeConstPtr rootNode = doc.rootNode(); variable
287 XmlNodeConstPtr rootNode = doc.rootNode(); variable
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/qml/qmljssimplereader/
H A Dtst_qmljssimplereader.cpp72 QVERIFY(rootNode); in testWellFormed()
73 QVERIFY(rootNode->isValid()); in testWellFormed()
110 weak01 = rootNode; in testWellFormed()
135 QVERIFY(!rootNode); in testIllFormed01()
158 QVERIFY(rootNode); in testIllFormed02()
160 QVERIFY(rootNode->isRoot()); in testIllFormed02()
193 QVERIFY(rootNode); in testArrays()
195 QVERIFY(rootNode->isRoot()); in testArrays()
244 QVERIFY(rootNode); in testBug01()
245 QVERIFY(rootNode->isValid()); in testBug01()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Private/NodeRenderSystem/Extensions/
H A DItemsExtension.swift11 var rootNode: AnimatorNode? = nil variable
27 nodeTree.rootNode = node in initializeNodeTree()
31 nodeTree.rootNode = node in initializeNodeTree()
35 nodeTree.rootNode = node in initializeNodeTree()
39 nodeTree.rootNode = node in initializeNodeTree()
43 nodeTree.rootNode = node in initializeNodeTree()
47 nodeTree.rootNode = node in initializeNodeTree()
55 nodeTree.rootNode = node in initializeNodeTree()
64 nodeTree.rootNode = node in initializeNodeTree()
68 nodeTree.rootNode = node in initializeNodeTree()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/
H A DBug205700TreeViewerTest.java36 private TreeNode rootNode; field in Bug205700TreeViewerTest
66 rootNode.add(new TreeNode("Child2")); in testAddWithoutSorter()
67 rootNode.add(new TreeNode("Child3")); in testAddWithoutSorter()
74 viewer.add(rootNode, rootNode.getChildren().toArray()); in testAddWithoutSorter()
110 viewer.add(rootNode, rootNode.getChildren().toArray()); in testAddWithSorter()
124 viewer.add(rootNode, rootNode.getChildren().toArray()); in testAddEquallySortedElements()
130 rootNode = new TreeNode("Root"); in createInput()
132 rootNode.add(child1); in createInput()
133 rootNode.add(child5); in createInput()
134 rootNode.add(child10); in createInput()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java106 this.rootNode = rootNode; in PolicyChecker()
437 rootNode = null; in processPolicies()
530 rootNode = null; in processPolicies()
550 rootNode = removeInvalidNodes(rootNode, certIndex, in processPolicies()
556 rootNode = rewriteLeafNodes(certIndex, initPolicies, rootNode); in processPolicies()
577 return rootNode; in processPolicies()
599 return rootNode; in rewriteLeafNodes()
626 return rootNode; in rewriteLeafNodes()
747 return rootNode; in processPolicyMappings()
840 return rootNode; in processPolicyMappings()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_node_graph_listener_test.cpp31 KisNodeSP rootNode = new TestNode(); in testUpdateOfListener() local
35 rootNode->setGraphListener(&listener); in testUpdateOfListener()
41 nodeFacade.addNode(child1, rootNode); in testUpdateOfListener()
42 nodeFacade.addNode(child2, rootNode); in testUpdateOfListener()
54 KisNodeSP rootNode = new TestNode(); in testRecursiveUpdateOfListener() local
62 nodeFacade.addNode(child1, rootNode); in testRecursiveUpdateOfListener()
63 nodeFacade.addNode(child2, rootNode); in testRecursiveUpdateOfListener()
81 KisNodeSP rootNode = new TestNode(); in testSequenceNumber() local
85 nodeFacade.setRoot(rootNode); in testSequenceNumber()
91 nodeFacade.addNode(child1, rootNode); in testSequenceNumber()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/
H A DConfiguration.php60 $rootNode
146 $rootNode
164 $rootNode
188 $rootNode
200 $rootNode
211 $rootNode
226 $rootNode
261 $rootNode
444 $rootNode
471 $rootNode
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/
H A DConfiguration.php60 $rootNode
146 $rootNode
164 $rootNode
188 $rootNode
200 $rootNode
211 $rootNode
226 $rootNode
261 $rootNode
444 $rootNode
471 $rootNode
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SoundLibrary/
H A DSoundLibraryDatastructures.cpp135 QDomNode rootNode = doc.firstChildElement( "drumkit_pattern" ); in SoundLibraryInfo() local
136 if ( !rootNode.isNull() ) in SoundLibraryInfo()
139 setAuthor( LocalFileMng::readXmlString( rootNode,"author", "undefined author" ) ); in SoundLibraryInfo()
142 QDomNode patternNode = rootNode.firstChildElement( "pattern" ); in SoundLibraryInfo()
153 rootNode = doc.firstChildElement( "drumkit_info" ); in SoundLibraryInfo()
154 if ( !rootNode.isNull() ) in SoundLibraryInfo()
159 setName( LocalFileMng::readXmlString( rootNode,"name", "" ) ); in SoundLibraryInfo()
161 setImage( LocalFileMng::readXmlString( rootNode,"image", "" ) ); in SoundLibraryInfo()
168 rootNode = doc.firstChildElement( "song" ); in SoundLibraryInfo()
169 if ( !rootNode.isNull() ) in SoundLibraryInfo()
[all …]
/dports/graphics/alembic/alembic-1.8.3/houdini/SOP_AlembicIn/OPalembic/Object_1alembicarchive/
H A DPythonModule2 def BuildHierarchyRoot(rootNode):
4 for child in rootNode.children():
10 rootNode.evalParm('fileName'), "")
15 WalkHierarchy(rootNode, rootNode, '', entry, pathList)
30 def WalkHierarchy(rootNode, parentNode, parentPath, childEntry, pathList):
47 relPath = sopNode.relativePathTo(rootNode)
56 ExpressionToParm(rootNode.parm('frame'), sopNode.parm('frame'))
57 ExpressionToParm(rootNode.parm('fps'), sopNode.parm('fps'))
71 ExpressionToParm(rootNode.parm('fps'), currentNode.parm('fps'))
86 currentNode.addSpareParmTuple(rootNode.parm('fps').parmTemplate(),
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DBasicViewGenerator.cs90 rootNode = IsolateUnions(rootNode); in CreateViewExpression()
96 rootNode = IsolateByOperator(rootNode, CellTreeOpType.Union); in CreateViewExpression()
97 rootNode = IsolateByOperator(rootNode, CellTreeOpType.IJ); in CreateViewExpression()
98 rootNode = IsolateByOperator(rootNode, CellTreeOpType.LOJ); in CreateViewExpression()
101 rootNode = ConvertUnionsToNormalizedLOJs(rootNode); in CreateViewExpression()
104 return rootNode; in CreateViewExpression()
173 return rootNode; in IsolateUnions()
182 rootNode.Children[i] = IsolateUnions(rootNode.Children[i]); in IsolateUnions()
254 rootNode.Children[i] = ConvertUnionsToNormalizedLOJs(rootNode.Children[i]); in ConvertUnionsToNormalizedLOJs()
258 if (rootNode.OpType != CellTreeOpType.LOJ || rootNode.Children.Count < 2) in ConvertUnionsToNormalizedLOJs()
[all …]
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/ginkgo/ginkgo/convert/
H A Dtestfile_rewriter.go25 rootNode, err := parser.ParseFile(fileSet, pathToFile, nil, 0)
30 addGinkgoImports(rootNode)
31 removeTestingImport(rootNode)
37 for _, testFunc := range findTestFuncs(rootNode) {
47 imports := rootNode.Decls[0]
48 tail := rootNode.Decls[1:]
50 rewriteOtherFuncsToUseGinkgoT(rootNode.Decls)
51 walkNodesInRootNodeReplacingTestingT(rootNode)
54 if err = format.Node(&buffer, fileSet, rootNode); err != nil {
74 for index, child := range rootNode.Decls {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/ginkgo/ginkgo/convert/
H A Dtestfile_rewriter.go25 rootNode, err := parser.ParseFile(fileSet, pathToFile, nil, 0)
30 addGinkgoImports(rootNode)
31 removeTestingImport(rootNode)
37 for _, testFunc := range findTestFuncs(rootNode) {
47 imports := rootNode.Decls[0]
48 tail := rootNode.Decls[1:]
50 rewriteOtherFuncsToUseGinkgoT(rootNode.Decls)
51 walkNodesInRootNodeReplacingTestingT(rootNode)
54 if err = format.Node(&buffer, fileSet, rootNode); err != nil {
74 for index, child := range rootNode.Decls {
[all …]

12345678910>>...161