- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for Arrange (1.48 sec)
-
src/test/java/org/codelibs/curl/CurlTest.java
public void test_GetFactoryMethod() { // ## Arrange ## final String url = "http://example.com"; // ## Act ## final CurlRequest request = Curl.get(url); // ## Assert ## assertNotNull(request); assertEquals(Method.GET, request.method()); } @Test public void test_PostFactoryMethod() { // ## Arrange ## final String url = "http://example.com";
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 16.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/TermRangeQueryCommand.java
} /** * Converts a TermRangeQuery to a QueryBuilder with the given boost value. * Handles both search fields and default field queries with proper range semantics. * * @param context the query context * @param termRangeQuery the term range query to convert * @param boost the boost value to apply * @return the converted QueryBuilder */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryFile.java
*/ public boolean isExistNextPage() { return currentPageNumber != allPageCount; } /** * Sets the page range size for navigation. * * @param pageRangeSize the page range size to set */ public void setPageRangeSize(final int pageRangeSize) { this.pageRangeSize = pageRangeSize; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 07:09:00 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
// ============== /** * Creates a new access context arranger for database operations. * This method provides a dummy implementation as Fess does not use DBFlute extensively. * * @return a new access context arranger */ @Override protected AccessContextArranger newAccessContextArranger() { // for frameworkRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 15K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CharUtilTest.java
assertFalse(CharUtil.isUrlChar('`')); // backtick (just before 'a') assertFalse(CharUtil.isUrlChar('{')); // left brace (just after 'z') assertFalse(CharUtil.isUrlChar('^')); // caret (before 'a' range) assertFalse(CharUtil.isUrlChar('|')); // pipe (not in valid set) }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 5.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapUrl.java
* "never" so that they can handle unexpected changes to those pages. */ private String changefreq; /** * The priority of this URL relative to other URLs on your site. Valid * values range from 0.0 to 1.0. This value does not affect how your pages * are compared to pages on other sites—it only lets the search engines know * which pages you deem most important for the crawlers. *
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/resources/fess_message_tr.properties
constraints.NotBlank.message = {item} gereklidir. constraints.NotEmpty.message = {item} gereklidir. constraints.ParametersScriptAssert.message = "{script}" betik ifadesi doğru değil. constraints.Range.message = {item}, {min} ile {max} arasında olmalıdır. constraints.SafeHtml.message = {item} güvenli olmayan HTML içeriği içeriyor. constraints.ScriptAssert.message = "{script}" betik ifadesi doğru değil.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 21:12:48 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
this.crawlerRunning = crawlerRunning; } /** * Represents a rule for controlling crawler intervals. * Each rule defines a time range, applicable days, and delay amount. */ public static class IntervalRule { /** Starting hour of the interval */ protected int fromHours; /** Starting minute of the interval */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @return true if the CPU load is within the acceptable range, false otherwise. */ public boolean calibrateCpuLoad() { return calibrateCpuLoad(0L); } /** * Calibrates the CPU load with a timeout. * * @param timeoutInMillis The timeout in milliseconds. * @return true if the CPU load is within the acceptable range, false otherwise. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 08:30:43 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
constraints.NotBlank.message = {item} wajib diisi. constraints.NotEmpty.message = {item} wajib diisi. constraints.ParametersScriptAssert.message = Ekspresi script "{script}" tidak benar. constraints.Range.message = {item} harus antara {min} dan {max}. constraints.SafeHtml.message = {item} mengandung konten HTML yang tidak aman. constraints.ScriptAssert.message = Ekspresi script "{script}" tidak benar.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0)