Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 272 (0.02 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            request.setInputData(mockInputData);
            request.setOutputData(mockOutputData);
    
            int size = request.size();
    
            // Base size 120 + 100 + 50 = 270, aligned to 8 = 272
            assertEquals(272, size);
            verify(mockInputData).size();
            verify(mockOutputData).size();
        }
    
        @Test
        @DisplayName("Test writeBytesWireFormat without data")
        void testWriteBytesWireFormatWithoutData() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Fix support for *paths* in *path parameters* without needing explicit `Path(...)`.
        * PR [#256](https://github.com/tiangolo/fastapi/pull/256).
        * Documented in PR [#272](https://github.com/tiangolo/fastapi/pull/272) by [@wshayes](https://github.com/wshayes).
        * New documentation at: [Path Parameters containing paths](https://fastapi.tiangolo.com/tutorial/path-params/#path-parameters-containing-paths).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Updates `zlib` to `1.2.12` after `1.2.11` was pulled due to [security issue](https://www.openwall.com/lists/oss-security/2022/03/28/1)
    # Release 2.7.2
    
    This releases introduces several vulnerability fixes:
    
    *   Fixes a code injection in `saved_model_cli` ([CVE-2022-29216](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29216))
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top