- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 21 for param (0.03 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
* asynchronous parent group lookup. * @param user The Entra ID user. * @param groupList The list to add group names to. * @param roleList The list to add role names to. * @param groupIdsForParentLookup The list to collect group IDs for later parent lookup. * @param url The Microsoft Graph API URL. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
plugin.xml
<param name="plugin.groupId" value="org/codelibs/opensearch" /> <param name="plugin.name.prefix" value="opensearch-" /> <param name="plugin.name" value="configsync" /> <param name="plugin.version" value="3.4.0" /> <param name="plugin.zip.version" value="3.4.0" /> </antcall> <!-- minhash --> <antcall target="install.plugin">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageItem.java
/** * Creates a new StorageItem instance. * * @param name the name of the item * @param path the path of the item * @param directory true if this item is a directory * @param size the size of the item in bytes * @param lastModified the last modified timestamp * @param encodedId the base64-encoded ID of the item */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.7K bytes - Viewed (0) -
module.xml
<param name="module.groupId" value="org/codelibs/opensearch/module" /> <param name="module.name.prefix" value="" /> <param name="module.name" value="mapper-extras" /> <param name="module.version" value="${opensearch.version}" /> <param name="module.zip.version" value="${opensearch.version}" /> </antcall> <!-- transport-netty4 --> <antcall target="install.module">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* * @param request The HTTP servlet request * @param params The search request parameters to identify documents to delete * @return Number of documents deleted */ public long deleteByQuery(final HttpServletRequest request, final SearchRequestParams params) { final String query = ComponentUtil.getQueryStringBuilder().params(params).build();Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageClient.java
*/ public interface StorageClient extends AutoCloseable { /** * Uploads an object to storage. * * @param objectName the name/path for the object * @param inputStream the input stream of data to upload * @param size the size of the data in bytes * @param contentType the MIME type of the content */ void uploadObject(String objectName, InputStream inputStream, long size, String contentType);Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java
} throw e; } } /** * Processes the callback from OpenID Connect provider. * * @param request the HTTP servlet request * @param code the authorization code * @return the login credential */ protected LoginCredential processCallback(final HttpServletRequest request, final String code) { try {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 16.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
List<CharMappingItem> mappingItemList; /** * Constructs a new CharMappingFile instance. * * @param id the unique identifier for this mapping file * @param path the file path to the character mapping dictionary * @param timestamp the last modification timestamp of the file */ public CharMappingFile(final String id, final String path, final Date timestamp) {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
return redirectWith(getClass(), moreUrl("list/" + encodeId(form.path))); } /** * Updates the tags for a storage object in the storage system. * * @param objectName the name of the object to update tags for * @param tagItems the map of tag items from the form * @throws StorageException if the tag update fails */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @param name The role name. * @return The search role. */ public String getSearchRoleByRole(final String name) { return createSearchRole(ComponentUtil.getFessConfig().getRoleSearchRolePrefix(), name); } /** * Creates a search role string. * * @param type The type of the role. * @param name The name of the role.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0)