Home
last modified time | relevance | path

Searched refs:table_str (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/libfort/libfort-0.4.2-11-g4123716/tests/bb_tests/
H A Dtest_table_properties.c21 assert_true(table_str != NULL); in test_table_tbl_properties()
43 table_str = ft_to_string(table); in test_table_tbl_properties()
44 assert_true(table_str != NULL); in test_table_tbl_properties()
81 assert_true(table_str != NULL); in test_table_tbl_properties()
103 table_str = ft_to_wstring(table); in test_table_tbl_properties()
104 assert_true(table_str != NULL); in test_table_tbl_properties()
147 assert_true(table_str != NULL); in test_table_cell_properties()
174 assert_true(table_str != NULL); in test_table_cell_properties()
201 assert_true(table_str != NULL); in test_table_cell_properties()
233 assert_true(table_str != NULL); in test_table_cell_properties()
[all …]
H A Dtest_table_basic.c59 assert_true(table_str != NULL); in test_bug_fixes()
75 table_str = ft_to_string(table); in test_bug_fixes()
76 assert_true(table_str != NULL); in test_bug_fixes()
98 assert_true(table_str != NULL); in test_bug_fixes()
118 assert_true(table_str != NULL); in test_bug_fixes()
139 assert_true(table_str != NULL); in test_bug_fixes()
157 assert_true(table_str != NULL); in test_bug_fixes()
178 assert_true(table_str != NULL); in test_bug_fixes()
202 assert_true(table_str != NULL); in test_bug_fixes()
265 assert_true(table_str != NULL); in test_bug_fixes()
[all …]
H A Dtest_table_border_style.c40 assert_true(table_str != NULL); in test_table_border_style()
87 assert_true(table_str != NULL); in test_table_border_style()
275 assert_true(table_str != NULL); in test_table_style()
283 const char *table_str = NULL; in test_table_builtin_border_styles() local
551 assert_true(table_str != NULL); in test_table_builtin_border_styles()
572 assert_true(table_str != NULL); in test_table_builtin_border_styles()
593 assert_true(table_str != NULL); in test_table_builtin_border_styles()
614 assert_true(table_str != NULL); in test_table_builtin_border_styles()
690 assert_true(table_str != NULL); in test_table_builtin_border_styles()
711 assert_true(table_str != NULL); in test_table_builtin_border_styles()
[all …]
H A Dtest_memory_errors.c84 const char *table_str = ft_to_string(table_copy); in create_table_and_show() local
85 if (table_str == NULL) { in create_table_and_show()
108 if (strcmp(table_str, table_str_etalon) != 0) { in create_table_and_show()
/dports/devel/libfort/libfort-0.4.2-11-g4123716/tests/bb_tests_cpp/
H A Dtest_table_properties.cpp14 std::string table_str = table.to_string(); in test_cpp_table_tbl_properties() local
37 table_str = table.to_string(); in test_cpp_table_tbl_properties()
72 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
97 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
122 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
147 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
174 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
205 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
240 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
260 std::string table_str = table.to_string(); in test_cpp_table_cell_properties() local
[all …]
H A Dtest_table_basic.cpp21 std::string table_str = table.to_string(); in test_cpp_bug_fixes() local
27 assert_string_equal(table_str, table_str_etalon); in test_cpp_bug_fixes()
68 std::string table_str = table.to_string(); in test_cpp_bug_fixes() local
106 std::string table_str = table.to_string(); in test_cpp_bug_fixes() local
127 std::string table_str = table.to_string(); in test_cpp_table_basic() local
143 std::string table_str = table.to_string(); in test_cpp_table_basic() local
180 std::string table_str = table5.to_string(); in test_cpp_table_basic() local
207 std::string table_str = table.to_string(); in test_cpp_table_basic() local
234 std::string table_str = table.to_string(); in test_cpp_table_basic() local
261 std::string table_str = table.to_string(); in test_cpp_table_basic() local
[all …]
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/input_output/
H A Dpretty_table_prints.py42 table_str = table_array_to_string(matrix, sum_)
43 print(table_str)
50 table_str = _generate_table_str(table_array_str)
51 return table_str
78 table_str = []
92 table_str.append('-' * (sum(widths)+n_cols-1))
93 table_str.append(row_format.format(*table_array[i, :]))
94 table_str = '\n'.join(table_str)
95 return table_str
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_build_text.py95 table_str = str(table).split("\n")
96 assert table_str[0] == "+--------+--------+"
97 assert table_str[1] == "| foo | bar |"
98 assert table_str[2] == "+--------+--------+"
110 table_str = str(table).split("\n")
111 assert table_str[0] == "+--------+--------+"
112 assert table_str[1] == "| foo | bar |"
113 assert table_str[2] == "|========|========|"
114 assert table_str[3] == "| FOO | BAR |"
115 assert table_str[4] == "+--------+--------+"
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_vty.c54 const char *table_str, bool onlink, in static_route_leak() argument
152 if (table_str) in static_route_leak()
153 table_id = atol(table_str); in static_route_leak()
324 table_str, false, NULL); in static_route()
498 distance_str, vrf, label, table_str);
544 tag_str, distance_str, label, table_str,
601 tag_str, distance_str, label, table_str,
663 tag_str, distance_str, label, table_str,
811 distance_str, vrf, label, table_str);
980 table_str, !!onlink, color_str);
[all …]
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_vty.c54 const char *table_str, bool onlink, in static_route_leak() argument
152 if (table_str) in static_route_leak()
153 table_id = atol(table_str); in static_route_leak()
324 table_str, false, NULL); in static_route()
498 distance_str, vrf, label, table_str);
544 tag_str, distance_str, label, table_str,
601 tag_str, distance_str, label, table_str,
663 tag_str, distance_str, label, table_str,
811 distance_str, vrf, label, table_str);
980 table_str, !!onlink, color_str);
[all …]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/examples/
H A D9-non_ascii_table.c45 const char *table_str = (const char *)ft_to_u8string(table); in main() local
46 printf("%s\n", table_str); in main()
62 const char *table_str = (const char *)ft_to_u8string(table); in main() local
63 printf("%s\n", table_str); in main()
H A D5-beautiful_table.c115 const char *table_str = ft_to_u8string(table); in colorfull_table_utf8() local
116 printf("Table:\n%s\n\n ", table_str); in colorfull_table_utf8()
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/src/perl/xml2test/
H A Dxml2test.pl453 my $table_str = '[';
459 $table_str .= ';';
462 $table_str .= '"'.$functions[$i].'","'.$functions[$i].'"';
465 $table_str .= ']';
513 print FILEOUT $table_str.','; # table
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/vs/
H A Dbsd.c96 char *table_str; in bsd_load_table() local
145 if ((table_str = tsk_malloc(32)) == NULL) { in bsd_load_table()
150 snprintf(table_str, 32, "Partition Table"); in bsd_load_table()
152 (TSK_DADDR_T) 1, TSK_VS_PART_FLAG_META, table_str, -1, -1)) { in bsd_load_table()
H A Dmac.c30 char *table_str; in mac_load_table() local
164 if ((table_str = tsk_malloc(16)) == NULL) { in mac_load_table()
168 snprintf(table_str, 16, "Table"); in mac_load_table()
170 table_str, -1, -1)) { in mac_load_table()
H A Ddos.c676 char *table_str; in dos_load_ext_table() local
714 if ((table_str = tsk_malloc(32)) == NULL) { in dos_load_ext_table()
719 snprintf(table_str, 32, "Extended Table (#%d)", table); in dos_load_ext_table()
721 (TSK_DADDR_T) 1, TSK_VS_PART_FLAG_META, table_str, table, in dos_load_ext_table()
843 char *table_str; in dos_load_prim_table() local
943 if ((table_str = tsk_malloc(32)) == NULL) { in dos_load_prim_table()
948 snprintf(table_str, 32, "Primary Table (#0)"); in dos_load_prim_table()
950 TSK_VS_PART_FLAG_META, table_str, -1, -1)) { in dos_load_prim_table()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/vs/
H A Dbsd.c96 char *table_str; in bsd_load_table() local
145 if ((table_str = tsk_malloc(32)) == NULL) { in bsd_load_table()
150 snprintf(table_str, 32, "Partition Table"); in bsd_load_table()
152 (TSK_DADDR_T) 1, TSK_VS_PART_FLAG_META, table_str, -1, -1)) { in bsd_load_table()
H A Dmac.c30 char *table_str; in mac_load_table() local
164 if ((table_str = tsk_malloc(16)) == NULL) { in mac_load_table()
168 snprintf(table_str, 16, "Table"); in mac_load_table()
170 table_str, -1, -1)) { in mac_load_table()
H A Ddos.c676 char *table_str; in dos_load_ext_table() local
714 if ((table_str = tsk_malloc(32)) == NULL) { in dos_load_ext_table()
719 snprintf(table_str, 32, "Extended Table (#%d)", table); in dos_load_ext_table()
721 (TSK_DADDR_T) 1, TSK_VS_PART_FLAG_META, table_str, table, in dos_load_ext_table()
843 char *table_str; in dos_load_prim_table() local
943 if ((table_str = tsk_malloc(32)) == NULL) { in dos_load_prim_table()
948 snprintf(table_str, 32, "Primary Table (#0)"); in dos_load_prim_table()
950 TSK_VS_PART_FLAG_META, table_str, -1, -1)) { in dos_load_prim_table()
/dports/devel/cdash/CDash-2-2-3/cdash/
H A Dpdocore.php300 $table_str = $table[0];
305 $table_str .= ", " . $table[$i];
315 $locked = pdo_query("LOCK TABLE ".$table_str);
329 return pdo_query("LOCK TABLES ".$table_str." WRITE");
/dports/devel/R-cran-clipr/clipr/R/
H A Dflat_str.R7 "table" = table_str(content, breaks, .dots),
16 table_str <- function(content, breaks, .dots) { function
/dports/science/wwplot/wwplot-0.0.8/WWplot/
H A Dtable.py118 table_str = ""
127 table_str += "\t".join(row_value) + "\n"
129 clipboard.setText(table_str)
138 table_str = clipboard.text()
139 … table_rows = table_str.splitlines() # splitlines avoids an empty line at the end
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/csv/
H A Dtest_common.cc113 auto table_str = writer.str(); in MakeSampleCsvBuffer() local
114 auto table_buffer = std::make_shared<Buffer>(table_str); in MakeSampleCsvBuffer()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/csv/
H A Dtest_common.cc115 auto table_str = writer.str(); in MakeSampleCsvBuffer() local
116 auto table_buffer = std::make_shared<Buffer>(table_str); in MakeSampleCsvBuffer()
/dports/devel/py-knack/knack-0.8.2/knack/
H A Doutput.py209 table_str = tabulate(table_data, headers="keys", tablefmt="simple",
211 if table_str == '\n':
213 return table_str + '\n'

123