Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for templates (0.18 sec)

  1. src/main/resources/fess_indices/fess_log.search_log/search_log.json

    {
        "dynamic_templates": [
          {
            "headers": {
              "path_match": "headers.*",
              "mapping": {
                "type": "keyword"
              }
            }
          },
          {
            "search_fields": {
              "path_match": "searchField.*",
              "mapping": {
                "type": "keyword"
              }
            }
          },
          {
            "documents": {
              "path_match": "documents.*",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 25 13:38:21 GMT 2022
    - 1.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java

            final MessageManager messageManager = getMessageManager();
            return new SMailDogmaticPostalPersonnel() {
    
                // *if you need user locale switching or templates from database,
                // override createConventionReceptionist() (see the method for the details)
                @Override
                protected SMailConventionReceptionist createConventionReceptionist() {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 7K bytes
    - Viewed (0)
  3. pom.xml

    								<user>${packaging.fess.user}</user>
    								<group>${packaging.fess.group}</group>
    							</mapper>
    						</data>
    						<!-- Add var directory -->
    						<data>
    							<type>template</type>
    							<paths>
    								<path>${packaging.fess.var.dir}</path>
    							</paths>
    							<mapper>
    								<type>perm</type>
    								<dirmode>755</dirmode>
    								<user>${packaging.fess.user}</user>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  4. src/main/webapp/js/bootstrap.min.js.map

    config.content === 'number') {\n      config.content = config.content.toString()\n    }\n\n    Util.typeCheckConfig(\n      NAME,\n      config,\n      this.constructor.DefaultType\n    )\n\n    if (config.sanitize) {\n      config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn)\n    }\n\n    return config\n  }\n\n  _getDelegateConfig() {\n    const config = {}\n\n    if (this.config) {\n      for (const key in this.config) {\n        if (this.constructor.Default[key]...
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jan 11 06:54:28 GMT 2020
    - 189.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

                { "aliases", "allocation", "count", "fielddata", "health", "indices", "master", "nodeattrs", "nodes", "pending_tasks",
                        "plugins", "recovery", "repositories", "thread_pool", "shards", "segments", "snapshots", "templates" };
    
        // ===================================================================================
        //                                                                           Attribute
        //
    
        @Resource
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_aws/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/_cloud/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/script/ScriptEngine.java

     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.script;
    
    import java.util.Map;
    
    public interface ScriptEngine {
        Object evaluate(final String template, final Map<String, Object> paramMap);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 793 bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/doc.json

    {
        "dynamic_templates": [
          {
            "lang_ar": {
              "match": "*_ar",
              "mapping": {
                "type": "text",
                "analyzer": "arabic_analyzer"
              }
            }
          },
          {
            "lang_bg": {
              "match": "*_bg",
              "mapping": {
                "type": "text",
                "analyzer": "bulgarian_analyzer"
              }
            }
          },
          {
            "lang_bn": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                doc.put(HL_CACHE, StringUtil.EMPTY);
            }
    
            try {
                final Template template = handlebars.compile(cacheTemplateName);
                final Context hbsContext = Context.newContext(doc);
                return template.apply(hbsContext);
            } catch (final Exception e) {
                logger.warn("Failed to create a cache response.", e);
            }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 40.1K bytes
    - Viewed (2)
Back to top