Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 234 for 33 (0.02 seconds)

  1. api/go1.7.txt

    pkg debug/elf, const R_390_GOTPLT32 = 31
    pkg debug/elf, const R_390_GOTPLT32 R_390
    pkg debug/elf, const R_390_GOTPLT64 = 32
    pkg debug/elf, const R_390_GOTPLT64 R_390
    pkg debug/elf, const R_390_GOTPLTENT = 33
    pkg debug/elf, const R_390_GOTPLTENT R_390
    pkg debug/elf, const R_390_GOTPLTOFF16 = 34
    pkg debug/elf, const R_390_GOTPLTOFF16 R_390
    pkg debug/elf, const R_390_GOTPLTOFF32 = 35
    pkg debug/elf, const R_390_GOTPLTOFF32 R_390
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue Jun 28 15:08:11 GMT 2016
    - 13.6K bytes
    - Click Count (0)
  2. docs/zh-hant/docs/advanced/openapi-callbacks.md

    此時你已經在先前建立的回呼 router 中,擁有所需的回呼「路徑操作(們)」(也就是「外部開發者」應該在「外部 API」中實作的那些)。
    
    現在在「你的 API 的路徑操作裝飾器」中使用參數 `callbacks`,將該回呼 router 的屬性 `.routes`(實際上就是一個由路由/「路徑操作」所組成的 `list`)傳入:
    
    {* ../../docs_src/openapi_callbacks/tutorial001_py310.py hl[33] *}
    
    /// tip
    
    注意你傳給 `callback=` 的不是整個 router 本身(`invoices_callback_router`),而是它的屬性 `.routes`,也就是 `invoices_callback_router.routes`。
    
    ///
    
    ### 檢查文件 { #check-the-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  3. docs/ja/docs/advanced/stream-data.md

    バイナリデータをストリームする場合、戻り値の型アノテーションを宣言する必要は実際にはありません。
    
    この場合、FastAPI はデータを Pydantic で JSON 化したり、何らかの方法でシリアライズしようとしないため、型アノテーションはエディタやツール向けの補助にすぎず、FastAPI 自体では使用されません。
    
    {* ../../docs_src/stream_data/tutorial001_py310.py ln[32:35] hl[33] *}
    
    つまり、`StreamingResponse` では型アノテーションに依存せず、送信したい形式に合わせてバイト列を生成・エンコードする「自由」と「責任」があなたにあります。 🤓
    
    ### バイト列をストリームする { #stream-bytes }
    
    主なユースケースの一つは、文字列ではなく `bytes` をストリームすることです。もちろん可能です。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:55:22 GMT 2026
    - 6.7K bytes
    - Click Count (0)
  4. android-test/src/test/kotlin/okhttp/android/test/DisabledInitialiserTest.kt

    Yuri Schimke <******@****.***> 1756571139 +0100
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Aug 30 16:25:39 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/hash/FarmHashFingerprint64.java

    Vincent Potucek <******@****.***> 1754940519 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Aug 11 19:31:30 GMT 2025
    - 7.6K bytes
    - Click Count (0)
  6. scripts/tests/test_translation_fixer/test_complex_doc/data/en_doc.md

    Sebastián Ramírez <******@****.***> 1771315684 -0800
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  7. guava-tests/test/com/google/common/hash/HashingTest.java

      public void testGoodFastHashEquals() throws Exception {
        HashFunction hashFunction1a = Hashing.goodFastHash(1);
        HashFunction hashFunction1b = Hashing.goodFastHash(32);
        HashFunction hashFunction2a = Hashing.goodFastHash(33);
        HashFunction hashFunction2b = Hashing.goodFastHash(128);
        HashFunction hashFunction3a = Hashing.goodFastHash(129);
        HashFunction hashFunction3b = Hashing.goodFastHash(256);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 26.7K bytes
    - Click Count (2)
  8. guava-tests/test/com/google/common/primitives/ImmutableLongArrayTest.java

      }
    
      @J2ktIncompatible
      @GwtIncompatible // used only from suite
      @AndroidIncompatible
      public static class SampleLongs extends SampleElements<Long> {
        public SampleLongs() {
          super(1L << 31, 1L << 33, 1L << 36, 1L << 40, 1L << 45);
        }
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 12 14:49:24 GMT 2025
    - 20.9K bytes
    - Click Count (0)
  9. docs/ja/docs/how-to/custom-docs-ui-assets.md

    - `swagger_css_url`: Swagger UI ドキュメント用の HTML が取得する CSS ファイルの URL。これはカスタム CDN の URL です。
    
    ReDoc についても同様です...
    
    {* ../../docs_src/custom_docs_ui/tutorial001_py310.py hl[2:6,11:19,22:24,27:33] *}
    
    /// tip | 豆知識
    
    `swagger_ui_redirect` 用の *path operation* は、OAuth2 を使用する場合の補助です。
    
    API を OAuth2 プロバイダと統合すると、認証を実行して取得したクレデンシャルを持った状態で API ドキュメントに戻れます。そして実際の OAuth2 認証を用いてドキュメント上から API と対話できます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 9.5K bytes
    - Click Count (0)
  10. docs/zh/docs/advanced/openapi-callbacks.md

    至此,在上文创建的回调路由里就包含了*回调路径操作*(外部开发者要在外部 API 中实现)。
    
    现在使用 API *路径操作装饰器*的参数 `callbacks`,从回调路由传递属性 `.routes`(实际上只是路由/路径操作的**列表**):
    
    {* ../../docs_src/openapi_callbacks/tutorial001_py310.py hl[33] *}
    
    /// tip | 提示
    
    注意,不能把路由本身(`invoices_callback_router`)传递给 `callbacks=`,要传递 `invoices_callback_router.routes` 中的 `.routes` 属性。
    
    ///
    
    ### 查看文档 { #check-the-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 6.6K bytes
    - Click Count (0)
Back to Top