Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 666 for BAZ (0.06 sec)

  1. tests/test_serialize_response_dataclass.py

    def get_validlist():
        return [
            {"name": "foo", "date": datetime(2021, 7, 26)},
            {"name": "bar", "date": datetime(2021, 7, 26), "price": 1.0},
            {
                "name": "baz",
                "date": datetime(2021, 7, 26),
                "price": 2.0,
                "owner_ids": [1, 2, 3],
            },
        ]
    
    
    @app.get("/items/objectlist", response_model=List[Item])
    def get_objectlist():
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 26 13:56:47 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/vendor_outside_module.txt

    # baz.go (importing just fmt) works with -mod=mod,  -mod=vendor.
    go build -x -mod=mod my-module/vendor/example.com/another-module/foo/bar/baz.go
    go build -x -mod=readonly my-module/vendor/example.com/another-module/foo/bar/baz.go
    go build -x -mod=vendor my-module/vendor/example.com/another-module/foo/bar/baz.go
    
    # baz_with_outside_dep.go (with a non-std dependency) works with -mod=mod
    # but not with -mod=readonly and -mod=vendor.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 20:24:57 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  3. pkg/util/tolerations/tolerations_test.go

    		a:        []string{"foo-bar-nosched", "faz-baz-nosched", "foo-noexec-10"},
    		b:        []string{"foo-prefnosched", "foo-baz-nosched"},
    		expected: []string{"foo-bar-nosched", "faz-baz-nosched", "foo-noexec-10", "foo-prefnosched", "foo-baz-nosched"},
    	}, {
    		name:     "duplicate",
    		a:        []string{"foo-bar-nosched", "faz-baz-nosched", "foo-noexec-10"},
    		b:        []string{"foo-bar-nosched", "faz-baz-nosched", "foo-noexec-10"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 26 22:25:49 UTC 2019
    - 11.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/printers/sourcechecker_test.go

    	disallowedPrefixes := []string{
    		"foo/bar",
    		"k8s.io/foo/bar/vendor/k8s.io/baz/buz",
    		"bar/foo/baz",
    	}
    
    	testCases := []struct {
    		name            string
    		pkgPath         string
    		shouldBeAllowed bool
    	}{
    		{
    			name:            "package path beginning with forbidden prefix is rejected",
    			pkgPath:         "foo/bar/baz/buz",
    			shouldBeAllowed: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 23:00:24 UTC 2019
    - 1.7K bytes
    - Viewed (0)
  5. src/go/doc/comment/testdata/link6.txt

    And https://example.com/)baz{foo}.
    
    [And https://example.com/].
    
    -- gofmt --
    URLs with punctuation are hard.
    We don't want to consume the end-of-sentence punctuation.
    
    For example, https://en.wikipedia.org/wiki/John_Adams_(miniseries).
    And https://example.com/[foo]/bar{.
    And https://example.com/(foo)/bar!
    And https://example.com/{foo}/bar{.
    And https://example.com/)baz{foo}.
    
    [And https://example.com/].
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  6. tests/test_query.py

                    }
                ]
            }
        )
    
    
    def test_query_query_baz():
        response = client.get("/query?query=baz")
        assert response.status_code == 200
        assert response.json() == "foo bar baz"
    
    
    def test_query_not_declared_baz():
        response = client.get("/query?not_declared=baz")
        assert response.status_code == 422
        assert response.json() == IsDict(
            {
                "detail": [
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 21:56:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/integTest/resources/org/gradle/groovy/compile/InvokeDynamicGroovyCompilerSpec/canEnableAndDisableInvokeDynamicOptimization/src/main/groovy/MethodInvocations.groovy

        void invoke() {
            foo()
        }
    
        void foo() {
            new Bar().bar()
        }
    
        static class Bar {
            void bar() {
                Baz.baz()
            }
        }
    
        static class Baz {
            static void baz() {}
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 875 bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/projection/ListModelProjectionTest.groovy

                add 'baz'
                set(0, 'foorepl')
                delegate[1] = 'barrepl'
            }
    
    
            then:
            def list = registry.realize(collectionPath, collectionType)
            list == checkable(['foorepl', 'barrepl', 'baz'])
        }
    
        def "can query using get(index)"() {
            when:
            mutate {
                add 'foo'
                add 'bar'
                add 'baz'
            }
    
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. pilot/pkg/model/config_test.go

    		{"10DestRuleWildcardMatch", host.Name("foo.bar.baz.com.10"), "*.bar.baz.com", []host.Name{}, nil, nil, 10, true},
    		{"50DestRuleWildcardMatch", host.Name("foo.bar.baz.com.50"), "*.bar.baz.com", []host.Name{}, nil, nil, 50, true},
    		{"100DestRuleWildcardMatch", host.Name("foo.bar.baz.com.100"), "*.bar.baz.com", []host.Name{}, nil, nil, 100, true},
    		{"1000DestRuleWildcardMatch", host.Name("foo.bar.baz.com.1000"), "*.bar.baz.com", []host.Name{}, nil, nil, 1000, true},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
  10. pilot/pkg/model/sidecar_test.go

    			},
    		},
    		{
    			Hostname: "baz.svc.cluster.local",
    			Ports:    twoPorts,
    			Attributes: ServiceAttributes{
    				Name:      "baz",
    				Namespace: "ns3",
    			},
    		},
    	}
    
    	services22 = []*Service{
    		{
    			Hostname: "baz.svc.cluster.local",
    			Ports:    port7443,
    			Attributes: ServiceAttributes{
    				Name:      "baz",
    				Namespace: "ns3",
    			},
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top