Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 1,521 for examplev1 (0.15 sec)

  1. docs/zh/docs/tutorial/schema-extra-example.md

    使用上面的任何方法,它在 `/docs` 中看起来都是这样的:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ## 技术细节
    
    关于 `example` 和 `examples`...
    
    JSON Schema在最新的一个版本中定义了一个字段 <a href="https://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.9.5" class="external-link" target="_blank">`examples`</a> ,但是 OpenAPI 基于之前的一个旧版JSON Schema,并没有 `examples`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/samples/build-organization/structuring-software-projects/groovy/build-logic/commons/src/main/groovy/com.example.jacoco.gradle

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/doc.go

    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:conversion-gen=k8s.io/apiserver/pkg/apis/example2
    // +k8s:conversion-gen=k8s.io/apiserver/pkg/apis/example
    // +k8s:openapi-gen=false
    // +k8s:defaulter-gen=TypeMeta
    // +k8s:protobuf-gen=package
    
    // +groupName=example2.apiserver.k8s.io
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 18 23:00:55 UTC 2023
    - 904 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/cel/library/urls.go

    //     <URL>.getEscapedPath() <string>
    //     <URL>.getQuery() <map <string>, <list <string>>
    //
    // Examples:
    //
    //	url('/path').getScheme() // returns ''
    //	url('https://example.com/').getScheme() // returns 'https'
    //	url('https://example.com:80/').getHost() // returns 'example.com:80'
    //	url('https://example.com/').getHost() // returns 'example.com'
    //	url('https://[::1]:80/').getHost() // returns '[::1]:80'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfr/examples/pad/pad_ops_test.py

    # limitations under the License.
    """Tests for tensorflow.compiler.mlir.tfr.examples.pad.ops_defs."""
    
    import os
    from absl.testing import parameterized
    import tensorflow as tf
    
    from tensorflow.compiler.mlir.tfr.examples.pad import gen_pad_ops
    from tensorflow.compiler.mlir.tfr.examples.pad import ops_defs
    from tensorflow.compiler.mlir.tfr.python import test_utils
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 3.4K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/mod/example.com_cmd_v1.0.0.txt

    example.com/cmd contains main packages.
    
    v1.0.0 is the latest non-retracted version. Other versions contain errors or
    detectable problems.
    
    -- .info --
    {"Version":"v1.0.0"}
    -- .mod --
    module example.com/cmd
    
    go 1.16
    -- go.mod --
    module example.com/cmd
    
    go 1.16
    -- a/a.go --
    package main
    
    import "fmt"
    
    func main() { fmt.Println("a@v1.0.0") }
    -- b/b.go --
    package main
    
    import "fmt"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 16 16:11:09 UTC 2021
    - 476 bytes
    - Viewed (0)
  7. src/cmd/go/testdata/mod/example.com_deprecated_b_v1.0.0.txt

    -- .info --
    {"Version":"v1.0.0"}
    -- .mod --
    module example.com/deprecated/b
    
    go 1.17
    -- go.mod --
    module example.com/deprecated/b
    
    go 1.17
    -- b.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 09 18:20:48 UTC 2021
    - 160 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/example.com_join_subpkg_v1.1.0.txt

    Written by hand.
    Test case for package moved into a parent module.
    
    -- .mod --
    module example.com/join/subpkg
    
    require example.com/join v1.1.0
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 09 21:00:53 UTC 2018
    - 177 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/example.com_join_v1.1.0.txt

    Written by hand.
    Test case for package moved into a parent module.
    
    -- .mod --
    module example.com/join
    -- .info --
    {"Version": "v1.1.0"}
    -- subpkg/x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 09 21:00:53 UTC 2018
    - 170 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_latemigrate_v2_v2.0.1.txt

    example.com/latemigrate/v2 v2.0.1
    written by hand
    
    This repository migrated to modules in v2.0.1 after v2.0.0 was already tagged.
    All versions require rsc.io/quote so we can test downgrades.
    
    v2.0.1 belongs to example.com/latemigrate/v2.
    
    -- .mod --
    module example.com/latemigrate/v2
    
    require rsc.io/quote v1.3.0
    -- .info --
    {"Version":"v2.0.1"}
    -- go.mod --
    module example.com/latemigrate/v2
    
    require rsc.io/quote v1.3.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:39:37 UTC 2019
    - 449 bytes
    - Viewed (0)
Back to top