Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 971 - 980 of 1,150 for Little (0.1 seconds)

  1. docs/zh-hant/docs/tutorial/metadata.md

    # 中繼資料與文件 URL { #metadata-and-docs-urls }
    
    你可以在你的 FastAPI 應用程式中自訂多項中繼資料設定。
    
    ## API 的中繼資料 { #metadata-for-api }
    
    你可以設定下列欄位,這些欄位會用在 OpenAPI 規格與自動產生的 API 文件介面中:
    
    | 參數 | 型別 | 說明 |
    |------------|------|-------------|
    | `title` | `str` | API 的標題。 |
    | `summary` | `str` | API 的簡短摘要。<small>自 OpenAPI 3.1.0、FastAPI 0.99.0 起可用。</small> |
    | `description` | `str` | API 的簡短說明。可使用 Markdown。 |
    | `version` | `string` | API 的版本號。這是你自己的應用程式版本,不是 OpenAPI 的版本,例如 `2.5.0`。 |
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5.6K bytes
    - Click Count (0)
  2. .github/workflows/update-rbe.yml

            map sigbuild-r2.17-clang-python3.12 2.17-python3.12
        - name: Create Pull Request with changes
          uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
          with:
            title: Update the RBE images to the latest container versions
            committer: TensorFlow Release Automation <******@****.***>
            token: ${{ secrets.JENKINS_TOKEN }}
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Jan 01 08:09:03 GMT 2026
    - 7.2K bytes
    - Click Count (1)
  3. src/test/java/org/codelibs/fess/helper/UserInfoHelperTest.java

            List<Map<String, Object>> documentItems = new ArrayList<>();
            Map<String, Object> doc1 = new HashMap<>();
            doc1.put("docId", "doc1");
            doc1.put("title", "Test Document 1");
            documentItems.add(doc1);
    
            try {
                userInfoHelper.storeQueryId("query1", documentItems);
                assertTrue(true);
            } catch (Exception e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  4. docs/fr/docs/tutorial/metadata.md

    Vous pouvez définir les champs suivants qui sont utilisés dans la spécification OpenAPI et les interfaces utilisateur de documentation automatique de l’API :
    
    | Paramètre | Type | Description |
    |------------|------|-------------|
    | `title` | `str` | Le titre de l’API. |
    | `summary` | `str` | Un court résumé de l’API. <small>Disponible depuis OpenAPI 3.1.0, FastAPI 0.99.0.</small> |
    | `description` | `str` | Une brève description de l’API. Elle peut utiliser Markdown. |
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 6.6K bytes
    - Click Count (0)
  5. docs/ru/docs/tutorial/request-files.md

    Если вы хотите узнать больше об этих кодировках и полях форм, перейдите по ссылке [<abbr title="Mozilla Developer Network - Сеть разработчиков Mozilla">MDN</abbr> web docs for `POST`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST).
    
    ///
    
    /// warning | Внимание
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/tutorial/cors.md

    在這種情況下,中介軟體會攔截傳入的請求並回應適當的 CORS 標頭,並回傳 `200` 或 `400`(僅供資訊參考)。
    
    ### 簡單請求 { #simple-requests }
    
    任何帶有 `Origin` 標頭的請求。在這種情況下,中介軟體會如常將請求往下傳遞,但會在回應上加入適當的 CORS 標頭。
    
    ## 更多資訊 { #more-info }
    
    想進一步了解 <abbr title="Cross-Origin Resource Sharing - 跨來源資源共用">CORS</abbr>,請參考 [Mozilla 的 CORS 文件](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)。
    
    /// note | 技術細節
    
    你也可以使用 `from starlette.middleware.cors import CORSMiddleware`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 5K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_id.properties

    labels.user_name=Nama Pengguna
    labels.login=Masuk
    labels.login.placeholder_username=Nama Pengguna
    labels.login.placeholder_password=Kata Sandi
    labels.login.title=Masuk
    labels.index_label=Label
    labels.index_lang=Bahasa Pilihan
    labels.index_sort=Sortir
    labels.index_num=Jumlah Tampilan
    labels.logout_title=Keluar
    labels.logout=Keluar
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 50.2K bytes
    - Click Count (0)
  8. src/main/resources/fess_label_pl.properties

    labels.user_name=Nazwa użytkownika
    labels.login=Zaloguj się
    labels.login.placeholder_username=Nazwa użytkownika
    labels.login.placeholder_password=Hasło
    labels.login.title=Zaloguj się
    labels.index_label=Etykieta
    labels.index_lang=Preferowany język
    labels.index_sort=Sortuj
    labels.index_num=Liczba wyników
    labels.logout_title=Wyloguj się
    labels.logout=Wyloguj się
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.2K bytes
    - Click Count (0)
  9. src/main/resources/fess_label_tr.properties

    labels.user_name=Kullanıcı Adı
    labels.login=Oturum Aç
    labels.login.placeholder_username=Kullanıcı Adı
    labels.login.placeholder_password=Şifre
    labels.login.title=Oturum Aç
    labels.index_label=Etiket
    labels.index_lang=Tercih Edilen Dil
    labels.index_sort=Sırala
    labels.index_num=Gösterim Sayısı
    labels.logout_title=Oturumu Kapat
    labels.logout=Oturumu Kapat
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
  10. docs/recipes.md

    ---
    title: Recipes
    description: A collection of common/useful code examples for Kotlin and Java
    ---
    
    
    # Recipes
    
    We've written some recipes that demonstrate how to solve common problems with OkHttp. Read through them to learn about how everything works together. Cut-and-paste these examples freely; that's what they're for.
    
    ### Synchronous Get ([.kt][SynchronousGetKotlin], [.java][SynchronousGetJava])
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Mar 15 09:01:42 GMT 2026
    - 47.8K bytes
    - Click Count (0)
Back to Top