- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 1,126 for setB (0.02 sec)
-
src/main/java/org/codelibs/fess/job/UpdateLabelJob.java
logger.error("Could not update labels.", e); resultBuf.append(e.getMessage()).append("\n"); } return resultBuf.toString(); } /** * Sets the query builder for filtering documents. * * @param queryBuilder the query builder to filter documents * @return this UpdateLabelJob instance for method chaining */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/TableCollectionTest.java
// Not testing rowKeySet() or columnKeySet() of Table.transformValues() // since the transformation doesn't affect the row and column key sets. suite.addTest( SetTestSuiteBuilder.using( new TestStringSetGenerator() { @Override protected Set<String> create(String[] elements) { Table<String, Integer, Character> table =
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/Pair.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/crypto/CachedCipher.java
} /** * Returns the algorithm. * * @return the algorithm */ public String getAlgorithm() { return algorithm; } /** * Sets the algorithm. * * @param algorithm * the algorithm */ public void setAlgorithm(final String algorithm) { this.algorithm = algorithm; } /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 11.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/graph/TestUtil.java
/** * In some cases our graph implementations return custom sets that define their own size() and * contains(). Verify that these sets are consistent with the elements of their iterator. */ @CanIgnoreReturnValue static <T> Set<T> sanityCheckSet(Set<T> set) { assertThat(set).hasSize(Iterators.size(set.iterator())); for (Object element : set) { assertThat(set).contains(element); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Jan 18 02:54:30 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java
statsLogger.info(buf.toString()); } /** * Sets the name of the logger used for statistics output. * * @param loggerName the logger name to use */ public void setLoggerName(final String loggerName) { this.loggerName = loggerName; } /** * Sets the maximum number of statistics objects to cache. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.4K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Request.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 13.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/ProcessHelper.java
} } return -1; } /** * Gets the set of session IDs for all currently running processes. * * @return set of session IDs for running processes */ public Set<String> getRunningSessionIdSet() { return runningProcessMap.keySet(); } /** * Sets the timeout for process destruction. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/SAXParserFactoryUtil.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/BaseApiManager.java
* Gets the path prefix for API endpoints. * @return The path prefix. */ public String getPathPrefix() { return pathPrefix; } /** * Sets the path prefix for API endpoints. * @param pathPrefix The path prefix to set. */ public void setPathPrefix(final String pathPrefix) { this.pathPrefix = pathPrefix; } /** * Gets the format type for the request.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0)