Home
last modified time | relevance | path

Searched refs:table (Results 26 – 50 of 29707) sorted by relevance

12345678910>>...1189

/dports/biology/ncbi-toolkit/ncbi/biostruc/newvast/
H A DPrintBanner.c78 fprintf(table, "<TR>\n<TD>\n"); in PrintHitsSortBanner()
116 fprintf(table, "</select>\n"); in PrintHitsSortBanner()
132 fprintf(table, " selected"); in PrintHitsSortBanner()
133 fprintf(table, ">Rmsd\n"); in PrintHitsSortBanner()
137 fprintf(table, "</select>\n"); in PrintHitsSortBanner()
154 fprintf(table, " selected"); in PrintHitsSortBanner()
158 fprintf(table, " selected"); in PrintHitsSortBanner()
159 fprintf(table, ">Table\n"); in PrintHitsSortBanner()
280 fprintf(table, "<tr>\n"); in PrintQueryInfo()
284 fprintf(table, "<tr>\n"); in PrintQueryInfo()
[all …]
/dports/biology/ncbi-toolkit/ncbi/biostruc/newVSch/
H A DPrintBanner_comb.cpp91 fprintf(table, "<TR>\n<TD>\n"); in PrintHitsSortBanner()
181 fprintf(table, ">Vast Score\n"); in PrintHitsSortBanner()
187 fprintf(table, " selected"); in PrintHitsSortBanner()
188 fprintf(table, ">Rmsd\n"); in PrintHitsSortBanner()
209 fprintf(table, " selected"); in PrintHitsSortBanner()
210 fprintf(table, ">Graphics\n"); in PrintHitsSortBanner()
213 fprintf(table, " selected"); in PrintHitsSortBanner()
214 fprintf(table, ">Table\n"); in PrintHitsSortBanner()
369 fprintf(table, " <tr>\n"); in PrintQueryInfo()
374 fprintf(table, " <tr>\n"); in PrintQueryInfo()
[all …]
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Dstsdtable.c98 table->text.bgColor[1],table->text.bgColor[2]); in quicktime_stsdtable_dump_text()
194 table->tx3g.text_color[0], table->tx3g.text_color[1], in quicktime_stsdtable_dump_tx3g()
435 memcpy(&table->wave.esds, &table->esds, sizeof(table->wave.esds)); in quicktime_write_stsd_audio()
468 table->table_raw = malloc(table->table_raw_size); in quicktime_read_stsd_table_raw()
513 quicktime_default_ctab(&table->ctab, table->depth); in quicktime_read_stsd_video()
763 …lqt_dump(" vendor %c%c%c%c\n", table->vendor[0], table->vendor[1], table->vendor[2], table->… in quicktime_stsd_video_dump()
787 if(table->has_ctab) quicktime_ctab_dump(&table->ctab); in quicktime_stsd_video_dump()
788 if(table->has_esds) quicktime_esds_dump(&table->esds); in quicktime_stsd_video_dump()
796 …lqt_dump(" vendor %c%c%c%c\n", table->vendor[0], table->vendor[1], table->vendor[2], table->… in quicktime_stsd_audio_dump()
837 table->format[0], table->format[1], in quicktime_stsd_table_dump()
[all …]
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Dstsdtable.c98 table->text.bgColor[1],table->text.bgColor[2]); in quicktime_stsdtable_dump_text()
194 table->tx3g.text_color[0], table->tx3g.text_color[1], in quicktime_stsdtable_dump_tx3g()
435 memcpy(&table->wave.esds, &table->esds, sizeof(table->wave.esds)); in quicktime_write_stsd_audio()
468 table->table_raw = malloc(table->table_raw_size); in quicktime_read_stsd_table_raw()
513 quicktime_default_ctab(&table->ctab, table->depth); in quicktime_read_stsd_video()
763 …lqt_dump(" vendor %c%c%c%c\n", table->vendor[0], table->vendor[1], table->vendor[2], table->… in quicktime_stsd_video_dump()
787 if(table->has_ctab) quicktime_ctab_dump(&table->ctab); in quicktime_stsd_video_dump()
788 if(table->has_esds) quicktime_esds_dump(&table->esds); in quicktime_stsd_video_dump()
796 …lqt_dump(" vendor %c%c%c%c\n", table->vendor[0], table->vendor[1], table->vendor[2], table->… in quicktime_stsd_audio_dump()
837 table->format[0], table->format[1], in quicktime_stsd_table_dump()
[all …]
/dports/french/med/med-4.0.0/src/misc/
H A DMEDversionedApi3.cxx137 table = ( map<keyType, in MED_VERSIONED_API3() local
204 table[ "_MEDfamilyCr320" ] = _MEDfamilyCr32 ; in MED_VERSIONED_API3()
205 table[ "_MEDfamilyCr300" ] = _MEDfamilyCr30 ; in MED_VERSIONED_API3()
206 table[ "_MEDfamilyInfo320" ] = _MEDfamilyInfo32 ; in MED_VERSIONED_API3()
207 table[ "_MEDfamilyInfo300" ] = _MEDfamilyInfo30 ; in MED_VERSIONED_API3()
210 table[ "_MEDlinkRd300" ] = _MEDlinkRd30 ; in MED_VERSIONED_API3()
211 table[ "_MEDlinkRd236" ] = _MEDlinkRd236 ; in MED_VERSIONED_API3()
241 table[ "_MEDprofileRd300" ] = _MEDprofileRd30 ; in MED_VERSIONED_API3()
242 table[ "_MEDprofileRd236" ] = _MEDprofileRd236 ; in MED_VERSIONED_API3()
272 map<keyType,MedFuncType >::iterator it = table.find( c ); in operator []()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro/nukleargui/nuklear/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dstyle.h7 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
10 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
11 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
12 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
13 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
14 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
38 nk_style_from_table(ctx, table); in set_style()
58 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
69 nk_style_from_table(ctx, table); in set_style()
100 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dstyle.h7 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
10 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
11 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
12 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
13 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
14 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
38 nk_style_from_table(ctx, table); in set_style()
58 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
69 nk_style_from_table(ctx, table); in set_style()
100 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/demo/
H A Dstyle.c6 struct nk_color table[NK_COLOR_COUNT]; in set_style() local
8 table[NK_COLOR_TEXT] = nk_rgba(70, 70, 70, 255); in set_style()
9 table[NK_COLOR_WINDOW] = nk_rgba(175, 175, 175, 255); in set_style()
10 table[NK_COLOR_HEADER] = nk_rgba(175, 175, 175, 255); in set_style()
11 table[NK_COLOR_BORDER] = nk_rgba(0, 0, 0, 255); in set_style()
12 table[NK_COLOR_BUTTON] = nk_rgba(185, 185, 185, 255); in set_style()
36 nk_style_from_table(ctx, table); in set_style()
55 table[NK_COLOR_EDIT] = nk_rgba(51, 55, 67, 225); in set_style()
66 nk_style_from_table(ctx, table); in set_style()
96 nk_style_from_table(ctx, table); in set_style()
[all …]
/dports/devel/libfort/libfort-0.4.2-11-g4123716/tests/bb_tests/
H A Dtest_table_basic.c43 ft_ln(table); in test_bug_fixes()
44 ft_ln(table); in test_bug_fixes()
50 ft_ln(table); in test_bug_fixes()
51 ft_ln(table); in test_bug_fixes()
994 ft_ln(table); in test_table_write()
1042 ft_ln(table); in test_table_write()
1091 ft_ln(table); in test_table_write()
1136 ft_ln(table); in test_table_write()
1172 ft_ln(table); in test_table_write()
1209 ft_ln(table); in test_table_write()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtexttable/
H A Dtst_qtexttable.cpp264 QVERIFY(table->cellAt(0, 0) != table->cellAt(0, 1)); in spans()
268 QVERIFY(table->cellAt(0, 0) == table->cellAt(0, 1)); in spans()
514 QVERIFY(table->cellAt(1, 1) == table->cellAt(1, 2)); in mergeCells()
517 QVERIFY(table->cellAt(1, 1) == table->cellAt(1, 2)); in mergeCells()
518 QVERIFY(table->cellAt(1, 1) == table->cellAt(2, 1)); in mergeCells()
519 QVERIFY(table->cellAt(1, 1) == table->cellAt(2, 2)); in mergeCells()
524 QVERIFY(table->cellAt(1, 1) == table->cellAt(2, 1)); in mergeCells()
527 QVERIFY(table->cellAt(1, 1) == table->cellAt(1, 2)); in mergeCells()
528 QVERIFY(table->cellAt(1, 1) == table->cellAt(2, 1)); in mergeCells()
529 QVERIFY(table->cellAt(1, 1) == table->cellAt(2, 2)); in mergeCells()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_widgets_Table.java92 table.selectAll(); in test_deselect$I()
102 table.selectAll(); in test_deselect$I()
106 table.selectAll(); in test_deselect$I()
110 table.selectAll(); in test_deselect$I()
137 table.selectAll(); in test_deselectAll()
153 table.deselect(0); in test_deselectI()
159 table.deselect(0); in test_deselectI()
1442 assertEquals(4, table.indexOf(table.getItems()[4])); in test_setItemCountI()
1446 assertEquals(1, table.indexOf(table.getItems()[1])); in test_setItemCountI()
1458 assertEquals(4, table.indexOf(table.getItems()[4])); in test_setItemCountI()
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Migration/
H A DVersion1004Date20170825134824.php74 $table->setPrimaryKey(['id']);
111 $table->setPrimaryKey(['id']);
139 $table->setPrimaryKey(['id']);
199 $table->setPrimaryKey(['id']);
252 $table->setPrimaryKey(['id']);
287 $table->setPrimaryKey(['id']);
342 $table->setPrimaryKey(['id']);
384 $table->setPrimaryKey(['id']);
420 $table->setPrimaryKey(['id']);
457 $table->setPrimaryKey(['id']);
[all …]
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Migration/
H A DVersion0022Date20220526113601.php76 $table->addColumn(
84 $table->addColumn(
90 $table->addColumn(
96 $table->addColumn(
103 $table->addColumn(
110 $table->addColumn(
117 $table->addColumn(
124 $table->addColumn(
131 $table->addColumn(
136 $table->addColumn(
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/
H A DMakefile.in553 grib1/0.table\
554 grib1/1.table\
555 grib1/10.table\
607 grib1/2.table\
611 grib1/3.table\
612 grib1/4.table\
613 grib1/5.table\
614 grib1/6.table\
615 grib1/7.table\
616 grib1/8.table\
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtextpiecetable/
H A Dtst_qtextpiecetable.cpp315 table->undo(); in undoRedo1()
317 table->redo(); in undoRedo1()
319 table->undo(); in undoRedo1()
322 table->undo(); in undoRedo1()
324 table->undo(); in undoRedo1()
333 table->undo(); in undoRedo2()
335 table->undo(); in undoRedo2()
337 table->redo(); in undoRedo2()
511 table->undo(); in undoRedo11()
514 table->redo(); in undoRedo11()
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/lib/
H A DTableUsage.t53 table => 'd.t',
56 table => 'd.t',
68 table => 'd.t1',
89 table => 'd.t',
92 table => 'd.t',
104 table => 'd.t',
119 table => 'd.t',
323 table => 't',
326 table => 'a',
329 table => 'b',
[all …]
/dports/math/gap/gap-4.11.0/pkg/atlasrep/gap/
H A Dmindeg.g208 ["2.A10",["Size",5],8,"computed (char. table)"],
318 ["2.A5",["Size",3],4,"computed (char. table)"],
319 ["2.A5",["Size",9],2,"computed (char. table)"],
321 ["2.A5",["Size",5],2,"computed (char. table)"],
336 ["2.A6",["Size",3],4,"computed (char. table)"],
337 ["2.A6",["Size",9],2,"computed (char. table)"],
339 ["2.A6",["Size",5],4,"computed (char. table)"],
356 ["2.A7",["Size",3],8,"computed (char. table)"],
357 ["2.A7",["Size",9],4,"computed (char. table)"],
359 ["2.A7",["Size",5],8,"computed (char. table)"],
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DRetransmitTableTest.java21 int size=table.size(); in testCreation()
40 assert table.size() == table.computeSize(); in testAddition()
122 table.purge(50); in testResizeWithPurge()
142 table.purge(15); in testResizeWithPurgeAndGetOfNonExistingElement()
152 for(long i=table.getOffset(); i < table.capacity() + table.getOffset(); i++) { in testResizeWithPurgeAndGetOfNonExistingElement()
176 table.purge(43); in testResizeWithPurge2()
197 table.purge(49); in testMove()
219 table.purge(22); in testPurge()
230 table.purge(59); in testCompact()
232 table.compact(); in testCompact()
[all …]

12345678910>>...1189