- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 68 for 1035 (0.03 sec)
-
api/maven-api-plugin/src/main/mdo/plugin.mdo
<version>1.1.0+</version> <description> A version range which specifies the supported Java versions. A version range can either use the usual mathematical syntax "[2.0.10,2.1.0),[3.0,)" or use a single version "2.2.1". The latter is a short form for "[2.2.1,)", i.e. denotes the minimum version required. @since Maven 4.0.0-alpha-3 </description> <type>String</type>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Aug 16 14:16:22 UTC 2024 - 24.9K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.kt
// alternative subject starting with a japanese kanji character. This is // not supported by Android because the underlying implementation from // harmony follows the definition from rfc 1034 page 10 for alternative // subject names. This causes the code to drop all alternative subjects. assertThat(verifier.verify("bar.com", session)).isTrue() assertThat(verifier.verify("a.bar.com", session)).isFalse()
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 40.3K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https06.drawio
<mxPoint x="850" y="540.0000000000005" as="targetPoint"/> <Array as="points"> <mxPoint x="1030" y="540"/> </Array> </mxGeometry> </mxCell>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 17.1K bytes - Viewed (0) -
cmd/post-policy_test.go
secretKey string malformedBody bool ignoreContentLength bool }{ // Success case. { objectName: "test", data: bytes.Repeat([]byte("a"), 1025), expectedRespStatus: http.StatusNoContent, accessKey: credentials.AccessKey, secretKey: credentials.SecretKey, malformedBody: false, ignoreContentLength: false, },
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 22 23:07:14 UTC 2024 - 30.2K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https.drawio
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 25.7K bytes - Viewed (1) -
src/main/assemblies/extension/kibana/fess_log.ndjson
{"attributes":{"description":"","kibanaSavedObjectMeta":{"searchSourceJSON":"{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[],\"indexRefName\":\"kibanaSavedObjectMeta.searchSourceJSON.index\"}"},"titl...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Aug 12 01:26:21 UTC 2019 - 18.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/request-files.md
/// ## 다중 파일 업로드 여러 파일을 동시에 업로드 할 수 있습니다. 그들은 "폼 데이터"를 사용하여 전송된 동일한 "폼 필드"에 연결됩니다. 이 기능을 사용하기 위해 , `bytes` 의 `List` 또는 `UploadFile` 를 선언하기 바랍니다: ```Python hl_lines="10 15" {!../../docs_src/request_files/tutorial002.py!} ``` 선언한대로, `bytes` 의 `list` 또는 `UploadFile` 들을 전송받을 것입니다. /// note | "참고"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.1K bytes - Viewed (0) -
api/go1.8.txt
pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme pkg crypto/tls, const PKCS1WithSHA1 = 513 pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme pkg crypto/tls, const PKCS1WithSHA256 = 1025 pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme pkg crypto/tls, const PKCS1WithSHA384 = 1281 pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme pkg crypto/tls, const PKCS1WithSHA512 = 1537
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Dec 21 05:25:57 UTC 2016 - 16.3K bytes - Viewed (0) -
docs/en/docs/img/deployment/https/https08.drawio
<mxPoint x="850" y="540.0000000000005" as="targetPoint"/> <Array as="points"> <mxPoint x="1030" y="540"/> </Array> </mxGeometry> </mxCell>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu May 12 00:06:16 UTC 2022 - 20.9K bytes - Viewed (0) -
cmd/metacache-stream_test.go
} err = r.skip(5) if err != nil { t.Fatal(err) } names, err = r.readNames(5) if err != nil { t.Fatal(err) } want = loadMetacacheSampleNames[10:15] if !reflect.DeepEqual(names, want) { t.Errorf("got unexpected result: %#v", names) } err = r.skip(len(loadMetacacheSampleNames)) if err != io.EOF { t.Fatal(err) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 19 18:05:16 UTC 2022 - 15K bytes - Viewed (0)