- Sort Score
- Num 10 results
- Language All
Results 1941 - 1950 of 2,310 for Contains (0.08 seconds)
-
src/main/java/jcifs/netbios/NameServiceClientImpl.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 38.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumTest.java
String result = netShareEnum.toString(); assertNotNull(result); assertTrue(result.startsWith("NetShareEnum[")); assertTrue(result.endsWith("]")); assertTrue(result.contains("command=")); } @Test @DisplayName("Test inheritance from SmbComTransaction") void testInheritance() { netShareEnum = new NetShareEnum(realConfig);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 15.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbOperationException.java
for (StackTraceElement element : stack) { String className = element.getClassName(); if (className.startsWith("jcifs.smb") && !className.contains("Exception")) { return element.getMethodName(); } } return "unknown"; } private long extractNtStatus(Throwable cause) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 16.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationResponseTest.java
response = new Trans2QueryFSInformationResponse(config, FileSystemInformation.SMB_INFO_ALLOCATION); String result = response.toString(); assertNotNull(result); assertTrue(result.contains("Trans2QueryFSInformationResponse")); } @Test void testCreateInfo_AllInformationLevels() throws Exception { // Test createInfo private method with all supported levels
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 17.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
return searchers.toArray(new RankFusionSearcher[0]); } final RankFusionSearcher[] availableSearchers = searchers.stream() .filter(searcher -> availableSearcherNameSet.contains(searcher.getName())) .toArray(RankFusionSearcher[]::new); if (availableSearchers.length == 0) { if (logger.isDebugEnabled()) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 25 02:13:14 GMT 2025 - 28K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/testing/NullPointerTester.java
for (Annotation annotation : annotations) { if (NULLABLE_ANNOTATION_SIMPLE_NAMES.contains(annotation.annotationType().getSimpleName())) { return true; } } return false; } private boolean isIgnored(Member member) { return member.isSynthetic() || ignoredMembers.contains(member) || isEquals(member) /*
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 24.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.20.md
## Changelog since v1.20.10 ## Important Security Information This release contains changes that address the following vulnerabilities: ### CVE-2021-25741: Symlink Exchange Can Allow Host Filesystem Access A security issue was discovered in Kubernetes where a user may be able to
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jan 19 21:05:45 GMT 2022 - 409K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/CrawlerLogTests.java
assertTrue(item.containsKey("content_title")); final String contentTitle = (String) item.get("content_title"); assertTrue(contentTitle.contains("<strong>CodeLibs</strong>"), "content_title should contain highlighted 'CodeLibs': " + contentTitle); } private void testDeleteSearchList() { final Map<String, Object> requestBody = new HashMap<>();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:01:34 GMT 2026 - 13.4K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/SnippetsTask.groovy
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 20 10:08:26 GMT 2021 - 17.8K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/ClosingFuture.java
reachabilityFence(this); } } /** * Marks this step as the last step in the {@code ClosingFuture} pipeline. When this step is done, * {@code receiver} will be called with an object that contains the result of the operation. The * receiver can store the {@link ValueAndCloser} outside the receiver for later synchronous use. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 101.7K bytes - Click Count (0)