Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 140 of 168 for transactions (0.23 seconds)

  1. docs/pt/docs/_llm-test.md

    Veja, por exemplo, a seção `### List of English terms and their preferred German translations` em `docs/de/llm-prompt.md`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 12.1K bytes
    - Click Count (0)
  2. docs/uk/docs/help-fastapi.md

        * Обов'язково додайте ваше посилання на початок відповідного розділу.
    * Щоб допомогти [перекласти документацію](contributing.md#translations) вашою мовою.
        * Ви також можете допомогти з переглядом перекладів, створених іншими.
    * Щоб запропонувати нові розділи документації.
    * Щоб виправити наявну проблему/помилку.
        * Обов'язково додайте тести.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  3. docs/de/docs/help-fastapi.md

        * Stellen Sie sicher, dass Sie Ihren Link am Anfang des entsprechenden Abschnitts einfügen.
    * Um zu helfen, [die Dokumentation in Ihre Sprache zu übersetzen](contributing.md#translations).
        * Sie können auch dabei helfen, die von anderen erstellten Übersetzungen zu überprüfen.
    * Um neue Dokumentationsabschnitte vorzuschlagen.
    * Um ein bestehendes Problem/Bug zu beheben.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 14.8K bytes
    - Click Count (0)
  4. docs/uk/docs/_llm-test.md

    Див., наприклад, розділ `### List of English terms and their preferred German translations` у `docs/de/llm-prompt.md`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 17K bytes
    - Click Count (0)
  5. docs/zh-hant/docs/_llm-test.md

    ////
    
    //// tab | 資訊
    
    這是一份不完整且非規範性的(多為)技術術語清單,來源為文件內容。它可能有助於提示設計者判斷哪些術語需要 LLM 的特別協助。例如當 LLM 反覆把好的翻譯改回成較差的版本,或在你的語言中對某詞的詞形變化處理有困難時。
    
    請見例如 `docs/de/llm-prompt.md` 中的 `### List of English terms and their preferred German translations` 小節。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/help-fastapi.md

    * 修正文檔中你發現的錯字。
    * 分享你建立或發現的 FastAPI 相關文章、影片或 podcast,方法是[編輯這個檔案](https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml)。
        * 請確保把你的連結加到對應章節的開頭。
    * 協助把[文件翻譯](contributing.md#translations)成你的語言。
        * 你也可以幫忙審查他人提交的翻譯。
    * 提議新的文件章節。
    * 修復既有的 issue/bug。
        * 記得要加上測試。
    * 新增一個功能。
        * 記得要加上測試。
        * 若相關,請記得補上文件。
    
    ## 協助維護 FastAPI { #help-maintain-fastapi }
    
    幫我一起維護 **FastAPI**!🤓
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  7. cmd/erasure-multipart.go

    	return evalDisks(disks, errs), err
    }
    
    // PutObjectPart - reads incoming stream and internally erasure codes
    // them. This call is similar to single put operation but it is part
    // of the multipart transaction.
    //
    // Implements S3 compatible Upload Part API.
    func (er erasureObjects) PutObjectPart(ctx context.Context, bucket, object, uploadID string, partID int, r *PutObjReader, opts ObjectOptions) (pi PartInfo, err error) {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 24 04:05:31 GMT 2025
    - 47.1K bytes
    - Click Count (0)
  8. docs/ko/docs/_llm-test.md

    예를 들어 `docs/de/llm-prompt.md`의 `### List of English terms and their preferred German translations` 섹션을 참고하세요.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  9. src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java

         *
         * @return initial security blob
         */
        public byte[] getSecurityBlob() {
            return this.securityBuffer;
        }
    
        /**
         * Gets the maximum transaction size supported by the server.
         *
         * @return the maxTransactSize
         */
        public int getMaxTransactSize() {
            return this.maxTransactSize;
        }
    
        /**
         * {@inheritDoc}
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 31 08:00:57 GMT 2025
    - 24K bytes
    - Click Count (0)
  10. docs/fr/docs/tutorial/dependencies/dependencies-with-yield.md

    Par exemple, si à un moment donné, dans une autre dépendance ou dans un *chemin d'accès*, un code a effectué un « rollback » de transaction de base de données ou a créé une autre exception, vous recevrez l'exception dans votre dépendance.
    
    Vous pouvez donc rechercher cette exception spécifique dans la dépendance avec `except SomeException`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 13.9K bytes
    - Click Count (0)
Back to Top