- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 21 for PRE (0.01 seconds)
-
architecture/standards/0007-java-pre-requisite.md
## Consequences - Finalize Daemon JVM toolchain support, including auto-provisioning. - To stop requiring a pre-installed Java runtime for the Gradle Wrapper and Launcher, Gradle will need to find an alternative.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 3.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/taglib/FessFunctionsTest.java
assertEquals("<pre class=\"prettyprint\"></pre>", value); code = "aaa"; value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code); assertEquals("<pre class=\"prettyprint\">aaa</pre>", value); code = "aaa\nbbb"; value = FessFunctions.formatCode("L", "prettyprint", "text/plain", code); assertEquals("<pre class=\"prettyprint\">aaa\nbbb</pre>", value);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/help_ko.jsp
예를 들어, Fess 또는 CodeLibs를 포함하는 문서를 검색하려면 다음과 같이 입력합니다. <pre>Fess OR CodeLibs</pre> </dd> <dt>와일드카드</dt> <dd> 검색어에 1 문자 이상의 문자 와일드 카드를 지원합니다. ?는 단일 문자 와일드 카드로 지정할 수 *는 여러 문자 와일드 카드로 지정할 수 있습니다. <pre>Fess*</pre> 또는 <pre>Fe?s</pre> 검색어의 첫 번째 문자는 사용할 수 없습니다. </dd> <dt>범위검색</dt> <dd> 범위 검색 필드 값의 범위를 지정하여 그 조건에 일치하는 문서를 검색합니다. 범위의 경계 값을 포함하려면 []를 사용하여 포함하지 않는 경우는 {}을 이용합니다.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 26 14:01:31 GMT 2018 - 3.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/help_ja.jsp
たとえば、Fess または CodeLibs を含むドキュメントを検索するには次のように入力します。 <pre>Fess OR CodeLibs</pre> </dd> <dt>ワイルドカード</dt> <dd> 検索語内で 1 文字または複数文字のワイルドカードをサポートしています。 ? は 1 文字のワイルドカードとして指定でき、* は複数文字のワイルドカードとして指定することができます。 <pre>Fess*</pre> または <pre>Fe?s</pre> 検索語の先頭文字では利用できません。 </dd> <dt>範囲検索</dt> <dd> 範囲検索はフィールド値の範囲を指定することでその条件にマッチするドキュメントを検索します。 範囲の境界値を含める場合は [] を利用して、含めない場合は {} を利用します。
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 26 14:01:31 GMT 2018 - 3.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/help.jsp
a query. AND operator matches documents where both terms exist anywhere in the text of a single document. <pre>Fess AND CodeLibs</pre> </dd> </dd> <dt>OR</dt> <dd> OR operator matches documents where any terms exist anywhere in the text of a single document. <pre>Fess OR CodeLibs</pre> </dd> <dt>Wildcard</dt> <dd> single and multiple character wildcard searches within single terms
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 26 14:01:31 GMT 2018 - 2.4K bytes - Click Count (0) -
src/packaging/common/scripts/prerm
${packaging.scripts.header} # # This script is executed in the pre-remove phase # # On Debian, # $1=remove : indicates a removal # $1=upgrade : indicates an upgrade # # On RedHat, # $1=0 : indicates a removal # $1=1 : indicates an upgrade STOP_REQUIRED=false case "$1" in # Debian #################################################### remove)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 29 07:34:32 GMT 2018 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/annotation/Secured.java
* attributes for business methods. * <p> * For example: * * <pre> * @Secured({ "ROLE_USER" }) * public void create(Contact contact); * * @Secured({ "ROLE_USER", "ROLE_ADMIN" }) * public void update(Contact contact); * * @Secured({ "ROLE_ADMIN" }) * public void delete(Contact contact); * </pre> */ @Target({ ElementType.METHOD, ElementType.TYPE })
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/config/exentity/JobLogTest.java
assertSame(scheduledJob, jobLog.getScheduledJob()); } @Test public void test_setId_preGeneratedId() { final JobLog jobLog = new JobLog(); jobLog.setId("pre-generated-id-123"); assertEquals("pre-generated-id-123", jobLog.getId()); } @Test public void test_setId_overwriteExisting() { final JobLog jobLog = new JobLog(); jobLog.setId("first-id");
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 3.7K bytes - Click Count (0) -
src/packaging/common/scripts/preinst
${packaging.scripts.header} # # This script is executed in the pre-installation phase # # On Debian, # $1=install : indicates an new install # $1=upgrade : indicates an upgrade # # On RedHat, # $1=1 : indicates an new install # $1=2 : indicates an upgrade # Sets the default values for fess variables used in this script FESS_USER="${packaging.fess.user}" FESS_GROUP="${packaging.fess.group}"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 01 09:48:15 GMT 2016 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/entity/HighlightInfo.java
return this; } /** * Gets the custom pre-tags for highlighting. * * @return the pre-tags array, or null if using defaults */ public String[] getPreTags() { return preTags; } /** * Sets the custom pre-tags for highlighting with fluent interface. * * @param preTags the pre-tags to setCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 05 10:17:07 GMT 2026 - 5.2K bytes - Click Count (0)