Home
last modified time | relevance | path

Searched refs:str_tree (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/
H A Dtreesblock_methods.t75 my $str_tree = "(((((((A:3,B:1):1[100],C:2):1[90],D:3):1[80],E:4):1[70],F:5):1[60],G:6):1[50],H:7):…
78 $trees_block->add_tree_from_newick($str_tree, "basic_ladder");
84 is ($trees_block->get_tree('basic_ladder')->as_string_inodes_nameless(), ($str_tree . ";"), "string…
117 $str_tree = "(((((((A:3,B:1):1[100],C:2):1[90],D:3):1[80],E:4):1[70],F:5):1[60],G:6):1[50],H:7):1[4…
120 $trees_block->add_tree_from_newick($str_tree, "basic_ladder");
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dstats_tree_dialog.cpp189 GString *str_tree; in on_sbStart_valueChanged()
192 str_tree = stats_tree_format_as_str(st_, format, statsTreeWidget()->sortColumn(), in on_sbStart_valueChanged()
195 return gstring_free_to_qbytearray(str_tree); in on_sbStart_valueChanged()
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dstats_tree_dialog.cpp189 GString *str_tree; in getTreeAsString() local
192 str_tree = stats_tree_format_as_str(st_, format, statsTreeWidget()->sortColumn(), in getTreeAsString()
195 return gstring_free_to_qbytearray(str_tree); in getTreeAsString()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dstats_tree_dialog.cpp189 GString *str_tree; in getTreeAsString() local
192 str_tree = stats_tree_format_as_str(st_, format, statsTreeWidget()->sortColumn(), in getTreeAsString()
195 return gstring_free_to_qbytearray(str_tree); in getTreeAsString()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dstats_tree_dialog.cpp189 GString *str_tree;
192 str_tree = stats_tree_format_as_str(st_, format, statsTreeWidget()->sortColumn(),
195 return gstring_free_to_qbytearray(str_tree);
/dports/sysutils/thefish/thefish-0.6.7/
H A Dgtk_ui.c194 GtkWidget *str_tree; in create_gtk_ui() local
483 str_tree = gtk_tree_view_new_with_model(GTK_TREE_MODEL(str_store)); in create_gtk_ui()
493 gtk_tree_view_append_column(GTK_TREE_VIEW(str_tree), str_status_column); in create_gtk_ui()
503 gtk_tree_view_append_column(GTK_TREE_VIEW(str_tree), str_name_column); in create_gtk_ui()
516 gtk_tree_view_append_column(GTK_TREE_VIEW(str_tree), str_value_column); in create_gtk_ui()
518 gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(str_tree), TRUE); in create_gtk_ui()
519 gtk_tree_view_columns_autosize(GTK_TREE_VIEW(str_tree)); in create_gtk_ui()
527 str_selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(str_tree)); in create_gtk_ui()
540 gtk_container_add(GTK_CONTAINER(scrolled_window2), str_tree); in create_gtk_ui()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/tests/
H A Dtest__util.py160 tree, str_tree, tree_format = self._build_tree()
164 self.assertNotIn('Parent', str_tree) # Simple output
/dports/print/texlive-base/texlive-20150521-source/texk/chktex/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregcomp.c794 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
795 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
952 dfa->str_tree = NULL; in free_workarea_compile()
968 first = dfa->str_tree->first->node_idx; in create_initial_state()
1132 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1143 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1146 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1149 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1150 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dregcomp.c777 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
778 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
935 dfa->str_tree = NULL; in free_workarea_compile()
951 first = dfa->str_tree->first->node_idx; in create_initial_state()
1113 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1124 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1127 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1130 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1131 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/comms/direwolf/direwolf-1.6/external/regex/
H A Dregcomp.c773 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
774 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
931 dfa->str_tree = NULL; in free_workarea_compile()
947 first = dfa->str_tree->first->node_idx; in create_initial_state()
1109 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1120 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1123 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1126 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1127 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/ctags/ctags-5.8/gnu_regex/
H A Dregcomp.c794 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
795 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
952 dfa->str_tree = NULL; in free_workarea_compile()
968 first = dfa->str_tree->first->node_idx; in create_initial_state()
1132 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1143 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1146 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1149 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1150 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/geany/geany-1.38/ctags/gnu_regex/
H A Dregcomp.c794 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
795 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
952 dfa->str_tree = NULL; in free_workarea_compile()
968 first = dfa->str_tree->first->node_idx; in create_initial_state()
1132 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1143 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1146 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1149 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1150 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/japanese/ctags/ctags-5.8j2/gnu_regex/
H A Dregcomp.c794 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
795 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
952 dfa->str_tree = NULL; in free_workarea_compile()
968 first = dfa->str_tree->first->node_idx; in create_initial_state()
1132 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1143 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1146 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1149 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1150 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c762 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
763 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
920 dfa->str_tree = NULL; in free_workarea_compile()
936 first = dfa->str_tree->first->node_idx; in create_initial_state()
1098 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1109 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1112 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1115 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1116 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/mingw-libgnurx-2.5.1/
H A Dregcomp.c773 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
774 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
931 dfa->str_tree = NULL; in free_workarea_compile()
947 first = dfa->str_tree->first->node_idx; in create_initial_state()
1109 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1120 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1123 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1126 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1127 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/regex/
H A Dregcomp.c769 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
770 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
927 dfa->str_tree = NULL; in free_workarea_compile()
943 first = dfa->str_tree->first->node_idx; in create_initial_state()
1105 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1116 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1119 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1122 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1123 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/regex/
H A Dregcomp.c769 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
770 if (BE (dfa->str_tree == NULL, 0)) in re_compile_internal()
927 dfa->str_tree = NULL; in free_workarea_compile()
943 first = dfa->str_tree->first->node_idx; in create_initial_state()
1105 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1116 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1119 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1122 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1123 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dregcomp.c790 dfa->str_tree = parse (&regexp, preg, syntax, &err); in re_compile_internal()
791 if (__glibc_unlikely (dfa->str_tree == NULL)) in re_compile_internal()
989 dfa->str_tree = NULL; in free_workarea_compile()
1005 first = dfa->str_tree->first->node_idx; in create_initial_state()
1183 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze()
1194 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze()
1197 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze()
1200 preorder (dfa->str_tree, calc_next, dfa); in analyze()
1201 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze()

1234567