Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0x03 (0.13 sec)

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

     *
     * @see       java.io.File
     */
    
    public class SmbFile extends URLConnection implements SmbConstants {
    
        static final int O_RDONLY = 0x01;
        static final int O_WRONLY = 0x02;
        static final int O_RDWR   = 0x03;
        static final int O_APPEND = 0x04;
    
        // Open Function Encoding
        // create if the file does not exist
        static final int O_CREAT  = 0x0010;
        // fail if the file exists
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. internal/s3select/csv/testdata/testdata.zip

    40.746639251708984 -73.870285034179687 40.736919403076172 1 1.92 9.5 0 0.5 0 0 10 2 1 83 82 green 0.00 0.0 0.0 43 28 6.93 1294 265 4 Queens 026500 4026500 E QN50 Elmhurst-Maspeth 4109 659 457 4 Queens 045700 4045700 E QN29 Elmhurst 4107 3389456 2 2014-03-01 03:27:13 2014-03-01 03:37:00 N 1 -73.891525268554688 40.746604919433594 -73.867317199707031 40.761276245117188 1 3.04 11.5 0.5 0.5 2 0 14.5 1 1 83 70 green 0.00 5.9 0.0 37 20 4.47 1294 265 4 Queens 026500 4026500 E QN50 Elmhurst-Maspeth 4109 637 365 4 Queens 036500...
    ZIP Archive
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

        assertFailsWith<IllegalArgumentException> {
          Request.Builder().addHeader("a\tb", "c")
        }.also { expected ->
          assertThat(expected.message).isEqualTo("Unexpected char 0x09 at 1 in header name: a\tb")
        }
      }
    
      @Test
      fun responseHeaderNameWithSpacePermitted() {
        server.enqueue(
          MockResponse.Builder()
            .clearHeaders()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
Back to top