- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 86 for 3023 (0.02 sec)
-
src/main/java/jcifs/internal/smb2/Smb2Constants.java
*/ public static final int SMB2_DIALECT_0210 = 0x0210; /** * SMB 3.0 dialect (Windows 8/Server 2012) */ public static final int SMB2_DIALECT_0300 = 0x0300; /** * SMB 3.0.2 dialect (Windows 8.1/Server 2012R2) */ public static final int SMB2_DIALECT_0302 = 0x0302; /** * SMB 3.1.1 dialect (Windows 10/Server 2016) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 4.5K bytes - Viewed (0) -
src/test/resources/plugin/repo3/fess-crawler-parent/maven-metadata.xml
<version>2.6.2</version> <version>2.6.3</version> <version>2.7.0</version> <version>2.7.1</version> <version>3.0.0</version> <version>3.0.1</version> <version>3.0.2</version> <version>3.1.0</version> <version>3.2.0</version> <version>3.2.1</version> <version>3.3.0</version> <version>3.3.1</version> <version>3.3.2</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 4.2K bytes - Viewed (0) -
src/test/resources/plugin/repo3/fess-crawler/maven-metadata.xml
<version>2.6.2</version> <version>2.6.3</version> <version>2.7.0</version> <version>2.7.1</version> <version>3.0.0</version> <version>3.0.1</version> <version>3.0.2</version> <version>3.1.0</version> <version>3.2.0</version> <version>3.2.1</version> <version>3.3.0</version> <version>3.3.1</version> <version>3.3.2</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
public long getDelay() { return delay; } /** * Checks if this rule applies to the given time and day. * * @param hours the hour of the day (0-23) * @param minutes the minute of the hour (0-59) * @param day the day of the week (1=Sunday, 7=Saturday) * @return true if this rule applies, false otherwise */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- [Container Images](#container-images) - [Changelog since v1.30.13](#changelog-since-v13013) - [Changes by Kind](#changes-by-kind) - [Feature](#feature) - [Bug or Regression](#bug-or-regression) - [Dependencies](#dependencies) - [Added](#added) - [Changed](#changed) - [Removed](#removed) - [v1.30.13](#v13013) - [Downloads for v1.30.13](#downloads-for-v13013) - [Source Code](#source-code-1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0) -
okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/SimpleIdnaMappingTable.kt
/* * Copyright (C) 2023 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 6.8K bytes - Viewed (0) -
src/test/resources/plugin/repo3/fess-crawler-es/maven-metadata.xml
<version>2.6.2</version> <version>2.6.3</version> <version>2.7.0</version> <version>2.7.1</version> <version>3.0.0</version> <version>3.0.1</version> <version>3.0.2</version> <version>3.1.0</version> <version>3.2.0</version> <version>3.2.1</version> <version>3.3.0</version> <version>3.3.1</version> <version>3.3.2</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 4.2K bytes - Viewed (0) -
README.md
- **SMB1/CIFS**: Legacy support via `jcifs.smb1/` package - **SMB 2.0.2**: Windows Vista+ (0x0202) - **SMB 2.1**: Windows 7/Server 2008R2 (0x0210) - **SMB 3.0**: Windows 8/Server 2012 (0x0300) - AES-128-CCM encryption - **SMB 3.0.2**: Windows 8.1/Server 2012R2 (0x0302) - Enhanced encryption - **SMB 3.1.1**: Windows 10/Server 2016+ (0x0311) - AES-128-GCM + Pre-Auth Integrity **Protocol Selection:** - Default Range: SMB1 to SMB 3.1.1
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/resources/plugin/repo3/fess-crawler-webdriver/maven-metadata.xml
<version>2.6.2</version> <version>2.6.3</version> <version>2.7.0</version> <version>2.7.1</version> <version>3.0.0</version> <version>3.0.1</version> <version>3.0.2</version> <version>3.1.0</version> <version>3.2.0</version> <version>3.2.1</version> <version>3.3.0</version> <version>3.3.1</version> <version>3.3.2</version>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jun 17 13:30:41 UTC 2024 - 3.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/hash/HashingInputStreamTest.java
assertEquals(3, numOfByteRead); for (int i = 0; i < numOfByteRead; i++) { assertEquals(testBytes[i], buf[i]); } verify(hasher).putBytes(Arrays.copyOf(testBytes, 3), 0, 3); verify(hashFunction).newHasher(); verifyNoMoreInteractions(hashFunction, hasher); } public void testRead_putByteArrayOutOfBound() throws Exception { byte[] buf = new byte[100];
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 5K bytes - Viewed (0)