Home
last modified time | relevance | path

Searched refs:fmts (Results 1 – 25 of 1376) sorted by relevance

12345678910>>...56

/dports/devel/libstrfunc/libstrfunc-8.3/sf_time/
H A Dtimetostr.c146 char *fmts; in timetostr() local
162 fmts = ts + snprintf(ts, SF_INT_TS_SIZE, fmts, in timetostr()
167 fmts += snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), in timetostr()
175 fmts += snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), in timetostr()
183 fmts += snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), in timetostr()
193 char *fmts; in timetostr() local
204 fmts = ts + snprintf(ts, SF_INT_TS_SIZE, fmts, in timetostr()
210 snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), "%c%02ld%02ld", in timetostr()
215 snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), "Z"); in timetostr()
223 snprintf(fmts, SF_INT_TS_SIZE - (fmts - ts), "Z"); in timetostr()
[all …]
/dports/security/keybase/client-v5.7.1/go/logger/
H A Dtest_logger.go75 log.prefixCaller(log.extraDepth, lvl, fmts))+"\n", arg...)
81 log.prefixCaller(log.extraDepth, lvl, fmts)), arg...)
84 log.prefixCaller(log.extraDepth, lvl, fmts)), arg...)
108 failed, fileLine, lvl, fmts)
117 log.common(ctx, logging.DEBUG, false, fmts, arg...)
126 log.common(ctx, logging.INFO, false, fmts, arg...)
135 log.common(ctx, logging.NOTICE, false, fmts, arg...)
144 log.common(ctx, logging.WARNING, false, fmts, arg...)
157 log.common(ctx, logging.ERROR, false, fmts, arg...)
166 log.common(ctx, logging.CRITICAL, false, fmts, arg...)
[all …]
/dports/textproc/unoconv/unoconv-0.7/
H A Dunoconv348 fmts = FmtList()
375 fmts.add('document', 'txt', 'txt', 'Text', 'Text') ### 34
380 fmts.add('document', 'wps', 'wps', 'Microsoft Works', 'MS_Works')
386 fmts.add('web', 'html', 'html', 'HTML Document', 'HTML') ### 2
401 fmts.add('spreadsheet', 'dbf', 'dbf', 'dBASE', 'dBase') ### 22
413 fmts.add('spreadsheet', 'slk', 'slk', 'SYLK', 'SYLK') ### 35
659 fmts.display(self.doctype)
662 fmts.display(t)
813 outputfmt = fmts.bydoctype(op.doctype, op.format)
815 outputfmt = fmts.byname(op.format)
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-parse.c112 g_return_val_if_fail(fmts, res); in check_date_format()
130 import_clear_flag(fmts, GNCIF_DATE_DMY); in check_date_format()
131 import_clear_flag(fmts, GNCIF_DATE_MDY); in check_date_format()
136 import_clear_flag(fmts, GNCIF_DATE_DMY); in check_date_format()
137 import_clear_flag(fmts, GNCIF_DATE_YMD); in check_date_format()
141 import_clear_flag(fmts, GNCIF_DATE_MDY); in check_date_format()
176 return fmts; in check_date_format()
184 g_return_val_if_fail(str, fmts); in gnc_import_test_numeric()
205 g_return_val_if_fail(str, fmts); in gnc_import_test_date()
231 if (((fmts & GNCIF_DATE_YDM) || (fmts & GNCIF_DATE_YMD)) && in gnc_import_test_date()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
H A Dhfi_platform_v6.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
H A Dhfi_platform_v6.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
H A Dhfi_platform_v6.c31 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
32 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
55 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
56 .fmts[4] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
57 .fmts[5] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_P010},
82 .fmts[2] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV12},
83 .fmts[3] = {HFI_BUFFER_OUTPUT2, HFI_COLOR_FORMAT_NV21},
166 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
169 .fmts[3] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_P010},
203 .fmts[0] = {HFI_BUFFER_INPUT, HFI_COLOR_FORMAT_NV12},
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-extra/src/unix/
H A Dclocale.pp282 fmts.DateSeparator := FindSeparator(fmts.ShortDateFormat, fmts.DateSeparator);
283 fmts.ShortDateFormat := TransformFormatStr(fmts.ShortDateFormat);
288 fmts.LongDateFormat := TransformFormatStr(fmts.LongDateFormat);
296 fmts.TimeSeparator := FindSeparator(fmts.ShortTimeFormat, fmts.TimeSeparator);
297 fmts.ShortTimeFormat := TransformFormatStr(fmts.ShortTimeFormat);
303 if (fmts.LongTimeFormat='') then
304 fmts.LongTimeFormat:=fmts.ShortTimeFormat
306 fmts.LongTimeFormat := TransformFormatStr(fmts.LongTimeFormat);
314 if fmts.CurrencyString='' then
339 fmts.CurrencyString := Copy(fmts.CurrencyString, 2, Length(fmts.CurrencyString));
[all …]
/dports/lang/fpc-rtl-extra/fpc-3.2.2/packages/rtl-extra/src/unix/
H A Dclocale.pp282 fmts.DateSeparator := FindSeparator(fmts.ShortDateFormat, fmts.DateSeparator);
283 fmts.ShortDateFormat := TransformFormatStr(fmts.ShortDateFormat);
288 fmts.LongDateFormat := TransformFormatStr(fmts.LongDateFormat);
296 fmts.TimeSeparator := FindSeparator(fmts.ShortTimeFormat, fmts.TimeSeparator);
297 fmts.ShortTimeFormat := TransformFormatStr(fmts.ShortTimeFormat);
303 if (fmts.LongTimeFormat='') then
304 fmts.LongTimeFormat:=fmts.ShortTimeFormat
306 fmts.LongTimeFormat := TransformFormatStr(fmts.LongTimeFormat);
314 if fmts.CurrencyString='' then
339 fmts.CurrencyString := Copy(fmts.CurrencyString, 2, Length(fmts.CurrencyString));
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dformats.c79 if (a->fmts[i] == b->fmts[j]) { \
82 a->fmts[k++] = a->fmts[i]; \
546 int ret = ref_fn(fmts, &ctx->inputs[i]->outcfg.fmts); \
555 int ret = ref_fn(fmts, &ctx->outputs[i]->incfg.fmts); \
670 if (!fmts) in check_list()
672 if (!fmts->nb_formats) { in check_list()
678 if (fmts->formats[i] == fmts->formats[j]) { in check_list()
699 if (!fmts || !fmts->nb_formats) in ff_formats_check_sample_rates()
715 if (!fmts) in ff_formats_check_channel_layouts()
717 if (fmts->all_layouts < fmts->all_counts) { in ff_formats_check_channel_layouts()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dformats.c79 if (a->fmts[i] == b->fmts[j]) { \
82 a->fmts[k++] = a->fmts[i]; \
546 int ret = ref_fn(fmts, &ctx->inputs[i]->outcfg.fmts); \
555 int ret = ref_fn(fmts, &ctx->outputs[i]->incfg.fmts); \
670 if (!fmts) in check_list()
672 if (!fmts->nb_formats) { in check_list()
678 if (fmts->formats[i] == fmts->formats[j]) { in check_list()
699 if (!fmts || !fmts->nb_formats) in ff_formats_check_sample_rates()
715 if (!fmts) in ff_formats_check_channel_layouts()
717 if (fmts->all_layouts < fmts->all_counts) { in ff_formats_check_channel_layouts()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dformats.c79 if (a->fmts[i] == b->fmts[j]) { \
82 a->fmts[k++] = a->fmts[i]; \
546 int ret = ref_fn(fmts, &ctx->inputs[i]->outcfg.fmts); \
555 int ret = ref_fn(fmts, &ctx->outputs[i]->incfg.fmts); \
670 if (!fmts) in check_list()
672 if (!fmts->nb_formats) { in check_list()
678 if (fmts->formats[i] == fmts->formats[j]) { in check_list()
699 if (!fmts || !fmts->nb_formats) in ff_formats_check_sample_rates()
715 if (!fmts) in ff_formats_check_channel_layouts()
717 if (fmts->all_layouts < fmts->all_counts) { in ff_formats_check_channel_layouts()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libout123/modules/
H A Doss.c90 int fmts; in set_format_oss() local
98 fmts = AFMT_S16_NE; in set_format_oss()
101 fmts = AFMT_U8; in set_format_oss()
104 fmts = AFMT_S8; in set_format_oss()
107 fmts = AFMT_MU_LAW; in set_format_oss()
110 fmts = AFMT_A_LAW; in set_format_oss()
113 fmts = AFMT_U16_NE; in set_format_oss()
117 sf = fmts; in set_format_oss()
245 fmt |= fmts[i]; in get_formats_oss()
260 if(fmts & AFMT_U8) in get_formats_oss()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libout123/modules/
H A Doss.c90 int fmts; in set_format_oss() local
98 fmts = AFMT_S16_NE; in set_format_oss()
101 fmts = AFMT_U8; in set_format_oss()
104 fmts = AFMT_S8; in set_format_oss()
107 fmts = AFMT_MU_LAW; in set_format_oss()
110 fmts = AFMT_A_LAW; in set_format_oss()
113 fmts = AFMT_U16_NE; in set_format_oss()
117 sf = fmts; in set_format_oss()
245 fmt |= fmts[i]; in get_formats_oss()
260 if(fmts & AFMT_U8) in get_formats_oss()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/cdata/
H A Dcdata_test_framework.go121 if len(fmts) != len(names) {
124 cfmts := make([]*C.char, len(fmts))
128 for i := range fmts {
129 cfmts[i] = C.CString(fmts[i])
149 cfmts := make([]*C.char, len(fmts))
153 for i := range fmts {
154 cfmts[i] = C.CString(fmts[i])
171 for i := range fmts {
172 cfmts[i] = C.CString(fmts[i])
189 for i := range fmts {
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/test/
H A Dtest-import-parse.c74 GncImportFormat fmts; in test_check_numeric() local
76 fmts = GNCIF_NUM_PERIOD | GNCIF_NUM_COMMA | GNCIF_DATE_MDY; in test_check_numeric()
78 run_check(gnc_import_test_numeric, period_numbers, fmts, in test_check_numeric()
80 run_check(gnc_import_test_numeric, comma_numbers, fmts, in test_check_numeric()
83 run_check(gnc_import_test_numeric, period_numbers_ambig, fmts, in test_check_numeric()
85 run_check(gnc_import_test_numeric, comma_numbers_ambig, fmts, in test_check_numeric()
92 GncImportFormat fmts; in test_check_date() local
94 fmts = GNCIF_DATE_DMY | GNCIF_DATE_MDY | GNCIF_DATE_YMD | GNCIF_DATE_YDM; in test_check_date()
96 run_check(gnc_import_test_date, dates_ymd, fmts, "y/m/d dates", GNCIF_DATE_YMD); in test_check_date()
101 run_check(gnc_import_test_date, dates_yxx, fmts, "y/x/x dates", in test_check_date()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dformats.c69 if (!(ret->fmts = av_malloc_array(count, sizeof(*ret->fmts)))) \
73 if (a->fmts[i] == b->fmts[j]) { \
80 ret->fmts[k++] = a->fmts[i]; \
254 int ff_fmt_is_in(int fmt, const int *fmts) in ff_fmt_is_in() argument
258 for (p = fmts; *p != -1; p++) { in ff_fmt_is_in()
283 AVFilterFormats *ff_make_format_list(const int *fmts) in ff_make_format_list() argument
287 formats->formats[count] = fmts[count]; in ff_make_format_list()
297 memcpy(formats->channel_layouts, fmts, in ff_make_formatu64_list()
308 memcpy(formats->channel_layouts, fmts, in avfilter_make_format64_list()
316 type *fmts; \
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/metadata/
H A DRegisteredFormatsTest.java44 private static Hashtable fmts; field in RegisteredFormatsTest
47 fmts = new Hashtable(); in main()
49 fmts.put("javax_imageio_jpeg_stream_1.0", Boolean.FALSE); in main()
50 fmts.put("javax_imageio_jpeg_image_1.0", Boolean.FALSE); in main()
51 fmts.put("javax_imageio_png_1.0", Boolean.FALSE); in main()
52 fmts.put("javax_imageio_bmp_1.0", Boolean.FALSE); in main()
53 fmts.put("javax_imageio_wbmp_1.0", Boolean.FALSE); in main()
54 fmts.put("javax_imageio_gif_stream_1.0", Boolean.FALSE); in main()
55 fmts.put("javax_imageio_gif_image_1.0", Boolean.FALSE); in main()
80 Enumeration keys = fmts.keys(); in main()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/imageio/metadata/
H A DRegisteredFormatsTest.java44 private static Hashtable fmts; field in RegisteredFormatsTest
47 fmts = new Hashtable(); in main()
49 fmts.put("javax_imageio_jpeg_stream_1.0", Boolean.FALSE); in main()
50 fmts.put("javax_imageio_jpeg_image_1.0", Boolean.FALSE); in main()
51 fmts.put("javax_imageio_png_1.0", Boolean.FALSE); in main()
52 fmts.put("javax_imageio_bmp_1.0", Boolean.FALSE); in main()
53 fmts.put("javax_imageio_wbmp_1.0", Boolean.FALSE); in main()
54 fmts.put("javax_imageio_gif_stream_1.0", Boolean.FALSE); in main()
55 fmts.put("javax_imageio_gif_image_1.0", Boolean.FALSE); in main()
80 Enumeration keys = fmts.keys(); in main()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/imageio/metadata/
H A DRegisteredFormatsTest.java44 private static Hashtable fmts; field in RegisteredFormatsTest
47 fmts = new Hashtable(); in main()
49 fmts.put("javax_imageio_jpeg_stream_1.0", Boolean.FALSE); in main()
50 fmts.put("javax_imageio_jpeg_image_1.0", Boolean.FALSE); in main()
51 fmts.put("javax_imageio_png_1.0", Boolean.FALSE); in main()
52 fmts.put("javax_imageio_bmp_1.0", Boolean.FALSE); in main()
53 fmts.put("javax_imageio_wbmp_1.0", Boolean.FALSE); in main()
54 fmts.put("javax_imageio_gif_stream_1.0", Boolean.FALSE); in main()
55 fmts.put("javax_imageio_gif_image_1.0", Boolean.FALSE); in main()
80 Enumeration keys = fmts.keys(); in main()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/imageio/metadata/
H A DRegisteredFormatsTest.java44 private static Hashtable fmts; field in RegisteredFormatsTest
47 fmts = new Hashtable(); in main()
49 fmts.put("javax_imageio_jpeg_stream_1.0", Boolean.FALSE); in main()
50 fmts.put("javax_imageio_jpeg_image_1.0", Boolean.FALSE); in main()
51 fmts.put("javax_imageio_png_1.0", Boolean.FALSE); in main()
52 fmts.put("javax_imageio_bmp_1.0", Boolean.FALSE); in main()
53 fmts.put("javax_imageio_wbmp_1.0", Boolean.FALSE); in main()
54 fmts.put("javax_imageio_gif_stream_1.0", Boolean.FALSE); in main()
55 fmts.put("javax_imageio_gif_image_1.0", Boolean.FALSE); in main()
80 Enumeration keys = fmts.keys(); in main()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/imageio/metadata/
H A DRegisteredFormatsTest.java44 private static Hashtable fmts; field in RegisteredFormatsTest
47 fmts = new Hashtable(); in main()
49 fmts.put("javax_imageio_jpeg_stream_1.0", Boolean.FALSE); in main()
50 fmts.put("javax_imageio_jpeg_image_1.0", Boolean.FALSE); in main()
51 fmts.put("javax_imageio_png_1.0", Boolean.FALSE); in main()
52 fmts.put("javax_imageio_bmp_1.0", Boolean.FALSE); in main()
53 fmts.put("javax_imageio_wbmp_1.0", Boolean.FALSE); in main()
54 fmts.put("javax_imageio_gif_stream_1.0", Boolean.FALSE); in main()
55 fmts.put("javax_imageio_gif_image_1.0", Boolean.FALSE); in main()
80 Enumeration keys = fmts.keys(); in main()
[all …]

12345678910>>...56