Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Abel (0.15 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Dansk.net : http://www.dansk.net/
    // Submitted by Anani Voule <******@****.***>
    biz.dk
    co.dk
    firm.dk
    reg.dk
    store.dk
    
    // dappnode.io : https://dappnode.io/
    // Submitted by Abel Boldu / DAppNode Team <******@****.***>
    dyndns.dappnode.io
    
    // dapps.earth : https://dapps.earth/
    // Submitted by Daniil Burdakov <******@****.***>
    *.dapps.earth
    *.bzz.dapps.earth
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/GenerateIdnaMappingTableCode.kt

              data.mappings.escapeDataString(),
            )
            .build(),
        )
        .build()
    }
    
    /**
     * KotlinPoet doesn't really know what to do with a string containing NUL, BEL, DEL, etc. We also
     * don't want to perform `trimMargin()` at runtime.
     */
    fun String.escapeDataString(): String {
      return buildString {
        for (codePoint in ******@****.***ints()) {
          when (codePoint) {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  3. RELEASE.md

    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top