Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 4,477 for Example (0.15 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/appendixa_test.go

    		fixme string
    	}{
    		{
    			example: hex("00"),
    			decoded: int64(0),
    		},
    		{
    			example: hex("01"),
    			decoded: int64(1),
    		},
    		{
    			example: hex("0a"),
    			decoded: int64(10),
    		},
    		{
    			example: hex("17"),
    			decoded: int64(23),
    		},
    		{
    			example: hex("1818"),
    			decoded: int64(24),
    		},
    		{
    			example: hex("1819"),
    			decoded: int64(25),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 18:59:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/test/groovy/org/gradle/api/plugins/jvm/internal/JvmComponentDependenciesTest.groovy

                implementation(module(group: "com.example", name: "example", version: "2.0")) {
                    // configure dependency
                }
            }
    
            then:
            1 * dependencyFactory.create("com.example", "example", "1.0") >> example
            1 * dependencyFactory.create("com.example", "example", "2.0") >> example2
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 16 19:56:35 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs-asciidoctor-extensions-base/src/main/java/org/gradle/docs/asciidoctor/ExampleSelfLinkProcessor.java

        }
    
        @Override
        public Document process(Document document) {
            List<StructuralNode> examples = document.findBy(EXAMPLE_SELECTOR);
            for (StructuralNode example : examples) {
                if (example.hasAttribute("title")) {
                    // Using attribute value, since it contains Asciidoc markup, as opposed to getTitle() that returns rendered html
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/exceptions/FormattingDiagnosticsVisitorTest.groovy

        def "formats candidates with examples"() {
            def visitor = new FormattingDiagnosticsVisitor()
    
            given:
            visitor.candidate("thing 1")
            visitor.candidate("thing 2").example("a")
            visitor.candidate("thing 3").example("a").example("b")
    
            expect:
            visitor.candidates == ["thing 1", "thing 2, for example a.", "thing 3, for example a, b."]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/gateway/testdata/isolation.yaml

      hostnames:
        - "bar.com" # doesn't match abc-foo-example-com listener
        - "*.example.com" # becomes abc.foo.example.com as it cannot be less specific than abc.foo.example.com of the listener
        - "*.foo.example.com" # becomes abc.foo.example.com as it cannot be less specific than abc.foo.example.com of the listener
        - "abc.foo.example.com"
      rules:
        - matches:
            - path:
                type: PathPrefix
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 20:24:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/work_vendor_prune.txt

    stdout 'version 1.1.0'
    
    -- modules.txt.want --
    ## workspace
    # example.com/b v1.0.0 => ./b
    ## explicit; go 1.18
    example.com/b
    # example.com/q v1.0.0 => ./q1_0_0
    ## explicit; go 1.18
    # example.com/q v1.1.0 => ./q1_1_0
    ## go 1.18
    example.com/q
    -- go.work --
    go 1.18
    
    use (
    	./a
    	./p
    )
    -- a/go.mod --
    module example.com/a
    
    go 1.18
    
    require example.com/b v1.0.0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 11 01:59:23 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. fastapi/params.py

            **extra: Any,
        ):
            if example is not _Unset:
                warnings.warn(
                    "`example` has been deprecated, please use `examples` instead",
                    category=DeprecationWarning,
                    stacklevel=4,
                )
            self.example = example
            self.include_in_schema = include_in_schema
            self.openapi_examples = openapi_examples
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/work_vendor_modules_txt_consistent.txt

        ./a
        ./b
    )
    -- a/go.mod --
    module example.com/a
    
    go 1.21
    
    require example.com/p v1.0.0
    
    replace example.com/p v1.0.0 => ../p
    -- a/a.go --
    package p
    -- b/go.mod --
    module example.com/b
    
    go 1.21
    
    require example.com/q v1.0.0
    
    replace example.com/q v1.0.0 => ../q
    -- b/b.go --
    package b
    -- p/go.mod --
    module example.com/p
    
    go 1.21
    -- q/go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 11 01:59:23 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. src/net/mail/message_test.go

    	badTests := []string{
    		`<Abc.example.com>`,
    		`<A@b@c@example.com>`,
    		`<a"b(c)d,e:f;g<h>i[j\k]l@example.com>`,
    		`<just"not"right@example.com>`,
    		`<this is"not\allowed@example.com>`,
    		`<this\ still\"not\\allowed@example.com>`,
    		`<john..doe@example.com>`,
    		`<john.doe@example..com>`,
    		`<john.doe@example..com>`,
    		`<john.doe.@example.com>`,
    		`<john.doe.@.example.com>`,
    		`<******@****.***>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_vendor_embed.txt

    ! exists vendor/example.com/a/subdir/test/embed.txt
    ! exists vendor/example.com/a/subdir/test/xtest/embed.txt
    -- embed_go122/go.mod --
    module example.com/foo
    go 1.22
    
    require (
    	example.com/a v0.1.0
    )
    
    replace (
    	example.com/a v0.1.0 => ../a
    )
    -- embed_go122/foo.go --
    package main
    
    import (
    	"fmt"
    
    	"example.com/a"
    )
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:14:55 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top