Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for 125 (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    - github.com/google/cel-go: [v0.12.5 → v0.12.6](https://github.com/google/cel-go/compare/v0.12.5...v0.12.6)
    - k8s.io/system-validators: v1.7.0 → v1.8.0
    - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.0.33 → v0.0.35
    
    ### Removed
    _Nothing has changed._
    
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. CHANGELOG/README.md

    - [CHANGELOG-1.29.md](./CHANGELOG-1.29.md)
    - [CHANGELOG-1.28.md](./CHANGELOG-1.28.md)
    - [CHANGELOG-1.27.md](./CHANGELOG-1.27.md)
    - [CHANGELOG-1.26.md](./CHANGELOG-1.26.md)
    - [CHANGELOG-1.25.md](./CHANGELOG-1.25.md)
    - [CHANGELOG-1.24.md](./CHANGELOG-1.24.md)
    - [CHANGELOG-1.23.md](./CHANGELOG-1.23.md)
    - [CHANGELOG-1.22.md](./CHANGELOG-1.22.md)
    - [CHANGELOG-1.21.md](./CHANGELOG-1.21.md)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 04 21:31:06 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. VERSION

    1.25...
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 31 01:54:50 UTC 2024
    - 5 bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/ws/WebSocketWriterTest.kt

            "Payload size must be less than or equal to 125",
          )
        }
      }
    
      @Test fun pongTooLongThrows() {
        assertFailsWith<IllegalArgumentException> {
          serverWriter.writePong((binaryData(1000)))
        }.also { expected ->
          assertThat(expected.message).isEqualTo(
            "Payload size must be less than or equal to 125",
          )
        }
      }
    
      @Test fun closeTooLongThrows() {
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  5. CHANGELOG/OWNERS

      # make root approval non-recursive
      no_parent_owners: true
    approvers:
      - release-engineering-approvers
      - release-managers
      - AuraSinis # 1.24 Release Notes Lead
      - cici37 # 1.23 Release Notes Lead
      - csantanapr # 1.25 Release Notes Lead
      - harshanarayana # 1.27 Release Notes Lead
      - ramrodo # 1.26 Release Notes Lead
      - sanchita-07 # 1.28 Release Notes Lead
      - fsmunoz # 1.29 Release Notes Lead
      - rashansmith # 1.30 Release Notes Lead
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 24 16:11:28 UTC 2024
    - 801 bytes
    - Viewed (0)
  6. MIGRATION.md

    ```
    
    An example of Fess Site Search in use is below:
    
    ![Fess Site Search](https://fess.codelibs.org/_images/fess-ss-1.png "Fess Site Search")
    
    
    ### More Reading
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 05 06:12:02 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappedRange.kt

          get() {
            val b2bit8 = mappedTo[0] and 0x80 != 0
            val b3bit8 = mappedTo[1] and 0x80 != 0
            return when {
              b2bit8 && b3bit8 -> 127
              b3bit8 -> 126
              b2bit8 -> 125
              else -> 124
            }
          }
    
        val b2: Int
          get() = mappedTo[0] and 0x7f
    
        val b3: Int
          get() = mappedTo[1] and 0x7f
      }
    
      data class InlineDelta(
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. okhttp/src/main/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt

     *    119 : Ignored.
     *    120 : Valid.
     *    121 : Disallowed
     *    122 : Mapped inline to the sequence: [b2].
     *    123 : Mapped inline to the sequence: [b2a].
     *    124 : Mapped inline to the sequence: [b2, b3].
     *    125 : Mapped inline to the sequence: [b2a, b3].
     *    126 : Mapped inline to the sequence: [b2, b3a].
     *    127 : Mapped inline to the sequence: [b2a, b3a].
     *
     * The range goes until the beginning of the next range.
     *
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Apr 02 11:39:58 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/internal/http/ThreadInterruptTest.kt

        val responseBodySize = 8 * 1024 * 1024 // 8 MiB.
        server.enqueue(
          MockResponse()
            .setBody(Buffer().write(ByteArray(responseBodySize)))
            .throttleBody((64 * 1024).toLong(), 125, TimeUnit.MILLISECONDS),
        ) // 500 Kbps
        server.start()
        val call =
          client.newCall(
            Request.Builder()
              .url(server.url("/"))
              .build(),
          )
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. fuzzing/fuzzingserver-expected.txt

    "1.1.1 OK"
    "1.1.2 OK"
    "1.1.3 OK"
    "1.1.4 OK"
    "1.1.5 OK"
    "1.1.6 OK"
    "1.1.7 OK"
    "1.1.8 OK"
    "1.2.1 OK"
    "1.2.2 OK"
    "1.2.3 OK"
    "1.2.4 OK"
    "1.2.5 OK"
    "1.2.6 OK"
    "1.2.7 OK"
    "1.2.8 OK"
    "10.1.1 OK"
    "12.1.1 UNIMPLEMENTED"
    "12.1.10 UNIMPLEMENTED"
    "12.1.11 UNIMPLEMENTED"
    "12.1.12 UNIMPLEMENTED"
    "12.1.13 UNIMPLEMENTED"
    "12.1.14 UNIMPLEMENTED"
    "12.1.15 UNIMPLEMENTED"
    "12.1.16 UNIMPLEMENTED"
    "12.1.17 UNIMPLEMENTED"
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
Back to top