- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 1,179 for configurationId (4.02 sec)
-
src/main/java/org/codelibs/fess/exception/LdapConfigurationException.java
*/ package org.codelibs.fess.exception; /** * An exception thrown when LDAP configuration is invalid. */ public class LdapConfigurationException extends FessSystemException { private static final long serialVersionUID = 1L; /** * Constructs a new LDAP configuration exception with the specified detail message. * * @param message The detail message. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/test/java/jcifs/util/StringsTest.java
@Nested @DisplayName("OEM Encoding Tests") class OEMEncodingTests { @Test @DisplayName("getOEMBytes should use configuration encoding") void testGetOEMBytes() { // Given Configuration mockConfig = mock(Configuration.class); when(mockConfig.getOemEncoding()).thenReturn("UTF-8"); // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* Applies text normalization including duplicate term removal, size limits, * and space character handling. May preserve original content based on configuration. * * @param crawlingConfig the crawling configuration containing processing parameters * @param responseData the response data from crawling * @param content the raw content text to process * @param dataMap additional data map
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FailureUrlService.java
cb.query().setErrorName_Wildcard(failureUrlPager.errorName); } } /** * Deletes all failure URLs associated with a specific configuration ID. * * @param configId the configuration ID to delete failure URLs for */ public void deleteByConfigId(final String configId) { failureUrlBhv.queryDelete(cb -> { cb.query().setConfigId_Equal(configId);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/FileTypeHelper.java
public FileTypeHelper() { // Default constructor } /** * Initializes the file type mappings by loading configuration from Fess settings. * This method is called automatically after dependency injection is complete. * The mappings are loaded from the index filetype configuration property, * where each line contains a MIME type to file type mapping in the format "mimetype=filetype". */ @PostConstruct
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComLockingAndX.java
private boolean largeFile; /** * Creates a new SMB1 locking request for file byte-range locking operations. * * @param config the CIFS configuration */ public SmbComLockingAndX(final Configuration config) { super(config); } /** * {@inheritDoc} * * @see jcifs.internal.smb1.ServerMessageBlock#writeParameterWordsWireFormat(byte[], int) */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndXResponse.java
* * @param config the configuration */ public SmbComOpenAndXResponse(final Configuration config) { super(config); } /** * Constructs an Open AndX response with a chained response. * * @param config the configuration * @param andxResp the chained seek response */ public SmbComOpenAndXResponse(final Configuration config, final SmbComSeekResponse andxResp) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.8K bytes - Viewed (0) -
.teamcity/pom.xml
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Aug 14 07:58:26 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/net/NetShareEnumResponse.java
private int converter, totalAvailableEntries; /** * Constructs a NetShareEnumResponse * @param config * the configuration to use */ public NetShareEnumResponse(final Configuration config) { super(config); } @Override protected int writeSetupWireFormat(final byte[] dst, final int dstIndex) { return 0; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
* Constructs a SMB2 set info request with the specified configuration * * @param config * the configuration to use for this request */ public Smb2SetInfoRequest(final Configuration config) { this(config, Smb2Constants.UNSPECIFIED_FILEID); } /** * Constructs a SMB2 set info request with the specified configuration and file ID * * @param config
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0)