Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 110 for b1 (0.05 sec)

  1. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

            assertOrder(X_LT_Y, "1.0-a1", "1.0");
            assertOrder(X_LT_Y, "1.0.a1", "1.0");
            assertOrder(X_LT_Y, "1.0b1", "1.0");
            assertOrder(X_LT_Y, "1.0-b1", "1.0");
            assertOrder(X_LT_Y, "1.0.b1", "1.0");
            assertOrder(X_LT_Y, "1.0m1", "1.0");
            assertOrder(X_LT_Y, "1.0-m1", "1.0");
            assertOrder(X_LT_Y, "1.0.m1", "1.0");
    
            assertOrder(X_GT_Y, "1.0a.1", "1.0");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/ExternalResourceNameTest.groovy

            URI.create("http://host")                    | "\u007b\u007f\u0080\u03b1\u07ff\u0800\u30b1\ufffe" | URI.create("http://host/")              | "/\u007b\u007f\u0080\u03b1\u07ff\u0800\u30b1\ufffe" | "http://host/%7B%7F%C2%80%CE%B1%DF%BF%E0%A0%80%E3%82%B1%EF%BF%BE"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 02 17:19:47 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. pkg/controller/podgc/gc_controller_test.go

    					Value: "any-value", Effect: v1.TaintEffectNoExecute}}},
    			},
    			pods: []nameToPodConfig{
    				// pods a1, b1, c1, d1 and e1 are on node worker-0
    				{name: "a1", nodeName: "worker-0"},
    				{name: "b1", deletionTimeStamp: &metav1.Time{}, nodeName: "worker-0"},
    				{name: "c1", phase: v1.PodPending, nodeName: "worker-0"},
    				{name: "d1", phase: v1.PodRunning, nodeName: "worker-0"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildEventsIntegrationTest.groovy

                task resolveArtifacts(type: Copy) {
                    from configurations.compileClasspath
                    into 'libs'
                }
    """
    
            buildB = multiProjectBuild("buildB", ['b1', 'b2']) {
                buildFile << """
                    allprojects {
                        apply plugin: 'java'
                    }
    """
            }
            includedBuilds << buildB
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 15:38:24 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    			data:           []byte(`{"apiVersion":"b1/c1"}`),
    			into:           &testDecodable{TypeMeta: metav1.TypeMeta{Kind: "a3", APIVersion: "b1/c1"}},
    			typer:          &mockTyper{gvk: &schema.GroupVersionKind{Kind: "a3", Group: "b1", Version: "c1"}},
    			defaultGVK:     nil,
    			creater:        &mockCreater{obj: &testDecodable{}},
    			expectedObject: &testDecodable{TypeMeta: metav1.TypeMeta{Kind: "a3", APIVersion: "b1/c1"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA

    00000260  3d 43 d3 2d d9 0b f2 97  df d3 20 64 38 92 24 3a  |=C.-...... d8.$:|
    00000270  00 bc cf 9c 7d b7 40 20  01 5f aa d3 16 61 09 a2  |....}.@ ._...a..|
    00000280  76 fd 13 c3 cc e1 0c 5c  ee b1 87 82 f1 6c 04 ed  |v......\.....l..|
    00000290  73 bb b3 43 77 8d 0c 1c  f1 0f a1 d8 40 83 61 c9  |s..Cw.......@.a.|
    000002a0  4c 72 2b 9d ae db 46 06  06 4d f4 c1 b3 3e c0 d1  |Lr+...F..M...>..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/api/ResolvedArtifactsApiIntegrationTest.groovy

        }
        dependencies {
            compile project(':b')
        }
    }
    project(':b') {
        dependencies.attributesSchema.attribute(flavor).compatibilityRules.add(TwoRule)
        task oneJar(type: Jar) { archiveBaseName = 'b1' }
        task twoJar(type: Jar) { archiveBaseName = 'b2' }
        tasks.withType(Jar) { destinationDirectory = buildDir }
        configurations {
            compile {
                outgoing {
                    variants {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 22:29:19 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  8. pkg/config/validation/agent/validation_test.go

    			in: &networking.LocalityLoadBalancerSetting{
    				Distribute: []*networking.LocalityLoadBalancerSetting_Distribute{
    					{
    						From: "a/b/c",
    						To: map[string]uint32{
    							"a/b/c": 80,
    							"a/b1":  25,
    						},
    					},
    				},
    			},
    			outlier: &networking.OutlierDetection{},
    			err:     true,
    			warn:    false,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/nilcheck_test.go

    			Valu("baddr", OpLocalAddr, c.config.Types.Bool, 0, StringToAux("b"), "sp", "mem"),
    			Valu("bool1", OpLoad, c.config.Types.Bool, 0, nil, "baddr", "mem"),
    			If("bool1", "b1", "b2")),
    		Bloc("b1",
    			Valu("ptr1", OpAddr, ptrType, 0, nil, "sb"),
    			Goto("checkPtr")),
    		Bloc("b2",
    			Valu("ptr2", OpAddr, ptrType, 0, nil, "sb"),
    			Goto("checkPtr")),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:34:11 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA

    00000300  cb 53 c4 74 55 3a b8 b7  ec b3 f6 4c e1 a8 b6 cb  |.S.tU:.....L....|
    00000310  a1 e5 37 ac e2 17 e2 6c  8f 71 37 b0 f1 ca b8 1b  |..7....l.q7.....|
    00000320  df 91 16 a4 7f 31 b1 4f  3e e4 30 f0 5a 5e df 93  |.....1.O>.0.Z^..|
    00000330  85 16 03 03 00 3a 0d 00  00 36 03 01 02 40 00 2e  |.....:...6...@..|
    00000340  04 03 05 03 06 03 08 07  08 08 08 09 08 0a 08 0b  |................|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top