Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 376 for Template (0.23 sec)

  1. docs/em/docs/advanced/templates.md

    ```jinja hl_lines="4"
    {!../../docs_src/templates/templates/item.html!}
    ```
    
    ๐Ÿ‘‰ ๐Ÿ–ผ, โšซ๏ธ ๐Ÿ”œ ๐Ÿ”— ๐ŸŽš ๐Ÿ“ `static/styles.css` โฎ๏ธ:
    
    ```CSS hl_lines="4"
    {!../../docs_src/templates/static/styles.css!}
    ```
    
    & โ†ฉ๏ธ ๐Ÿ‘† โš™๏ธ `StaticFiles`, ๐Ÿ‘ˆ ๐ŸŽš ๐Ÿ“ ๐Ÿ”œ ๐Ÿฆ ๐Ÿ” ๐Ÿ‘† **FastAPI** ๐Ÿˆธ ๐Ÿ“› `/static/styles.css`.
    
    ## ๐ŸŒ… โ„น
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. docs/zh/docs/advanced/templates.md

    ```jinja hl_lines="4"
    {!../../docs_src/templates/templates/item.html!}
    ```
    
    ๆœฌไพ‹ไธญ๏ผŒๅฎƒๅฐ†้“พๆŽฅๅˆฐ `static/styles.css`ไธญ็š„CSSๆ–‡ไปถ๏ผš
    
    ```CSS hl_lines="4"
    {!../../docs_src/templates/static/styles.css!}
    ```
    
    ๅ› ไธบไฝฟ็”จไบ† `StaticFiles`๏ผŒ **FastAPI** ๅบ”็”จไผš่‡ชๅŠจๆไพ›ไฝไบŽ URL `/static/styles.css`็š„ CSS ๆ–‡ไปถใ€‚
    
    ## ๆ›ดๅคš่ฏดๆ˜Ž
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Api: validation of a `PodSpec` now rejects invalid `ResourceClaim` and `ResourceClaimTemplate` names. For a pod, the name generated for the `ResourceClaim` when using a template also must be valid. ([#116576](https://github.com/kubernetes/kubernetes/pull/116576), [@pohly](https://github.com/pohly))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jul 17 07:48:22 UTC 2024
    - 466.3K bytes
    - Viewed (1)
  4. manifests/charts/base/files/crd-all.gen.yaml

                        format: int32
                        minimum: 0
                        type: integer
                    type: object
                  template:
                    description: Template to be used for the generation of `WorkloadEntry`
                      resources that belong to this `WorkloadGroup`.
                    properties:
                      address:
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
  5. tensorflow/c/c_api_function_test.cc

        ASSERT_NE(*op, nullptr);
      }
    
      FunctionDef fdef() {
        tensorflow::FunctionDef fdef;
        EXPECT_TRUE(GetFunctionDef(func_, &fdef));
        return fdef;
      }
    
      // logging utility
      template <class Container>
      string ToString(const Container& v) {
        std::stringstream ss;
        ss << "{";
        size_t i = 0;
        for (const auto& e : v) {
          if (i != 0) {
            ss << ", ";
          }
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    - cloud.google.com/go/websecurityscanner: v1.5.0 โ†’ v1.6.1
    - cloud.google.com/go/workflows: v1.10.0 โ†’ v1.11.1
    - cloud.google.com/go: v0.110.0 โ†’ v0.110.6
    - github.com/alecthomas/template: [fb15b89 โ†’ a0175ee](https://github.com/alecthomas/template/compare/fb15b89...a0175ee)
    - github.com/cncf/xds/go: [06c439d โ†’ e9ce688](https://github.com/cncf/xds/go/compare/06c439d...e9ce688)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  7. CHANGELOG/CHANGELOG-1.17.md

    - Kubeadm: implemented structured output of 'kubeadm token list' in JSON, YAML, Go template and JsonPath formats ([#78764](https://github.com/kubernetes/kubernetes/pull/78764), [@bart0sh](https://github.com/bart0sh))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  8. CHANGELOG/CHANGELOG-1.19.md

    - github.com/Microsoft/hcsshim: [672e52e โ†’ 5eafd15](https://github.com/Microsoft/hcsshim/compare/672e52e...5eafd15)
    - github.com/alecthomas/template: [a0175ee โ†’ fb15b89](https://github.com/alecthomas/template/compare/a0175ee...fb15b89)
    - github.com/alecthomas/units: [2efee85 โ†’ c3de453](https://github.com/alecthomas/units/compare/2efee85...c3de453)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - cloud.google.com/go/firestore: v1.1.0
    - cloud.google.com/go/pubsub: v1.3.1
    - github.com/OneOfOne/xxhash: [v1.2.2](https://github.com/OneOfOne/xxhash/tree/v1.2.2)
    - github.com/alecthomas/template: [fb15b89](https://github.com/alecthomas/template/tree/fb15b89)
    - github.com/alecthomas/units: [f65c72e](https://github.com/alecthomas/units/tree/f65c72e)
    - github.com/armon/consul-api: [eb2c6b5](https://github.com/armon/consul-api/tree/eb2c6b5)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    - Dynamic Resource Allocation (DRA): in the `pod.spec.recourceClaims` array, the `source` indirection is no longer necessary. Instead of e.g. `source: resourceClaimTemplateName: my-template`, one can write `resourceClaimTemplateName: my-template`. ([#125116](https://github.com/kubernetes/kubernetes/pull/125116), [@pohly](https://github.com/pohly)) [SIG API Machinery, Apps, Auth, Node, Scheduling and Testing]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 12:18:32 UTC 2024
    - 315.4K bytes
    - Viewed (0)
Back to top