Home
last modified time | relevance | path

Searched refs:table (Results 151 – 175 of 64907) sorted by relevance

12345678910>>...2597

/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/suite/perfschema/r/
H A Dchecksum.result1 checksum table performance_schema.accounts;
2 checksum table performance_schema.cond_instances;
3 checksum table performance_schema.events_stages_current;
4 checksum table performance_schema.events_stages_history;
28 checksum table performance_schema.file_instances;
31 checksum table performance_schema.hosts;
36 checksum table performance_schema.setup_actors;
39 checksum table performance_schema.setup_objects;
40 checksum table performance_schema.setup_timers;
44 checksum table performance_schema.threads;
[all …]
H A Dortho_iter.result54 set msg_detail= concat("table ", pfs_table_name,
142 Checking table events_stages_summary_global_by_event_name ...
156 Checking table events_waits_summary_by_host_by_event_name ...
160 Checking table events_waits_summary_by_user_by_event_name ...
162 Checking table events_waits_summary_global_by_event_name ...
197 Checking table events_waits_summary_global_by_event_name ...
232 Checking table events_waits_summary_global_by_event_name ...
340 call check_instrument("wait/io/table/");
342 wait/io/table/ 1 0 0
410 call check_instrument("wait/lock/table/");
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/css/
H A Dbootstrap-table.min.css2 …* bootstrap-table - An extended table to integration with some of the most widely used CSS framewo…
5 * @homepage https://bootstrap-table.com
10table .fixed-table-toolbar::after{content:"";display:block;clear:both}.bootstrap-table .fixed-tabl…
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/setup/
H A Dkeyboard.c160 TXT_CAST_ARG(txt_table_t, table); in AddKeyControl()
165 TXT_AddWidget(table, key_input); in AddKeyControl()
173 TXT_CAST_ARG(txt_table_t, table); in AddSectionLabel()
178 TXT_AddWidgets(table, in AddSectionLabel()
186 TXT_AddWidgets(table, in AddSectionLabel()
195 txt_table_t *table; in ConfigExtraKeys() local
204 table = TXT_NewTable(2); in ConfigExtraKeys()
206 TXT_SetColumnWidths(table, 21, 9); in ConfigExtraKeys()
326 TXT_AddWidget(window, table); in ConfigExtraKeys()
346 txt_table_t *table; in OtherKeysDialog() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/generated/
H A Dvk_dispatch_table_helper.h191 memset(table, 0, sizeof(*table)); in layer_init_device_dispatch_table()
193 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
339 …if (table->QueuePresentKHR == nullptr) { table->QueuePresentKHR = (PFN_vkQueuePresentKHR)StubQueue… in layer_init_device_dispatch_table()
365 …if (table->GetMemoryFdKHR == nullptr) { table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)StubGetMemor… in layer_init_device_dispatch_table()
379 …if (table->GetSemaphoreFdKHR == nullptr) { table->GetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR)Stu… in layer_init_device_dispatch_table()
409 …if (table->ImportFenceFdKHR == nullptr) { table->ImportFenceFdKHR = (PFN_vkImportFenceFdKHR)StubIm… in layer_init_device_dispatch_table()
411 …if (table->GetFenceFdKHR == nullptr) { table->GetFenceFdKHR = (PFN_vkGetFenceFdKHR)StubGetFenceFdK… in layer_init_device_dispatch_table()
467 …if (table->GetShaderInfoAMD == nullptr) { table->GetShaderInfoAMD = (PFN_vkGetShaderInfoAMD)StubGe… in layer_init_device_dispatch_table()
557 …if (table->CmdTraceRaysNV == nullptr) { table->CmdTraceRaysNV = (PFN_vkCmdTraceRaysNV)StubCmdTrace… in layer_init_device_dispatch_table()
628 memset(table, 0, sizeof(*table)); in layer_init_instance_dispatch_table()
[all …]
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Dtables.c209 get_vline_width(struct table *table, int col) in get_vline_width() argument
226 get_hline_width(struct table *table, int row) in get_hline_width() argument
231 if (table->cellspacing || table->vcellpadding) in get_hline_width()
254 get_column_widths(struct table *table) in get_column_widths() argument
261 table->min_cols_widths = mem_calloc(table->cols, sizeof(*table->min_cols_widths)); in get_column_widths()
266 table->max_cols_widths = mem_calloc(table->cols, sizeof(*table->max_cols_widths)); in get_column_widths()
274 table->cols_widths = mem_calloc(table->cols, sizeof(*table->cols_widths)); in get_column_widths()
330 get_table_width(struct table *table) in get_table_width() argument
560 if (!cpd_pass && table->min_width > table->width && table->cellpadding) { in get_table_cellpadding()
730 get_table_real_height(struct table *table) in get_table_real_height() argument
[all …]
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/generated/
H A Dvk_dispatch_table_helper.h346 memset(table, 0, sizeof(*table)); in layer_init_device_dispatch_table()
350 table->GetDeviceProcAddr = gpa; in layer_init_device_dispatch_table()
509 …if (table->QueuePresentKHR == nullptr) { table->QueuePresentKHR = (PFN_vkQueuePresentKHR)StubQueue… in layer_init_device_dispatch_table()
583 …if (table->GetMemoryFdKHR == nullptr) { table->GetMemoryFdKHR = (PFN_vkGetMemoryFdKHR)StubGetMemor… in layer_init_device_dispatch_table()
629 …if (table->GetFenceFdKHR == nullptr) { table->GetFenceFdKHR = (PFN_vkGetFenceFdKHR)StubGetFenceFdK… in layer_init_device_dispatch_table()
691 …if (table->CmdSetEvent2KHR == nullptr) { table->CmdSetEvent2KHR = (PFN_vkCmdSetEvent2KHR)StubCmdSe… in layer_init_device_dispatch_table()
701 …if (table->QueueSubmit2KHR == nullptr) { table->QueueSubmit2KHR = (PFN_vkQueueSubmit2KHR)StubQueue… in layer_init_device_dispatch_table()
839 …if (table->CmdTraceRaysNV == nullptr) { table->CmdTraceRaysNV = (PFN_vkCmdTraceRaysNV)StubCmdTrace… in layer_init_device_dispatch_table()
1013 …if (table->CmdDrawMultiEXT == nullptr) { table->CmdDrawMultiEXT = (PFN_vkCmdDrawMultiEXT)StubCmdDr… in layer_init_device_dispatch_table()
1066 memset(table, 0, sizeof(*table)); in layer_init_instance_dispatch_table()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/perfschema/r/
H A Dortho_iter.result2 truncate table performance_schema.events_statements_summary_by_digest;
57 set msg_detail= concat("table ", pfs_table_name,
147 Checking table events_stages_summary_global_by_event_name ...
161 Checking table events_waits_summary_by_host_by_event_name ...
167 Checking table events_waits_summary_global_by_event_name ...
202 Checking table events_waits_summary_global_by_event_name ...
237 Checking table events_waits_summary_global_by_event_name ...
345 call check_instrument("wait/io/table/");
347 wait/io/table/ 1 0 0
415 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/perfschema/r/
H A Dortho_iter.result2 truncate table performance_schema.events_statements_summary_by_digest;
57 set msg_detail= concat("table ", pfs_table_name,
147 Checking table events_stages_summary_global_by_event_name ...
161 Checking table events_waits_summary_by_host_by_event_name ...
167 Checking table events_waits_summary_global_by_event_name ...
202 Checking table events_waits_summary_global_by_event_name ...
237 Checking table events_waits_summary_global_by_event_name ...
345 call check_instrument("wait/io/table/");
347 wait/io/table/ 1 0 0
415 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/perfschema/r/
H A Dortho_iter.result2 truncate table performance_schema.events_statements_summary_by_digest;
57 set msg_detail= concat("table ", pfs_table_name,
145 Checking table events_stages_summary_global_by_event_name ...
159 Checking table events_waits_summary_by_host_by_event_name ...
165 Checking table events_waits_summary_global_by_event_name ...
200 Checking table events_waits_summary_global_by_event_name ...
235 Checking table events_waits_summary_global_by_event_name ...
343 call check_instrument("wait/io/table/");
345 wait/io/table/ 1 0 0
413 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/perfschema/r/
H A Dortho_iter.result2 truncate table performance_schema.events_statements_summary_by_digest;
57 set msg_detail= concat("table ", pfs_table_name,
145 Checking table events_stages_summary_global_by_event_name ...
159 Checking table events_waits_summary_by_host_by_event_name ...
165 Checking table events_waits_summary_global_by_event_name ...
200 Checking table events_waits_summary_global_by_event_name ...
235 Checking table events_waits_summary_global_by_event_name ...
343 call check_instrument("wait/io/table/");
345 wait/io/table/ 1 0 0
413 call check_instrument("wait/lock/table/");
[all …]
/dports/x11/idesk/idesk-0.7.5/src/
H A DDesktopIconConfig.cpp36 Table table = db.Query("Icon"); in DesktopIconConfig() local
38 if(!table.isValid()) in DesktopIconConfig()
42 common->setOptions(table); in DesktopIconConfig()
43 setIconOptions(table); in DesktopIconConfig()
55 caption = table.Query("Caption"); in setIconOptions()
62 if (table.ArrayExists("Command")) in setIconOptions()
74 Table & table = db.Query("Icon"); in saveIcon() local
76 if(table.isValid()) in saveIcon()
78 table.Set("X", itos(xCord)); in saveIcon()
79 table.Set("Y", itos(yCord)); in saveIcon()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dthumbtable.c288 if(*x + table->thumb_size > table->thumbs_area.x + table->thumbs_per_row * table->thumb_size) in _pos_get_next()
350 table->thumb_size = MIN(table->view_width / table->thumbs_per_row, table->view_height); in _compute_sizes()
351 table->rows = table->view_height / table->thumb_size + 1; in _compute_sizes()
352 table->center_offset = (table->view_width - table->thumbs_per_row * table->thumb_size) / 2; in _compute_sizes()
366 table->rows = table->view_width / table->thumb_size; in _compute_sizes()
387 table->rows = (table->view_height - table->thumbs_area.y) / table->thumb_size + 1; in _compute_sizes()
456 …= lbefore * table->thumb_size + table->view_height - table->thumb_size * 0.5 - table->thumbs_area.… in _thumbtable_update_scrollbars()
729 table->offset = MAX(1, table->offset - (posy / table->thumb_size) * table->thumbs_per_row); in _move()
734 table->offset = MAX(1, table->offset - posx / table->thumb_size); in _move()
1908 …force, table->view_width, table->view_height, table->thumbs_per_row, table->rows, table->thumb_siz… in dt_thumbtable_full_redraw()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/r/
H A Dortho_iter.result54 set msg_detail= concat("table ", pfs_table_name,
142 Checking table events_stages_summary_global_by_event_name ...
156 Checking table events_waits_summary_by_host_by_event_name ...
160 Checking table events_waits_summary_by_user_by_event_name ...
162 Checking table events_waits_summary_global_by_event_name ...
197 Checking table events_waits_summary_global_by_event_name ...
232 Checking table events_waits_summary_global_by_event_name ...
340 call check_instrument("wait/io/table/");
342 wait/io/table/ 1 0 0
410 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/r/
H A Dortho_iter.result54 set msg_detail= concat("table ", pfs_table_name,
142 Checking table events_stages_summary_global_by_event_name ...
156 Checking table events_waits_summary_by_host_by_event_name ...
160 Checking table events_waits_summary_by_user_by_event_name ...
162 Checking table events_waits_summary_global_by_event_name ...
197 Checking table events_waits_summary_global_by_event_name ...
232 Checking table events_waits_summary_global_by_event_name ...
340 call check_instrument("wait/io/table/");
342 wait/io/table/ 1 0 0
410 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/perfschema/r/
H A Dortho_iter.result54 set msg_detail= concat("table ", pfs_table_name,
142 Checking table events_stages_summary_global_by_event_name ...
156 Checking table events_waits_summary_by_host_by_event_name ...
160 Checking table events_waits_summary_by_user_by_event_name ...
162 Checking table events_waits_summary_global_by_event_name ...
197 Checking table events_waits_summary_global_by_event_name ...
232 Checking table events_waits_summary_global_by_event_name ...
340 call check_instrument("wait/io/table/");
342 wait/io/table/ 1 0 0
410 call check_instrument("wait/lock/table/");
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/suite/perfschema/r/
H A Dortho_iter.result54 set msg_detail= concat("table ", pfs_table_name,
142 Checking table events_stages_summary_global_by_event_name ...
156 Checking table events_waits_summary_by_host_by_event_name ...
160 Checking table events_waits_summary_by_user_by_event_name ...
162 Checking table events_waits_summary_global_by_event_name ...
197 Checking table events_waits_summary_global_by_event_name ...
232 Checking table events_waits_summary_global_by_event_name ...
340 call check_instrument("wait/io/table/");
342 wait/io/table/ 1 0 0
410 call check_instrument("wait/lock/table/");
[all …]
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddGroup.c220 table->tree = Mtr_InitGroupTree(0,table->size); in cuddTreeSifting()
221 table->tree->index = table->invperm[0]; in cuddTreeSifting()
273 Mtr_ReorderGroups(table->tree, table->perm); in cuddTreeSifting()
418 initialSize = table->keys - table->isolated; in ddReorderChildren()
420 if (initialSize <= table->keys - table->isolated) in ddReorderChildren()
452 initialSize = table->keys - table->isolated; in ddReorderChildren()
498 initialSize = table->keys - table->isolated; in ddReorderChildren()
728 previousSize = table->keys - table->isolated; in ddGroupSifting()
908 table->originalSize = (table->keys - table->isolated); in ddGroupSiftingAux()
1134 checkL = table->keys - table->isolated; in ddGroupSiftingUp()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/perfschema/t/
H A Dchecksum.test12 checksum table performance_schema.accounts;
13 checksum table performance_schema.cond_instances;
14 checksum table performance_schema.events_stages_current;
47 checksum table performance_schema.file_instances;
50 checksum table performance_schema.hosts;
51 checksum table performance_schema.mutex_instances;
55 checksum table performance_schema.setup_actors;
58 checksum table performance_schema.setup_objects;
59 checksum table performance_schema.setup_timers;
63 checksum table performance_schema.threads;
[all …]

12345678910>>...2597