- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for found (0.03 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchEngineUsername(); /** * Get the value for the key 'search_engine.username' as {@link Integer}. <br> * The value is, e.g. <br> * comment: Username for authenticating to the search engine. * @return The value of found property. (NotNull: if not found, exception but basically no way)Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/storage/GcsStorageClient.java
try { final Blob blob = storage.get(BlobId.of(bucket, objectName)); if (blob == null) { throw new StorageException("Object not found: " + objectName); } blob.downloadTo(outputStream); } catch (final StorageException e) { throw e; } catch (final Exception e) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
* @param fields Array of field names to include in the result * @param userBean Optional user information for permission checking * @return Optional entity containing the document data if found */ public OptionalEntity<Map<String, Object>> getDocumentByDocId(final String docId, final String[] fields, final OptionalThing<FessUserBean> userBean) {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/dict/mapping/CharMappingFile.java
} /** * Retrieves a character mapping item by its ID. * * @param id the unique identifier of the mapping item to retrieve * @return an OptionalEntity containing the mapping item if found, empty otherwise */ @Override public OptionalEntity<CharMappingItem> get(final long id) { if (mappingItemList == null) { reload(null); }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/sso/entraid/EntraIdAuthenticator.java
/** * Removes and returns state data from the HTTP session. * @param session The HTTP session. * @param state The state parameter to remove. * @return The removed state data or null if not found. */ protected StateData removeStateFromSession(final HttpSession session, final String state) { @SuppressWarnings("unchecked")Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.contact_site_admin=Please contact your site administrator. labels.request_error_title=Invalid Request Format. labels.bad_request=Your request to the URL is invalid. labels.page_not_found_title=Page Not Found. labels.check_url=Please check the URL. labels.user_name=Username labels.login=Login labels.login.placeholder_username=Username labels.login.placeholder_password=Password labels.login.title=Login
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.contact_site_admin=Please contact your site administrator. labels.request_error_title=Invalid Request Format. labels.bad_request=Your request to the URL is invalid. labels.page_not_found_title=Page Not Found. labels.check_url=Please check the URL. labels.user_name=Username labels.login=Login labels.login.placeholder_username=Username labels.login.placeholder_password=Password labels.login.title=Login
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Your request to the URL is invalid. */ public static final String LABELS_bad_request = "{labels.bad_request}"; /** The key of the message: Page Not Found. */ public static final String LABELS_page_not_found_title = "{labels.page_not_found_title}"; /** The key of the message: Please check the URL. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0)