- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 66 for ibooks (4.65 sec)
-
src/main/resources/fess_label_ja.properties
labels.facet_filetype_ods=ODF Spreadsheet labels.facet_filetype_odp=ODF Presentation labels.facet_filetype_pdf=PDF labels.facet_filetype_fb2=FictionBook labels.facet_filetype_epub=EPUB labels.facet_filetype_ibooks=iBooks labels.facet_filetype_txt=テキスト labels.facet_filetype_rtf=リッチテキスト labels.facet_filetype_chm=Compiled HTML Help labels.facet_filetype_zip=ZIPアーカイブ labels.facet_filetype_7z=7zアーカイブ labels.facet_filetype_bz=BZIPアーカイブ
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: EPUB */ public static final String LABELS_facet_filetype_epub = "{labels.facet_filetype_epub}"; /** The key of the message: iBooks */ public static final String LABELS_facet_filetype_ibooks = "{labels.facet_filetype_ibooks}"; /** The key of the message: Text */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CharMappingService.java
}).orElse(Collections.emptyList()); } /** * Retrieves the character mapping file for the specified dictionary ID. * <p> * This method looks up the dictionary file and ensures it is a character mapping file * before returning it wrapped in an OptionalEntity. * </p> * * @param dictId the dictionary ID to retrieve the character mapping file for
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_download.jsp
<la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/> </la:link>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FavoriteLogService.java
/** Configuration settings for the Fess search system. */ @Resource protected FessConfig fessConfig; /** * Adds a URL to a user's favorite list. * This method looks up the user by their code and creates a new favorite log entry * using the provided lambda function to populate the favorite log data. * * @param userCode the unique code identifying the userRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_edit.jsp
<la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/> </la:link>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_edit.jsp
<la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/> </la:link>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp
<div class="btn-group"> <la:link href="/admin/dict" styleClass="btn btn-default btn-xs"> <i class="fa fa-book" aria-hidden="true"></i> <la:message key="labels.dict_list_link"/> </la:link> <la:link href="list/1?dictId=${f:u(dictId)}"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
*/ @Override public boolean verifySignature(final byte[] buffer, final int i, final int size) { // observed too that signatures on error responses are sometimes wrong?? // Looks like the failure case also is just reflecting back the signature we sent // with SMB3's negotiation validation it's no longer possible to ignore this (on the validation response)Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryProcessor.java
return (context, query, boost) -> filter.execute(context, query, boost, chain); } /** * Creates the default filter chain that executes query commands. * This chain looks up the appropriate query command based on the query class name * and executes it. If no command is found, throws an InvalidQueryException. * * @return the default filter chain implementation */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 7.2K bytes - Viewed (0)