Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 168 for transactions (0.12 seconds)

  1. scripts/translate.py

        language: Annotated[str, typer.Option(envvar="LANGUAGE")],
        max: Annotated[int, typer.Option(envvar="MAX")] = 10,
    ) -> None:
        print(f"Updating outdated translations for {language}")
        update_outdated(language=language, max=max)
        print(f"Adding missing translations for {language}")
        add_missing(language=language, max=max)
        print(f"Done updating and adding for {language}")
    
    
    @app.command()
    def make_pr(
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:37:41 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  2. docs/en/docs/release-notes.md

    ### Translations
    
    * 🌐 Update translations for zh (update-outdated). PR [#15177](https://github.com/fastapi/fastapi/pull/15177) by [@tiangolo](https://github.com/tiangolo).
    * 🌐 Update translations for zh-hant (update-outdated). PR [#15178](https://github.com/fastapi/fastapi/pull/15178) by [@tiangolo](https://github.com/tiangolo).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
  3. docs/pt/llm-prompt.md

    ### Target language
    
    Translate to Portuguese (Português).
    
    Language code: pt.
    
    For instructions or titles in imperative, keep them in imperative, for example "Import FastAPI" to "Importe o FastAPI".
    
    Keep existing translations as they are if the term is already translated.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Jan 16 12:27:02 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  4. docs/ko/docs/translation-banner.md

    /// details | 🌐 AI와 사람이 함께한 번역
    
    이 번역은 사람의 안내를 받아 AI가 만들었습니다. 🤝
    
    원문의 의미를 오해하거나 부자연스러워 보이는 등 오류가 있을 수 있습니다. 🤖
    
    [AI LLM을 더 잘 안내하는 데 도움을 주세요](https://fastapi.tiangolo.com/ko/contributing/#translations).
    
    [영문 버전](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:57:01 GMT 2026
    - 397 bytes
    - Click Count (0)
  5. src/test/java/jcifs/smb1/smb1/TransWaitNamedPipeTest.java

    import org.junit.jupiter.api.BeforeEach;
    import org.junit.jupiter.api.Test;
    import org.mockito.MockitoAnnotations;
    
    /**
     * Unit tests for the {@link TransWaitNamedPipe} transaction.
     * The transaction is package private, so the test class lives in the
     * same package to access its fields.
     */
    public class TransWaitNamedPipeTest {
    
        @BeforeEach
        public void setUp() {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.3K bytes
    - Click Count (0)
  6. docs/tr/docs/translation-banner.md

    Orijinal anlamın yanlış anlaşılması ya da kulağa doğal gelmeme gibi hatalar içerebilir. 🤖
    
    [Yapay zekâ LLM'ini daha iyi yönlendirmemize yardımcı olarak](https://fastapi.tiangolo.com/tr/contributing/#translations) bu çeviriyi iyileştirebilirsiniz.
    
    [İngilizce sürüm](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 466 bytes
    - Click Count (0)
  7. src/main/java/jcifs/internal/smb1/trans/nt/SmbComNtCancel.java

    package jcifs.internal.smb1.trans.nt;
    
    import jcifs.Configuration;
    import jcifs.internal.smb1.ServerMessageBlock;
    
    /**
     * SMB1 NT Cancel command implementation.
     * Provides functionality to cancel previously issued SMB1 NT transaction commands
     * that are in progress, allowing clients to abort long-running operations.
     *
     * @author mbechler
     */
    public class SmbComNtCancel extends ServerMessageBlock {
    
        /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.6K bytes
    - Click Count (0)
  8. docs/ru/docs/translation-banner.md

    В нем могут быть ошибки из-за неправильного понимания оригинального смысла или неестественности и т. д. 🤖
    
    Вы можете улучшить этот перевод, [помогая нам лучше направлять ИИ LLM](https://fastapi.tiangolo.com/ru/contributing/#translations).
    
    [Английская версия](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 13:26:02 GMT 2026
    - 633 bytes
    - Click Count (0)
  9. CODE_OF_CONDUCT.md

    [homepage]: https://www.contributor-covenant.org
    
    For answers to common questions about this code of conduct, see the FAQ at
    https://www.contributor-covenant.org/faq. Translations are available at
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Thu Oct 17 06:18:13 GMT 2024
    - 5K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/translation-banner.md

    /// details | 🌐 AI 與人類共同完成的翻譯
    
    此翻譯由人類指導的 AI 完成。🤝
    
    可能會有對原意的誤解,或讀起來不自然等問題。🤖
    
    你可以透過[協助我們更好地引導 AI LLM](https://fastapi.tiangolo.com/zh-hant/contributing/#translations)來改進此翻譯。
    
    [英文版](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:15:26 GMT 2026
    - 349 bytes
    - Click Count (0)
Back to Top