- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 727 for html_2 (0.04 sec)
-
docs/en/overrides/main.html
{% extends "base.html" %} {% block announce %} <div class="announce-wrapper"> <div id="announce-left"> <div class="item"> <a class="announce-link" href="https://fastapicloud.com" target="_blank"> <span class="twemoji"> {% include ".icons/material/cloud-arrow-up.svg" %} </span> Join the <strong>FastAPI Cloud</strong> waiting list ๐ </a> </div> <div class="item">Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 20:06:57 UTC 2025 - 5.5K bytes - Viewed (0) -
doc/asm.html
The document is not comprehensive. </p> <p> The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail <a href="https://9p.io/sys/doc/asm.html">elsewhere</a>. If you plan to write assembly language, you should read that document although much of it is Plan 9-specific. The current document provides a summary of the syntax and the differences with
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Nov 14 19:09:46 UTC 2025 - 36.5K bytes - Viewed (0) -
doc/go_spec.html
Robert Griesemer <******@****.***> 1764714733 -0800
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1) -
doc/go_mem.html
Derek Parker <******@****.***> 1754332385 -0700
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Aug 05 15:41:37 UTC 2025 - 26.6K bytes - Viewed (0) -
docs/ko/docs/advanced/templates.md
{!../../docs_src/templates/templates/item.html!} ``` ### ํ ํ๋ฆฟ ์ปจํ ์คํธ ๊ฐ ๋ค์๊ณผ ๊ฐ์ HTML์์: {% raw %} ```jinja Item ID: {{ id }} ``` {% endraw %} ...์ด๋ ์ ๋ฌํ "์ปจํ ์คํธ" `dict`์์ ๊ฐ์ ธ์จ `id`๋ฅผ ํ์ํฉ๋๋ค: ```Python {"id": id} ``` ์๋ฅผ ๋ค์ด, ID๊ฐ `42`์ผ ๊ฒฝ์ฐ, ์ด๋ ๋ค์๊ณผ ๊ฐ์ด ๋ ๋๋ง๋ฉ๋๋ค: ```html Item ID: 42 ``` ### ํ ํ๋ฆฟ `url_for` ์ธ์ ํ ํ๋ฆฟ ๋ด์์ `url_for()`๋ฅผ ์ฌ์ฉํ ์๋ ์์ผ๋ฉฐ, ์ด๋ *๊ฒฝ๋ก ์์ ํจ์*์์ ์ฌ์ฉ๋ ์ธ์์ ๋์ผํ ์ธ์๋ฅผ ๋ฐ์ต๋๋ค.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 3.7K bytes - Viewed (0) -
mockwebserver/src/test/java/mockwebserver3/internal/http2/Http2Server.kt
} } } private fun contentType(file: File): String = when { file.name.endsWith(".css") -> "text/css" file.name.endsWith(".gif") -> "image/gif" file.name.endsWith(".html") -> "text/html" file.name.endsWith(".jpeg") -> "image/jpeg" file.name.endsWith(".jpg") -> "image/jpeg" file.name.endsWith(".js") -> "application/javascript" file.name.endsWith(".png") -> "image/png"Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 6.4K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/SocketChannelTest.kt
sslSocketFactory( sslSocketFactory, handshakeCertificates.trustManager, ) when (socketMode.protocol) { HTTP_2 -> protocols(listOf(HTTP_2, HTTP_1_1)) HTTP_1_1 -> protocols(listOf(HTTP_1_1)) else -> TODO() } val serverSslSocketFactory =Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 7.9K bytes - Viewed (0) -
scripts/test-cov-html.sh
Sebastiรกn Ramรญrez <******@****.***> 1759914201 +0900
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Oct 08 09:03:21 UTC 2025 - 87 bytes - Viewed (0) -
android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt
} }, ), ).build() val response = client.newCall(request).execute() response.use { assertEquals(Protocol.HTTP_2, response.protocol) assertEquals(200, response.code) // see https://github.com/google/conscrypt/blob/b9463b2f74df42d85c73715a5f19e005dfb7b802/android/src/main/java/org/conscrypt/Platform.java#L613 when {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 29.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
task.setDescription("Generates HTML single-page user manual."); configureForUserGuideSinglePage(task, extension, project); task.outputOptions(options -> options.setBackends(singletonList("html5"))); // TODO: This breaks the provider task.setOutputDir(extension.getUserManual().getStagingRoot().dir("render-single-html").get().getAsFile()); });
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 04 14:26:28 UTC 2025 - 19.3K bytes - Viewed (0)