Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for 99 (0.14 sec)

  1. doc/README.md

    API, and should be named after the issue number of the API proposal.
    For example, if the directory `6-stdlib/99-minor` is present,
    then an `api/next` file with the line
    
        pkg net/http, function F #12345
    
    should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`.
    At a minimum, that file should contain either a full sentence or a TODO,
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/HeadersTest.kt

          Headers.Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
            .build()
        assertThat(headers.toString()).isEqualTo(
          """
          |content-length: 99
          |authorization: ██
          |proxy-authorization: ██
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 8.6K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/RequestCommonTest.kt

        assertThat(requestC.tag(String::class)).isSameAs("c")
      }
    
      @Test
      fun requestToStringRedactsSensitiveHeaders() {
        val headers =
          Headers.Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 10.7K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/RequestTest.kt

        assertThat(requestC.tag(String::class.java)).isSameAs("c")
      }
    
      @Test
      fun requestToStringRedactsSensitiveHeaders() {
        val headers =
          Headers.Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/internal/http2/Http2Test.kt

    class Http2Test {
      val frame = Buffer()
      val reader = Http2Reader(frame, false)
      val expectedStreamId = 15
    
      @Test fun unknownFrameTypeSkipped() {
        writeMedium(frame, 4) // has a 4-byte field
        frame.writeByte(99) // type 99
        frame.writeByte(FLAG_NONE)
        frame.writeInt(expectedStreamId)
        frame.writeInt(111111111) // custom data
        reader.nextFrame(requireSettings = false, BaseTestHandler()) // Should not callback.
      }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 28.1K bytes
    - Viewed (0)
  6. docs/bigdata/README.md

    mapred.maxthreads.partition.closer=0 # Asynchronous map flushers
    mapreduce.fileoutputcommitter.algorithm.version=2 # Use the latest committer version
    mapreduce.job.reduce.slowstart.completedmaps=0.99 # 99% map, then reduce
    mapreduce.reduce.shuffle.input.buffer.percent=0.9 # Min % buffer in RAM
    mapreduce.reduce.shuffle.merge.percent=0.9 # Minimum % merges in RAM
    mapreduce.reduce.speculative=false # Disable speculation for reducing
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
  7. api/go1.3.txt

    pkg syscall (openbsd-386), const SYS_FSTATFS = 64
    pkg syscall (openbsd-386), const SYS_FUTIMENS = 85
    pkg syscall (openbsd-386), const SYS_FUTIMES = 77
    pkg syscall (openbsd-386), const SYS_GETDENTS = 99
    pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62
    pkg syscall (openbsd-386), const SYS_GETITIMER = 70
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  8. api/go1.11.txt

    pkg debug/elf, const EM_SE_C33 Machine
    pkg debug/elf, const EM_SHARC = 133
    pkg debug/elf, const EM_SHARC Machine
    pkg debug/elf, const EM_SLE9X = 179
    pkg debug/elf, const EM_SLE9X Machine
    pkg debug/elf, const EM_SNP1K = 99
    pkg debug/elf, const EM_SNP1K Machine
    pkg debug/elf, const EM_ST19 = 74
    pkg debug/elf, const EM_ST19 Machine
    pkg debug/elf, const EM_ST200 = 100
    pkg debug/elf, const EM_ST200 Machine
    pkg debug/elf, const EM_ST7 = 68
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  9. api/go1.14.txt

    pkg debug/dwarf, const AttrEndianity = 101
    pkg debug/dwarf, const AttrEndianity Attr
    pkg debug/dwarf, const AttrEnumClass = 109
    pkg debug/dwarf, const AttrEnumClass Attr
    pkg debug/dwarf, const AttrExplicit = 99
    pkg debug/dwarf, const AttrExplicit Attr
    pkg debug/dwarf, const AttrExportSymbols = 137
    pkg debug/dwarf, const AttrExportSymbols Attr
    pkg debug/dwarf, const AttrLinkageName = 110
    pkg debug/dwarf, const AttrLinkageName Attr
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.5.txt

    pkg debug/elf, const R_PPC64_TPREL16_HIGHER R_PPC64
    pkg debug/elf, const R_PPC64_TPREL16_HIGHERA = 98
    pkg debug/elf, const R_PPC64_TPREL16_HIGHERA R_PPC64
    pkg debug/elf, const R_PPC64_TPREL16_HIGHEST = 99
    pkg debug/elf, const R_PPC64_TPREL16_HIGHEST R_PPC64
    pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA = 100
    pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA R_PPC64
    pkg debug/elf, const R_PPC64_TPREL16_LO = 70
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
Back to top