- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,995 for C$ (0.76 sec)
-
cmd/server_test.go
suite.TestNonExistentBucket(c) suite.TestEmptyObject(c) suite.TestBucket(c) suite.TestObjectGetAnonymous(c) suite.TestMultipleObjects(c) suite.TestHeader(c) suite.TestPutBucket(c) suite.TestCopyObject(c) suite.TestPutObject(c) suite.TestListBuckets(c) suite.TestValidateSignature(c) suite.TestSHA256Mismatch(c) suite.TestPutObjectLongName(c) suite.TestNotBeAbleToCreateObjectInNonexistentBucket(c)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
.containsExactly("a", "\uD83C\uDF69", "c") assertThat(parse("http://host/a/%62/c").pathSegments) .containsExactly("a", "b", "c") assertThat(parse("http://host/a/%7A/c").pathSegments) .containsExactly("a", "z", "c") assertThat(parse("http://host/a/%7a/c").pathSegments) .containsExactly("a", "z", "c") } @Test
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Aug 04 07:38:48 UTC 2025 - 69.9K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/WhitespaceMatcherBenchmark.java
} return result; } private static String allMatchingChars(BitSet bitSet) { char[] result = new char[bitSet.cardinality()]; for (int j = 0, c = bitSet.nextSetBit(0); j < result.length; ++j) { result[j] = (char) c; c = bitSet.nextSetBit(c + 1); } return new String(result); } private static String newTestString(Random random, BitSet bitSet, int percentMatching) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 3.9K bytes - Viewed (0) -
tests/compose.yml
entrypoint: "" command: |- /bin/sh -c 'set -euo pipefail; /usr/local/bin/entrypoint.sh gaussdb & counter=1; while [ "$$counter" -le 20 ]; do if su - omm -c "gsql -U omm -d postgres -c \"SELECT 1;\""; then echo "Creating database gorm..."; su - omm -c "gsql -U omm -d postgres -c \"CREATE DATABASE gorm DBCOMPATIBILITY '\'PG\'';\"";
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Mon Aug 04 04:07:30 UTC 2025 - 1.9K bytes - Viewed (0) -
okhttp/src/commonTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabaseTest.kt
checkPublicSuffix("test.ac", "test.ac") // TLD with only 1 (wildcard) rule. checkPublicSuffix("mm", null) checkPublicSuffix("c.mm", null) checkPublicSuffix("b.c.mm", "b.c.mm") checkPublicSuffix("a.b.c.mm", "b.c.mm") // More complex TLD. checkPublicSuffix("jp", null) checkPublicSuffix("test.jp", "test.jp") checkPublicSuffix("www.test.jp", "test.jp")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcBinding.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
writeTestFile("a,b => c\nd,e => f\n"); OptionalEntity<CharMappingItem> result1 = charMappingFile.get(1L); assertTrue(result1.isPresent()); CharMappingItem item1 = result1.get(); assertEquals(1L, item1.getId()); assertArrayEquals(new String[] { "a", "b" }, item1.getInputs()); assertEquals("c", item1.getOutput());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 18.5K bytes - Viewed (0) -
cmd/metacache-server-pool.go
o.ID = mustGetUUID() } else { if c.fileNotFound { // No cache found, no entries found. return entries, io.EOF } if c.status == scanStateError || c.status == scanStateNone { o.ID = "" o.Create = false o.debugln("scan status", c.status, " - waiting a roundtrip to create") } else { // Continue listing o.ID = c.id go c.keepAlive(ctx, rpc) } } }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 26 07:06:43 UTC 2025 - 12.9K bytes - Viewed (0) -
guava-gwt/pom.xml
packages, like RangeTest. The reason for this is that GWT doesn't distinguish between .java files in c.g.c.collect.Collect, a module that the c.g.c.base test module inherits, and .java files in c.g.c.collect.testModule, one that it doesn't[*]. Consequently, c.g.c.base.testModule transitively pulls in .java files from both modules while reading
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/convert/NumberConversionUtilTest.java
*/ public void testFindFractionDelimeter3() throws Exception { final String delim = NumberConversionUtil.findDecimalSeparator(null); final char c = new DecimalFormatSymbols(LocaleUtil.getDefault()).getDecimalSeparator(); assertEquals(Character.toString(c), delim); } /** * @throws Exception */ public void testFindIntegerDelimeter() throws Exception {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 3.2K bytes - Viewed (0)