Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,215 for gold (0.77 sec)

  1. docs/uk/docs/fastapi-people.md

    {% if sponsors %}
    
    {% if sponsors.gold %}
    
    ### Золоті спонсори
    
    {% for sponsor in sponsors.gold -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. docs/zh-hant/docs/fastapi-people.md

    以下是**贊助者**。 😎
    
    他們主要透過 <a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a> 支持我在 **FastAPI**(以及其他項目)上的工作。
    
    {% if sponsors %}
    
    {% if sponsors.gold %}
    
    ### 金牌贊助商
    
    {% for sponsor in sponsors.gold -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    {% if sponsors.silver %}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 05 00:07:01 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. docs/zh/docs/fastapi-people.md

    他们主要通过<a href="https://github.com/sponsors/tiangolo" class="external-link" target="_blank">GitHub Sponsors</a>支持我在 **FastAPI** (和其他项目)的工作。
    
    {% if sponsors %}
    
    {% if sponsors.gold %}
    
    ### 金牌赞助商
    
    {% for sponsor in sponsors.gold -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}" style="border-radius:15px"></a>
    {% endfor %}
    {% endif %}
    
    {% if sponsors.silver %}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 25 17:09:48 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  4. docs/en/data/sponsors.yml

    gold:
      - url: https://cryptapi.io/
        title: "CryptAPI: Your easy to use, secure and privacy oriented payment gateway."
        img: https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg
      - url: https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023
        title: "Build, run and scale your apps on a modern, reliable, and secure PaaS."
        img: https://fastapi.tiangolo.com/img/sponsors/platform-sh.png
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. plugin/pkg/admission/storage/persistentvolume/resize/admission_test.go

    	res := api.ResourceList{}
    	if storage != "" {
    		res[api.ResourceStorage] = resource.MustParse(storage)
    	}
    	return res
    }
    
    func TestPVCResizeAdmission(t *testing.T) {
    	goldClassName := "gold"
    	trueVal := true
    	falseVar := false
    	goldClass := &storagev1.StorageClass{
    		TypeMeta: metav1.TypeMeta{
    			Kind: "StorageClass",
    		},
    		ObjectMeta: metav1.ObjectMeta{
    			Name: goldClassName,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/html.go

    .outline-darkolivegreen { outline: darkolivegreen solid 2px; }
    .outline-fuchsia        { outline: fuchsia solid 2px; }
    .outline-sienna         { outline: sienna solid 2px; }
    .outline-gold           { outline: gold solid 2px; }
    .outline-orangered      { outline: orangered solid 2px; }
    .outline-teal           { outline: teal solid 2px; }
    .outline-maroon         { outline: maroon solid 2px; }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  7. pkg/quota/v1/evaluator/core/persistent_volume_claims.go

    // For example, if you want to quota storage by storage class, you would have a declaration
    // that follows <storage-class>.storageclass.storage.k8s.io/<resource>.
    // For example:
    // * gold.storageclass.storage.k8s.io/: 500Gi
    // * bronze.storageclass.storage.k8s.io/requests.storage: 500Gi
    const storageClassSuffix string = ".storageclass.storage.k8s.io/"
    
    /* TODO: prune?
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  8. platforms/core-runtime/build-operations/src/test/groovy/org/gradle/internal/operations/DefaultBuildOperationRunnerTest.groovy

            then:
            1 * buildOperation.run(_) >> { BuildOperationContext context ->
                context.progress("progress 1")
                context.progress("progress 2")
                context.progress(2, 4, "gold pieces", "progress 3")
            }
    
            then:
            1 * listener.progress(_, _) >> { BuildOperationDescriptor descriptor, String status ->
                assert status == "progress 1"
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:56:07 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  9. scripts/docs.py

        os.chdir(current_dir)
        typer.secho(f"Successfully built docs for: {lang}", color=typer.colors.GREEN)
    
    
    index_sponsors_template = """
    {% if sponsors %}
    {% for sponsor in sponsors.gold -%}
    <a href="{{ sponsor.url }}" target="_blank" title="{{ sponsor.title }}"><img src="{{ sponsor.img }}"></a>
    {% endfor -%}
    {%- for sponsor in sponsors.silver -%}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:26:14 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/cpumanager/topology/topology_test.go

    					78: {CoreID: 38, SocketID: 1, NUMANodeID: 3},
    					79: {CoreID: 39, SocketID: 1, NUMANodeID: 3},
    				},
    			},
    			wantErr: false,
    		},
    		{
    
    			// FAKE Topology from dual xeon gold 6230
    			// (see: dual xeon gold 6230).
    			// We flip NUMA cells and Sockets to exercise the code.
    			// TODO(fromanirh): replace with a real-world topology
    			// once we find a suitable one.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 03 16:26:09 UTC 2023
    - 31.7K bytes
    - Viewed (0)
Back to top