- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 319 for getValue5 (0.03 sec)
-
src/main/java/org/codelibs/core/misc/Tuple5.java
*/ public T4 getValue4() { return value4; } /** * Sets the fourth value. * * @param value4 * The fourth value */ public void setValue4(final T4 value4) { this.value4 = value4; } /** * Returns the fifth value. * * @return The fifth value */ public T5 getValue5() {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 6.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
|| Constants.MAPPING_TYPE_PDF_DATE.equalsIgnoreCase(mapping.getValue2())) { final String dateFormat; if (StringUtil.isNotBlank(mapping.getValue3())) { dateFormat = mapping.getValue3(); } else if (Constants.MAPPING_TYPE_PDF_DATE.equalsIgnoreCase(mapping.getValue2())) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/Tuple4.java
this.value2 = value2; this.value3 = value3; this.value4 = value4; } /** * Returns the first value. * * @return The first value */ public T1 getValue1() { return value1; } /** * Sets the first value. * * @param value1 * The first value */ public void setValue1(final T1 value1) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 5.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/KeyMatchHelper.java
if (boostList != null) { boostList.forEach(pair -> list.add(new FilterFunctionBuilder(pair.getValue2(), pair.getValue3()))); } }); } /** * Retrieves a list of boosted documents for the specified KeyMatch. * * @param keyMatch The KeyMatch instance.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
assertNotNull(task); assertNotNull(task.getValue1()); assertNotNull(task.getValue2()); assertNotNull(task.getValue3()); assertEquals("task-id", task.getValue1()); assertEquals(path, task.getValue2()); assertEquals("application/pdf", task.getValue3()); } public void test_createTask_withNullPath() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 11.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
return false; } if ("admin".equalsIgnoreCase(v.getValue3()) || "common".equalsIgnoreCase(v.getValue3()) || "error".equalsIgnoreCase(v.getValue3()) || "login".equalsIgnoreCase(v.getValue3()) || "profile".equalsIgnoreCase(v.getValue3())) { return false; } return true;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/Tuple3.java
this.value1 = value1; this.value2 = value2; this.value3 = value3; } /** * Returns the first value. * * @return The first value */ public T1 getValue1() { return value1; } /** * Sets the first value. * * @param value1 * The first value */ public void setValue1(final T1 value1) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 4.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/VirtualHostHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
for (final String target : targets) { final ThumbnailQueue entity = new ThumbnailQueue(); entity.setGenerator(task.getValue1()); entity.setThumbnailId(task.getValue2()); entity.setPath(task.getValue3()); entity.setTarget(target); entity.setCreatedBy(Constants.SYSTEM_USER);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.9K bytes - Viewed (0)