Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for lint (0.18 sec)

  1. src/main/resources/fess_label_ja.properties

    labels.dict_configuration=辞書一覧
    labels.dict_list_title=辞書一覧
    labels.dict_list_link=辞書
    labels.dictionary_name=名前
    labels.dictionary_type=種類
    labels.dict_synonym_configuration=同義語一覧
    labels.dict_synonym_title=同義語一覧
    labels.dict_synonym_list_link=一覧
    labels.dict_synonym_link_create=新規作成
    labels.dict_synonym_link_edit=編集
    labels.dict_synonym_link_delete=削除
    labels.dict_synonym_link_details=詳細
    labels.dict_synonym_link_download=ダウンロード
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String RESPONSE_FIELD_content_description = "response.field.content_description";
    
        /** The key of the configuration. e.g. url_link */
        String RESPONSE_FIELD_url_link = "response.field.url_link";
    
        /** The key of the configuration. e.g. site_path */
        String RESPONSE_FIELD_site_path = "response.field.site_path";
    
        /** The key of the configuration. e.g. 50 */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  3. src/main/resources/fess_label_ru.properties

    labels.dict_protwords_configuration=Protwords List
    labels.dict_protwords_title = Protwords List
    labels.dict_protwords_list_link = List
    labels.dict_protwords_link_create = Создать новый
    labels.dict_protwords_link_edit = Изменить
    labels.dict_protwords_link_delete = Удалить
    labels.dict_protwords_link_details = Details
    labels.dict_protwords_link_download = Download
    labels.dict_protwords_link_upload = Upload
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: List */
        public static final String LABELS_crud_link_list = "{labels.crud_link_list}";
    
        /** The key of the message: List */
        public static final String LABELS_crud_title_list = "{labels.crud_title_list}";
    
        /** The key of the message: Create */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_de.properties

    labels.dict_configuration=Wörterbuch-Liste
    labels.dict_list_title=Wörterbuch-Liste
    labels.dict_list_link=Wörterbücher
    labels.dictionary_name=Name
    labels.dictionary_type=Typ
    labels.dict_synonym_configuration=Synonym-Liste
    labels.dict_synonym_title=Synonym-Liste
    labels.dict_synonym_list_link=Liste
    labels.dict_synonym_link_create=Neu erstellen
    labels.dict_synonym_link_edit=Bearbeiten
    labels.dict_synonym_link_delete=Löschen
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_fr.properties

    labels.dict_kuromoji_configuration	=	Kuromoji List
    labels.dict_kuromoji_title	=	Kuromoji List
    labels.dict_kuromoji_list_link	=	Liste
    labels.dict_kuromoji_link_create	=	Créer nouveau
    labels.dict_kuromoji_link_edit	=	Editer
    labels.dict_kuromoji_link_delete	=	Supprimer
    labels.dict_kuromoji_link_details	=	Détails
    labels.dict_kuromoji_link_download	=	Télécharger
    labels.dict_kuromoji_link_upload	=	Envoyer
    labels.dict_kuromoji_token	=	Token
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_config.properties

    index.field.filename=filename
    index.field.thumbnail=thumbnail
    index.field.virtual_host=virtual_host
    response.field.content_title=content_title
    response.field.content_description=content_description
    response.field.url_link=url_link
    response.field.site_path=site_path
    response.max.title.length=50
    response.max.site.path.length=100
    response.highlight.content_title.enabled=true
    response.inline.mimetypes=application/pdf,text/plain
    
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  8. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                    .build(new CacheLoader<String, List<Map<String, String>>>() {
                        @Override
                        public List<Map<String, String>> load(final String key) throws Exception {
                            final ULocale uLocale = new ULocale(key);
                            final Locale displayLocale = uLocale.toLocale();
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 26.5K bytes
    - Viewed (2)
  9. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.app.web.admin.upgrade;
    
    import java.io.IOException;
    import java.util.List;
    import java.util.Map;
    import java.util.stream.Collectors;
    
    import javax.annotation.Resource;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 46.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.dict_configuration=Dictionary List
    labels.dict_list_title=Dictionary List
    labels.dict_list_link=Dictionaries
    labels.dictionary_name=Name
    labels.dictionary_type=Type
    labels.dict_synonym_configuration=Synonym List
    labels.dict_synonym_title=Synonym List
    labels.dict_synonym_list_link=List
    labels.dict_synonym_link_create=Create New
    labels.dict_synonym_link_edit=Edit
    labels.dict_synonym_link_delete=Delete
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
Back to top