- Sort Score
- Result 10 results
- Languages All
Results 1351 - 1360 of 1,615 for 10 (0.77 sec)
-
cmd/bucket-replication_test.go
remotes: &madmin.BucketTargets{Targets: []madmin.BucketTarget{{ Arn: "arn1", ResetID: "xyz", ResetBeforeDate: UTCNow(), }}}, }, }, { // 10. existing object replication enabled, versioning enabled, replication status Complete & reset done name: "reset done on object in Completed Status - ineligbile for re-replication", info: ObjectInfo{Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 12.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
- [Previous Releases Included in v1.3.0](#previous-releases-included-in-v130) - [v1.3.0-beta.3](#v130-beta3) - [Downloads](#downloads-10) - [Changelog since v1.3.0-beta.2](#changelog-since-v130-beta2) - [Action Required](#action-required) - [Other notable changes](#other-notable-changes-10) - [v1.3.0-beta.2](#v130-beta2) - [Downloads](#downloads-11) - [Changes since v1.3.0-beta.1](#changes-since-v130-beta1)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
constraints.Email.message = {item} 不是有效的電子郵件地址。 constraints.Length.message = {item} 的長度必須在 {min} 到 {max} 之間。 constraints.LuhnCheck.message = {value} 的 Luhn Modulo 11 檢查碼不正確。 constraints.Mod10Check.message = {value} 的 Modulo 10 檢查碼不正確。 constraints.Mod11Check.message = {value} 的 Modulo 11 檢查碼不正確。 constraints.ModCheck.message = {value} 的 {modType} 檢查碼不正確。 constraints.NotBlank.message = {item} 不能為空。 constraints.NotEmpty.message = {item} 不能為空。Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
* including user authentication, validation, message handling, and access context management. * It extends LastaFlute's TypicalAction and implements validation and HTML path interfaces. * * @since 1.0 */ public abstract class FessBaseAction extends TypicalAction // has several interfaces for direct use implements LaValidatable<FessMessages>, FessHtmlPath { /** * Default constructor. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/test/java/jcifs/internal/CommonServerMessageBlockResponseTest.java
} @Test @DisplayName("Test Response interface methods - verifySignature") void testVerifySignature() { // Given byte[] buffer = new byte[256]; int offset = 10; int size = 100; when(response.verifySignature(buffer, offset, size)).thenReturn(true); // When boolean verified = response.verifySignature(buffer, offset, size); // ThenRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/NegotiateContextRequestTest.java
} } @Test @DisplayName("Should handle buffer boundaries correctly") void testBufferBoundaries() { byte[] smallBuffer = new byte[10]; int[] ciphers = { 1, 2 }; EncryptionNegotiateContext context = new EncryptionNegotiateContext(mockConfig, ciphers); // Should encode successfully at the beginningRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.8K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="0x0000" type="big16" offset="10"/> </match> </magic> </mime-type> <mime-type type="application/vnd.wordperfect;version=5.1"> <sub-class-of type="application/vnd.wordperfect"/> <magic priority="50"> <match value="0xFF575043" type="big32" offset="0"> <!-- ÿWPC --> <match value="0x0001" type="big16" offset="10"/> </match> </magic> </mime-type>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.25.md
- [Removed](#removed-9) - [v1.25.6](#v1256) - [Downloads for v1.25.6](#downloads-for-v1256) - [Source Code](#source-code-10) - [Client Binaries](#client-binaries-10) - [Server Binaries](#server-binaries-10) - [Node Binaries](#node-binaries-10) - [Container Images](#container-images-10) - [Changelog since v1.25.5](#changelog-since-v1255) - [Changes by Kind](#changes-by-kind-9) - [Feature](#feature-9)Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/RangeTest.java
assertEquals(Range.atLeast(4), range.span(Range.greaterThan(8))); // separate above assertEquals(Range.closed(4, 12), range.span(Range.closed(10, 12))); assertEquals(Range.atLeast(4), range.span(Range.atLeast(10))); } @SuppressWarnings({"InlineMeInliner", "deprecation"}) // intentional test of depecated method public void testPredicateMethods() { Range<Integer> predicate = Range.closed(2, 3);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 24.1K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Booleans.java
* * <p>See the Guava User Guide article on <a * href="https://github.com/google/guava/wiki/PrimitivesExplained">primitive utilities</a>. * * @author Kevin Bourrillion * @since 1.0 */ @GwtCompatible public final class Booleans { private Booleans() {} /** Comparators for {@code Boolean} values. */ private enum BooleanComparator implements Comparator<Boolean> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 20.5K bytes - Viewed (0)