Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 84 for 57 (0.01 seconds)

  1. docs/ru/docs/advanced/behind-a-proxy.md

    Например:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Будет сгенерирована схема OpenAPI примерно такая:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Здесь ещё что-то
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  2. docs/uk/docs/advanced/behind-a-proxy.md

    Наприклад:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Буде згенерована схема OpenAPI на кшталт:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Ще дещо тут
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 23.1K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/behind-a-proxy.md

    Par exemple :
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Générera un schéma OpenAPI comme :
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Plus d'éléments ici
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  4. docs/pt/docs/advanced/behind-a-proxy.md

    Por exemplo:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Gerará um OpenAPI schema como:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Mais coisas aqui
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.76", // #4, this is what the throttling would be with the old rate
            "R0.20, R0.10, R0.10, R0.10", // #5
            "U4.10", // #6
            "R0.00, R0.94, R0.81, R0.69, R0.57, R0.44, R0.32", // #7
            "R0.20, R0.10, R0.10, R0.10"); // #7 (cont.), note, this matches #5
      }
    
      public void testBurstyAndUpdate() {
        RateLimiter rateLimiter = RateLimiter.create(1.0, stopwatch);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 22K bytes
    - Click Count (0)
  6. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

            "R0.76", // #4, this is what the throttling would be with the old rate
            "R0.20, R0.10, R0.10, R0.10", // #5
            "U4.10", // #6
            "R0.00, R0.94, R0.81, R0.69, R0.57, R0.44, R0.32", // #7
            "R0.20, R0.10, R0.10, R0.10"); // #7 (cont.), note, this matches #5
      }
    
      public void testBurstyAndUpdate() {
        RateLimiter rateLimiter = RateLimiter.create(1.0, stopwatch);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 22K bytes
    - Click Count (0)
  7. docs/es/docs/advanced/behind-a-proxy.md

    Por ejemplo:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Generará un esquema de OpenAPI como:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // Más cosas aquí
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 16.5K bytes
    - Click Count (0)
  8. docs/ko/docs/advanced/behind-a-proxy.md

    예:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    다음과 같은 OpenAPI 스키마를 생성합니다:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // 여기에 다른 내용이 더 있습니다
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 17.9K bytes
    - Click Count (0)
  9. src/test/java/jcifs/netbios/NameTest.java

            // Encode "test.example.com"
            src[0] = 4; // Length of "test"
            src[1] = 't';
            src[2] = 'e';
            src[3] = 's';
            src[4] = 't';
            src[5] = 7; // Length of "example"
            src[6] = 'e';
            src[7] = 'x';
            src[8] = 'a';
            src[9] = 'm';
            src[10] = 'p';
            src[11] = 'l';
            src[12] = 'e';
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 19.4K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/advanced/behind-a-proxy.md

    例如:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    將會產生如下的 OpenAPI 模式:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
        // 其他內容
        "servers": [
            {
                "url": "/api/v1"
            },
            {
                "url": "https://stag.example.com",
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 15.3K bytes
    - Click Count (0)
Back to Top