Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for controlling (0.04 sec)

  1. src/main/java/jcifs/internal/fscc/FileEndOfFileInformation.java

    import jcifs.internal.util.SMBUtil;
    
    /**
     * File System Control Code (FSCC) structure for File End-of-File Information.
     * Used in SMB2/SMB3 operations to set or query the end-of-file position for a file,
     * effectively controlling file size truncation or extension.
     *
     * @author mbechler
     */
    public class FileEndOfFileInformation implements FileInformation, Encodable {
    
        private long endOfFile;
    
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. src/test/java/jcifs/tests/persistent/HandleReconnectorTest.java

                testReconnector.testCreateReconnectionRequest(testHandle);
            });
        }
    
        /**
         * Test implementation of HandleReconnector that allows controlling success/failure
         */
        private static class TestHandleReconnector extends HandleReconnector {
            private final boolean shouldSucceed;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 21 04:51:33 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.31.md

    - StatefulSet autodelete respected controlling owners on PVC claims as described in https://github.com/kubernetes/enhancements/pull/4375. ([#122499](https://github.com/kubernetes/kubernetes/pull/122499), [@mattcary](https://github.com/mattcary)) [SIG Apps and Testing]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top