Home
last modified time | relevance | path

Searched refs:format1 (Results 1 – 25 of 1567) sorted by relevance

12345678910>>...63

/dports/finance/alkimia/alkimia-8.1.0/autotests/
H A Dalkdateformattest.cpp72 AlkDateFormat format1("M-d-yyyy"); in testDateFormatSkrooge() local
85 format1 = AlkDateFormat("M/d/yy"); in testDateFormatSkrooge()
93 format1 = AlkDateFormat("d.M.yy"); in testDateFormatSkrooge()
101 format1 = AlkDateFormat("yyyy\\dd\\MM"); in testDateFormatSkrooge()
109 format1 = AlkDateFormat("MMM dd, yyyy"); in testDateFormatSkrooge()
119 format1 = AlkDateFormat("MMM dd yyyy"); in testDateFormatSkrooge()
123 format1 = AlkDateFormat("UNIX"); in testDateFormatSkrooge()
141 AlkDateFormat format1("M-d-yyyy"); in testValidFormatDetection() local
143 QCOMPARE(format1.lastErrorMessage(), QString()); in testValidFormatDetection()
145 format1 = AlkDateFormat("bla"); in testValidFormatDetection()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qvideosurfaceformat/
H A Dtst_qvideosurfaceformat.cpp550 QVideoSurfaceFormat format1( in compare() local
559 QCOMPARE(format1 == format2, true); in compare()
562 QCOMPARE(format1 != format3, true); in compare()
564 QCOMPARE(format1 != format4, true); in compare()
570 QCOMPARE(format1 != format2, true); in compare()
572 format1.setFrameSize(1024, 768); in compare()
575 QCOMPARE(format1 == format2, true); in compare()
583 QCOMPARE(format1 != format2, true); in compare()
588 QCOMPARE(format1 == format2, true); in compare()
595 QCOMPARE(format1 != format2, true); in compare()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/tests/
H A Dtest_registry.py186 @format1.reader
307 @format1.writer
321 @format1.sniffer()
359 @format1.sniffer()
532 @format1.sniffer()
862 @format1.sniffer()
949 @format1.sniffer()
979 @format1.sniffer()
1013 @format1.sniffer()
1036 @format1.sniffer()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/tests/
H A DTestTableCellStyle.cpp13 QTextTableCellFormat format1; in testPen() local
34 KoTableCellStyle *style = new KoTableCellStyle(format1); in testPen()
52 QTextTableCellFormat format1; in testPadding() local
53 format1.setLeftPadding(1.0); in testPadding()
54 format1.setRightPadding(2.0); in testPadding()
55 format1.setTopPadding(3.0); in testPadding()
56 format1.setBottomPadding(4.0); in testPadding()
76 QTextTableCellFormat format1; in testSpacing() local
102 QTextTableFormat format1; in testMargin() local
105 format1.setProperty(QTextFormat::FrameTopMargin, 9.0); in testMargin()
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/time/
H A DFastDateFormatTest.java46 FastDateFormat format1 = FastDateFormat.getInstance(); in test_getInstance() local
48 assertSame(format1, format2); in test_getInstance()
59 assertEquals("MM/DD/yyyy", format1.getPattern()); in test_getInstance_String()
60 assertEquals(TimeZone.getDefault(), format1.getTimeZone()); in test_getInstance_String()
62 assertEquals(false, format1.getTimeZoneOverridesCalendar()); in test_getInstance_String()
83 assertEquals(true, format1.getTimeZoneOverridesCalendar()); in test_getInstance_String_TimeZone()
105 assertSame(format1, format3); in test_getInstance_String_Locale()
106 assertSame(Locale.GERMANY, format1.getLocale()); in test_getInstance_String_Locale()
122 assertSame(Locale.GERMANY, format1.getLocale()); in test_changeDefault_Locale_DateInstance()
142 assertSame(Locale.GERMANY, format1.getLocale()); in test_changeDefault_Locale_DateTimeInstance()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dmiscdtfm.cpp173 UnicodeString format1; in test4099975() local
174 format1 = df->format(d, format1); in test4099975()
175 if (format0 != format1) { in test4099975()
206 UnicodeString format1; in test4099975() local
207 format1 = df->format(d, format1); in test4099975()
208 if (format0 != format1) { in test4099975()
236 UnicodeString format1; in test4099975() local
237 format1 = df->format(d, format1); in test4099975()
238 if (format0 != format1) { in test4099975()
266 UnicodeString format1; in test4099975() local
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dmiscdtfm.cpp173 UnicodeString format1; in test4099975() local
174 format1 = df->format(d, format1); in test4099975()
175 if (format0 != format1) { in test4099975()
206 UnicodeString format1; in test4099975() local
207 format1 = df->format(d, format1); in test4099975()
208 if (format0 != format1) { in test4099975()
236 UnicodeString format1; in test4099975() local
237 format1 = df->format(d, format1); in test4099975()
238 if (format0 != format1) { in test4099975()
266 UnicodeString format1; in test4099975() local
[all …]
/dports/textproc/p5-Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.40/examples/
H A Dtextwrap.pl53 my $format1 = $workbook->add_format();
54 $format1->set_align('vjustify');
66 $worksheet->write(1, 1, $str1, $format1);
67 $worksheet->write(1, 2, $str1, $format1);
70 $worksheet->write(3, 1, $str1, $format1);
71 $worksheet->write(3, 2, $str1, $format1);
74 $worksheet->write(5, 1, $str1, $format1);
75 $worksheet->write(5, 2, $str1, $format1);
/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/examples/
H A Dtextwrap.pl55 my $format1 = $workbook->add_format();
56 $format1->set_align('vjustify');
68 $worksheet->write(1, 1, $str1, $format1);
69 $worksheet->write(1, 2, $str1, $format1);
72 $worksheet->write(3, 1, $str1, $format1);
73 $worksheet->write(3, 2, $str1, $format1);
76 $worksheet->write(5, 1, $str1, $format1);
77 $worksheet->write(5, 2, $str1, $format1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/
H A Dvideo_capture_system_impl.cc20 bool IsCaptureFormatSmaller(const media::VideoCaptureFormat& format1, in IsCaptureFormatSmaller() argument
22 DCHECK(format1.frame_size.GetCheckedArea().IsValid()); in IsCaptureFormatSmaller()
24 if (format1.frame_size.GetCheckedArea().ValueOrDefault(0) == in IsCaptureFormatSmaller()
26 if (format1.frame_size.width() == format2.frame_size.width()) { in IsCaptureFormatSmaller()
27 return format1.frame_rate > format2.frame_rate; in IsCaptureFormatSmaller()
29 return format1.frame_size.width() > format2.frame_size.width(); in IsCaptureFormatSmaller()
31 return format1.frame_size.GetCheckedArea().ValueOrDefault(0) < in IsCaptureFormatSmaller()
35 bool IsCaptureFormatEqual(const media::VideoCaptureFormat& format1, in IsCaptureFormatEqual() argument
37 return format1.frame_size == format2.frame_size && in IsCaptureFormatEqual()
38 format1.frame_rate == format2.frame_rate && in IsCaptureFormatEqual()
[all …]
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/test/functional/src/
H A Dtest_table14.c17 lxw_format *format1 = workbook_add_format(workbook); in main() local
21 format_set_num_format(format1, "0.00;[Red]0.00"); in main()
28 lxw_format_get_dxf_index(format1); in main()
33 lxw_table_column col2 = {.format = format1}; in main()
47 worksheet_write_number(worksheet, 2, 3, 1234, format1); in main()
48 worksheet_write_number(worksheet, 3, 3, 1256, format1); in main()
49 worksheet_write_number(worksheet, 4, 3, 2234, format1); in main()
50 worksheet_write_number(worksheet, 5, 3, 1324, format1); in main()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/QuickCheck-2.14.1/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/QuickCheck-2.14/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/QuickCheck-2.14/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/QuickCheck-2.14/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/QuickCheck-2.14.2/tests/
H A DTerminal.hs43 format xs = format1 [] [] xs
47 format1 xs ys [] = line xs ys function
49 format1 xs ys ('\n':zs) = line xs ys ++ "\n" ++ format1 [] [] zs function
51 format1 (x:xs) ys ('\b':zs) = format1 xs (x:xs) zs function
53 format1 [] ys ('\b':zs) = format1 [] ys zs function
56 format1 xs ys (z:zs) = format1 (z:xs) (drop 1 ys) zs function
/dports/net/openldap25-client/openldap-2.5.9/doc/devel/variadic_debug/
H A D09-merge.cocci53 expression format1, format2;
64 snprintf@p1( buf, E, format1, args );
74 format1 << a.format1;
81 coccinelle.merged = insert_at_pos(format2, format1, pos)
91 expression format1, format2;
101 -snprintf@p1( buf, E, format1, args );
116 expression format1, format2;
120 snprintf@p1( buf, E, format1, args );
125 format1 << b.format1;
141 expression format1, format2;
[all …]

12345678910>>...63