Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for 1389 (0.35 seconds)

  1. docs/tr/docs/advanced/response-cookies.md

    *Path operation function* içinde `Response` tipinde bir parametre tanımlayabilirsiniz.
    
    Ardından bu *geçici* response nesnesi üzerinde cookie'leri set edebilirsiniz.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Sonrasında normalde yaptığınız gibi ihtiyaç duyduğunuz herhangi bir nesneyi döndürebilirsiniz (bir `dict`, bir veritabanı modeli vb.).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  2. docs/es/docs/advanced/response-cookies.md

    Puedes declarar un parámetro de tipo `Response` en tu *path operation function*.
    
    Y luego puedes establecer cookies en ese objeto de response *temporal*.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Y entonces puedes devolver cualquier objeto que necesites, como normalmente lo harías (un `dict`, un modelo de base de datos, etc).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  3. docs/uk/docs/advanced/response-cookies.md

    Ви можете оголосити параметр типу `Response` у вашій *функції операції шляху*.
    
    Потім ви можете встановити кукі в цьому *тимчасовому* об'єкті відповіді.
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Після цього ви можете повернути будь-який потрібний об'єкт, як зазвичай (наприклад, `dict`, модель бази даних тощо).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  4. docs/en/data/topic_repos.yml

    - name: fastapi-tutorial
      html_url: https://github.com/liaogx/fastapi-tutorial
      stars: 1384
      owner_login: liaogx
      owner_html_url: https://github.com/liaogx
    - name: fastapi-code-generator
      html_url: https://github.com/koxudaxi/fastapi-code-generator
      stars: 1384
      owner_login: koxudaxi
      owner_html_url: https://github.com/koxudaxi
    - name: budgetml
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  5. docs/ja/docs/advanced/response-cookies.md

    ## `Response` パラメータを使う { #use-a-response-parameter }
    
    *path operation 関数*で `Response` 型のパラメータを宣言できます。
    
    そして、その*一時的*なレスポンスオブジェクトに Cookie を設定できます。
    
    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    その後は通常どおり、必要な任意のオブジェクト(`dict`、データベースモデルなど)を返せます。
    
    `response_model` を宣言している場合でも、返したオブジェクトは引き続きフィルタおよび変換されます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  6. .teamcity/performance-test-durations.json

      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.nativeplatform.RealWorldNativePluginPerformanceTest.build with 0 parallel workers",
      "durations" : [ {
        "testProject" : "nativeMonolithic",
        "linux" : 1380
      }, {
        "testProject" : "nativeMonolithicOverlapping",
        "linux" : 1275
      } ]
    }, {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  7. docs/en/docs/release-notes.md

    ### Refactors
    
    * ♻️ Create `dependency-cache` dict in `solve_dependencies` only if `None` (don't re-create if empty). PR [#13689](https://github.com/fastapi/fastapi/pull/13689) by [@bokshitsky](https://github.com/bokshitsky).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        shouldCompleteFunction.countDown();
        assertThrows(CancellationException.class, () -> futureResult.get());
        // TODO(cpovirk): implement interruption, updating this test:
        // https://github.com/google/guava/issues/1989
        assertEquals(1, gotException.getCount());
        // gotException.await();
        service.shutdown();
        service.awaitTermination(30, SECONDS);
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
  9. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        shouldCompleteFunction.countDown();
        assertThrows(CancellationException.class, () -> futureResult.get());
        // TODO(cpovirk): implement interruption, updating this test:
        // https://github.com/google/guava/issues/1989
        assertEquals(1, gotException.getCount());
        // gotException.await();
        service.shutdown();
        service.awaitTermination(30, SECONDS);
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
  10. CHANGELOG/CHANGELOG-1.32.md

    **Affected Versions**:
      - kubelet <= v1.29.12
      - kubelet <= v1.30.8
      - kubelet <= v1.31.4
      - kubelet = v1.32.0
    
    **Fixed Versions**:
      - kubelet 1.29.13
      - kubelet 1.30.9
      - kubelet 1.31.5
      - kubelet 1.32.1
    
    This vulnerability was reported by Peled, Tomer and mitigated by Aravindh Puthiyaprambil. 
    
    
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
Back to Top