Home
last modified time | relevance | path

Searched refs:tabletype (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/databases/p5-Bucardo/Bucardo-5.6.0/t/
H A D20-sqlite.t48 my $numtabletypes = keys %tabletype;
186 for my $table (keys %tabletype) {
247 for my $table (keys %tabletype) {
253 for my $table (keys %tabletype) {
265 for my $table (keys %tabletype) {
271 for my $table (keys %tabletype) {
282 for my $table (keys %tabletype) {
292 for my $table (keys %tabletype) {
302 for my $table (keys %tabletype) {
308 for my $table (keys %tabletype) {
[all …]
H A D20-oracle.t51 my $numtabletypes = keys %tabletype;
195 for my $table (keys %tabletype) {
258 for my $table (keys %tabletype) {
264 for my $table (keys %tabletype) {
277 for my $table (keys %tabletype) {
283 for my $table (keys %tabletype) {
294 for my $table (keys %tabletype) {
304 for my $table (keys %tabletype) {
314 for my $table (keys %tabletype) {
320 for my $table (keys %tabletype) {
[all …]
H A D20-drizzle.t43 delete $tabletype{bucardo_test8};
45 my $numtabletypes = keys %tabletype;
196 for my $table (keys %tabletype) {
262 for my $table (keys %tabletype) {
268 for my $table (keys %tabletype) {
281 for my $table (keys %tabletype) {
287 for my $table (keys %tabletype) {
298 for my $table (keys %tabletype) {
308 for my $table (keys %tabletype) {
318 for my $table (keys %tabletype) {
[all …]
H A D20-mongo.t94 delete $tabletype{bucardo_test8};
97 delete $tabletype{bucardo_test2};
99 for my $key (keys %tabletype) {
101 delete $tabletype{$key};
239 for my $table (keys %tabletype) {
275 for my $table (keys %tabletype) {
330 for my $table (keys %tabletype) {
352 for my $table (keys %tabletype) {
372 for my $table (keys %tabletype) {
395 for my $table (keys %tabletype) {
[all …]
H A D30-delta.t21 my $numtabletypes = keys %tabletype;
73 for my $table (sort keys %tabletype) {
96 for my $table (sort keys %tabletype) {
112 my $type = $tabletype{$table};
125 for my $table (sort keys %tabletype) {
139 for my $table (sort keys %tabletype) {
162 for my $table (sort keys %tabletype) {
185 for my $table (sort keys %tabletype) {
H A D20-redis.t41 delete $tabletype{bucardo_test8};
62 for my $table (sort keys %tabletype) {
129 for my $table (sort keys %tabletype) {
130 my $type = $tabletype{$table};
147 for my $table (sort keys %tabletype) {
157 for my $table (sort keys %tabletype) {
158 my $type = $tabletype{$table};
H A DBucardoTesting.pm107 our %tabletype =
854 for my $table (sort keys %tabletype) {
1445 for my $table (sort keys %tabletype) {
1688 for my $table (sort keys %tabletype) {
1691 my $type = $tabletype{$table};
1741 for my $table (sort keys %tabletype) {
1744 my $type = $tabletype{$table};
1790 for my $table (sort keys %tabletype) {
1835 for my $table (sort keys %tabletype) {
1862 for my $table (sort keys %tabletype) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_readonly01.py60 ('lsm', dict(tabletype='lsm', uri='lsm',
62 ('file-row', dict(tabletype='row', uri='file',
64 ('file-var', dict(tabletype='var', uri='file',
66 ('file-fix', dict(tabletype='fix', uri='file',
68 ('table-row', dict(tabletype='row', uri='table',
70 ('table-var', dict(tabletype='var', uri='table',
72 ('table-fix', dict(tabletype='fix', uri='table',
/dports/databases/pear-DB/DB-1.11.0/tests/driver/
H A Dmktable.inc90 $tabletype = '';
98 $tabletype = '';
106 $tabletype = '';
114 $tabletype = '';
121 $tabletype = '';
130 $tabletype = 'ENGINE=InnoDB';
132 $tabletype = '';
140 $tabletype = '';
153 d $chrd $null) $tabletype
/dports/emulators/hatari/hatari-2.2.1/tools/debugger/
H A Dgst2ascii.c625 static bool symbols_print_prg_info(Uint32 tabletype, Uint32 prgflags, Uint16 relocflag) in symbols_print_prg_info() argument
640 switch (tabletype) { in symbols_print_prg_info()
651 fprintf(stderr, "ERROR: unknown executable type 0x%x!\n", tabletype); in symbols_print_prg_info()
679 Uint32 textlen, datalen, bsslen, tablesize, tabletype, prgflags; in symbols_load_binary() local
699 reads += fread(&tabletype, sizeof(tabletype), 1, fp); in symbols_load_binary()
700 tabletype = SDL_SwapBE32(tabletype); in symbols_load_binary()
715 if (tabletype == SYMBOL_FORMAT_MINT) { /* MiNT */ in symbols_load_binary()
753 tabletype = SYMBOL_FORMAT_GNU; in symbols_load_binary()
765 if (tabletype == SYMBOL_FORMAT_GNU) in symbols_load_binary()
782 if (!symbols_print_prg_info(tabletype, prgflags, relocflag)) { in symbols_load_binary()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/User/
H A DUser.php586 static $tabletype;
589 if (!isset($tabletype))
591 $tabletype['name'] = 'user';
592 $tabletype['prefix'] = 'JTable';
598 $tabletype['name'] = $type;
599 $tabletype['prefix'] = $prefix;
603 return Table::getInstance($tabletype['name'], $tabletype['prefix']);
/dports/games/libretro-hatari/hatari-561c07e/tools/debugger/
H A Dgst2ascii.c361 Uint32 textlen, datalen, bsslen, tablesize, tabletype, prgflags; in symbols_load_binary() local
383 reads += fread(&tabletype, sizeof(tabletype), 1, fp); in symbols_load_binary()
384 tabletype = SDL_SwapBE32(tabletype); in symbols_load_binary()
412 switch (tabletype) { in symbols_load_binary()
420 fprintf(stderr, "ERROR: unknown executable type 0x%x at offset 0x%x!\n", tabletype, offset); in symbols_load_binary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref
21 .tabletype table2, funcref
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref, 42
21 .tabletype table2, funcref, 42, 100
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref, 42
21 .tabletype table2, funcref, 42, 100
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref
21 .tabletype table2, funcref
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref, 42
21 .tabletype table2, funcref, 42, 100
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref, 42
21 .tabletype table2, funcref, 42, 100
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref, 42
21 .tabletype table2, funcref, 42, 100
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/WebAssembly/
H A Dtables.s7 # CHECK: .tabletype foo, externref
9 .tabletype foo, externref
14 # CHECK-NEXT: .tabletype bar, funcref
16 .tabletype bar, funcref
19 .tabletype table1, funcref
21 .tabletype table2, funcref
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/wasm/
H A Dduplicate-table-imports.s5 .tabletype t1, funcref
11 .tabletype t2, funcref
17 .tabletype t3, externref
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/wasm/
H A Dduplicate-table-imports.s5 .tabletype t1, funcref
11 .tabletype t2, funcref
17 .tabletype t3, externref
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/wasm/
H A Dduplicate-table-imports.s5 .tabletype t1, funcref
11 .tabletype t2, funcref
17 .tabletype t3, externref
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/wasm/
H A Dduplicate-table-imports.s5 .tabletype t1, funcref
11 .tabletype t2, funcref
17 .tabletype t3, externref
/dports/devel/py-simpleparse/SimpleParse-2.2.2/simpleparse/stt/TextTools/mxTextTools/
H A DmxTextTools.h137 int tabletype; /* Type of compiled table: member
151 (((mxTagTableObject *)(v))->tabletype)
158 int tabletype,

1234567