Home
last modified time | relevance | path

Searched refs:TextFormat (Results 1 – 25 of 2480) sorted by relevance

12345678910>>...100

/dports/devel/protobuf25/protobuf-2.5.0/java/src/test/java/com/google/protobuf/
H A DTextFormatTest.java202 TextFormat.printToString(message)); in testPrintUnknownFields()
344 TextFormat.merge(original, builder); in testParseCompatibility()
391 TextFormat.merge( in testParseComment()
514 TextFormat.unescapeText("\\x"); in testEscape()
521 TextFormat.unescapeText("\\z"); in testEscape()
528 TextFormat.unescapeText("\\"); in testEscape()
610 TextFormat.parseUInt32("-1"); in testParseInteger()
638 TextFormat.parseUInt64("-1"); in testParseInteger()
646 TextFormat.parseInt32("abcd"); in testParseInteger()
698 TextFormat.merge(goodText, builder); in testParseBoolean()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java146 private final TextFormat.Parser defaultParser = TextFormat.Parser.newBuilder().build();
386 TextFormat.parse( in testParseExtensions()
499 TextFormat.merge( in testMergeComment()
889 TextFormat.printer() in assertPrintFieldValue()
933 TextFormat.printer() in testPrintToUnicodeString()
945 TextFormat.printer() in testPrintToUnicodeString()
960 TextFormat.printer() in testPrintToUnicodeStringWithNewlines()
970 TextFormat.printer() in testPrintToUnicodeStringWithNewlines()
980 TextFormat.printer() in testPrintToUnicodeStringWithNewlines()
985 TextFormat.printer() in testPrintToUnicodeStringWithNewlines()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/text/
H A DTextFormat_as.hx27 import flash.text.TextFormat;
31 import flash.TextFormat;
45 …var x1:TextFormat = untyped __new__(TextFormat, ["fname", 2, 30, true, false, true,"http","tgt","c…
47 …var x1:TextFormat = new TextFormat("font",12.0,8,false,false,false,"url","target","align",1.0,1.0,…
51 if (Std.is(x1, TextFormat)) {
52 DejaGnu.pass("TextFormat class exists");
332 var tfObj:TextFormat = new TextFormat();
341 if (Std.is(tfObj, TextFormat) ) {
342 DejaGnu.pass("tfObj instanceOf TextFormat");
352 DejaGnu.pass("tfObj instanceOf TextFormat");
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dcolor.py9 from salt.utils.textformat import TextFormat
56 "BLACK": TextFormat("black"),
58 "RED": TextFormat("red"),
60 "GREEN": TextFormat("green"),
62 "YELLOW": TextFormat("yellow"),
64 "BLUE": TextFormat("blue"),
66 "MAGENTA": TextFormat("magenta"),
68 "CYAN": TextFormat("cyan"),
70 "LIGHT_GRAY": TextFormat("white"),
71 "WHITE": TextFormat("bold", "white"),
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DFontFwd.h41 GG_FLAG_TYPE(TextFormat);
42 extern GG_API const TextFormat FORMAT_NONE; ///< Default format selected.
43 extern GG_API const TextFormat FORMAT_VCENTER; ///< Centers text vertically.
44 extern GG_API const TextFormat FORMAT_TOP; ///< Top-justifies text.
45 extern GG_API const TextFormat FORMAT_BOTTOM; ///< Justifies the text to the bottom of the rec…
46 extern GG_API const TextFormat FORMAT_CENTER; ///< Centers text horizontally in the rectangle.
47 extern GG_API const TextFormat FORMAT_LEFT; ///< Aligns text to the left.
48 extern GG_API const TextFormat FORMAT_RIGHT; ///< Aligns text to the right.
49 extern GG_API const TextFormat FORMAT_NOWRAP; ///< Resize control to fit text, don't wrap text…
51 extern GG_API const TextFormat FORMAT_LINEWRAP; ///< Lines are automatically broken when the nex…
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/_logging/
H A Dimpl.py48 "QUIET": TextFormat("reset"),
57 "NOTSET": TextFormat("reset"),
58 "SUBDEBUG": TextFormat(
61 "SUBWARNING": TextFormat(
66 "QUIET": TextFormat("reset"),
68 "ERROR": TextFormat("red"),
70 "INFO": TextFormat("green"),
72 "DEBUG": TextFormat("cyan"),
76 "SUBDEBUG": TextFormat(
79 "SUBWARNING": TextFormat(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DTextFormatTest.java203 TextFormat.printToString(message)); in testPrintUnknownFields()
301 TextFormat.merge(allFieldsSetText, builder); in testParse()
313 TextFormat.merge(allExtensionsSetText, in testParseExtensions()
345 TextFormat.merge(original, builder); in testParseCompatibility()
351 TextFormat.merge(exoticText, builder); in testParseExotic()
392 TextFormat.merge( in testParseComment()
448 TextFormat.merge(goodText, builder); in testParseBoolean()
453 TextFormat.merge("optional_bool:2", badBuilder); in testParseBoolean()
455 } catch (TextFormat.ParseException e) { in testParseBoolean()
462 } catch (TextFormat.ParseException e) { in testParseBoolean()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dtext_format.cc83 TextFormat::Printer printer; in DebugString()
94 TextFormat::Printer printer; in ShortDebugString()
111 TextFormat::Printer printer; in Utf8DebugString()
142 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
145 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
164 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
178 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1139 TextFormat::Finder* finder_;
1296 TextFormat::Finder::~Finder() { in ~Finder()
1299 TextFormat::Parser::Parser() in Parser()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Dtext_format.cc83 TextFormat::Printer printer; in DebugString()
94 TextFormat::Printer printer; in ShortDebugString()
111 TextFormat::Printer printer; in Utf8DebugString()
142 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
145 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
164 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
178 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1180 TextFormat::Finder* finder_;
1340 TextFormat::Finder::~Finder() { in ~Finder()
1343 TextFormat::Parser::Parser() in Parser()
[all …]
/dports/comms/hylafax/hylafax-6.0.7/libhylafax/
H A DTextFormat.c++67 TextFormat::TextFormat() in fxDECLARE_PrimArray()
84 TextFormat::~TextFormat() in ~TextFormat()
581 TextFormat::newPage(void) in newPage()
593 TextFormat::newCol(void) in newCol()
620 TextFormat::beginCol(void) in beginCol()
690 TextFormat::endFile(void) in endFile()
951 TextFormat::endCol(void) in endCol()
968 TextFormat::endLine(void) in endLine()
1002 TextFormat::flush(void) in flush()
1056 TextFormat::setupConfig() in setupConfig()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/protobuf/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/extra/protobuf/protobuf-2.6.1/src/google/protobuf/
H A Dtext_format.cc85 TextFormat::Printer printer; in ShortDebugString()
101 TextFormat::Printer printer; in Utf8DebugString()
131 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
134 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
153 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
167 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1000 TextFormat::Finder* finder_;
1139 TextFormat::Finder::~Finder() { in ~Finder()
1142 TextFormat::Parser::Parser() in Parser()
1155 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc90 TextFormat::Printer printer; in DebugString()
101 TextFormat::Printer printer; in ShortDebugString()
117 TextFormat::Printer printer; in Utf8DebugString()
145 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
148 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
169 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
185 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1357 TextFormat::Finder::~Finder() {} in ~Finder()
1382 TextFormat::Parser::Parser() in Parser()
1396 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
H A Dtext_format_unittest.cc163 TextFormat::Printer printer; in TEST_F()
309 TextFormat::Printer printer; in TEST_F()
371 TextFormat::Printer printer; in TEST_F()
393 TextFormat::Printer printer; in TEST_F()
434 TextFormat::Printer printer; in TEST_F()
456 TextFormat::Printer printer; in TEST_F()
1121 TextFormat::Parser parser; in TEST_F()
1608 TextFormat::Parser parser; in TEST_F()
1756 TextFormat::Parser parser; in TEST_F()
1763 TextFormat::Parser parser; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc90 TextFormat::Printer printer; in DebugString()
101 TextFormat::Printer printer; in ShortDebugString()
117 TextFormat::Printer printer; in Utf8DebugString()
145 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
148 TextFormat::ParseInfoTree* instance = new TextFormat::ParseInfoTree(); in CreateNested()
169 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
185 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
1357 TextFormat::Finder::~Finder() {} in ~Finder()
1382 TextFormat::Parser::Parser() in Parser()
1396 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
H A Dtext_format_unittest.cc163 TextFormat::Printer printer; in TEST_F()
309 TextFormat::Printer printer; in TEST_F()
371 TextFormat::Printer printer; in TEST_F()
393 TextFormat::Printer printer; in TEST_F()
434 TextFormat::Printer printer; in TEST_F()
456 TextFormat::Printer printer; in TEST_F()
1121 TextFormat::Parser parser; in TEST_F()
1608 TextFormat::Parser parser; in TEST_F()
1756 TextFormat::Parser parser; in TEST_F()
1763 TextFormat::Parser parser; in TEST_F()
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/shaders/
H A Dshaders_postprocessing.c87 …shaders[FX_GRAYSCALE] = LoadShader(0, TextFormat("resources/shaders/glsl%i/grayscale.fs", GLSL_VER… in main()
88 …shaders[FX_POSTERIZATION] = LoadShader(0, TextFormat("resources/shaders/glsl%i/posterization.fs", … in main()
89 …shaders[FX_DREAM_VISION] = LoadShader(0, TextFormat("resources/shaders/glsl%i/dream_vision.fs", GL… in main()
90 …shaders[FX_PIXELIZER] = LoadShader(0, TextFormat("resources/shaders/glsl%i/pixelizer.fs", GLSL_VER… in main()
91 …shaders[FX_CROSS_HATCHING] = LoadShader(0, TextFormat("resources/shaders/glsl%i/cross_hatching.fs"… in main()
93 …shaders[FX_PREDATOR_VIEW] = LoadShader(0, TextFormat("resources/shaders/glsl%i/predator.fs", GLSL_… in main()
94 …shaders[FX_SCANLINES] = LoadShader(0, TextFormat("resources/shaders/glsl%i/scanlines.fs", GLSL_VER… in main()
95 …shaders[FX_FISHEYE] = LoadShader(0, TextFormat("resources/shaders/glsl%i/fisheye.fs", GLSL_VERSION… in main()
96 … shaders[FX_SOBEL] = LoadShader(0, TextFormat("resources/shaders/glsl%i/sobel.fs", GLSL_VERSION)); in main()
97 … shaders[FX_BLOOM] = LoadShader(0, TextFormat("resources/shaders/glsl%i/bloom.fs", GLSL_VERSION)); in main()
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Dtext_format.cc90 TextFormat::Printer printer; in DebugString()
101 TextFormat::Printer printer; in ShortDebugString()
117 TextFormat::Printer printer; in Utf8DebugString()
136 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
158 TextFormat::ParseLocation TextFormat::ParseInfoTree::GetLocation( in GetLocation()
174 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
231 class TextFormat::Parser::ParserImpl {
1464 TextFormat::Finder::~Finder() {} in ~Finder()
1489 TextFormat::Parser::Parser() in Parser()
1503 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc90 TextFormat::Printer printer; in DebugString()
101 TextFormat::Printer printer; in ShortDebugString()
117 TextFormat::Printer printer; in Utf8DebugString()
136 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::CreateNested( in CreateNested()
158 TextFormat::ParseLocationRange TextFormat::ParseInfoTree::GetLocationRange( in GetLocationRange()
175 TextFormat::ParseInfoTree* TextFormat::ParseInfoTree::GetTreeForNested( in GetTreeForNested()
232 class TextFormat::Parser::ParserImpl {
1469 TextFormat::Finder::~Finder() {} in ~Finder()
1494 TextFormat::Parser::Parser() in Parser()
1508 TextFormat::Parser::~Parser() {} in ~Parser()
[all …]
H A Dtext_format_unittest.cc162 TextFormat::Printer printer; in TEST_F()
308 TextFormat::Printer printer; in TEST_F()
402 TextFormat::Printer printer; in TEST_F()
424 TextFormat::Printer printer; in TEST_F()
465 TextFormat::Printer printer; in TEST_F()
487 TextFormat::Printer printer; in TEST_F()
1201 TextFormat::Parser parser; in TEST_F()
1683 TextFormat::Parser parser; in TEST_F()
1831 TextFormat::Parser parser; in TEST_F()
1838 TextFormat::Parser parser; in TEST_F()
[all …]

12345678910>>...100