- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 394 for supported (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapVideo.java
/** * The description of the video. * Maximum 2048 characters. */ private String description; /** * A URL pointing to the actual video media file. * Must be one of the supported formats. */ private String contentLoc; /** * A URL pointing to a player for a specific video. * Usually this is the information in the src element of an <embed> tag. */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
if (failureUrlPager.id != null) { cb.query().docMeta().setId_Equal(failureUrlPager.id); } // TODO Long, Integer, String supported only. // setup condition cb.query().addOrderBy_LastAccessTime_Desc(); buildSearchCondition(failureUrlPager, cb); } /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/Kerb5Context.java
this.gssContext.requestCredDeleg(true); } /** * * {@inheritDoc} * * @see jcifs.smb.SSPContext#isSupported(org.bouncycastle.asn1.ASN1ObjectIdentifier) */ @Override public boolean isSupported(ASN1ObjectIdentifier mechanism) { return KRB5_MECH_OID.equals(mechanism) || KRB5_MS_MECH_OID.equals(mechanism); } /** * {@inheritDoc}
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 13.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/service/DuplicateHostService.java
if (StringUtil.isNotBlank(duplicateHostPager.duplicateHostName)) { cb.query().setDuplicateHostName_Wildcard(wrapQuery(duplicateHostPager.duplicateHostName)); } // TODO Long, Integer, String supported only. // setup condition cb.query().addOrderBy_SortOrder_Asc(); cb.query().addOrderBy_CreatedTime_Asc(); // search }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/info/Smb2QueryDirectoryResponseTest.java
assertNotNull(result); } @Test @DisplayName("Test createFileInfo with unsupported info class returns null") void testCreateFileInfoWithUnsupportedInfoClass() throws Exception { response = new Smb2QueryDirectoryResponse(mockConfig, Smb2QueryDirectoryRequest.FILE_DIRECTORY_INFO); // Not supported // Use reflection to test private methodRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 23.5K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
```java package jcifs.internal.smb2.rdma; public interface RdmaProvider { /** * Check if RDMA is available on this system */ boolean isAvailable(); /** * Get supported RDMA capabilities */ Set<RdmaCapability> getSupportedCapabilities(); /** * Create RDMA connection to remote endpoint */ RdmaConnection createConnection(InetSocketAddress remote,Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KeyMatchService.java
} if (StringUtil.isNotBlank(keyMatchPager.query)) { cb.query().setQuery_Wildcard(wrapQuery(keyMatchPager.query)); } // TODO Long, Integer, String supported only. // setup condition cb.query().addOrderBy_Term_Asc(); // search }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/ds/DataStoreFactory.java
* * <p>Data stores are registered by name and class name, allowing flexible lookup. * The factory also supports dynamic discovery of data store plugins by scanning * JAR files for data store configurations.</p> * * <p>Thread-safe operations are supported for registration and retrieval of data stores. * The factory caches data store names with a time-based refresh mechanism to improve
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/SmbDirectNegotiateResponse.java
public static final int NEGOTIATE_RESPONSE = 0x02; /** Status indicating successful negotiation */ public static final int STATUS_SUCCESS = 0x00000000; /** Status indicating SMB Direct is not supported */ public static final int STATUS_NOT_SUPPORTED = 0x00000001; /** Status indicating insufficient resources for SMB Direct */ public static final int STATUS_INSUFFICIENT_RESOURCES = 0x00000002;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryFSInformationResponseTest.java
assertTrue(result.contains("Trans2QueryFSInformationResponse")); } @Test void testCreateInfo_AllInformationLevels() throws Exception { // Test createInfo private method with all supported levels Method createInfoMethod = Trans2QueryFSInformationResponse.class.getDeclaredMethod("createInfo"); createInfoMethod.setAccessible(true); // Test SMB_INFO_ALLOCATION
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.9K bytes - Viewed (0)