Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 25 of 6317) sorted by relevance

12345678910>>...253

/dports/devel/spark/spark-2.1.1/common/unsafe/src/test/java/org/apache/spark/unsafe/types/
H A DUTF8StringSuite.java133 assertEquals(fromString("ab"), concat(fromString("a"), fromString("b")));
134 assertEquals(fromString("abc"), concat(fromString("a"), fromString("b"), fromString("c")));
138 assertEquals(fromString("数据砖头"), concat(fromString("数据"), fromString("砖头")));
160 concatWs(sep, fromString("a"), fromString("b"), fromString("c")));
318 assertEquals(fromString("hel"), fromString("hello").lpad(3, fromString("????")));
325 assertEquals(fromString("hel"), fromString("hello").rpad(3, fromString("????")));
332 assertEquals(fromString("数据砖"), fromString("数据砖头").lpad(3, fromString("????")));
333 assertEquals(fromString("?数据砖头"), fromString("数据砖头").lpad(5, fromString("????")));
335 assertEquals(fromString("孙行数据砖头"), fromString("数据砖头").lpad(6, fromString("孙行者")));
341 assertEquals(fromString("数据砖"), fromString("数据砖头").rpad(3, fromString("????")));
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java230 comma = fromString(","); in Names()
231 empty = fromString(""); in Names()
232 hyphen = fromString("-"); in Names()
233 one = fromString("1"); in Names()
234 slash = fromString("/"); in Names()
240 var = fromString("var"); in Names()
246 to = fromString("to"); in Names()
248 uses = fromString("uses"); in Names()
364 T = fromString("T"); in Names()
365 ex = fromString("ex"); in Names()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java225 comma = fromString(","); in Names()
226 empty = fromString(""); in Names()
227 hyphen = fromString("-"); in Names()
228 one = fromString("1"); in Names()
229 slash = fromString("/"); in Names()
235 var = fromString("var"); in Names()
241 to = fromString("to"); in Names()
243 uses = fromString("uses"); in Names()
358 T = fromString("T"); in Names()
359 ex = fromString("ex"); in Names()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java225 comma = fromString(","); in Names()
226 empty = fromString(""); in Names()
227 hyphen = fromString("-"); in Names()
228 one = fromString("1"); in Names()
229 slash = fromString("/"); in Names()
235 var = fromString("var"); in Names()
241 to = fromString("to"); in Names()
243 uses = fromString("uses"); in Names()
358 T = fromString("T"); in Names()
359 ex = fromString("ex"); in Names()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java216 comma = fromString(","); in Names()
217 empty = fromString(""); in Names()
218 hyphen = fromString("-"); in Names()
219 one = fromString("1"); in Names()
220 period = fromString("."); in Names()
222 slash = fromString("/"); in Names()
230 var = fromString("var"); in Names()
236 to = fromString("to"); in Names()
238 uses = fromString("uses"); in Names()
356 T = fromString("T"); in Names()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java216 comma = fromString(","); in Names()
217 empty = fromString(""); in Names()
218 hyphen = fromString("-"); in Names()
219 one = fromString("1"); in Names()
220 period = fromString("."); in Names()
222 slash = fromString("/"); in Names()
230 var = fromString("var"); in Names()
236 to = fromString("to"); in Names()
238 uses = fromString("uses"); in Names()
356 T = fromString("T"); in Names()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java216 comma = fromString(","); in Names()
217 empty = fromString(""); in Names()
218 hyphen = fromString("-"); in Names()
219 one = fromString("1"); in Names()
220 period = fromString("."); in Names()
222 slash = fromString("/"); in Names()
230 var = fromString("var"); in Names()
236 to = fromString("to"); in Names()
238 uses = fromString("uses"); in Names()
356 T = fromString("T"); in Names()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKnownFolders.java41 …public static final GUID FOLDERID_NetworkFolder = GUID.fromString("{D20BEEC4-5CA8-4905-AE…
44 …public static final GUID FOLDERID_ComputerFolder = GUID.fromString("{0AC0837C-BBF8-452A-85…
47 …public static final GUID FOLDERID_InternetFolder = GUID.fromString("{4D9F7874-4E0C-4904-96…
50 …public static final GUID FOLDERID_ControlPanelFolder = GUID.fromString("{82A74AEB-AEB4-465C-A0…
53 …public static final GUID FOLDERID_PrintersFolder = GUID.fromString("{76FC4E2D-D6AD-4519-A6…
56 …public static final GUID FOLDERID_SyncManagerFolder = GUID.fromString("{43668BF8-C14E-49B2-97…
59 …public static final GUID FOLDERID_SyncSetupFolder = GUID.fromString("{0f214138-b1d3-4a90-bb…
62 …public static final GUID FOLDERID_ConflictFolder = GUID.fromString("{4bfefb45-347d-4006-a5…
65 …public static final GUID FOLDERID_SyncResultsFolder = GUID.fromString("{289a9a43-be44-4057-a4…
68 …public static final GUID FOLDERID_RecycleBinFolder = GUID.fromString("{B7534046-3ECB-4C18-BE…
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java221 comma = fromString(","); in Names()
222 empty = fromString(""); in Names()
223 hyphen = fromString("-"); in Names()
224 one = fromString("1"); in Names()
225 slash = fromString("/"); in Names()
231 var = fromString("var"); in Names()
237 to = fromString("to"); in Names()
239 uses = fromString("uses"); in Names()
240 open = fromString("open"); in Names()
353 T = fromString("T"); in Names()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DNames.java202 comma = fromString(","); in Names()
203 empty = fromString(""); in Names()
204 hyphen = fromString("-"); in Names()
205 one = fromString("1"); in Names()
206 slash = fromString("/"); in Names()
212 var = fromString("var"); in Names()
218 to = fromString("to"); in Names()
220 uses = fromString("uses"); in Names()
221 open = fromString("open"); in Names()
329 T = fromString("T"); in Names()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java189 comma = fromString(","); in Names()
190 empty = fromString(""); in Names()
191 hyphen = fromString("-"); in Names()
192 one = fromString("1"); in Names()
193 period = fromString("."); in Names()
195 slash = fromString("/"); in Names()
207 any = fromString("<any>"); in Names()
231 next = fromString("next"); in Names()
263 Code = fromString("Code"); in Names()
308 T = fromString("T"); in Names()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java189 comma = fromString(","); in Names()
190 empty = fromString(""); in Names()
191 hyphen = fromString("-"); in Names()
192 one = fromString("1"); in Names()
193 period = fromString("."); in Names()
195 slash = fromString("/"); in Names()
207 any = fromString("<any>"); in Names()
231 next = fromString("next"); in Names()
263 Code = fromString("Code"); in Names()
308 T = fromString("T"); in Names()
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/
H A Dversiontest.cpp114 EXPECT_TRUE(Version::fromString("0").isPrefixOf(Version::fromString("0"))); in TEST()
116 Version::fromString("0.1").isPrefixOf(Version::fromString("0.1.0"))); in TEST()
124 Version::fromString("0.1").isPrefixOf(Version::fromString("0.2"))); in TEST()
126 Version::fromString("5.5").isPrefixOf(Version::fromString("5.4.5"))); in TEST()
181 EXPECT_TRUE(Version::fromString("0.1") > Version::fromString("0.0.9")); in TEST()
182 EXPECT_TRUE(Version::fromString("5.4") > Version::fromString("0.500.0")); in TEST()
185 EXPECT_FALSE(Version::fromString("10") > Version::fromString("10.0.1")); in TEST()
190 EXPECT_TRUE(Version::fromString("0.0.9") < Version::fromString("0.1")); in TEST()
194 EXPECT_FALSE(Version::fromString("10.0.1") < Version::fromString("10")); in TEST()
199 EXPECT_TRUE(Version::fromString("0.1") >= Version::fromString("0.0.9")); in TEST()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/test/php/library/Monitoring/Plugin/
H A DPerfdataTest.php15 Perfdata::fromString('');
22 Perfdata::fromString('test');
27 $p = Perfdata::fromString('key=1234');
47 Perfdata::fromString('test=1337')->getValue(),
64 Perfdata::fromString('test=1337.5')->getValue(),
80 Perfdata::fromString('test=U')->getValue(),
192 $perfdata = Perfdata::fromString('test=1;;3;5');
209 Perfdata::fromString('test=666')->isNumber(),
249 $perfdata = Perfdata::fromString('test=1%');
280 Perfdata::fromString('test=66GB')->isBytes(),
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-conduit-2.3.8/test/
H A DCookieTest.hs73 isIpAddress $ fromString "1.2.3.4"
89 domainMatches (fromString "www.google.com") (fromString "google.com")
98 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
102 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
106 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
114 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
118 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
135 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
139 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
143 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-conduit-2.3.8/test/
H A DCookieTest.hs73 isIpAddress $ fromString "1.2.3.4"
89 domainMatches (fromString "www.google.com") (fromString "google.com")
98 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
102 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
106 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
114 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
118 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
135 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
139 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
143 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-conduit-2.3.7.3/test/
H A DCookieTest.hs52 isIpAddress $ fromString "1.2.3.4"
68 domainMatches (fromString "www.google.com") (fromString "google.com")
77 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
81 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
85 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
93 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
97 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
114 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
118 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
122 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-conduit-2.3.7.3/test/
H A DCookieTest.hs52 isIpAddress $ fromString "1.2.3.4"
68 domainMatches (fromString "www.google.com") (fromString "google.com")
77 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
81 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
85 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
93 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
97 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
114 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
118 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
122 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-conduit-2.3.7.3/test/
H A DCookieTest.hs52 isIpAddress $ fromString "1.2.3.4"
68 domainMatches (fromString "www.google.com") (fromString "google.com")
77 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
81 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
85 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
93 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
97 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
114 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
118 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
122 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-conduit-2.3.8/test/
H A DCookieTest.hs73 isIpAddress $ fromString "1.2.3.4"
89 domainMatches (fromString "www.google.com") (fromString "google.com")
98 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
102 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
106 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
114 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
118 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
135 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
139 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
143 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/http-conduit-2.3.7.3/test/
H A DCookieTest.hs52 isIpAddress $ fromString "1.2.3.4"
68 domainMatches (fromString "www.google.com") (fromString "google.com")
77 not $ domainMatches (fromString "www.google.com") (fromString "secure.google.com")
81 not $ domainMatches (fromString "google.com") (fromString "www.google.com")
85 not $ domainMatches (fromString "agoogle.com") (fromString "google.com")
93 (fromString "/") (defaultPath $ default_request {HC.path = fromString "/search"})
97 (fromString "/search") (defaultPath $ default_request {HC.path = fromString "/search/term"})
114 pathMatches (fromString "/a/path/to/here") (fromString "/a/path/")
118 pathMatches (fromString "/a/path/to/here") (fromString "/a/path")
122 not $ pathMatches (fromString "/a/path/to/here") (fromString "/a/different/path")
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/x509-store-1.6.7/Tests/
H A DTests.hs19 rsaCertificate = fromString $
33 rsaKey1 = fromString $
50 rsaKey2 = fromString $
93 dsaKey1 = fromString $
103 dsaKey2 = fromString $
136 ecKey1Nc = fromString $
142 ecKey2Nc = fromString $
173 ecKey1Epc = fromString $
184 ecKey2Epc = fromString $
254 x448Key1 = fromString $
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/x509-store-1.6.7/Tests/
H A DTests.hs19 rsaCertificate = fromString $
33 rsaKey1 = fromString $
50 rsaKey2 = fromString $
93 dsaKey1 = fromString $
103 dsaKey2 = fromString $
136 ecKey1Nc = fromString $
142 ecKey2Nc = fromString $
173 ecKey1Epc = fromString $
184 ecKey2Epc = fromString $
254 x448Key1 = fromString $
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/x509-store-1.6.7/Tests/
H A DTests.hs19 rsaCertificate = fromString $
33 rsaKey1 = fromString $
50 rsaKey2 = fromString $
93 dsaKey1 = fromString $
103 dsaKey2 = fromString $
136 ecKey1Nc = fromString $
142 ecKey2Nc = fromString $
173 ecKey1Epc = fromString $
184 ecKey2Epc = fromString $
254 x448Key1 = fromString $
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/x509-store-1.6.7/Tests/
H A DTests.hs19 rsaCertificate = fromString $
33 rsaKey1 = fromString $
50 rsaKey2 = fromString $
93 dsaKey1 = fromString $
103 dsaKey2 = fromString $
136 ecKey1Nc = fromString $
142 ecKey2Nc = fromString $
173 ecKey1Epc = fromString $
184 ecKey2Epc = fromString $
254 x448Key1 = fromString $
[all …]

12345678910>>...253