Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 168 for transactions (0.2 seconds)

  1. architecture/README.md

    Gradle tracks the state of each piece and transitions each piece through its lifecycle as the build runs.
    
    A central part of the Gradle architecture is the "build state model", which holds the state for each piece and coordinates state transitions and other mutations. 
    Most source code in Gradle is arranged by which part(s) of the build state model it acts on.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jun 12 09:50:57 GMT 2025
    - 3.6K bytes
    - Click Count (0)
  2. LICENSE

    for enforcing compliance by third parties with this License.
    
      An "entity transaction" is a transaction transferring control of an
    organization, or substantially all assets of one, or subdividing an
    organization, or merging organizations.  If propagation of a covered
    work results from an entity transaction, each party to that
    transaction who receives a copy of the work also receives whatever
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Apr 23 18:58:53 GMT 2021
    - 33.7K bytes
    - Click Count (0)
  3. 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: Mon Dec 29 18:54:20 GMT 2025
    - 9.8K bytes
    - Click Count (0)
  4. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

                assertEquals(0x0B, request.getCommand());
            }
        }
    
        @Test
        @DisplayName("Test maxOutputResponse calculation with transaction buffer size")
        void testMaxOutputResponseCalculation() {
            // Test that maxOutputResponse is properly calculated from transaction buffer size
            when(mockConfig.getTransactionBufferSize()).thenReturn(8192);
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 14.3K bytes
    - Click Count (0)
  5. src/main/java/jcifs/internal/smb1/trans/TransWaitNamedPipeResponse.java

     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     */
    
    package jcifs.internal.smb1.trans;
    
    import jcifs.Configuration;
    
    /**
     * Response for SMB1 TRANS_WAIT_NAMED_PIPE transaction.
     *
     * This response is received after waiting for a named pipe to become available
     * for connection when the pipe server was busy.
     */
    public class TransWaitNamedPipeResponse extends SmbComTransactionResponse {
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 2.3K bytes
    - Click Count (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to Top