- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 1,094 for configurator (0.05 sec)
-
guava-gwt/pom.xml
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Request.java
/** * Constructor for SMB2 request with configuration. * * @param config the configuration object */ protected ServerMessageBlock2Request(final Configuration config) { super(config); } /** * Constructor for SMB2 request with configuration and command. * * @param config the configuration object * @param command the SMB2 command code */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 7.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
} /** * Gets the path to configuration files, falling back to classpath resources if not found. * First attempts to find the file in the configuration directory, then searches the classpath. * * @param names the path components to append to the configuration directory * @return the Path object pointing to the configuration file, either in conf directory or classpath */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0) -
dbflute_fess/dfprop/dependencyInjectionMap.dfprop
# Does it generate JavaConfig for DBFluteBeans? (not use XML configuration) # # @SpringOnly #; isDBFluteBeansGeneratedAsJavaConfig = false # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o dbfluteBeansPackageName (NotRequired - Default '../resources') # The package name(output directory) of DBFlute DI configuration for Spring and Lucy. # # @SpringOnly
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 6.5K bytes - Viewed (0) -
README.md
- **Automatic Detection**: Encryption automatically enabled when servers require it - **Secure Key Management**: Proper key derivation and nonce generation ### Core Features - **Per-context configuration**: No global state, each context encapsulates configuration - **Authentication**: NTLM, Kerberos, SPNEGO unified subsystem - **SLF4J Logging**: Comprehensive logging throughout the codebase
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/DataConfigPager.java
public String available; /** Search/filter parameter for data configuration sort order. */ public String sortOrder; /** Search/filter parameter for data configuration creator. */ public String createdBy; /** Search/filter parameter for data configuration creation time. */ public String createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FileAuthenticationService.java
} /** * Retrieves all file authentication configurations associated with a specific file configuration. * * @param fileConfigId the ID of the file configuration to retrieve authentications for * @return a list of file authentication configurations for the specified file configuration */ public List<FileAuthentication> getFileAuthenticationList(final String fileConfigId) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileconfig/ApiAdminFileconfigAction.java
// PUT /api/admin/fileconfig/settings /** * Returns list of file configuration settings. * Supports both GET and PUT requests for retrieving paginated file configuration settings. * * @param body search parameters for filtering and pagination * @return JSON response containing file configuration settings list with pagination info */ @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.2K bytes - Viewed (0) -
pom.xml
<version>3.14.0</version> <configuration> <encoding>UTF-8</encoding> <release>17</release> </configuration> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>3.11.2</version> <configuration> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <charset>UTF-8</charset> </configuration> </plugin> <plugin>
Registered: Thu Sep 04 15:34:10 UTC 2025 - Last Modified: Fri Jun 20 20:21:38 UTC 2025 - 4.7K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/toolchains.xml
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 22 14:47:43 UTC 2024 - 3.6K bytes - Viewed (0)