- Sort Score
- Result 10 results
- Languages All
Results 1141 - 1150 of 5,836 for Public (0.05 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResultData.java
*/ public void setChildUrlSet(final Set<RequestData> childUrlSet) { this.childUrlSet = childUrlSet; } /** * Get the encoding. * @return encoding */ public String getEncoding() { return encoding; } /** * Set the encoding. * @param encoding the encoding to set */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/ca/bs/BsFavoriteLogCA.java
opLambda.callback(builder); } } public void setCreatedAt_DateRange() { setCreatedAt_DateRange(null); } public void setCreatedAt_DateRange(ConditionOptionCall<DateRangeAggregationBuilder> opLambda) { setCreatedAt_DateRange("createdAt", opLambda, null); } public void setCreatedAt_DateRange(ConditionOptionCall<DateRangeAggregationBuilder> opLambda,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 28.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ContiguousSetTest.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
private int currentPageNumber; /** The ID of the stemmer override dictionary. */ public String id; /** * Default constructor. */ public StemmerOverridePager() { // Default constructor } /** * Clears all pagination state and resets to default values. */ public void clear() { allRecordCount = 0; allPageCount = 0; existPrePage = false;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessRegisterRequest.java
*/ public void setShareName(String shareName) { this.shareName = shareName; } /** * Gets the server address. * * @return the server address */ public String getServerAddress() { return serverAddress; } /** * Sets the server address. * * @param serverAddress the server address */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/SuggestSettings.java
} /** * Default keys for suggest settings. */ public static class DefaultKeys { /** Index key. */ public static final String INDEX = "index"; /** Supported fields key. */ public static final String SUPPORTED_FIELDS = "supportedFields"; /** Tag field name key. */ public static final String TAG_FIELD_NAME = "tagFieldName"; /** Role field name key. */
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 18.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CustomSizeValidatorTest.java
import jakarta.validation.Payload; public class CustomSizeValidatorTest extends UnitFessTestCase { private CustomSizeValidator validator; @Override public void setUp() throws Exception { super.setUp(); validator = new CustomSizeValidator(); } public void test_constructor() { assertNotNull(validator); } public void test_isValid_nullValue() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 5.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/FunctionsTest.java
* @author Mike Bostock * @author Vlad Patryshev */ @GwtCompatible @NullMarked public class FunctionsTest extends TestCase { public void testIdentity_same() { Function<@Nullable String, @Nullable String> identity = Functions.identity(); assertNull(identity.apply(null)); assertSame("foo", identity.apply("foo")); } public void testIdentity_notSame() { Function<Long, Long> identity = Functions.identity();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/CollectionsUtil.java
public static <E> TreeSet<E> newTreeSet() { return new TreeSet<>(); } /** * Creates and returns a new instance of {@link TreeSet}. * * @param <E> the element type of {@link TreeSet} * @param c the collection of elements to be placed in the set * @return a new instance of {@link TreeSet} * @see TreeSet#TreeSet(Collection) */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 49.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
@Override public @Nullable E higher(@ParametricNullness E e) { return forward.lower(e); } @Override public @Nullable E pollFirst() { return forward.pollLast(); } @Override public @Nullable E pollLast() { return forward.pollFirst(); } @Override public NavigableSet<E> descendingSet() { return forward; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0)