Home
last modified time | relevance | path

Searched refs:table_options (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dcolumnar_tableoptions.out6 -- show table_options settings
21 -- show table_options settings
36 -- show table_options settings
51 -- show table_options settings
66 -- show table_options settings
75 VACUUM FULL table_options;
100 VACUUM table_options;
110 VACUUM FULL table_options;
120 TRUNCATE table_options;
222 'table_options',
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/table_block/
H A Dtests.py220 block2 = TableBlock(table_options=new_options)
332 self.assertIn('language', block.table_options)
340 self.assertEqual('it', block_it.table_options['language'])
353 table_options = TableBlock().table_options
356 table_options_menu_true = TableBlock(table_options={'contextMenu': True}).table_options
359 table_options_menu_false = TableBlock(table_options={'contextMenu': False}).table_options
362 …table_options_menu_list = TableBlock(table_options={'contextMenu': ['undo', 'redo']}).table_options
365 table_options_menu_list = TableBlock(table_options={'contextMenu': []}).table_options
372 block_1_opts = TableBlock(table_options={'startRows': 5, 'startCols': 2}).table_options
376 block_2_opts = TableBlock(table_options={'stretchH': 'none'}).table_options
[all …]
H A Dblocks.py43 def __init__(self, table_options=None, attrs=None): argument
44 self.table_options = table_options
75 widget.table_options,
93 self.table_options = self.get_table_options(table_options=table_options)
100 … return forms.CharField(widget=TableInput(table_options=self.table_options), **self.field_options)
113 return self.table_options['renderer'] == 'html'
153 def get_table_options(self, table_options=None): argument
165 if table_options is not None:
166 if table_options.get('contextMenu', None) is True:
169 del table_options['contextMenu']
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc44 BlockBasedTableOptions table_options; in GetTableOptions() local
46 table_options.block_size = 1; in GetTableOptions()
47 return table_options; in GetTableOptions()
173 table_options.block_cache = cache; in TEST_F()
197 table_options.block_cache = cache; in TEST_F()
252 table_options.block_cache = cache; in TEST_F()
312 BlockBasedTableOptions table_options; in TEST_F() local
370 table_options.block_cache = cache; in TEST_F()
407 table_options.block_cache = cache; in TEST_F()
1074 table_options.filter_policy.reset( in TEST_P()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc44 BlockBasedTableOptions table_options; in GetTableOptions() local
46 table_options.block_size = 1; in GetTableOptions()
47 return table_options; in GetTableOptions()
173 table_options.block_cache = cache; in TEST_F()
197 table_options.block_cache = cache; in TEST_F()
252 table_options.block_cache = cache; in TEST_F()
312 BlockBasedTableOptions table_options; in TEST_F() local
370 table_options.block_cache = cache; in TEST_F()
407 table_options.block_cache = cache; in TEST_F()
1074 table_options.filter_policy.reset( in TEST_P()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc44 BlockBasedTableOptions table_options; in GetTableOptions() local
46 table_options.block_size = 1; in GetTableOptions()
47 return table_options; in GetTableOptions()
173 table_options.block_cache = cache; in TEST_F()
197 table_options.block_cache = cache; in TEST_F()
252 table_options.block_cache = cache; in TEST_F()
312 BlockBasedTableOptions table_options; in TEST_F() local
370 table_options.block_cache = cache; in TEST_F()
407 table_options.block_cache = cache; in TEST_F()
1074 table_options.filter_policy.reset( in TEST_P()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/
H A Ddb_block_cache_test.cc49 BlockBasedTableOptions table_options; in GetTableOptions() local
51 table_options.block_size = 1; in GetTableOptions()
52 return table_options; in GetTableOptions()
187 table_options.block_cache = cache; in TEST_F()
217 table_options.block_cache = cache; in TEST_F()
269 table_options.no_block_cache = true; in TEST_F()
271 table_options.block_size = 1; in TEST_F()
294 table_options.block_cache = cache; in TEST_F()
407 table_options.block_cache = cache; in TEST_F()
444 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/db/
H A Ddb_block_cache_test.cc49 BlockBasedTableOptions table_options; in GetTableOptions() local
51 table_options.block_size = 1; in GetTableOptions()
52 return table_options; in GetTableOptions()
187 table_options.block_cache = cache; in TEST_F()
217 table_options.block_cache = cache; in TEST_F()
269 table_options.no_block_cache = true; in TEST_F()
271 table_options.block_size = 1; in TEST_F()
294 table_options.block_cache = cache; in TEST_F()
407 table_options.block_cache = cache; in TEST_F()
444 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/db/
H A Ddb_block_cache_test.cc38 BlockBasedTableOptions table_options; in GetTableOptions() local
40 table_options.block_size = 1; in GetTableOptions()
41 return table_options; in GetTableOptions()
157 table_options.block_cache = cache; in TEST_F()
181 table_options.block_cache = cache; in TEST_F()
236 table_options.block_cache = cache; in TEST_F()
296 BlockBasedTableOptions table_options; in TEST_F() local
354 table_options.block_cache = cache; in TEST_F()
382 BlockBasedTableOptions table_options; in TEST_F() local
391 table_options.block_cache = cache; in TEST_F()
[all …]
/dports/devel/rth/rth/
H A Dresults_page.php202 $table_options['filter']['manual_auto'],
203 $table_options['filter']['ba_owner'],
204 $table_options['filter']['qa_owner'],
205 $table_options['filter']['test_type'],
206 $table_options['filter']['area_tested'],
208 $table_options['filter']['per_page'],
209 $table_options['order_by'],
210 $table_options['order_dir'],
211 $table_options['page_number'],
218 $order_by = $table_options['order_by'];
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc307 BlockBasedTableOptions table_options; in RunTest() local
308 table_options.cache_index_and_filter_blocks = true; in RunTest()
316 table_options.persistent_cache = pcache; in RunTest()
318 table_options.block_cache_compressed = nullptr; in RunTest()
324 table_options.persistent_cache = pcache; in RunTest()
334 table_options.persistent_cache = pcache; in RunTest()
343 table_options.persistent_cache = pcache; in RunTest()
344 table_options.block_cache = nullptr; in RunTest()
352 table_options.persistent_cache = pcache; in RunTest()
353 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc307 BlockBasedTableOptions table_options; in RunTest() local
308 table_options.cache_index_and_filter_blocks = true; in RunTest()
316 table_options.persistent_cache = pcache; in RunTest()
318 table_options.block_cache_compressed = nullptr; in RunTest()
324 table_options.persistent_cache = pcache; in RunTest()
334 table_options.persistent_cache = pcache; in RunTest()
343 table_options.persistent_cache = pcache; in RunTest()
344 table_options.block_cache = nullptr; in RunTest()
352 table_options.persistent_cache = pcache; in RunTest()
353 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/persistent_cache/
H A Dpersistent_cache_test.cc307 BlockBasedTableOptions table_options; in RunTest() local
308 table_options.cache_index_and_filter_blocks = true; in RunTest()
316 table_options.persistent_cache = pcache; in RunTest()
318 table_options.block_cache_compressed = nullptr; in RunTest()
324 table_options.persistent_cache = pcache; in RunTest()
334 table_options.persistent_cache = pcache; in RunTest()
343 table_options.persistent_cache = pcache; in RunTest()
344 table_options.block_cache = nullptr; in RunTest()
352 table_options.persistent_cache = pcache; in RunTest()
353 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/persistent_cache/
H A Dpersistent_cache_test.cc307 BlockBasedTableOptions table_options; in RunTest() local
308 table_options.cache_index_and_filter_blocks = true; in RunTest()
316 table_options.persistent_cache = pcache; in RunTest()
318 table_options.block_cache_compressed = nullptr; in RunTest()
324 table_options.persistent_cache = pcache; in RunTest()
334 table_options.persistent_cache = pcache; in RunTest()
343 table_options.persistent_cache = pcache; in RunTest()
344 table_options.block_cache = nullptr; in RunTest()
352 table_options.persistent_cache = pcache; in RunTest()
353 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc307 BlockBasedTableOptions table_options; in RunTest() local
308 table_options.cache_index_and_filter_blocks = true; in RunTest()
316 table_options.persistent_cache = pcache; in RunTest()
318 table_options.block_cache_compressed = nullptr; in RunTest()
324 table_options.persistent_cache = pcache; in RunTest()
334 table_options.persistent_cache = pcache; in RunTest()
343 table_options.persistent_cache = pcache; in RunTest()
344 table_options.block_cache = nullptr; in RunTest()
352 table_options.persistent_cache = pcache; in RunTest()
353 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc327 BlockBasedTableOptions table_options; in RunTest() local
328 table_options.cache_index_and_filter_blocks = true; in RunTest()
336 table_options.persistent_cache = pcache; in RunTest()
338 table_options.block_cache_compressed = nullptr; in RunTest()
344 table_options.persistent_cache = pcache; in RunTest()
354 table_options.persistent_cache = pcache; in RunTest()
363 table_options.persistent_cache = pcache; in RunTest()
364 table_options.block_cache = nullptr; in RunTest()
372 table_options.persistent_cache = pcache; in RunTest()
373 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc327 BlockBasedTableOptions table_options; in RunTest() local
328 table_options.cache_index_and_filter_blocks = true; in RunTest()
336 table_options.persistent_cache = pcache; in RunTest()
338 table_options.block_cache_compressed = nullptr; in RunTest()
344 table_options.persistent_cache = pcache; in RunTest()
354 table_options.persistent_cache = pcache; in RunTest()
363 table_options.persistent_cache = pcache; in RunTest()
364 table_options.block_cache = nullptr; in RunTest()
372 table_options.persistent_cache = pcache; in RunTest()
373 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc327 BlockBasedTableOptions table_options; in RunTest() local
328 table_options.cache_index_and_filter_blocks = true; in RunTest()
336 table_options.persistent_cache = pcache; in RunTest()
338 table_options.block_cache_compressed = nullptr; in RunTest()
344 table_options.persistent_cache = pcache; in RunTest()
354 table_options.persistent_cache = pcache; in RunTest()
363 table_options.persistent_cache = pcache; in RunTest()
364 table_options.block_cache = nullptr; in RunTest()
372 table_options.persistent_cache = pcache; in RunTest()
373 table_options.block_cache = nullptr; in RunTest()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dpersistent_cache_test.cc327 BlockBasedTableOptions table_options; in RunTest() local
328 table_options.cache_index_and_filter_blocks = true; in RunTest()
336 table_options.persistent_cache = pcache; in RunTest()
338 table_options.block_cache_compressed = nullptr; in RunTest()
344 table_options.persistent_cache = pcache; in RunTest()
354 table_options.persistent_cache = pcache; in RunTest()
363 table_options.persistent_cache = pcache; in RunTest()
364 table_options.block_cache = nullptr; in RunTest()
372 table_options.persistent_cache = pcache; in RunTest()
373 table_options.block_cache = nullptr; in RunTest()
[all …]

12345678910>>...57