- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 469 for Disabled (0.09 sec)
-
src/test/java/jcifs/ntlmssp/Type2MessageTest.java
assertEquals(expectedFlags, flags); } @Test @DisplayName("getDefaultFlags should use OEM when Unicode disabled") void testGetDefaultFlags_CIFSContext_OEM() { // Given CIFSContext mockContext = mock(CIFSContext.class); Configuration mockConfig = mock(Configuration.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 38.9K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
return getIntProperty(MAX_CHANNELS, 4); } public int getChannelBindingPolicy() { String policy = getProperty(CHANNEL_BINDING_POLICY, "preferred"); switch (policy.toLowerCase()) { case "disabled": return 0; case "required": return 2; default: return 1; // preferred } } public LoadBalancingStrategy getLoadBalancingStrategy() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
* must contain [Protocol.HTTP_1_1]. It must not contain null. * * This list is ignored when [negotiation is disabled][protocolNegotiationEnabled]. */ public var protocols: List<Protocol> = immutableListOf(Protocol.HTTP_2, Protocol.HTTP_1_1) set(value) { val protocolList = value.toImmutableList() require(Protocol.H2_PRIOR_KNOWLEDGE !in protocolList || protocolList.size == 1) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 02 20:36:00 UTC 2025 - 40.3K bytes - Viewed (0) -
cmd/bucket-replication.go
tgt = globalBucketTargetSys.GetRemoteTargetClient(bucket, t.Arn) if tgt == nil || globalBucketTargetSys.isOffline(tgt.EndpointURL()) { continue } // if proxying explicitly disabled on remote target if tgt.disableProxy { continue } gopts := minio.GetObjectOptions{ VersionID: opts.VersionID, ServerSideEncryption: opts.ServerSideEncryption,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
docs/ja/docs/tutorial/security/oauth2-jwt.md
<img src="/img/tutorial/security/image08.png"> エンドポイント`/users/me/`を呼び出すと、次のようなレスポンスが得られます: ```JSON { "username": "johndoe", "email": "******@****.***", "full_name": "John Doe", "disabled": false } ``` <img src="/img/tutorial/security/image09.png"> 開発者ツールを開くと、送信されるデータにはトークンだけが含まれており、パスワードはユーザーを認証してアクセストークンを取得する最初のリクエストでのみ送信され、その後は送信されないことがわかります。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt
import okio.fakefilesystem.FakeFileSystem import org.junit.jupiter.api.AfterEach import org.junit.jupiter.api.Assertions.assertArrayEquals import org.junit.jupiter.api.Assumptions.assumeTrue import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Tag import org.junit.jupiter.api.Timeout import org.junit.jupiter.api.extension.RegisterExtension import org.junit.jupiter.params.ParameterizedTest
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 73.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
* Fix incorrect CPU usage with 4.7 kernel * OOM parser uses kmsg * Add hugepages support * Add CRI-O support * Sharing a PID namespace between containers in a pod is disabled by default in version 1.8. To enable for a node, use the `--docker-disable-shared-pid=false` kubelet flag. Be aware that PID namespace sharing requires Docker version greater than or equal to 1.13.1. * Fix issues related to the eviction manager.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.log_level=Logboekniveau labels.csv_file_encoding=CSV-bestands codering labels.notification_to=E-mailmelding labels.pathmap_configuration=Padtoewijzing labels.pathmap_title_details=Padtoewijzing labels.disabled=Uitgeschakeld labels.pathmap_pt_crawling=Crawlen labels.pathmap_pt_displaying=Weergeven labels.pathmap_pt_both=Crawlen/Weergeven labels.pathmap_pt_stored=Opgeslagen URL labels.regular_name=Reguliere naam
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.31.md
This feature is disabled-by-default and can be enabled using the new ConcurrentWatchObjectDecode feature gate. ([#126329](https://github.com/kubernetes/kubernetes/pull/126329), [@serathius](https://github.com/serathius)) [SIG API Machinery, Etcd and Testing] ### Bug or Regression
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.log_level=Protokollebene labels.csv_file_encoding=CSV-Dateikodierung labels.notification_to=Benachrichtigungs-E-Mail labels.pathmap_configuration=Pfadzuordnung labels.pathmap_title_details=Pfadzuordnung labels.disabled=Deaktiviert labels.pathmap_pt_crawling=Crawling labels.pathmap_pt_displaying=Anzeige labels.pathmap_pt_both=Crawling/Anzeige labels.pathmap_pt_stored=Gespeicherte URL labels.regular_name=Regulärer Name
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1)