- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for minste (0.03 sec)
-
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
* SetView}. */ abstract int minSize(); /** * Returns the {@link #minSize()} of {@code set} if it is a {@link SetView}, or the exact {@link * #size()} of {@code set} otherwise. */ static int minSize(Set<?> set) { return set instanceof SetView ? ((SetView<?>) set).minSize() : set.size(); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
protected final Set<String> inlineMimeTypeSet = new HashSet<>(); /** Cache for facet responses */ protected Cache<String, FacetResponse> facetCache; /** Duration for facet cache in seconds (10 minutes) */ protected long facetCacheDuration = 60 * 10L; /** Length of text fragment prefix */ protected int textFragmentPrefixLength; /** Length of text fragment suffix */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* In order to remain backwards compatible, the new controller only manages attach/detach...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0)