- Sort Score
- Result 10 results
- Languages All
Results 1301 - 1310 of 1,408 for key9 (0.12 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/x-x509-key"> </mime-type> <mime-type type="application/x-x509-key;format=pem"> <sub-class-of type="application/x-x509-key"/> <magic priority="50"> <match value="-----BEGIN PRIVATE KEY-----" type="string" offset="0"/> <match value="-----BEGIN PUBLIC KEY-----" type="string" offset="0"/> <match value="-----BEGIN KEY-----" type="string" offset="0"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
internal/s3select/sql/parser_test.go
&JSONPathElement{}, participle.Lexer(sqlLexer), participle.CaseInsensitive("Keyword"), participle.CaseInsensitive("Timeword"), ) j := JSONPathElement{} cases := []string{ // Key "['name']", ".name", `."name"`, // Index "[2]", "[0]", "[100]", // Object wildcard ".*", // array wildcard "[*]", } for i, tc := range cases { err := p.ParseString(tc, &j)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 9.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/extensions.kt
"-PtestJavaVersion=$testJvmVersion", "-PtestJavaVendor=$testJvmVendor" ) + buildScanTags.map { buildScanTagParam(it) } + buildScanValues.map { buildScanCustomValueParam(it.key, it.value) } ).filter { it.isNotBlank() }.joinToString(separator = " ") } fun functionalTestParameters(os: Os, arch: Arch = Arch.AMD64): List<String> { return listOf(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
### **Scheduling** * Taint key `unreachable` is now in GA. * Taint key `notReady` is changed to `not-ready`, and is also now in GA. * These changes are automatically updated for taints. Tolerations for these taints must be updated manually. Specifically, you must:
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
cmd/storage-datatypes_gen.go
return } if z.LastMinute == nil { z.LastMinute = make(map[string]AccElem, zb0002) } else if len(z.LastMinute) > 0 { for key := range z.LastMinute { delete(z.LastMinute, key) } } for zb0002 > 0 { zb0002-- var za0001 string var za0002 AccElem za0001, err = dc.ReadString() if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 22 15:30:50 UTC 2024 - 150.2K bytes - Viewed (0) -
cmd/object-handlers-common.go
func setPutObjHeaders(w http.ResponseWriter, objInfo ObjectInfo, delete bool, h http.Header) { // We must not use the http.Header().Set method here because some (broken) // clients expect the ETag header key to be literally "ETag" - not "Etag" (case-sensitive). // Therefore, we have to set the ETag directly as map entry. if objInfo.ETag != "" && !delete { w.Header()[xhttp.ETag] = []string{`"` + objInfo.ETag + `"`} }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Sep 03 06:33:53 UTC 2024 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
} return env; } protected void putEnv(final Hashtable<String, String> env, final String key, final String value) { if (value == null) { throw new LdapConfigurationException(key + " is null."); } env.put(key, value); } protected Hashtable<String, String> createAdminEnv() { return createEnvironment(//
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 65.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbCopyUtil.java
log.debug("Trying server side copy"); SmbFileHandleImpl dfd = null; try { long size; byte[] resumeKey; // despite there being a resume key, we still need an open file descriptor? try ( SmbFileHandleImpl sfd = src.openUnshared(0, SmbConstants.O_RDONLY, SmbConstants.FILE_SHARE_READ, SmbConstants.ATTR_NORMAL, 0) ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 17.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.12.md
- The API server and client-go libraries have been fixed to support additional non-alpha-numeric characters in UserInfo "extra" data keys. Both should be updated in order to properly support extra data containing "/" characters or other characters disallowed in HTTP headers. ([#65799](https://github.com/kubernetes/kubernetes/pull/65799), [@dekkagaijin](https://github.com/dekkagaijin))...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 293.8K bytes - Viewed (0) -
docs/en/docs/index.md
--- FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. The key features are: * **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 20.4K bytes - Viewed (0)