Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for cccB (0.04 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            assertValueIs(expectedValue)
    
            where:
            value                 | expectedValue
            []                    | []
            ["aaa"]               | ["aaa"]
            ["aaa", "bbb", "ccc"] | ["aaa", "bbb", "ccc"]
        }
    
        def "appends value to string property from array with GString value using addAll"() {
            given:
            property.set(toMutable(["abc"]))
            property.addAll("${'321'.substring(2)}")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  2. pkg/proxy/apis/config/validation/validation_test.go

    	for name, testCase := range map[string]struct {
    		ccc          componentbaseconfig.ClientConnectionConfiguration
    		expectedErrs field.ErrorList
    	}{
    		"successful 0 value": {
    			ccc:          componentbaseconfig.ClientConnectionConfiguration{Burst: 0},
    			expectedErrs: field.ErrorList{},
    		},
    		"successful 5 value": {
    			ccc:          componentbaseconfig.ClientConnectionConfiguration{Burst: 5},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  3. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            assertEquals("aaa", systemHelper.createSearchRole("", "aaa"));
            assertEquals("bbb", systemHelper.createSearchRole("", "aaa\\bbb"));
            assertEquals("bbb\\ccc", systemHelper.createSearchRole("", "aaa\\bbb\\ccc"));
        }
    
        public void test_normalizeConfigPath() {
            assertEquals("", systemHelper.normalizeConfigPath(""));
            assertEquals("", systemHelper.normalizeConfigPath("#hash"));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  4. test/codegen/switch.go

    func length(x string) int {
    	// amd64:`JMP\s\(.*\)\(.*\)$`
    	// arm64:`MOVD\s\(R.*\)\(R.*<<3\)`,`JMP\s\(R.*\)$`
    	switch x {
    	case "a":
    		return 1
    	case "bb":
    		return 2
    	case "ccc":
    		return 3
    	case "dddd":
    		return 4
    	case "eeeee":
    		return 5
    	case "ffffff":
    		return 6
    	case "ggggggg":
    		return 7
    	case "hhhhhhhh":
    		return 8
    	default:
    		return len(x)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 18:39:50 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  5. src/text/tabwriter/tabwriter_test.go

    			"aaa\tbbbb\n",
    
    		"本.......b.......c\n" +
    			"aa......本本本.....cccc....ddddd\n" +
    			"aaa.....bbbb\n",
    	},
    
    	{
    		"12a",
    		8, 0, 1, ' ', AlignRight,
    		"a\tè\tc\t\n" +
    			"aa\tèèè\tcccc\tddddd\t\n" +
    			"aaa\tèèèè\t\n",
    
    		"       a       è       c\n" +
    			"      aa     èèè    cccc   ddddd\n" +
    			"     aaa    èèèè\n",
    	},
    
    	{
    		"12b",
    		2, 0, 0, ' ', 0,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 16:46:34 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

      padding: 0.25em;
      padding-left: 28px;
      margin-left: 1em;
      font-family: 'Roboto', 'Noto', sans-serif;
      font-size: 1em;
      line-height: 24px;
      color: #212121;
    }
    .downArrow {
      border-top: .36em solid #ccc;
      border-left: .36em solid transparent;
      border-right: .36em solid transparent;
      margin-bottom: .05em;
      margin-left: .5em;
      transition: border-top-color 200ms;
    }
    .menu-item {
      height: 100%;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/util/ParameterUtilTest.java

            assertEquals(expect, ParameterUtil.encrypt(value));
    
            value = "aaa.password=b\naaa=c\nccc.key=d";
            expect = "aaa.password={cipher}5691346cc398a4450114883140fa84a7\n" + "aaa=c\n" + "ccc.key={cipher}bf66204f1a59036869a684d61d337bd4";
            assertEquals(expect, ParameterUtil.encrypt(value));
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

            ImmutableSortedSet.<String>orderedBy(STRING_LENGTH).add("ccc", "bb", "ccc");
        ImmutableSortedSet.Builder<String> zat =
            ImmutableSortedSet.<String>orderedBy(STRING_LENGTH).add("a", "bb", "dddd", "ccc");
        ImmutableSortedSet<String> sortedSet = zis.combine(zat).build();
        assertThat(sortedSet).containsExactly("a", "bb", "ccc", "dddd").inOrder();
      }
    
      public void testEquals_bothDefaultOrdering() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 45.1K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    				{Cells: []interface{}{"ccc1", "10.1.0.0/16,fd00:1:1::/64", "<unknown>"}},
    				{Cells: []interface{}{"ccc2", "10.2.0.0/16,fd00:2:1::/64", "<unknown>"}},
    			},
    		},
    		{
    			// Test name, DualStack with node selector, wide.
    			options: printers.GenerateOptions{Wide: true},
    			expected: []metav1.TableRow{
    				// Columns: Name, CIDRs, Age.
    				{Cells: []interface{}{"ccc1", "10.1.0.0/16,fd00:1:1::/64", "<unknown>"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. src/runtime/runtime-gdb_test.go

    	}
    }
    
    const backtraceSource = `
    package main
    
    //go:noinline
    func aaa() bool { return bbb() }
    
    //go:noinline
    func bbb() bool { return ccc() }
    
    //go:noinline
    func ccc() bool { return ddd() }
    
    //go:noinline
    func ddd() bool { return f() }
    
    //go:noinline
    func eee() bool { return true }
    
    var f = eee
    
    func main() {
    	_ = aaa()
    }
    `
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 23.2K bytes
    - Viewed (0)
Back to top