Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,669 for BAR (0.02 sec)

  1. tests/test_jsonable_encoder.py

        with pytest.raises(ValidationError):
            ModelWithAlias(foo="Bar")
    
    
    def test_encode_model_with_alias():
        model = ModelWithAlias(Foo="Bar")
        assert jsonable_encoder(model) == {"Foo": "Bar"}
    
    
    def test_encode_model_with_default():
        model = ModelWithDefault(foo="foo", bar="bar")
        assert jsonable_encoder(model) == {"foo": "foo", "bar": "bar", "bla": "bla"}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationWritingIntegTest.groovy

       <components>
          <component group="org" name="bar" version="1.0">
             <artifact name="bar-1.0-classy.jar">
                <sha1 value="${getChecksum(bar, "sha1", "jar", "classy")}" origin="Generated by Gradle"/>
                <sha512 value="${getChecksum(bar, "sha512", "jar", "classy")}" origin="Generated by Gradle"/>
             </artifact>
             <artifact name="bar-1.0.pom">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 07:31:22 UTC 2024
    - 40.5K bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/compilerPluginUsage.txt

    public final class CodeFragment$run$Bar {
        // source: 'fragment.kt'
        enclosing method CodeFragment.run()V
        inner (local) class CodeFragment$run$Bar Bar
        inner (local) class CodeFragment$run$Foo Foo
        public method <init>(): void
    }
    
    public class CodeFragment$run$Foo {
        // source: 'fragment.kt'
        enclosing method CodeFragment.run()V
        inner (local) class CodeFragment$run$Foo Foo
        public method <init>(): void
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Apr 16 19:18:28 UTC 2024
    - 707 bytes
    - Viewed (0)
  4. test/fixedbugs/issue26411.go

    			},
    		},
    		{
    			code: `
    package main
    
    func main() {
    
                bar:
       bar:
    bar:
    bar            :
    }
    `,
    
    			errors: []string{
    				"^.+:6:13: label bar defined and not used\n",
    				".+:7:4: label bar already defined at .+:6:13\n",
    				".+:8:1: label bar already defined at .+:6:13\n",
    				".+:9:1: label bar already defined at .+:6:13\n$",
    			},
    		},
    	}
    
    	for i, test := range tests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/multicluster/httproute-referencegrant.yaml

    spec:
      rules:
      - matches:
        - path:
            type: PathPrefix
            value: /bar
        backendRefs:
        - group: multicluster.x-k8s.io
          kind: ServiceImport
          name: bar
          namespace: bar
    ---
    kind: ReferenceGrant
    apiVersion: gateway.networking.k8s.io/v1beta1
    metadata:
      name: bar
      namespace: bar
    spec:
      from:
      - group: gateway.networking.k8s.io
        kind: HTTPRoute
        namespace: foo
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 598 bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/composableFunctionMultiModules.txt

    final class MainKt$Bar$1 {
        // source: 'main.kt'
        enclosing method MainKt.Bar()V
        public final static field INSTANCE: MainKt$Bar$1
        inner (anonymous) class MainKt$Bar$1
        static method <clinit>(): void
        method <init>(): void
        public synthetic bridge method invoke(): java.lang.Object
        public final method invoke(): void
    }
    
    public final class MainKt {
        // source: 'main.kt'
        inner (anonymous) class MainKt$Bar$1
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Feb 26 21:57:23 UTC 2024
    - 484 bytes
    - Viewed (0)
  7. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryFeatureCompilationIntegrationTest.groovy

                    public void foo() {
                    }
                }
            """
            file("src/myFeature/java/com/bar/Bar.java") << """
                package com.bar;
                import com.foo.Foo;
    
                public class Bar {
                    public void bar() {
                        Foo foo = new Foo();
                        foo.foo();
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/v1beta3/conversion_test.go

    			in: inObjFn(0, map[string]string{
    				"foo": "bar",
    			}),
    			expected: outObjFn(0, map[string]string{
    				"foo": "bar",
    				v1beta3.PriorityLevelPreserveZeroConcurrencySharesKey: "",
    			}),
    		},
    		{
    			name: "internal object, NominalConcurrencyShares is not 0; v1beta3 object should not have the roundtrip annotation set",
    			in: inObjFn(1, map[string]string{
    				"foo": "bar",
    			}),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  9. pkg/volume/projected/projected_test.go

    					Path: "foo.txt",
    				},
    				{
    					Key:  "bar",
    					Path: "bar.bin",
    				},
    			},
    			secret: &v1.Secret{
    				Data: map[string][]byte{
    					"foo": []byte("foo"),
    					"bar": []byte("bar"),
    				},
    			},
    			mode: 0644,
    			payload: map[string]util.FileProjection{
    				"foo.txt": {Data: []byte("foo"), Mode: 0644},
    				"bar.bin": {Data: []byte("bar"), Mode: 0644},
    			},
    			success: true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  10. pkg/credentialprovider/keyring_test.go

    	}
    }
    
    func TestIsDefaultRegistryMatch(t *testing.T) {
    	samples := []map[bool]string{
    		{true: "foo/bar"},
    		{true: "docker.io/foo/bar"},
    		{true: "index.docker.io/foo/bar"},
    		{true: "foo"},
    		{false: ""},
    		{false: "registry.tld/foo/bar"},
    		{false: "registry:5000/foo/bar"},
    		{false: "myhostdocker.io/foo/bar"},
    	}
    	for _, sample := range samples {
    		for expected, imageName := range sample {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 15 10:47:22 UTC 2023
    - 15.1K bytes
    - Viewed (0)
Back to top