Home
last modified time | relevance | path

Searched refs:nodeChildren (Results 1 – 25 of 49) sorted by relevance

12

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/xmp_sdk/XMPCore/source/
H A DXMPIterator2.cpp126 if (!info.currPos->nodeChildren.empty()) { in AdvanceIteratorPosition()
129 info.currPos = info.currPos->nodeChildren.begin(); in AdvanceIteratorPosition()
135 info.currPos->nodeChildren.clear(); in AdvanceIteratorPosition()
173 info.currPos->nodeChildren.clear(); in GetNextNode()
327 AddNodeOffSpring(info.tree.nodeChildren.back(), destNode); in XMPIterator2()
335 info.tree.nodeChildren.push_back(IteratorNode(kXMP_SchemaNode, schemaNS, 0)); in XMPIterator2()
336 IteratorNode & iterSchema = info.tree.nodeChildren.back(); in XMPIterator2()
352 if (iterSchema.nodeChildren.empty()) { in XMPIterator2()
376 IteratorNode & iterSchema = info.tree.nodeChildren.back(); in XMPIterator2()
389 info.currPos = info.tree.nodeChildren.begin(); in XMPIterator2()
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Post/MathML/
H A DLinebreaker.pm232 my @children = nodeChildren($node);
341 my @children = nodeChildren($node);
365 sub nodeChildren { subroutine
576 my @children = nodeChildren($node);
848 my @children = nodeChildren($node);
885 nodeChildren($node))]; }
925 foreach my $row (nodeChildren($node)) {
1018 my ($base, $sub) = nodeChildren($node);
1023 my ($base, $sup) = nodeChildren($node);
1033 my ($base, $sub) = nodeChildren($node);
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-community/src/org/herac/tuxguitar/community/browser/
H A DTGBrowserResponse.java84 NodeList nodeChildren = elementNode.getChildNodes(); in loadElements() local
85 for (int c = 0; c < nodeChildren.getLength(); c++) { in loadElements()
86 Node child = nodeChildren.item( c ); in loadElements()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/util/
H A DMDD.java640 int[] nodeChildren = new int[domainLimits[level]]; in reduce() local
645 nodeChildren[k] = TERMINAL; in reduce()
648 nodeChildren[k] = reduce(diagram[node + k], level + 1); in reduce()
649 diagram[node + k] = nodeChildren[k]; in reduce()
659 if (currentNode[i] != nodeChildren[i]) in reduce()
675 same[level][numberOfChildren].add(nodeChildren); in reduce()
/dports/games/0ad/0ad-0.0.23b-alpha/source/tools/atlas/AtlasObject/
H A DAtlasObjectJS.cpp82 json_spirit::Array nodeChildren = node.get_array(); in ConvertNode() local
83 json_spirit::Array::iterator itr = nodeChildren.begin(); in ConvertNode()
85 for (; itr != nodeChildren.end(); ++itr) in ConvertNode()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/networkTree/
H A DNetworkView.cpp256 ZLBlockTreeNode::List nodeChildren = node.children(); in updateAccountDependents() local
257 ZLBlockTreeNode::List::iterator nodeIt = nodeChildren.begin(); in updateAccountDependents()
269 while (nodeIt != nodeChildren.end()) { in updateAccountDependents()
308 while (nodeIt != nodeChildren.end()) { in updateAccountDependents()
/dports/cad/openroad/OpenROAD-2.0/src/pdr/src/
H A Dpdrev.cpp148 std::vector<int>& nodeChildren = node.children; in replaceNode() local
155 for (int child : nodeChildren) { in replaceNode()
160 nodeChildren.clear(); in replaceNode()
179 std::vector<int> nodeChildren = node.children; in transferChildren() local
188 for (int child : nodeChildren) { in transferChildren()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DTreeTools.ibf357 nodeChildren = nodeInfo["Children"];
358 for (nic = Abs(nodeChildren)-1; nic >=0; nic = nic-1)
360 nodeCache [Abs(nodeCache)] = nodeChildren[nic];
607 nodeChildren = nodeInfo ["Children"];
608 cCount = Abs(nodeChildren);
618 localMatrices[s1] = assignmentMatrices[(treeAVL [nodeChildren[s1]]) ["Name"]];
679 nodeChildren = nodeInfo ["Children"];
681 if (Abs(nodeChildren))
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs63 , nodeChildren
369 nodeChildren :: Node -> [Node]
370 nodeChildren = isElement >=> elementNodes function
373 nodeContent = nodeChildren >=> isContent
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/xml-types-0.3.7/lib/Data/XML/
H A DTypes.hs63 , nodeChildren
369 nodeChildren :: Node -> [Node]
370 nodeChildren = isElement >=> elementNodes function
373 nodeContent = nodeChildren >=> isContent
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs63 , nodeChildren
369 nodeChildren :: Node -> [Node]
370 nodeChildren = isElement >=> elementNodes function
373 nodeContent = nodeChildren >=> isContent
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs63 , nodeChildren
369 nodeChildren :: Node -> [Node]
370 nodeChildren = isElement >=> elementNodes function
373 nodeContent = nodeChildren >=> isContent
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/xml-types-0.3.8/lib/Data/XML/
H A DTypes.hs63 , nodeChildren
369 nodeChildren :: Node -> [Node]
370 nodeChildren = isElement >=> elementNodes function
373 nodeContent = nodeChildren >=> isContent
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/
H A DArrayNodeDefinitionTest.php198 $nodeChildren = $this->getField($node, 'children');
199 $this->assertArrayHasKey('enabled', $nodeChildren);
201 $enabledNode = $nodeChildren['enabled'];
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Tests/Definition/Builder/
H A DArrayNodeDefinitionTest.php198 $nodeChildren = $this->getField($node, 'children');
199 $this->assertArrayHasKey('enabled', $nodeChildren);
201 $enabledNode = $nodeChildren['enabled'];
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/physical/
H A Dzookeeper.go242 nodeChildren, _, _ := c.client.Children(fullPath + "/" + key)
243 if nodeChildren != nil && len(nodeChildren) > 0 {
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Tests/Definition/Builder/
H A DArrayNodeDefinitionTest.php201 $nodeChildren = $this->getField($node, 'children');
202 $this->assertArrayHasKey('enabled', $nodeChildren);
204 $enabledNode = $nodeChildren['enabled'];
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgsremoteeptpointcloudindex.h51 QList<IndexedPointCloudNode> nodeChildren( const IndexedPointCloudNode &n ) const override;
/dports/net-im/psi/psi-1.5/src/tools/optionstree/
H A Doptionstree.cpp134 return tree_.nodeChildren(); in allOptionNames()
145 return tree_.nodeChildren(parent,direct,internal_nodes); in getChildOptionNames()
H A Dvarianttree.h67 …QStringList nodeChildren(const QString& node = "", bool direct = false, bool internal_nodes = fals…
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieUtils.hs40 go ast = M.unionsWith (++) (this : map go (nodeChildren ast))
254 n : concatMap flattenAst (nodeChildren n)
264 nodeChildren node
275 nodeChildren node
281 [ foldMap (First . selectSmallestContaining sp) $ nodeChildren node
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieUtils.hs40 go ast = M.unionsWith (++) (this : map go (nodeChildren ast))
254 n : concatMap flattenAst (nodeChildren n)
264 nodeChildren node
275 nodeChildren node
281 [ foldMap (First . selectSmallestContaining sp) $ nodeChildren node
/dports/lang/ghc/ghc-8.10.7/compiler/hieFile/
H A DHieUtils.hs42 go ast = M.unionsWith (++) (this : map go (nodeChildren ast))
258 n : concatMap flattenAst (nodeChildren n)
268 nodeChildren node
279 nodeChildren node
285 [ foldMap (First . selectSmallestContaining sp) $ nodeChildren node
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hiedb-0.4.0.0/src/HieDb/
H A DUtils.hs240 identifierTree nd@HieTypes.Node{ nodeChildren } =
242 { rootLabel = nd { nodeChildren = mempty }
243 , subForest = map identifierTree nodeChildren
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/
H A Dvtooluniondetails.cpp1166 QVector<quint32> nodeChildren; in CreateUnitedDetailCSA() local
1195 children += nodeChildren; in CreateUnitedDetailCSA()
1218 QVector<quint32> nodeChildren; in CreateUnitedDetailInternalPaths() local
1247 children += nodeChildren; in CreateUnitedDetailInternalPaths()
1272 QVector<quint32> nodeChildren; in CreateUnitedDetailPins() local
1279 children += nodeChildren; in CreateUnitedDetailPins()
1287 QVector<quint32> nodeChildren; in CreateUnitedDetailPlaceLabels() local
1294 children += nodeChildren; in CreateUnitedDetailPlaceLabels()
1462 QVector<quint32> nodeChildren {id}; in UpdateUnitedDetailPaths() local
1463 UpdatePathNode(initData.data, path.at(j), nodeChildren, dx, dy, pRotate, angle); in UpdateUnitedDetailPaths()
[all …]

12