Home
last modified time | relevance | path

Searched refs:StringFormat (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/
H A DTestStringFormat.cs57 using (StringFormat sf = new StringFormat ()) { in Default()
70 StringFormat sf = new StringFormat (); in Default_Dispose()
84 using (StringFormat sf = new StringFormat (StringFormat.GenericTypographic)) { in ctor_StringFormat()
122 StringFormat sf = StringFormat.GenericDefault; in GenericDefault_Local_Dispose()
164 using (StringFormat sf = new StringFormat ()) { in Alignment_All()
175 using (StringFormat sf = new StringFormat ()) { in Alignment_Invalid()
183 using (StringFormat sf = new StringFormat ()) { in HotkeyPrefix_All()
194 using (StringFormat sf = new StringFormat ()) { in HotkeyPrefix_Invalid()
202 using (StringFormat sf = new StringFormat ()) { in LineAlignment_All()
213 using (StringFormat sf = new StringFormat ()) { in LineAlignment_Invalid()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/
H A DStringFormatTests.cs20 using (var format = new StringFormat()) in Ctor_Default()
96 var format = new StringFormat(); in Ctor_DisposedFormat_ThrowsArgumentException()
105 var format = new StringFormat(); in Dispose_MultipleTimes_Success()
114 using (StringFormat format = Assert.IsType<StringFormat>(original.Clone())) in Clone_Valid_Success()
133 var format = new StringFormat(); in Clone_Disposed_ThrowsArgumentException()
158 var format = new StringFormat(); in SetDigitSubstitution_Disposed_ThrowsArgumentException()
208 var format = new StringFormat(); in SetTabStops_Disposed_ThrowsArgumentException()
217 var format = new StringFormat(); in GetTabStops_Disposed_ThrowsArgumentException()
262 var format = new StringFormat(); in SetMeasurableCharacterRanges_Disposed_ThrowsArgumentException()
442 StringFormat format = StringFormat.GenericDefault; in GenericDefault_Get_ReturnsExpected()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusstringformat.h38 class StringFormat: public GdiplusBase
44 static const StringFormat* GenericDefault();
53 StringFormat(const StringFormat *format): in StringFormat() function
60 ~StringFormat() in ~StringFormat()
64 StringFormat* Clone() const in Clone()
70 StringFormat *result = new StringFormat( in Clone()
206 StringFormat(const StringFormat&);
207 StringFormat& operator=(const StringFormat&);
226 __inline__ const StringFormat* StringFormat::GenericDefault() in GenericDefault()
234 new StringFormat(nativeStringFormat, Ok); in GenericDefault()
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusstringformat.h38 class StringFormat: public GdiplusBase
44 static const StringFormat* GenericDefault();
53 StringFormat(const StringFormat *format): in StringFormat() function
60 ~StringFormat() in ~StringFormat()
64 StringFormat* Clone() const in Clone()
70 StringFormat *result = new StringFormat( in Clone()
206 StringFormat(const StringFormat&);
207 StringFormat& operator=(const StringFormat&);
226 __inline__ const StringFormat* StringFormat::GenericDefault() in GenericDefault()
234 new StringFormat(nativeStringFormat, Ok); in GenericDefault()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusstringformat.h33 class StringFormat: public GdiplusBase
39 static const StringFormat* GenericDefault();
40 static const StringFormat* GenericTypographic();
48 StringFormat(const StringFormat *format): in StringFormat() function
55 ~StringFormat() in ~StringFormat()
59 StringFormat* Clone() const in Clone()
65 StringFormat *result = new StringFormat( in Clone()
201 StringFormat(const StringFormat&);
202 StringFormat& operator=(const StringFormat&);
221 __inline__ const StringFormat* StringFormat::GenericDefault() in GenericDefault()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusstringformat.h33 class StringFormat: public GdiplusBase
39 static const StringFormat* GenericDefault();
40 static const StringFormat* GenericTypographic();
48 StringFormat(const StringFormat *format): in StringFormat() function
55 ~StringFormat() in ~StringFormat()
59 StringFormat* Clone() const in Clone()
65 StringFormat *result = new StringFormat( in Clone()
201 StringFormat(const StringFormat&);
202 StringFormat& operator=(const StringFormat&);
221 __inline__ const StringFormat* StringFormat::GenericDefault() in GenericDefault()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing/
H A DStringFormat.cs43 public StringFormat() : this (0, GDIPlus.LANG_NEUTRAL) in StringFormat() method in System.Drawing.StringFormat
47 public StringFormat(StringFormatFlags options, int language) in StringFormat() method in System.Drawing.StringFormat
53 internal StringFormat(IntPtr native) in StringFormat() method in System.Drawing.StringFormat
58 ~StringFormat () in ~StringFormat()
78 public StringFormat (StringFormat format) in StringFormat() method in System.Drawing.StringFormat
87 public StringFormat (StringFormatFlags options) in StringFormat() method in System.Drawing.StringFormat
180 public static StringFormat GenericDefault {
187 return new StringFormat (ptr);
199 public static StringFormat GenericTypographic {
206 return new StringFormat (ptr);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DDataObjectTest.cs49 …Assert.AreEqual (new string [] { DataFormats.StringFormat, DataFormats.UnicodeText, DataFormats.Te… in TestConvertible()
50 …Assert.AreEqual (new string [] { DataFormats.StringFormat, DataFormats.UnicodeText, DataFormats.Te… in TestConvertible()
57 …Assert.AreEqual (new string [] { DataFormats.StringFormat, DataFormats.UnicodeText, DataFormats.Te… in TestConvertible()
69 o.SetData (DataFormats.StringFormat, true, "abc"); in TestConvertible()
73 Assert.AreEqual (new string [] { DataFormats.StringFormat }, o.GetFormats (false), "#C3"); in TestConvertible()
76 o.SetData (DataFormats.StringFormat, false, "abc"); in TestConvertible()
78 Assert.AreEqual (new string [] { DataFormats.StringFormat }, o.GetFormats (), "#D1"); in TestConvertible()
79 Assert.AreEqual (new string [] { DataFormats.StringFormat }, o.GetFormats (), "#D2"); in TestConvertible()
80 Assert.AreEqual (new string [] { DataFormats.StringFormat }, o.GetFormats (false), "#D3"); in TestConvertible()
150 Assert.AreEqual ("yo", d.GetData (DataFormats.StringFormat), "A6-1"); in TestText()
[all …]
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dverify_new_packages.c106 StringFormat("Can not acquire lock for '%s' package promise. " in HandleNewPackagePromiseType()
119 StringFormat("Some error occurred while contacting package " in HandleNewPackagePromiseType()
144 StringFormat("Error removing package '%s'", in HandleNewPackagePromiseType()
150 StringFormat("Successfully removed package '%s'", in HandleNewPackagePromiseType()
156 StringFormat("Package '%s' was not installed", in HandleNewPackagePromiseType()
162 StringFormat("Package '%s' needs to be removed," in HandleNewPackagePromiseType()
185 StringFormat("Error installing package '%s'", in HandleNewPackagePromiseType()
191 StringFormat("Successfully installed package '%s'", in HandleNewPackagePromiseType()
197 StringFormat("Package '%s' already installed", in HandleNewPackagePromiseType()
203 StringFormat("Package '%s' needs to be installed," in HandleNewPackagePromiseType()
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DStringFormat.cs21 private StringFormat(IntPtr format) in StringFormat() method in System.Drawing.StringFormat
29 public StringFormat() : this(0, 0) in StringFormat() method in System.Drawing.StringFormat
36 public StringFormat(StringFormatFlags options) : in StringFormat() method in System.Drawing.StringFormat
45 public StringFormat(StringFormatFlags options, int language) in StringFormat() method in System.Drawing.StringFormat
57 public StringFormat(StringFormat format) in StringFormat() method in System.Drawing.StringFormat
121 StringFormat newCloneStringFormat = new StringFormat(cloneFormat); in Clone()
342 public static StringFormat GenericDefault
352 return new StringFormat(format);
367 public static StringFormat GenericTypographic
377 return new StringFormat(format);
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/util/
H A DStringFormat.hxx39 StringFormat(char *buffer, std::size_t size, in StringFormat() function
47 StringFormat(StringBuffer<CAPACITY> &buffer, in StringFormat() function
50 StringFormat(buffer.data(), buffer.capacity(), fmt, args...); in StringFormat()
55 StringFormat(const char *fmt, Args&&... args) noexcept in StringFormat() function
58 StringFormat(result, fmt, args...); in StringFormat()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/strings/
H A Dstring_format_unittest.cc19 EXPECT_EQ("", StringFormat("%s", "")); in TEST()
23 EXPECT_EQ("123hello w", StringFormat("%3d%2s %1c", 123, "hello", 'w')); in TEST()
24 EXPECT_EQ("3 = three", StringFormat("%d = %s", 1 + 2, "three")); in TEST()
32 EXPECT_EQ(str, StringFormat("%s", str)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/strings/
H A Dstring_format_unittest.cc19 EXPECT_EQ("", StringFormat("%s", "")); in TEST()
23 EXPECT_EQ("123hello w", StringFormat("%3d%2s %1c", 123, "hello", 'w')); in TEST()
24 EXPECT_EQ("3 = three", StringFormat("%d = %s", 1 + 2, "three")); in TEST()
32 EXPECT_EQ(str, StringFormat("%s", str)); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/strings/
H A Dstring_format_unittest.cc19 EXPECT_EQ("", StringFormat("%s", "")); in TEST()
23 EXPECT_EQ("123hello w", StringFormat("%3d%2s %1c", 123, "hello", 'w')); in TEST()
24 EXPECT_EQ("3 = three", StringFormat("%d = %s", 1 + 2, "three")); in TEST()
32 EXPECT_EQ(str, StringFormat("%s", str)); in TEST()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dagent-diagnostics.c103 res = AgentDiagnosticsResultNew(false, StringFormat("No private key found at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
107 …res = AgentDiagnosticsResultNew(false, StringFormat("Private key found at '%s', but had incorrect … in AgentDiagnosticsCheckPrivateKey()
111 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPrivateKey()
126 res = AgentDiagnosticsResultNew(false, StringFormat("No public key found at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
130 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key found at '%s', but had incorrect p… in AgentDiagnosticsCheckPublicKey()
134 …res = AgentDiagnosticsResultNew(false, StringFormat("Public key at '%s' had size %lld bytes, expec… in AgentDiagnosticsCheckPublicKey()
138 res = AgentDiagnosticsResultNew(true, StringFormat("OK at '%s'", path)); in AgentDiagnosticsCheckPublicKey()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dkcalendarsystem.h46 enum StringFormat { enum
374 QString eraName(const QDate &date, StringFormat format = ShortFormat) const;
386 QString eraYear(const QDate &date, StringFormat format = ShortFormat) const;
827 …KDELIBS4SUPPORT_DEPRECATED virtual QString yearString(const QDate &date, StringFormat format = Lon…
869 …KDELIBS4SUPPORT_DEPRECATED virtual QString dayString(const QDate &date, StringFormat format = Long…
891 …KDELIBS4SUPPORT_DEPRECATED QString yearInEraString(const QDate &date, StringFormat format = ShortF…
914 …KDELIBS4SUPPORT_DEPRECATED QString dayOfYearString(const QDate &date, StringFormat format = LongFo…
955 …KDELIBS4SUPPORT_DEPRECATED QString weekNumberString(const QDate &date, StringFormat format = LongF…
1001 …KDELIBS4SUPPORT_DEPRECATED QString weeksInYearString(const QDate &date, StringFormat format = Long…
1024 …KDELIBS4SUPPORT_DEPRECATED QString daysInYearString(const QDate &date, StringFormat format = LongF…
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dstring.rs14 pub(crate) struct StringFormat<'a> { struct
30 impl<'a> StringFormat<'a> { argument
31 pub(crate) fn new(shape: Shape, config: &'a Config) -> StringFormat<'a> { in new()
32 StringFormat { in new()
66 fmt: &StringFormat<'a>,
497 let fmt = StringFormat { in last_line_fit_with_newline()
518 let fmt = StringFormat { in overflow_in_non_string_content()
541 let fmt = StringFormat { in overflow_in_non_string_content_with_line_end()
563 let mut fmt = StringFormat { in blank_line_with_non_empty_line_start()
599 let fmt = StringFormat { in retain_blank_lines()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/src/
H A Demitterutils.cpp263 StringFormat::value ComputeStringFormat(const std::string& str, in ComputeStringFormat()
270 return StringFormat::Plain; in ComputeStringFormat()
272 return StringFormat::DoubleQuoted; in ComputeStringFormat()
275 return StringFormat::SingleQuoted; in ComputeStringFormat()
277 return StringFormat::DoubleQuoted; in ComputeStringFormat()
279 return StringFormat::DoubleQuoted; in ComputeStringFormat()
282 return StringFormat::Literal; in ComputeStringFormat()
284 return StringFormat::DoubleQuoted; in ComputeStringFormat()
289 return StringFormat::DoubleQuoted; in ComputeStringFormat()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/src/
H A Demitterutils.cpp263 StringFormat::value ComputeStringFormat(const std::string& str, in ComputeStringFormat()
270 return StringFormat::Plain; in ComputeStringFormat()
272 return StringFormat::DoubleQuoted; in ComputeStringFormat()
275 return StringFormat::SingleQuoted; in ComputeStringFormat()
277 return StringFormat::DoubleQuoted; in ComputeStringFormat()
279 return StringFormat::DoubleQuoted; in ComputeStringFormat()
282 return StringFormat::Literal; in ComputeStringFormat()
284 return StringFormat::DoubleQuoted; in ComputeStringFormat()
289 return StringFormat::DoubleQuoted; in ComputeStringFormat()
/dports/science/yoda/YODA-1.9.1/src/yamlcpp/
H A Demitterutils.cpp263 StringFormat::value ComputeStringFormat(const std::string& str, in ComputeStringFormat()
270 return StringFormat::Plain; in ComputeStringFormat()
272 return StringFormat::DoubleQuoted; in ComputeStringFormat()
275 return StringFormat::SingleQuoted; in ComputeStringFormat()
277 return StringFormat::DoubleQuoted; in ComputeStringFormat()
279 return StringFormat::DoubleQuoted; in ComputeStringFormat()
282 return StringFormat::Literal; in ComputeStringFormat()
284 return StringFormat::DoubleQuoted; in ComputeStringFormat()
289 return StringFormat::DoubleQuoted; in ComputeStringFormat()

12345678910>>...22