Home
last modified time | relevance | path

Searched refs:col_count (Results 251 – 275 of 557) sorted by relevance

1...<<11121314151617181920>>...23

/dports/www/moodle311/moodle/lib/
H A Dcsvlib.class.php140 $col_count = 0;
149 $col_count = count($columns[0]);
166 if (count($rowdata) !== $col_count) {
/dports/www/moodle310/moodle/lib/
H A Dcsvlib.class.php140 $col_count = 0;
149 $col_count = count($columns[0]);
166 if (count($rowdata) !== $col_count) {
/dports/www/nginx-full/rds-json-nginx-module-0.15/src/
H A Dngx_http_rds.h24 uint16_t col_count; member
/dports/www/nginx-full/rds-csv-nginx-module-0.09/src/
H A Dngx_http_rds.h23 uint16_t col_count; member
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/test_service_sql_api/
H A Dtest_session_info.cc504 for (uint col_count = 0; col_count < pctx->num_cols; col_count++) { in get_data_str() local
505 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
510 for (uint col_count = 0; col_count < pctx->num_cols; col_count++) { in get_data_str() local
511 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/test_service_sql_api/
H A Dtest_session_info.cc563 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
565 WRITE_VAL("%s ", pctx->sql_field[col_count].col_name); in get_data_str()
571 for (uint col_count= 0; col_count < pctx->num_cols; col_count++) in get_data_str() local
573 WRITE_VAL("%s ", pctx->sql_str_value[row_count][col_count]); in get_data_str()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_multi_column_set.cc623 unsigned col_count = ActualColumnCount(); in ComputeColumnRuleBounds() local
624 if (col_count <= 1) in ComputeColumnRuleBounds()
635 for (unsigned i = 0; i < col_count; i++) { in ComputeColumnRuleBounds()
646 if (i < col_count - 1) { in ComputeColumnRuleBounds()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_multi_column_set.cc660 unsigned col_count = ActualColumnCount(); in ComputeColumnRuleBounds() local
661 if (col_count <= 1) in ComputeColumnRuleBounds()
672 for (unsigned i = 0; i < col_count; i++) { in ComputeColumnRuleBounds()
683 if (i < col_count - 1) { in ComputeColumnRuleBounds()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dparticle_system_sw.cpp282 int col_count = 0; in prepare() local
289 col_count++; in prepare()
357 while (cpos < col_count) { in prepare()
369 if (cpos == col_count - 1) in prepare()
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dparticle_system_sw.cpp282 int col_count = 0; in prepare() local
289 col_count++; in prepare()
357 while (cpos < col_count) { in prepare()
369 if (cpos == col_count - 1) in prepare()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/tui/
H A Dstring_cache.h40 struct string_cache * make_string_cache( int row_count, int col_count );
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/tui/
H A Dstring_cache.h40 struct string_cache * make_string_cache( int row_count, int col_count );
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dpiechart.lua82 local col_count = colors and #colors or 0
88 local col = colors and color(colors[math.fmod(count,col_count)+1]) or nil
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/grid/
H A Dsimple_grid_model.py269 col_count = self.get_column_count()
272 for col in range(col_count):
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dselect.c100 unsigned i, expanded_mask = 0, r = LIBMSI_RESULT_SUCCESS, col_count = 0; in select_view_set_row() local
113 r = sv->table->ops->get_dimensions( sv->table, NULL, &col_count ); in select_view_set_row()
118 expanded = libmsi_record_new( col_count ); in select_view_set_row()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/
H A Dtable.py168 col_count = self._column_count
173 cells.append(cells[-col_count])
185 return self._tbl.col_count
/dports/devel/lua-rds-parser/lua-rds-parser-0.06/src/
H A Drds_parser.h41 uint16_t col_count; member
/dports/www/p5-Reaction/Reaction-0.002005/share/skin/default/layout/collection/
H A Dgrid.tt27 <th colspan="[% col_count %]"> [% call_next %] </th>
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/
H A Drsdb.h21 int col_count; member
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/
H A Drsdb.h21 int col_count; member

1...<<11121314151617181920>>...23