Home
last modified time | relevance | path

Searched refs:tree_string (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/devel/p5-Tree-Parser/Tree-Parser-0.15/t/
H A D50_Tree_Parser_default_filters_test.t13 my $tree_string = <<TREE_STRING;
21 chomp $tree_string;
23 my $tp = Tree::Parser->new($tree_string);
36 my $tree_string = <<TREE_STRING;
44 chomp $tree_string;
46 my $tp = Tree::Parser->new($tree_string);
60 my $tree_string = <<TREE_STRING;
71 chomp $tree_string;
73 my $tp = Tree::Parser->new($tree_string);
86 my $tree_string = <<TREE_STRING;
[all …]
H A D20_Tree_Parser_inputs_test.t15 my $tree_string = <<TREE_STRING;
27 chomp $tree_string;
60 is((join "\n" => @deparsed_string), $tree_string, '... deparse worked');
68 $tp->setInput($tree_string);
95 $tp->setInput([ split /\n/ => $tree_string ]);
117 my $tp = Tree::Parser->new(Array::Iterator->new( split /\n/ => $tree_string ));
H A D10_Tree_Parser_test.t12 my $tree_string = <<TREE_STRING;
24 chomp $tree_string;
28 my $tp = Tree::Parser->new($tree_string);
68 is($deparsed_string, $tree_string, '... deparse did not work');
H A D60_Tree_Parser_tree_filter_test.t12 my $tree_string = <<TREE_STRING;
24 chomp $tree_string;
29 my $tp = Tree::Parser->new($tree_string);
/dports/biology/iqtree/IQ-TREE-2.0.6/terraphast/tools/
H A Disomorphic.cpp17 auto tree_string = std::string{}; in read_trees()
19 while (tree_string.empty()) { in read_trees()
20 std::getline(tree_file, tree_string); in read_trees()
23 auto fst_tree = parse_new_nwk(tree_string); in read_trees()
29 std::getline(tree_file, tree_string); in read_trees()
30 if (tree_string.empty()) { in read_trees()
33 trees.push_back(parse_nwk(tree_string, indices)); in read_trees()
H A Dreroot.cpp18 auto tree_string = std::string{}; in main()
19 std::getline(tree_file, tree_string); in main()
20 auto tree = terraces::parse_nwk(tree_string, data.indices); in main()
H A Dsubtree.cpp18 auto tree_string = std::string{}; in main()
19 std::getline(tree_file, tree_string); in main()
20 auto data = terraces::parse_new_nwk(tree_string); in main()
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dnex2text_tree.pl79 my $tree_string; # Contains the tree as string ( upperXbound by upperYbound matrix)
139 $tree_string->[$i] = [split(/1/,' 1' x $upperXbound)];
147 print $out_file_h join '', @{$tree_string->[$i]} , "\n";
178 $$tree_string[$y1][$j] = "+";
180 $$tree_string[$y1][$j] = "-";
193 $$tree_string[$j][$x0] = "+";
195 $$tree_string[$j][$x0] = "|";
203 $$tree_string[$y1][$x1 + 2] = $name;
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/fiasco/output/
H A Dtree.c61 byte_t *tree_string; /* bitstring to encode */ in write_tree() local
71 tree_string = Calloc (MAXSTATES * MAXLABELS, sizeof (byte_t)); in write_tree()
78 tree_string [total++] = 1; in write_tree()
81 tree_string [total++] = 0; in write_tree()
90 encode_tree (output, tree_string, total, scale, 1, 11); in write_tree()
93 Free (tree_string); in write_tree()
/dports/games/widelands/widelands-build21/data/scripting/editor/
H A Dterrain_help.lua65 local tree_string = ""
67 tree_string = tree_string .. li_object(v.tree.name,
74 if (tree_string ~="") then
75 result = result .. tree_string
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-search/
H A Dgnc-general-search.c289 gchar *lc_text, *tree_string, *lc_tree_string; in gnc_gsl_focus_out_cb() local
313 tree_string = g_strdup(qof_object_printable(priv->type, gsl->selected_item)); in gnc_gsl_focus_out_cb()
314 lc_tree_string = g_utf8_strdown(tree_string, -1); in gnc_gsl_focus_out_cb()
316 g_free(tree_string); in gnc_gsl_focus_out_cb()
325 gtk_tree_model_get(model, &iter, GSL_COLUMN_TEXT, &tree_string, -1); in gnc_gsl_focus_out_cb()
326 lc_tree_string = g_utf8_strdown(tree_string, -1); in gnc_gsl_focus_out_cb()
328 g_free(tree_string); in gnc_gsl_focus_out_cb()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dstmt-expr-4.c5 struct tree_string struct
12 struct tree_string string; argument

12345678910>>...14