Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for telescopic (0.09 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"teddy_bear":                           "\U0001f9f8",
    	"telephone":                            "\u260e\ufe0f",
    	"telephone_receiver":                   "\U0001f4de",
    	"telescope":                            "\U0001f52d",
    	"tennis":                               "\U0001f3be",
    	"tent":                                 "\u26fa",
    	"test_tube":                            "\U0001f9ea",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/HttpUrl.kt

     * developers are saved from the hassles of encoding and decoding.
     *
     * ### Plus a modern API
     *
     * The URL (JDK1.0) and URI (Java 1.4) classes predate builders and instead use telescoping
     * constructors. For example, there's no API to compose a URI with a custom port without also
     * providing a query and fragment.
     *
     * Instances of [HttpUrl] are well-formed and always have a scheme, host, and path. With
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Jan 09 12:33:05 UTC 2024
    - 63.5K bytes
    - Viewed (0)
Back to top