Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Ugly (0.16 sec)

  1. okhttp/src/test/java/okhttp3/HttpUrlJvmTest.kt

    import okhttp3.testing.PlatformRule
    import org.junit.jupiter.api.Test
    
    @Suppress("HttpUrlsUsage") // Don't warn if we should be using https://.
    open class HttpUrlJvmTest {
      val platform = PlatformRule()
    
      /** This one's ugly: the HttpUrl's host is non-empty, but the URI's host is null. */
      @Test
      fun hostContainsOnlyStrippedCharacters() {
        val url = "http://>/".toHttpUrl()
        assertThat(url.host).isEqualTo(">")
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 11.9K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    quite absurd for her to carry it further.
    
      So she set the little creature down, and felt quite relieved to
    see it trot away quietly into the wood.  `If it had grown up,'
    she said to herself, `it would have made a dreadfully ugly child:
    but it makes rather a handsome pig, I think.'  And she began
    thinking over other children she knew, who might do very well as
    pigs, and was just saying to herself, `if one only knew the right
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-30810`](https://youtrack.jetbrains.com/issue/KT-30810) values and valueOf are miscompiled for external enum classes
    - [`KT-57024`](https://youtrack.jetbrains.com/issue/KT-57024) Ugly TypeScript definitions for declarations with both `@JsExport` and `@Serializable`
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    quite absurd for her to carry it further.
    
      So she set the little creature down, and felt quite relieved to
    see it trot away quietly into the wood.  `If it had grown up,'
    she said to herself, `it would have made a dreadfully ugly child:
    but it makes rather a handsome pig, I think.'  And she began
    thinking over other children she knew, who might do very well as
    pigs, and was just saying to herself, `if one only knew the right
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top