- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 1,039 for Present (0.03 sec)
- 
				
				src/test/java/jcifs/FileNotifyInformationTest.java// Verify FILE_NOTIFY_CHANGE_SIZE is removed assertFalse((flags & FileNotifyInformation.FILE_NOTIFY_CHANGE_SIZE) != 0); // Verify other flags are still present assertTrue((flags & FileNotifyInformation.FILE_NOTIFY_CHANGE_FILE_NAME) != 0); assertTrue((flags & FileNotifyInformation.FILE_NOTIFY_CHANGE_LAST_WRITE) != 0); } @TestRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0)
- 
				
				cmd/data-scanner_test.go{ objInfos: allVersExpObjInfos, wants: nil, wantExpired: []ObjectToDelete{{ObjectV: ObjectV{ObjectName: obj, VersionID: allVersExpObjInfos[0].VersionID}}}, }, { // When no versions are present, in practice this could be an object with only free versions objInfos: nil, wants: nil, wantExpired: nil, }, } for i, test := range tests {Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12K bytes - Viewed (0)
- 
				
				api/maven-api-cli/src/main/java/org/apache/maven/api/cli/ParserRequest.javaRegistered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 15.9K bytes - Viewed (0)
- 
				
				cmd/postpolicyform.go// that have an x-ignore- prefix) must appear in the list of conditions." // https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html // keyInPolicyExceptions - list of keys that, when present in the form, can be missing in the conditions of the policy. var keyInPolicyExceptions = map[string]bool{ xhttp.AmzSignature: true, "File": true, "Policy": true, Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.1K bytes - Viewed (0)
- 
				
				cmd/erasure-object_test.got.Fatalf("Object %s is not removed", test.bucket+SlashSeparator+test.object) } } if _, err = os.ReadFile(pathJoin(fsDirs[0], bucketName, "dir/obj1", "xl.meta")); err == nil { t.Fatalf("xl.meta still present after removal") } } func TestErasureDeleteObjectsErasureSet(t *testing.T) { ctx, cancel := context.WithCancel(t.Context()) defer cancel() obj, fsDirs, err := prepareErasureSets32(ctx) Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 38.3K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/base/CharMatcher.java*/ public static CharMatcher isNot(char match) { return new IsNot(match); } /** * Returns a {@code char} matcher that matches any BMP character present in the given character * sequence. Returns a bogus matcher if the sequence contains supplementary characters. */ public static CharMatcher anyOf(CharSequence sequence) { switch (sequence.length()) { Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 53.9K bytes - Viewed (0)
- 
				
				cmd/common-main.go// It depends on KMS env variables and global cli flags. func handleKMSConfig() { present, err := kms.IsPresent() if err != nil { logger.Fatal(err, "Invalid KMS configuration specified") } if !present { return } KMS, err := kms.Connect(GlobalContext, &kms.ConnectionOptions{ CADir: globalCertsCADir.Get(), }) if err != nil { Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 32.5K bytes - Viewed (3)
- 
				
				src/main/java/jcifs/smb/SpnegoContext.java} private void verifyMechListMIC(final byte[] mechanismListMIC) throws CIFSException { if (this.disableMic) { return; } // No MIC verification if not present and not required // or if the chosen mechanism is our preferred one if ((mechanismListMIC == null || !this.mechContext.supportsIntegrity()) && this.requireMicRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/annotation/SecuredTest.javasuper.setUp(); } // Test that Secured annotation has correct meta-annotations public void test_annotationMetadata() { // Check if Secured annotation is present assertNotNull(Secured.class); // Check Target annotation Target target = Secured.class.getAnnotation(Target.class); assertNotNull(target); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/collect/SortedLists.java* list that compares as equal to the key. * * <p>This is equivalent to the behavior of {@link java.util.Collections#binarySearch(List, * Object)} when the key isn't present, since {@code ~insertionIndex} is equal to {@code -1 - * insertionIndex}. */ INVERTED_INSERTION_INDEX { @Override public int resultIndex(int higherIndex) { return ~higherIndex;Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 10.9K bytes - Viewed (0)