Home
last modified time | relevance | path

Searched refs:addLeaf (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/devel/avro-cpp/avro-cpp-1.11.0/impl/
H A DSchema.cc34 node_->addLeaf(fieldSchema.root()); in addField()
53 node_->addLeaf(itemsSchema.root()); in ArraySchema()
57 node_->addLeaf(itemsSchema.root()); in ArraySchema()
61 node_->addLeaf(valuesSchema.root()); in MapSchema()
65 node_->addLeaf(valuesSchema.root()); in MapSchema()
87 node_->addLeaf(typeSchema.root()); in addType()
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/iterators/
H A DTestObjectGraphIterator.java303 Leaf l1 = b1.addLeaf(); in testIteration_Transformed2()
304 Leaf l2 = b1.addLeaf(); in testIteration_Transformed2()
305 Leaf l3 = b2.addLeaf(); in testIteration_Transformed2()
306 Leaf l4 = b3.addLeaf(); in testIteration_Transformed2()
307 Leaf l5 = b5.addLeaf(); in testIteration_Transformed2()
339 Leaf l1 = b1.addLeaf(); in testIteration_Transformed3()
340 Leaf l2 = b1.addLeaf(); in testIteration_Transformed3()
341 Leaf l3 = b2.addLeaf(); in testIteration_Transformed3()
342 Leaf l4 = b3.addLeaf(); in testIteration_Transformed3()
343 Leaf l5 = b4.addLeaf(); in testIteration_Transformed3()
[all …]
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/
H A DSchema.cc41 node_->addLeaf(fieldSchema.root()); in addField()
53 node_->addLeaf(itemsSchema.root()); in ArraySchema()
57 node_->addLeaf(valuesSchema.root()); in MapSchema()
80 node_->addLeaf(typeSchema.root()); in addType()
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/
H A DSchema.cc41 node_->addLeaf(fieldSchema.root()); in addField()
53 node_->addLeaf(itemsSchema.root()); in ArraySchema()
57 node_->addLeaf(valuesSchema.root()); in MapSchema()
80 node_->addLeaf(typeSchema.root()); in addType()
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/DevDiscover/
H A DCiscoIOS_Docsis.pm181 $cb->addLeaf( $macNode, 'All_Modems', $param, [] );
201 $cb->addLeaf( $intfNode, 'Modems_Registered',
225 $cb->addLeaf( $intfNode, 'Util',
234 $cb->addLeaf( $intfNode, 'ContSlots',
H A DRFC2670_DOCS_IF.pm291 $cb->addLeaf( $intfNode, 'SNR', $param );
298 $cb->addLeaf( $intfNode, 'Correctable',
306 $cb->addLeaf( $intfNode, 'Uncorrectable',
316 $cb->addLeaf( $intfNode, 'UsedBytes',
H A DRFC4319_HDSL2_SHDSL_LINE_MIB.pm374 $cb->addLeaf( $ifSubtree, 'SNR_Summary', $snr_mg_params );
377 $cb->addLeaf( $ifSubtree, 'Error_Summary', $err_mg_params );
380 $cb->addLeaf( $ifSubtree, 'CRCA_Summary', $crc_mg_params );
H A DFoundry.pm396 $cb->addLeaf( $devNode, 'Chassis_Temperature',
503 $cb->addLeaf
527 $cb->addLeaf( $tempNode, 'Temperature_Overview', $mgParam );
H A DCasaCMTS.pm183 $cb->addLeaf( $macNode, 'All_Modems', $param, [] );
203 $cb->addLeaf( $intfNode, 'Modems_Registered',
H A DArbor_E.pm749 $cb->addLeaf
773 $cb->addLeaf($nodeTree, 'Summary', $multiParam, undef );
916 $cb->addLeaf( $cpuTree, $cpuName,
935 $cb->addLeaf($cpuTree, 'Summary', $multiParam, undef );
1019 my $stateNode = $cb->addLeaf
1038 $cb->addLeaf($stateTree, 'Summary', $multiParam, undef );
H A DAlliedTelesyn_PBC18.pm269 $cb->addLeaf( $modNode, 'Port_' . $portName, $portParam );
273 $cb->addLeaf( $modNode, 'AllPorts', $mgParam );
H A DRFC2790_HOST_RESOURCES.pm267 $cb->addLeaf( $subtreeNode, $cpuName, $param,
291 $cb->addLeaf( $subtreeNode, $ref->{'param'}{'storage-nick'},
H A DFTOS.pm322 my $nodePSU = $cb->addLeaf( $nodeTop, $leafName,
366 $cb->addLeaf( $subtreeNode, $leafName, $param, $templates );
H A DCiscoIOS.pm641 $cb->addLeaf
784 $cb->addLeaf
831 $cb->addLeaf($subtreeNode, $leafName, $params,
H A DCiscoIOS_MacAccounting.pm366 $cb->addLeaf
380 $cb->addLeaf
/dports/devel/fossil/fossil-src-2.17/src/
H A Dleaf.c111 static Stmt addLeaf; in leaf_check() local
133 db_static_prepare(&addLeaf, "INSERT OR IGNORE INTO leaf VALUES(:rid)"); in leaf_check()
134 db_bind_int(&addLeaf, ":rid", rid); in leaf_check()
135 db_step(&addLeaf); in leaf_check()
136 db_reset(&addLeaf); in leaf_check()
/dports/biology/iqtree/IQ-TREE-2.0.6/pda/
H A Dpruning.cpp70 addLeaf(node); in buildLeaves()
138 addLeaf(othernodes[i]); in deleteExNode()
162 void Pruning::addLeaf(Node* leaf) { in addLeaf() function in Pruning
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DParse.hs202 addLeaf :: LineNumber -> Leaf -> ContainerM ()
203 addLeaf lineNum lf = do function
209 closeContainer >> addLeaf lineNum lf
377 RawHtmlBlock{} | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
378 IndentedCode | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
384 else addLeaf lineNumber (TextLine t')
396 , ct /= IndentedCode -> addLeaf lineNumber (TextLine t)
417 _ -> addLeaf lineNumber lf
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DParse.hs202 addLeaf :: LineNumber -> Leaf -> ContainerM ()
203 addLeaf lineNum lf = do function
209 closeContainer >> addLeaf lineNum lf
377 RawHtmlBlock{} | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
378 IndentedCode | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
384 else addLeaf lineNumber (TextLine t')
396 , ct /= IndentedCode -> addLeaf lineNumber (TextLine t)
417 _ -> addLeaf lineNumber lf
/dports/devel/elm-format/elm-format-0.8.3/markdown/Cheapskate/
H A DParse.hs201 addLeaf :: LineNumber -> Leaf -> ContainerM ()
202 addLeaf lineNum lf = do function
208 closeContainer >> addLeaf lineNum lf
411 RawHtmlBlock{} | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
412 IndentedCode | numUnmatched == 0 -> addLeaf lineNumber (TextLine t')
418 else addLeaf lineNumber (TextLine t')
436 , ct /= IndentedCode -> addLeaf lineNumber (TextLine t)
461 _ -> addLeaf lineNumber lf
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php421 $first_child->addLeaf($mock_leaf);
449 $this->root_object->addLeaf($mock_leaf);
478 $child_l->addLeaf($mock_leaf1);
482 $child_n->addLeaf($mock_leaf2);
490 $child_n->addLeaf($mock_leaf2);
599 $child_l->addLeaf($mock_leaf);
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/test/
H A DilObjStudyProgrammeTest.php492 $first_child->addLeaf($mock_leaf);
520 $this->root_object->addLeaf($mock_leaf);
549 $child_l->addLeaf($mock_leaf1);
553 $child_n->addLeaf($mock_leaf2);
561 $child_n->addLeaf($mock_leaf2);
670 $child_l->addLeaf($mock_leaf);
/dports/databases/opentsdb/opentsdb-2.3.0/test/tree/
H A DTestBranch.java200 assertFalse(branch.addLeaf(leaf, tree));
215 assertFalse(branch.addLeaf(leaf, tree));
228 public void addLeaf() throws Exception {
235 assertTrue(branch.addLeaf(leaf, null));
241 branch.addLeaf(null, null);
556 root.addLeaf(leaf, tree);
559 root.addLeaf(leaf, tree);
/dports/www/grafana8/grafana-8.3.6/pkg/macaron/
H A Dtree.go191 func (t *Tree) addLeaf(pattern string, handle Handle) *Leaf { func
204 parent.parent.addLeaf(parent.pattern, handle)
206 parent.addLeaf("", handle) // Root tree can add as empty pattern.
253 return t.addLeaf(pattern, handle)
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DComposite.h243 outputAcc.addLeaf(new LeafNodeType(*tmpLeafNodes[i])); in operator()
251 outputAcc.addLeaf(new LeafNodeType(*tmpLeafNodes[i])); in operator()
337 outputAcc.addLeaf(new LeafNodeType(lhsNode)); in operator()
341 outputAcc.addLeaf(new LeafNodeType(lhsNode)); in operator()
451 outputAcc.addLeaf(new LeafNodeType(*tmpLeafNodes[i])); in operator()
461 outputAcc.addLeaf(outputNode); in operator()
469 outputAcc.addLeaf(new LeafNodeType(*tmpLeafNodes[i])); in operator()
522 outputAcc.addLeaf(new LeafNodeType(rhsNode)); in operator()
528 outputAcc.addLeaf(outputNode); in operator()
532 outputAcc.addLeaf(new LeafNodeType(rhsNode)); in operator()
[all …]

123456789