Home
last modified time | relevance | path

Searched refs:table_get_cell (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/recipes/ruby-recipes/
H A Dmicro_table.rb44 def table_get_cell(db,row,col) method
91 puts table_get_cell(@db, 0, 0)
92 puts table_get_cell(@db, 0, 1)
/dports/math/pspp/pspp-1.4.1/src/output/
H A Dtable-provider.h95 void table_get_cell (const struct table *, int x, int y, struct table_cell *);
H A Dtable.c137 table_get_cell (t, x, y, &cell); in table_collect_footnotes()
752 table_get_cell (const struct table *t, int x, int y, struct table_cell *cell) in table_get_cell() function
H A Dcsv.c223 table_get_cell (t, x, y, &cell); in csv_submit()
H A Drender.c684 table_get_cell (page->table, d[H], d[V], cell); in render_get_cell()
733 table_get_cell (table, x, y, &cell); in render_page_create()
758 table_get_cell (table, x, y, &cell); in render_page_create()
1934 table_get_cell (page->table, ro->d[H], ro->d[V], &cell); in render_page_select()
H A Dhtml.c551 table_get_cell (t, x, y, &cell); in html_output_table()
H A Dodt.c499 table_get_cell (tab, c, r, &cell); in write_table()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/recipes/python-recipes/
H A Dmicro_table.py45 def table_get_cell(tr, row, column): function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/
H A Dtables.rst68 def table_get_cell(tr, row, column):
H A Ddata-modeling.rst237 def table_get_cell(tr, table_space, row, column):
360 def table_get_cell(tr, row_index, row, column):