Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Zzzz (0.12 sec)

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

    	"zombie":                               "\U0001f9df",
    	"zombie_man":                           "\U0001f9df\u200d\u2642\ufe0f",
    	"zombie_woman":                         "\U0001f9df\u200d\u2640\ufe0f",
    	"zzz":                                  "\U0001f4a4",
    }
    
    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/test/java/okhttp3/CacheTest.kt

        return formatDate(Date(System.currentTimeMillis() + timeUnit.toMillis(delta)))
      }
    
      private fun formatDate(date: Date): String {
        val rfc1123: DateFormat = SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US)
        rfc1123.timeZone = TimeZone.getTimeZone("GMT")
        return rfc1123.format(date)
      }
    
      private fun assertNotCached(response: MockResponse) {
        server.enqueue(
          response.newBuilder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
Back to top