Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for types (0.16 sec)

  1. LICENSE

          transformation or translation of a Source form, including but
          not limited to compiled object code, generated documentation,
          and conversions to other media types.
    
          "Work" shall mean the work of authorship, whether in Source or
          Object form, made available under the License, as indicated by a
          copyright notice that is included in or attached to the work
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue May 08 21:35:34 GMT 2018
    - 11.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        public static final String MAPPING_TYPE_ARRAY = "array";
    
        public static final String MAPPING_TYPE_STRING = "string";
    
        public static final String MAPPING_TYPE_LONG = "long";
    
        public static final String MAPPING_TYPE_DOUBLE = "double";
    
        public static final String MAPPING_TYPE_DATE = "date";
    
        public static final String MAPPING_TYPE_PDF_DATE = "pdf_date";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  3. dbflute_fess/dfprop/databaseInfoMap.dfprop

        #
        ; variousMap = map:{
            # o objectTypeTargetList: (NotRequired - Default list:{TABLE;VIEW})
            #  If you want to include other object types in generating target,
            #  you should specify the list of included object types as adding.
            #    e.g. Synonym of Oracle --> list:{TABLE ; VIEW ; SYNONYM}
            #  This is only for the main schema. Additional schemas are unconcerned.
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 7.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess_config.role_type/role_type.json

          "name": {
            "type": "keyword"
          },
          "value": {
            "type": "keyword"
          },
          "sortOrder": {
            "type": "integer"
          },
          "createdBy": {
            "type": "keyword"
          },
          "createdTime": {
            "type": "long"
          },
          "updatedBy": {
            "type": "keyword"
          },
          "updatedTime": {
            "type": "long"
          }
        }
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 410 bytes
    - Viewed (0)
  5. src/main/resources/fess_label_fr.properties

    labels.searchlog_title	=	Journal de recherche
    labels.searchlog_log_type	=	Type de journal
    labels.searchlog_log_type_search	=	Journal de recherche
    labels.searchlog_log_type_click	=	Cliquez sur Journal
    labels.searchlog_log_type_favorite	=	Journal favori
    labels.searchlog_log_type_user_info	=	informations de l'utilisateur
    labels.searchlog_log_type_search_keyword	=	Mots clés
    labels.searchlog_log_type_search_zerohit	=	Zéro succès
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String CRAWLER_HOTTHREAD_TIMEOUT = "crawler.hotthread.timeout";
    
        /** The key of the configuration. e.g. cpu */
        String CRAWLER_HOTTHREAD_TYPE = "crawler.hotthread.type";
    
        /** The key of the configuration. e.g. resourceName,X-Parsed-By,Content-Encoding.*,Content-Type.*,X-TIKA.* */
        String CRAWLER_METADATA_CONTENT_EXCLUDES = "crawler.metadata.content.excludes";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  7. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  8. src/main/config/es/fess_config_role_type.json

    {
      "fess_config.role_type" : {
        "aliases" : { },
        "mappings" : {
          "role_type" : {
            "properties" : {
              "createdBy" : {
                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "name" : {
                "type" : "keyword"
              },
              "sortOrder" : {
                "type" : "integer"
              },
              "updatedBy" : {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Dec 02 13:14:56 GMT 2021
    - 950 bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.searchlog_title=Suchverlauf
    labels.searchlog_log_type=Protokollart
    labels.searchlog_log_type_search=Suchverlauf
    labels.searchlog_log_type_click=Klickverlauf
    labels.searchlog_log_type_favorite=Favoritenverlauf
    labels.searchlog_log_type_user_info=Benutzerinformationen
    labels.searchlog_log_type_search_keyword=Schlüsselwörter
    labels.searchlog_log_type_search_zerohit=Null Treffer
    labels.searchlog_log_type_search_zeroclick=Null Klicks
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        default String getJobTemplateTitle(final String type) {
            if (Constants.WEB_CRAWLER_TYPE.equals(type)) {
                return getJobTemplateTitleWeb();
            }
            if (Constants.FILE_CRAWLER_TYPE.equals(type)) {
                return getJobTemplateTitleFile();
            }
            if (Constants.DATA_CRAWLER_TYPE.equals(type)) {
                return getJobTemplateTitleData();
            }
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
Back to top