Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for harridge (0.19 sec)

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

    // Submitted by Robin H. Johnson <******@****.***>
    *.digitaloceanspaces.com
    
    // dnstrace.pro : https://dnstrace.pro/
    // Submitted by Chris Partridge <chris@partridge.tech>
    bci.dnstrace.pro
    
    // Dynu.com : https://www.dynu.com/
    // Submitted by Sue Ye <******@****.***>
    ddnsfree.com
    ddnsgeek.com
    giize.com
    gleeze.com
    kozow.com
    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/src/main/kotlin/okhttp3/internal/url/-Url.kt

        }
        i += Character.charCount(codePoint)
      }
    }
    
    /**
     * Returns a substring of `input` on the range `[pos..limit)` with the following
     * transformations:
     *
     *  * Tabs, newlines, form feeds and carriage returns are skipped.
     *
     *  * In queries, ' ' is encoded to '+' and '+' is encoded to "%2B".
     *
     *  * Characters in `encodeSet` are percent-encoded.
     *
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Tue Jan 09 12:33:05 GMT 2024
    - 7.3K bytes
    - Viewed (0)
Back to top