- Sort Score
- Result 10 results
- Languages All
Results 971 - 980 of 7,306 for https (0.02 sec)
-
apache-maven/src/site/site.xml
specific language governing permissions and limitations under the License. --> <site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"> <edit>${project.scm.url}</edit> <body> <menu name="Overview">
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 1.1K bytes - Viewed (0) -
docs/em/docs/python-types.md
//// /// info ๐ก ๐ ๐ <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic, โ ๐ฎ ๐ฉบ</a>. /// **FastAPI** ๐ โ๏ธ ๐ Pydantic. ๐ ๐ ๐ ๐ ๐ ๐ ๐ ๐ก [๐ฐ - ๐ฉโ๐ป ๐ฆฎ](tutorial/index.md){.internal-link target=_blank}. /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
ci/devinfra/README.md
> directory are stable and appropriate documentation around its usage is in > place. Maintainer: TensorFlow DevInfra Issue Reporting: File an issue against this repo and tag [@devinfra](https://github.com/orgs/tensorflow/teams/devinfra) ******************************************************************************** A directory for build and CI related scripts and jobs managed by the TensorFlow
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Jun 06 21:00:01 UTC 2023 - 732 bytes - Viewed (0) -
cmd/batch-replicate.go
// - key: "content-type" // value: "image/*" // notify: // endpoint: "https://splunk-hec.dev.com" // token: "Splunk ..." # e.g. "Bearer token" // // # target where the objects must be replicated // target: // type: "minio" // bucket: "testbucket1" // endpoint: "https://play.min.io" // path: "on" // credentials: // accessKey: "minioadmin"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 01 12:53:30 UTC 2024 - 6.3K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/PostFile.kt
import okhttp3.RequestBody.Companion.asRequestBody class PostFile { private val client = OkHttpClient() fun run() { val file = File("README.md") val request = Request( url = "https://api.github.com/markdown/raw".toHttpUrl(), body = file.asRequestBody(MEDIA_TYPE_MARKDOWN), ) client.newCall(request).execute().use { response ->
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.4K bytes - Viewed (0) -
compat/maven-compat/src/site/apt/index.apt
Maven Compat Maven2 classes maintained as compatibility layer for plugins that need to keep Maven2 compatibility. Plugins should avoid these classes and be updated to use only Maven3 dependencies (and require Maven3): see {{{https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies} Plugin migration to Maven3 dependencies}}
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.3K bytes - Viewed (0) -
docs/ko/docs/deployment/server-workers.md
์ ๋จ๊ณ์์์ ๋ฐฐํฌ ๊ฐ๋ ๋ค์ ๋ค์ ํ์ธํด๋ณด๊ฒ ์ต๋๋ค: * ๋ณด์ - HTTPS * ์๋ฒ ์์๊ณผ ๋์์ ์คํํ๊ธฐ * ์ฌ์์ * **๋ณต์ ๋ณธ (์คํ ์ค์ธ ํ๋ก์ธ์ค์ ์ซ์)** * ๋ฉ๋ชจ๋ฆฌ * ์์ํ๊ธฐ ์ ์ ์ฌ๋ฌ ๋จ๊ณ๋ค ์ง๊ธ๊น์ง ๋ฌธ์์ ๋ชจ๋ ํํ ๋ฆฌ์ผ์ ์ฐธ๊ณ ํ์ฌ **๋จ์ผ ํ๋ก์ธ์ค**๋ก Uvicorn๊ณผ ๊ฐ์ **์๋ฒ ํ๋ก๊ทธ๋จ**์ ์คํํ์ ๊ฒ์ ๋๋ค. ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ฐฐํฌํ ๋ **๋ค์ค ์ฝ์ด**๋ฅผ ํ์ฉํ๊ณ ๋ ๋ง์ ์์ฒญ์ ์ฒ๋ฆฌํ ์ ์๋๋ก **ํ๋ก์ธ์ค ๋ณต์ ๋ณธ**์ด ํ์ํฉ๋๋ค. ์ ๊ณผ์ ์ด์๋ [๋ฐฐํฌ ๊ฐ๋ ๋ค](concepts.md){.internal-link target=_blank}์์ ๋ณธ ๊ฒ์ฒ๋ผ ์ฌ๋ฌ๊ฐ์ง ๋ฐฉ๋ฒ์ด ์กด์ฌํฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.2K bytes - Viewed (0) -
docs/em/docs/advanced/testing-websockets.md
# ๐ฌ *๏ธโฃ ๐ ๐ช โ๏ธ ๐ `TestClient` ๐ฏ*๏ธโฃ. ๐, ๐ โ๏ธ `TestClient` `with` ๐, ๐*๏ธโฃ: {* ../../docs_src/app_testing/tutorial002.py hl[27:31] *} /// note ๐ โน, โ ๐ ๐งพ <a href="https://www.starlette.io/testclient/#testing-websocket-sessions" class="external-link" target="_blank">๐ฌ *๏ธโฃ </a>.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 352 bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/ListSubListTester.java
/* * The subList() docs claim that this should be an * IndexOutOfBoundsException, but many JDK implementations throw * IllegalArgumentException: * https://bugs.openjdk.org/browse/JDK-4506427 */ } } @SuppressWarnings("EmptyList") // ImmutableList doesn't support nullable element types public void testSubList_empty() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 13.5K bytes - Viewed (0) -
ci/official/utilities/code_check_full.bats
EOF cat $BATS_TEST_TMPDIR/out [[ ! -s $BATS_TEST_TMPDIR/out ]] } @test "All tensorflow.org/code links point to real files" { for i in $(grep -onI 'https://www.tensorflow.org/code/[a-zA-Z0-9/._-]\+' -r tensorflow); do target=$(echo $i | sed 's!.*https://www.tensorflow.org/code/!!g') if [[ ! -f $target ]] && [[ ! -d $target ]]; then echo "$i" >> errors.txt fi
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Aug 06 20:43:08 UTC 2025 - 13.4K bytes - Viewed (0)