- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for UNKNOWN (0.06 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getCrawlerDocumentSiteEncoding(); /** * Get the value for the key 'crawler.document.unknown.hostname'. <br> * The value is, e.g. unknown <br> * comment: Hostname to use when unknown in documents. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCrawlerDocumentUnknownHostname();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.19.md
- Fixed a bug that prevents kubectl to validate CRDs with schema using x-kubernetes-preserve-unknown-fields on object fields. Fix kubectl SchemaError on CRDs with schema using x-kubernetes-preserve-unknown-fields on array types. ([#96562](https://github.com/kubernetes/kubernetes/pull/96562), [@gautierdelorme](https://github.com/gautierdelorme)) [SIG API Machinery and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
RELEASE.md
## Major Features and Improvements * `tf.lite`: * New operations supported: * tflite SelectV2 now supports 5D. * `tf.einsum` is supported with multiple unknown shapes. * `tf.unsortedsegmentprod` op is supported. * `tf.unsortedsegmentmax` op is supported. * `tf.unsortedsegmentsum` op is supported. * Updates to existing operations:
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
} got, ok := NewNat().InverseVarTime(a, m) if !ok { t.Fatal("not invertible") } exp, err := NewNat().SetBytes(decodeHex(t, ModInv), m) if err != nil { t.Fatal(err) } if got.Equal(exp) != 1 { t.Errorf("%v != %v", got, exp) } }) default: t.Fatalf("unknown key %q on line %d", k, lineNum) } } if err := scanner.Err(); err != nil { t.Fatal(err) } } func decodeHex(t *testing.T, s string) []byte { t.Helper() if len(s)%2 != 0 { s = "0" + s } b, err := hex.DecodeString(s) if err != nil { t.Fatalf("failed to...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)