Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 51 - 60 of 139 for transactions (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. docs/en/docs/translation-banner.md

    It could have mistakes of misunderstanding the original meaning, or looking unnatural, etc. 🤖
    
    You can improve this translation by [helping us guide the AI LLM better](https://fastapi.tiangolo.com/contributing/#translations).
    
    [English version](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 13:26:02 GMT 2026
    - 379 bytes
    - Click Count (0)
  2. docs/fr/docs/translation-banner.md

    Elle peut contenir des erreurs d'interprétation du sens original, ou paraître peu naturelle, etc. 🤖
    
    Vous pouvez améliorer cette traduction en [nous aidant à mieux guider le LLM d'IA](https://fastapi.tiangolo.com/fr/contributing/#translations).
    
    [Version anglaise](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 425 bytes
    - Click Count (0)
  3. docs/pt/docs/translation-banner.md

    Ela pode conter erros de interpretação do significado original ou soar pouco natural, etc. 🤖
    
    Você pode melhorar esta tradução [ajudando-nos a orientar melhor o LLM de IA](https://fastapi.tiangolo.com/pt/contributing/#translations).
    
    [Versão em inglês](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:48:53 GMT 2026
    - 399 bytes
    - Click Count (0)
  4. docs/zh/docs/translation-banner.md

    /// details | 🌐 由 AI 与人类协作翻译
    
    本翻译由人类引导的 AI 生成。🤝
    
    可能存在误解原意或不够自然等问题。🤖
    
    你可以通过[帮助我们更好地引导 AI LLM](https://fastapi.tiangolo.com/zh/contributing/#translations)来改进此翻译。
    
    [英文版本](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:37:57 GMT 2026
    - 327 bytes
    - Click Count (0)
  5. docs/uk/llm-prompt.md

    ### Ellipsis
    
    - Keep ellipsis style consistent with existing Ukrainian docs.
    - Never change `...` in code, URLs, or CLI examples.
    
    ### Preferred translations / glossary
    
    Use the following preferred translations when they apply in documentation prose:
    
    - request (HTTP): запит
    - response (HTTP): відповідь
    - path operation: операція шляху
    - path operation function: функція операції шляху
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 16:47:51 GMT 2026
    - 4K bytes
    - Click Count (0)
  6. src/main/java/jcifs/internal/smb1/net/NetShareEnum.java

    import jcifs.internal.smb1.trans.SmbComTransaction;
    import jcifs.internal.util.SMBUtil;
    
    /**
     * SMB1 NetShareEnum request message for enumerating network shares on a server.
     * This class implements the SMB1 transaction to retrieve a list of available shares
     * from the target server, including share names, types, and descriptions.
     */
    public class NetShareEnum extends SmbComTransaction {
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 3.3K bytes
    - Click Count (0)
  7. .github/workflows/translate.yml

            with:
              cache-dependency-glob: |
                pyproject.toml
                uv.lock
          - name: Install Dependencies
            run: uv sync --locked --no-dev --group github-actions --group translations
          - name: Export Language Codes
            id: show-langs
            run: |
              echo "langs=$(uv run ./scripts/translate.py llm-translatable-json)" >> $GITHUB_OUTPUT
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Mar 18 15:36:56 GMT 2026
    - 4K bytes
    - Click Count (0)
  8. src/main/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformation.java

    import jcifs.internal.util.SMBUtil;
    import jcifs.util.Hexdump;
    
    /**
     * Trans2 QueryFSInformation request message for querying file system information.
     * This class implements the TRANS2_QUERY_FS_INFORMATION transaction to retrieve
     * various file system attributes such as volume information, size, and capabilities.
     */
    public class Trans2QueryFSInformation extends SmbComTransaction {
    
        private final int informationLevel;
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 3.9K bytes
    - Click Count (0)
  9. src/test/java/jcifs/SmbConnectionTest.java

            assertFalse(config.isUseBatching(), "Batching should be disabled");
    
            // Even with batching disabled, getBatchLimit should return a value
            int limit = config.getBatchLimit("TreeConnectAndX.Transaction");
            assertTrue(limit >= 0, "Batch limit should still return a value even when batching is disabled");
        }
    
        /**
         * Test configuration when Unicode is disabled
         */
        @Test
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 4.1K bytes
    - Click Count (0)
  10. docs/de/docs/translation-banner.md

    Sie können diese Übersetzung verbessern, indem Sie [uns helfen, die KI-LLM besser anzuleiten](https://fastapi.tiangolo.com/de/contributing/#translations).
    
    [Englische Version](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 07:57:30 GMT 2026
    - 458 bytes
    - Click Count (0)
Back to Top