/dports/sysutils/tracker3/tracker-3.1.2/tests/libtracker-data/ |
H A D | tracker-service-test.c | 84 GString *row_str = g_string_new (NULL); in check_result() local 90 g_string_append (row_str, "\t"); in check_result() 101 g_string_free (row_str, TRUE); in check_result() 102 row_str = NULL; in check_result() 108 g_string_append_printf (row_str, "\"%s\"", str); in check_result() 112 if (row_str) { in check_result() 113 g_string_append (test_results, row_str->str); in check_result() 114 g_string_free (row_str, TRUE); in check_result()
|
H A D | tracker-sparql-test.c | 361 GString *row_str = g_string_new (NULL); in check_result() local 367 g_string_append (row_str, "\t"); in check_result() 378 g_string_free (row_str, TRUE); in check_result() 379 row_str = NULL; in check_result() 385 g_string_append_printf (row_str, "\"%s\"", str); in check_result() 389 if (row_str) { in check_result() 390 g_string_append (test_results, row_str->str); in check_result() 391 g_string_free (row_str, TRUE); in check_result()
|
/dports/sysutils/tracker3/tracker-3.1.2/tests/libtracker-sparql/ |
H A D | tracker-statement-test.c | 81 GString *row_str = g_string_new (NULL); in check_result() local 87 g_string_append (row_str, "\t"); in check_result() 98 g_string_free (row_str, TRUE); in check_result() 99 row_str = NULL; in check_result() 105 g_string_append_printf (row_str, "\"%s\"", str); in check_result() 109 if (row_str) { in check_result() 110 g_string_append (test_results, row_str->str); in check_result() 111 g_string_free (row_str, TRUE); in check_result()
|
/dports/textproc/ibus-table/ibus-table-1.14.1/tools/ |
H A D | ibus-table-query | 95 row_str = [str(x).strip() for x in row] 96 if len(row_str[1]) == 1: 97 row_str[1] += "[U+{:X}]".format(ord(row_str[1])) 98 line = format_str.format(*row_str)
|
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/ |
H A D | xlsxcellreference.cpp | 110 const QString row_str = match.captured(2); in init() local 111 _row = row_str.toInt(); in init() 119 const QString row_str = re.cap(2); in init() 120 _row = row_str.toInt(); in init()
|
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/formula/ |
H A D | translate.py | 63 def translate_row(row_str, rdelta): argument 67 if row_str.startswith('$'): 68 return row_str 70 new_row = int(row_str) + rdelta
|
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/xlsxwriter/ |
H A D | utility.py | 122 row_str = match.group(4) 132 row = int(row_str) - 1 158 row_str = match.group(4) 178 row = int(row_str) - 1
|
/dports/chinese/tintin++/tt/src/ |
H A D | split.c | 258 void split_show(struct session *ses, char *prompt, char *row_str, char *col_str) in split_show() argument 265 if (*row_str) in split_show() 267 row = get_row_index_arg(ses, row_str); in split_show() 294 …, "#ERROR: PROMPT ROW IS OUTSIDE THE SCREEN: {%s} {%s} {%s} [%d].", prompt, row_str, col_str, row); in split_show() 301 …#ERROR: PROMPT COLUMN IS OUTSIDE THE SCREEN: {%s} {%s} {%s} [%d].", prompt, row_str, col_str, col); in split_show() 308 …ROMPT, "#ERROR: PROMPT ROW IS INSIDE THE SCROLLING REGION: {%s} {%s} [%d].", prompt, row_str, row); in split_show()
|
/dports/net/tintin++/tt/src/ |
H A D | split.c | 258 void split_show(struct session *ses, char *prompt, char *row_str, char *col_str) in split_show() argument 265 if (*row_str) in split_show() 267 row = get_row_index_arg(ses, row_str); in split_show() 294 …, "#ERROR: PROMPT ROW IS OUTSIDE THE SCREEN: {%s} {%s} {%s} [%d].", prompt, row_str, col_str, row); in split_show() 301 …#ERROR: PROMPT COLUMN IS OUTSIDE THE SCREEN: {%s} {%s} {%s} [%d].", prompt, row_str, col_str, col); in split_show() 308 …ROMPT, "#ERROR: PROMPT ROW IS INSIDE THE SCROLLING REGION: {%s} {%s} [%d].", prompt, row_str, row); in split_show()
|
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/ |
H A D | listfilter.py | 132 row_str = var.name + " ".join(("%s=%s" % item) 134 row_str = row_str.lower() 137 return all(f in row_str for f in filters)
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/ |
H A D | dakota_tabular_io.cpp | 586 String row_str; in read_data_tabular() local 587 getline(input_stream, row_str); in read_data_tabular() 590 size_t num_read = strsplit(row_str).size(); // TODO: count without storing in read_data_tabular() 601 std::istringstream row_iss(var_inds.empty() ? row_str : in read_data_tabular() 602 reorder_row(row_str, var_inds, num_lead)); in read_data_tabular() 781 String row_str; in read_data_tabular() local 782 getline(data_stream, row_str); in read_data_tabular() 785 size_t num_read = strsplit(row_str).size(); // TODO: count without storing in read_data_tabular() 796 std::istringstream row_iss(var_inds.empty() ? row_str : in read_data_tabular() 797 reorder_row(row_str, var_inds, num_lead)); in read_data_tabular()
|
/dports/science/py-hiphive/hiphive-0.7.1/hiphive/ |
H A D | structure_container.py | 340 row_str = '{:3d} {}'.format(atom.index, atom.symbol) 341 row_str += array_fmt.format(*atom.position) 342 row_str += array_fmt.format(*disp) 343 row_str += array_fmt.format(*force) 344 s.append(row_str)
|
/dports/graphics/py-plotly/plotly-4.14.3/plotly/ |
H A D | subplots.py | 1294 row_str = rowspan_str + _pad(rowspan_str) 1297 row_str = s_mid + row_str[2:] 1299 row_str = s_bot + row_str[2:] 1303 row_str = row_str[:-2] + e_mid 1305 row_str = row_str[:-2] + e_bot 1307 _tmp[r + rr][c + cc] = row_str
|
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/include/xlsxwriter/ |
H A D | utility.h | 172 uint32_t lxw_name_to_row(const char *row_str); 175 uint32_t lxw_name_to_row_2(const char *row_str);
|
/dports/lang/v/v-0.1.29/vlib/v/gen/js/tests/ |
H A D | life.v | 38 fn row_str(row []bool) string { 50 println(row_str(row))
|
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/ |
H A D | utility.c | 246 lxw_name_to_row(const char *row_str) in lxw_name_to_row() argument 249 const char *p = row_str; in lxw_name_to_row() 288 lxw_name_to_row_2(const char *row_str) in lxw_name_to_row_2() argument 290 const char *p = row_str; in lxw_name_to_row_2()
|
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/ |
H A D | rstutils.py | 110 row_vals = [row_val_fmt.format(row_str) 111 for row_str in row_str_list[row_no]]
|
/dports/math/gnumeric/gnumeric-1.12.50/src/tools/ |
H A D | dao.c | 1040 const char *row_str = ""; in dao_find_name() local 1054 row_str = value_peek_string (cell->value); in dao_find_name() 1059 if (*col_str || *row_str) { in dao_find_name() 1060 str = g_new (char, strlen (col_str) + strlen (row_str) + 2); in dao_find_name() 1063 sprintf (str, "%s %s", col_str, row_str); in dao_find_name() 1065 sprintf (str, "%s", row_str); in dao_find_name()
|
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/dbtextdb/ |
H A D | dbtextdb.py | 1142 row_str = '' 1144 row_str = '%s:%s' % (row_str, row[col]) 1146 self.temp_file.write(row_str[1:] + '\n')
|
/dports/math/py-fvcore/fvcore-0.1.5.post20210924/fvcore/nn/ |
H A D | print_model_statistics.py | 521 row_str = (indent + stats[stat_name]) if stat_name in stats else "" 522 row.append(row_str)
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/datafusion/src/execution/ |
H A D | context.rs | 1428 let row_str = format!( in run_count_distinct_integers_aggregated_scenario() localVariable 1438 file.write_all(row_str.as_bytes())?; in run_count_distinct_integers_aggregated_scenario()
|
/dports/databases/p5-SQL-Statement/SQL-Statement-1.414/lib/SQL/ |
H A D | Parser.pm | 2430 my ( $self, $row_str ) = @_; 2431 my @row_list = split ',', $row_str;
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 1689 row_str = " " + self._expr_val_str(val_expr, "(none)", 1691 defaults_str_rows.append(row_str)
|
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 1689 row_str = " " + self._expr_val_str(val_expr, "(none)", 1691 defaults_str_rows.append(row_str)
|
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 1689 row_str = " " + self._expr_val_str(val_expr, "(none)", 1691 defaults_str_rows.append(row_str)
|