Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0x0001 (0.07 sec)

  1. src/main/java/jcifs/smb/SmbFile.java

                        O_RDONLY,
                        FILE_WRITE_ATTRIBUTES,
                        FILE_SHARE_READ | FILE_SHARE_WRITE,
                        dir,
                        dir != 0 ? 0x0001 : 0x0040) ) {
                        th.send(
                            new Trans2SetFileInformation(th.getConfig(), f.getFid(), attrs | dir, ctime, mtime, atime),
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        val url =
          HttpUrl.Builder()
            .scheme("http")
            .username("a:\u0001@/\\?#%b")
            .password("c:\u0001@/\\?#%d")
            .host("ef")
            .port(8080)
            .addPathSegment("g:\u0001@/\\?#%h")
            .query("i:\u0001@/\\?#%j")
            .fragment("k:\u0001@/\\?#%l")
            .build()
        assertThat(url.toString())
          .isEqualTo(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        // verify the peer's settings were read and applied.
        assertThat(connection.peerSettings.getEnablePush(true)).isFalse()
      }
    
      @Test fun peerIncreasesMaxFrameSize() {
        val newMaxFrameSize = 0x4001
        val settings = Settings()
        settings[Settings.MAX_FRAME_SIZE] = newMaxFrameSize
        val connection = connectWithSettings(true, settings)
    
        // verify the peer's settings were read and applied.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 75.4K bytes
    - Viewed (0)
Back to top