- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 22 for Schack (0.06 sec)
-
admin_scheduler_edit.jsp
<la:errors property="jobLogging"/> L102: <div class="form-check"> L103: <la:checkbox styleId="jobLogging" styleClass="form-check-input" property="jobLogging"/> L104: <label for="jobLogging" class="form-check-label"> L105: <la:message key="labels.enabled"/> L106: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Mon Jan 16 12:54:35 UTC 2023 9.6K bytes -
UriTypeValidatorTest.java
"http://www.foo.com/"; L27: assertTrue(UriTypeValidator.check(protocols, values)); L28: L29: protocols = new String[] { "http:" }; L30: values = "http://www.foo.com/\nhttp://www.bar.com/"; L31: assertTrue(UriTypeValidator.check(protocols, values)); L32: L33: protocols = new String[] { "http:" }; L34: values = "http://www.foo.com/ \r\nhttp://www.bar.com/"; L35: assertTrue(UriTypeValidator.check(protocols, values)); L36: L37: protocols = new String[]...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3.2K bytes -
documentMap.dfprop
o isCheckColumnDefOrderDiff: (NotRequired - Default false) L138: # Does it check differences of column-def order? L139: # (except added or deleted columns) L140: # L141: #; isCheckColumnDefOrderDiff = false L142: # - - - - - - - - - -/ L143: L144: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L145: # o isCheckDbCommentDiff: (NotRequired - Default false) L146: # Does it check differences of table or column or others comment? L147: # L148: #; isCheckDbCommentDiff...github.com/codelibs/fess/dbflute_fess/dfprop/do...Sat Oct 31 23:35:14 UTC 2015 9.4K bytes -
dbflute.xml
name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" /> L7: L8: <target name="mydbflute.check"> L9: <condition property="mydbflute.exists"> L10: <available file="${mydbflute.dir}" type="dir" /> L11: </condition> L12: </target> L13: L14: <target name="download.dbflute" depends="mydbflute.check" unless="mydbflute.exists"> L15: <mkdir dir="${mydbflute.dir}" /> L16: <get dest="${target.dir}/mydbflute.zip"> L17: <url url="${mydbflute.url}"...github.com/codelibs/fess/dbflute.xmlSat Sep 21 05:37:26 UTC 2024 1000 bytes -
README.md
Kibana can't connect Elasticsearch. L26: L27:A. Please check `${KIBANA_HOME}/config/kibana.yml` and set correct Elasticsearch URL. L28: L29:Example: L30:``` L31:# The Elasticsearch instance to use for all your queries. L32:elasticsearch.url: "http://localhost:9201" L33:``` L34: L35:#### Q. I imported "fess\_log.ndjson" but no results found. L36: L37:A. Is there any search logs? If it still does not resolve, it may be caused by TimeZone. Please check **Settings** -> **Advanced** -> **dateFormat:tz**....github.com/codelibs/fess/src/main/assemblies/ex...Mon Aug 12 01:26:21 UTC 2019 1.2K bytes -
packaging.properties
L1:# Properties used to build to the RPM package L2:# L3: L4:# Environment file L5:packaging.env.file=/etc/sysconfig/fess L6: L7:# Default configuration directory and file to use in bin/plugin script L8: L9:# Simple marker to check that properties are correctly overridden L10:packaging.type=rpm L11: L12:# Custom header for package scripts L13:packaging.scripts.header= L14:packaging.scripts.footer=# Built for ${project.name}-${project.version} (${packaging.type})...github.com/codelibs/fess/src/packaging/rpm/pack...Thu Dec 10 01:24:02 UTC 2015 420 bytes -
packaging.properties
L1:# Properties used to build to the DEB package L2:# L3: L4:# Environment file L5:packaging.env.file=/etc/default/fess L6: L7:# Simple marker to check that properties are correctly overridden L8:packaging.type=deb L9: L10:# Custom header for package scripts L11:packaging.scripts.header=#!/bin/sh${line.separator}set -e L12:packaging.scripts.footer=exit 0${line.separator}# Built for ${project.name}-${project.version} (${packaging.type})...github.com/codelibs/fess/src/packaging/deb/pack...Thu Dec 10 01:24:02 UTC 2015 401 bytes -
UriTypeValidator.java
} L36: L37: @Override L38: public boolean isValid(final String value, final ConstraintValidatorContext context) { L39: if (StringUtil.isNotBlank(value)) { L40: return check(protocols, value); L41: } L42: return true; L43: } L44: L45: protected static boolean check(final String[] protocols, final String value) { L46: final String[] paths = value.split("[\r\n]"); L47: for (final String path : paths) { L48: if (StringUtil.isNotBlank(path)...github.com/codelibs/fess/src/main/java/org/code...Mon Jun 17 13:37:12 UTC 2024 2.3K bytes -
_readme.txt
L1:Directory for ReplaceSchema task L2: L3:replace-schema-*.sql: L4:DDL statements for creation of your schema. L5:You should write your own DDL statements in this file. L6:(A SQL separator is semicolon ";") L7: L8:take-finally-*.sql: L9:SQL statements for check loaded data (or DDL after data loading) L10:You should write your own SQL statements in this file. L11:(basically same specifications as replace-schema.sql) L12: L13:The "data" directory is for data loading like this: L14:/- - - - - - - - - - - - -...github.com/codelibs/fess/dbflute_fess/playsql/_...Sat Jul 04 22:46:31 UTC 2015 1.3K bytes -
fess
arch-independent-package-contains-binary-or-object L3:# Not stripping external libraries L4:fess binary: unstripped-binary-or-object L5:# Ignore arch dependent warnings, we chose the right libs on start L6:fess binary: arch-dependent-file-in-usr-share L7:# Please check our changelog at https://github.com/codelibs/fess L8:fess binary: changelog-file-missing-in-native-package...github.com/codelibs/fess/src/packaging/deb/lint...Thu Dec 10 01:24:02 UTC 2015 439 bytes