Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 344 (0.85 sec)

  1. src/test/java/jcifs/internal/smb1/trans/nt/NtTransNotifyChangeResponseTest.java

            int entry1Size = 12 + fileNameBytes1.length;
            int entry1AlignedSize = ((entry1Size + 3) / 4) * 4; // Align to 4 bytes
    
            int entry2Size = 12 + fileNameBytes2.length;
            int entry2AlignedSize = ((entry2Size + 3) / 4) * 4; // Align to 4 bytes
    
            // First notification
            buffer.putInt(entry1AlignedSize); // nextEntryOffset
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.7K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

        * New supported version range is `"pydantic >=0.28,<=0.29.0"`.
        * This adds support for Pydantic [Generic Models](https://docs.pydantic.dev/latest/#generic-models), kudos to [@dmontagu](https://github.com/dmontagu).
        * PR [#344](https://github.com/tiangolo/fastapi/pull/344).
    
    ## 0.30.1
    
    * Add section in docs about [External Links and Articles](https://fastapi.tiangolo.com/external-links/). PR [#341](https://github.com/tiangolo/fastapi/pull/341).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top