Home
last modified time | relevance | path

Searched refs:tableformat (Results 1 – 25 of 83) sorted by relevance

1234

/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Dtableintern.c120 gal_tableintern_format_as_string(uint8_t tableformat) in gal_tableintern_format_as_string() argument
122 switch(tableformat) in gal_tableintern_format_as_string()
129 tableformat); in gal_tableintern_format_as_string()
190 if(tableformat==GAL_TABLE_FORMAT_INVALID) in gal_tableintern_check_fits_format()
197 if( tableformat != GAL_TABLE_FORMAT_AFITS in gal_tableintern_check_fits_format()
198 && tableformat != GAL_TABLE_FORMAT_BFITS ) in gal_tableintern_check_fits_format()
247 switch(tableformat) in gal_tableintern_col_print_info()
255 __func__, tableformat); in gal_tableintern_col_print_info()
277 fmt[0] = tableformat==GAL_TABLE_FORMAT_TXT ? 's' : 'A'; in gal_tableintern_col_print_info()
301 if(tableformat==GAL_TABLE_FORMAT_AFITS) in gal_tableintern_col_print_info()
[all …]
H A Dtable.c64 size_t *numcols, size_t *numrows, int *tableformat) in gal_table_info() argument
68 return gal_fits_tab_info(filename, hdu, numcols, numrows, tableformat); in gal_table_info()
71 *tableformat=GAL_TABLE_FORMAT_TXT; in gal_table_info()
420 int tableformat; in gal_table_read() local
427 &tableformat); in gal_table_read()
446 switch(tableformat) in gal_table_read()
461 "'tableformat'", __func__, tableformat); in gal_table_read()
535 gal_list_str_t *comments, int tableformat, char *filename, in gal_table_write() argument
544 gal_fits_tab_write(cols, comments, tableformat, filename, extname, in gal_table_write()
/dports/science/p5-Geo-BUFR/Geo-BUFR-1.38/
H A Dbufrresolve.pl94 my $tableformat = (defined $option{tableformat}) ? uc $option{tableformat} : DEFAULT_TABLE_FORMAT;
95 Geo::BUFR->set_tableformat($tableformat);
106 if ($tableformat eq 'BUFRDC') {
108 } elsif ($tableformat eq 'ECCODES') {
115 ($tableformat eq 'BUFRDC' ? DEFAULT_TABLE_BUFRDC : DEFAULT_TABLE_ECCODES);
H A Dbufr_reencode.pl69 my $tableformat = (defined $option{tableformat}) ? uc $option{tableformat} : DEFAULT_TABLE_FORMAT;
70 Geo::BUFR->set_tableformat($tableformat);
81 if ($tableformat eq 'BUFRDC') {
83 } elsif ($tableformat eq 'ECCODES') {
H A Dbufrread.pl84 my $tableformat = (defined $option{tableformat}) ? uc $option{tableformat} : DEFAULT_TABLE_FORMAT;
85 Geo::BUFR->set_tableformat($tableformat);
96 if ($tableformat eq 'BUFRDC') {
98 } elsif ($tableformat eq 'ECCODES') {
204 my $tableformat = Geo::BUFR->get_tableformat();
205 if ($tableformat eq 'BUFRDC') {
207 } elsif ($tableformat eq 'ECCODES') {
H A Dbufrencode.pl69 my $tableformat = (defined $option{tableformat}) ? uc $option{tableformat} : DEFAULT_TABLE_FORMAT;
70 Geo::BUFR->set_tableformat($tableformat);
81 if ($tableformat eq 'BUFRDC') {
83 } elsif ($tableformat eq 'ECCODES') {
H A Dbufralter.pl91 my $tableformat = (defined $option{tableformat}) ? uc $option{tableformat} : DEFAULT_TABLE_FORMAT;
92 Geo::BUFR->set_tableformat($tableformat);
103 if ($tableformat eq 'BUFRDC') {
105 } elsif ($tableformat eq 'ECCODES') {
/dports/science/py-ase/ase-3.22.0/ase/cli/
H A Dtemplate.py286 tableformat=None, argument
299 if tableformat is None:
300 self.tableformat = TableFormat()
302 self.tableformat = tableformat
319 self.tableformat.toprule * self.tablewidth,
321 self.tableformat.midrule * self.tablewidth,
330 fields = self.tableformat.fmt_class['str'] * self.nfields
333 return self.tableformat.formatter(fields, *headers)
351 self.tableformat.precision) for field in self.fields])
353 rowformat = ''.join([self.tableformat.fmt[field]
[all …]
/dports/astro/gnuastro/gnuastro-0.16/lib/gnuastro-internal/
H A Dtableintern.h82 gal_tableintern_format_as_string(uint8_t tableformat);
91 gal_tableintern_check_fits_format(char *filename, int tableformat);
99 gal_tableintern_col_print_info(gal_data_t *col, int tableformat,
/dports/science/p5-Geo-BUFR/Geo-BUFR-1.38/t/
H A Deccodes.t11 my $table_fp = '--tableformat ECCODES --tablepath t/et';
15 is($output, $expected, 'testing bufrread.pl -c --tableformat ECCODES');
31 is($output, $expected, 'testing bufrencode.pl --tableformat ECCODES');
35 is($output, $expected, 'testing bufr_reencode.pl --tableformat ECCODES');
50 is($output, $expected, 'testing bufralter.pl --tableformat ECCODES');
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A DKisShortcutsEditor_p.cpp266 QTextTableFormat tableformat; in printShortcuts() local
267 tableformat.setHeaderRowCount(1); in printShortcuts()
268 tableformat.setCellPadding(4.0); in printShortcuts()
269 tableformat.setCellSpacing(0); in printShortcuts()
270 tableformat.setBorderStyle(QTextFrameFormat::BorderStyle_Solid); in printShortcuts()
271 tableformat.setBorder(0.5); in printShortcuts()
283 table->setFormat(tableformat); in printShortcuts()
319 QTextTableFormat shortcutTableFormat = tableformat; in printShortcuts()
/dports/www/foswiki/Foswiki-2.1.6/templates/
H A Dattachtables.pattern01x00.tmpl10 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
14 %TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%summary="%MAKETEX…
18 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
H A Dattachtables.pattern.tmpl10 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
14 %TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%summary="%MAKETEX…
18 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
/dports/www/twiki-PatternSkin/PatternSkin-0.0.17425/templates/
H A Dattachtables.pattern.tmpl11 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
15 %TMPL:DEF{ATTACH:files:tableformat}%%TABLE{%TMPL:P{"commonattachtableattributes"}%id="twikiAttachme…
19 %TMPL:P{context="TablePluginEnabled" then="ATTACH:files:tableformat"}%
/dports/science/cdo/cdo-2.0.0/src/
H A DSetpartab.cc153 int tableformat = 0; in Setpartab() local
202 if (atoi(parbuf.data()) == 0) tableformat = 1; in Setpartab()
207 if (tableformat == 0) tableID = define_table(partab); in Setpartab()
211 tableformat = 1; in Setpartab()
215 tableformat = 1; in Setpartab()
218 if (Options::cdoVerbose) cdo_print("Table format version %d", tableformat); in Setpartab()
232 if (tableformat == 0) in Setpartab()
/dports/astro/gnuastro/gnuastro-0.16/bin/query/
H A Dquery.c71 int tableformat; in query_output_meta_database() local
81 &numrows, &tableformat); in query_output_meta_database()
176 int tableformat; in query_output_meta_dataset() local
185 &numrows, &tableformat); in query_output_meta_dataset()
272 gal_table_write(table, NULL, NULL, p->cp.tableformat, in query_output_data()
/dports/astro/gnuastro/gnuastro-0.16/bin/match/
H A Dmatch.c48 int tableformat; in match_add_all_cols() local
64 &numrows, &tableformat); in match_add_all_cols()
299 gal_table_write(cat, NULL, NULL, p->cp.tableformat, outname, in match_catalog_read_write_all()
375 gal_table_write(cat, NULL, NULL, p->cp.tableformat, in match_catalog_write_one_row()
383 gal_table_write(a, NULL, NULL, p->cp.tableformat, p->out1name, in match_catalog_write_one_row()
441 gal_table_write(cat, NULL, NULL, p->cp.tableformat, p->out1name, in match_catalog_write_one_col()
536 gal_table_write(mcols, NULL, NULL, p->cp.tableformat, p->logname, in match_catalog()
/dports/science/py-scipy/scipy-1.7.1/scipy/linalg/src/id_dist/doc/
H A Dsupertabular.sty220 \expandafter\tabular\expandafter{\ST@tableformat}%
230 \expandafter\tabular\expandafter{\ST@tableformat}
292 \def\ST@tableformat{#2}%
297 \expandafter\org@tabular\expandafter{\ST@tableformat}%
305 \def\ST@tableformat{#3}%
312 \expandafter{\ST@tableformat}%
318 \def\ST@tableformat{#2}%
338 \def\ST@tableformat{#3}%
352 \expandafter{\ST@tableformat}%
477 \expandafter{\ST@tableformat}%
[all …]
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkshortcutseditor.cpp555 QTextTableFormat tableformat; in printShortcuts() local
556 tableformat.setHeaderRowCount(1); in printShortcuts()
557 tableformat.setCellPadding(4.0); in printShortcuts()
558 tableformat.setCellSpacing(0); in printShortcuts()
559 tableformat.setBorderStyle(QTextFrameFormat::BorderStyle_Solid); in printShortcuts()
560 tableformat.setBorder(0.5); in printShortcuts()
575 table->setFormat(tableformat); in printShortcuts()
611 QTextTableFormat shortcutTableFormat = tableformat; in printShortcuts()
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Dinnodb_scrub.test17 let $tableformat= (
33 eval create table $t $tableformat=$format;
49 eval create table $t $tableformat=$format;
69 eval create table $t $tableformat=$format;
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Dinnodb_scrub.test17 let $tableformat= (
33 eval create table $t $tableformat=$format;
49 eval create table $t $tableformat=$format;
69 eval create table $t $tableformat=$format;
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/t/
H A Dinnodb_scrub.test17 let $tableformat= (
33 eval create table $t $tableformat=$format;
49 eval create table $t $tableformat=$format;
69 eval create table $t $tableformat=$format;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/encryption/t/
H A Dinnodb_scrub.test18 let $tableformat= (
34 eval create table $t $tableformat=$format;
50 eval create table $t $tableformat=$format;
70 eval create table $t $tableformat=$format;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/encryption/t/
H A Dinnodb_scrub.test18 let $tableformat= (
34 eval create table $t $tableformat=$format;
50 eval create table $t $tableformat=$format;
70 eval create table $t $tableformat=$format;
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/suite/encryption/t/
H A Dinnodb_scrub.test18 let $tableformat= (
34 eval create table $t $tableformat=$format;
50 eval create table $t $tableformat=$format;
70 eval create table $t $tableformat=$format;

1234