Home
last modified time | relevance | path

Searched defs:MyTable (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/table/
H A Dtable_test.go23 type MyTable struct { struct
24 rows [][]gowid.IWidget
25 hor bool
26 ver bool
27 wid []gowid.IWidgetDimension
34 func (t MyTable) Columns() int {
38 func (t MyTable) Rows() int {
42 func (t MyTable) HeaderWidgets() []gowid.IWidget {
54 func (t MyTable) Comparators() []ICompare {
63 MyTable anonMember
[all …]
/dports/devel/agar/agar-1.5.0/tests/
H A Dtable.c215 int *MyTable = AG_PTR(1); in ReportSelectedRows() local
229 int *MyTable = AG_PTR(1); in ClearAllRows() local
242 static int MyTable[20]; in CreateTableWithControls() local
/dports/x11-toolkits/fltk/fltk-1.3.8/examples/
H A Dtree-of-tables.cxx33 class MyTable : public Fl_Table { class
36 MyTable(int X,int Y,int W,int H,const char *mode) : Fl_Table(X,Y,W,H) { in MyTable() function in MyTable
H A Dtable-with-keynav.cxx43 class MyTable : public Fl_Table_Row { class
84 MyTable(int x, int y, int w, int h, const char *l=0) : Fl_Table_Row(x,y,w,h,l) { in MyTable() function in MyTable
H A Dtable-simple.cxx33 class MyTable : public Fl_Table { class
90 MyTable(int X, int Y, int W, int H, const char *L=0) : Fl_Table(X,Y,W,H,L) { in MyTable() function in MyTable
H A Dtable-sort.cxx89 class MyTable : public Fl_Table_Row { class
106 MyTable(int x, int y, int w, int h, const char *l=0) : Fl_Table_Row(x,y,w,h,l) { in MyTable() function in MyTable
/dports/x11-toolkits/ntk/ntk/examples/
H A Dtable-simple.cxx42 class MyTable : public Fl_Table { class
99 MyTable(int X, int Y, int W, int H, const char *L=0) : Fl_Table(X,Y,W,H,L) { in MyTable() function in MyTable
H A Dtable-sort.cxx92 class MyTable : public Fl_Table_Row { class
109 MyTable(int x, int y, int w, int h, const char *l=0) : Fl_Table_Row(x,y,w,h,l) { in MyTable() function in MyTable
/dports/math/giacxcas/fltk-1.3.0/examples/
H A Dtable-simple.cxx42 class MyTable : public Fl_Table { class
99 MyTable(int X, int Y, int W, int H, const char *L=0) : Fl_Table(X,Y,W,H,L) { in MyTable() function in MyTable
H A Dtable-sort.cxx92 class MyTable : public Fl_Table_Row { class
109 MyTable(int x, int y, int w, int h, const char *l=0) : Fl_Table_Row(x,y,w,h,l) { in MyTable() function in MyTable
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dunittest_scrollbarsize.cxx28 class MyTable : public Fl_Table { class
58 MyTable(int X, int Y, int W, int H, const char *L=0) : Fl_Table(X,Y,W,H,L) { in MyTable() function in MyTable
/dports/astro/py-astropy/astropy-5.0/astropy/table/tests/
H A Dtest_subclass.py30 class MyTable(table.Table): class
H A Dconftest.py61 class MyTable(table.Table): class
H A Dtest_table.py2617 class MyTable(Table): class
2785 class MyTable(table.Table): class
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/db/db_mysql/
H A DGet_Table.cpp165 CSG_Table *MyTable; in On_Execute() local
/dports/java/jgraphx/jgraphx-4.2.2/examples/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java286 public class MyTable extends JTable implements DropTargetListener class in JTableRenderer
299 public MyTable() in MyTable() method in JTableRenderer.MyTable
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/demos/
H A DReplCacheDemo.java392 private static class MyTable extends JTable { class in ReplCacheDemo
394 private MyTable(TableModel dm) { in MyTable() method in ReplCacheDemo.MyTable
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3table/
H A Dtst_q3table.cpp379 class MyTable : public Q3Table class
383 MyTable(int rows,int cols,QWidget *parent = 0,const char *name = 0) in MyTable() function in MyTable
/dports/graphics/lcms2/lcms2-2.12/plugins/fast_float/src/
H A Dfast_8_tethra.c350 cmsUInt16Number* MyTable[3]; in Optimize8BitRGBTransform() local
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/lcms2/plugins/fast_float/src/
H A Dfast_8_tethra.c348 cmsUInt16Number* MyTable[3]; in Optimize8BitRGBTransform() local
/dports/astro/py-astropy/astropy-5.0/astropy/io/registry/tests/
H A Dtest_registries.py1101 class MyTable(Table): class
1114 class MyTable(Table): class
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_grid.py191 class MyTable(wx.grid.GridTableBase): class
/dports/www/py-horizon/horizon-19.2.0/horizon/test/unit/tables/
H A Dtest_tables.py283 class MyTable(tables.DataTable): class
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp204 typedef tbb::concurrent_hash_map<MyKey,MyData,MyHashCompare,MyAllocator> MyTable; typedef
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_hash_map.cpp204 typedef tbb::concurrent_hash_map<MyKey,MyData,MyHashCompare,MyAllocator> MyTable; typedef

12