- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for 7763 (0.01 sec)
-
guava/src/com/google/common/net/MediaType.java
public static final MediaType I_CALENDAR_UTF_8 = createConstantUtf8(TEXT_TYPE, "calendar"); /** * As described in <a href="https://www.rfc-editor.org/rfc/rfc7763.html">RFC 7763</a>, this * constant ({@code text/markdown}) is used for Markdown documents. * * @since 33.3.0 */ public static final MediaType MD_UTF_8 = createConstantUtf8(TEXT_TYPE, "markdown");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
public static final MediaType I_CALENDAR_UTF_8 = createConstantUtf8(TEXT_TYPE, "calendar"); /** * As described in <a href="https://www.rfc-editor.org/rfc/rfc7763.html">RFC 7763</a>, this * constant ({@code text/markdown}) is used for Markdown documents. * * @since 33.3.0 */ public static final MediaType MD_UTF_8 = createConstantUtf8(TEXT_TYPE, "markdown");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/ws/WebSocketHttpTest.kt
.build() val webSocket = client.newWebSocket(request, clientListener) webSocket.send("hello") webSocket.close(1000, null) } /** https://github.com/square/okhttp/issues/7768 */ @Test @Throws(InterruptedException::class) fun reconnectingToNonWebSocket() { for (i in 0..29) { webServer.enqueue( MockResponse .Builder()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 35.5K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
* VarHandle in guava-android, even if they're unused under Android, we cause errors under * AGP: https://github.com/google/guava/issues/7769. * * My impression is that an AtomicReferenceFieldUpdater in a static field is similarly fast to * Unsafe on modern JVMs (if perhaps not quite as fast as VarHandle?). However, I'm not sure
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java
X747, X748, X749, X750, X751, X752, X753, X754, X755, X756, X757, X758, X759, X760, X761, X762, X763, X764, X765, X766, X767, X768, X769, X770, X771, X772, X773, X774, X775, X776, X777, X778, X779,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 29.4K bytes - Viewed (0)