- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 0x3081 (0.22 sec)
-
cmd/bucket-stats_gen.go
return } // write "Latency" err = en.Append(0xa7, 0x4c, 0x61, 0x74, 0x65, 0x6e, 0x63, 0x79) if err != nil { return } // map header, size 1 // write "UploadHistogram" err = en.Append(0x81, 0xaf, 0x55, 0x70, 0x6c, 0x6f, 0x61, 0x64, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x67, 0x72, 0x61, 0x6d) if err != nil { return } err = z.Latency.UploadHistogram.EncodeMsg(en) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Feb 06 06:00:45 UTC 2024 - 57.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
* * @see java.io.File */ public class SmbFile extends URLConnection implements SmbResource, SmbConstants { protected static final int ATTR_GET_MASK = 0x7FFF; protected static final int ATTR_SET_MASK = 0x30A7; protected static final int DEFAULT_ATTR_EXPIRATION_PERIOD = 5000; protected static final int HASH_DOT = ".".hashCode(); protected static final int HASH_DOT_DOT = "..".hashCode();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
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)