- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 822 for numer (0.09 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'query.highlight.number.of.fragments'. <br> * The value is, e.g. 2 <br> * comment: Number of fragments for query highlighting. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getQueryHighlightNumberOfFragments(); /** * Get the value for the key 'query.highlight.number.of.fragments' as {@link Integer}. <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
android/guava-tests/test/com/google/common/base/Utf8Test.java
// Anything not assigned was the default 0. return expected; } /** * Helper to run the loop to test all the permutations for the number of bytes specified. * * @param numBytes the number of bytes in the byte array * @param expectedCount the expected number of roundtrippable permutations */ @GwtIncompatible // java.nio.charset.Charset private static void testBytes(int numBytes, long expectedCount) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/CrawlingInfoHelper.java
} /** * Sets the maximum number of session IDs to include in session ID lists. * This controls the size limit for aggregation results when retrieving session lists. * * @param maxSessionIdsInList the maximum number of session IDs to include in lists */ public void setMaxSessionIdsInList(final int maxSessionIdsInList) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 15.2K bytes - Viewed (0) -
.github/PULL_REQUEST_TEMPLATE.md
add the word "Fixes" before the issue number or link. Do not use "Fixes" if the PR is of kind `failing-test` or `flake`. Reference KEPs when applicable in addition to specific issues. Examples: Fixes #<issue number> <issue link> (issue in a different repository) KEP: https://github.com/kubernetes/enhancements/issues/<kep-issue-number> If there is no associated issue, then write "N/A". -->
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Jun 06 14:40:00 UTC 2025 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/LruHashSet.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
} /** * Gets the total number of words in the suggest index. * * @return The total number of words. */ public long getAllWordsNum() { return suggester.getAllWordsNum(); } /** * Gets the number of words from documents in the suggest index. * * @return The number of document words. */ public long getDocumentWordsNum() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.givenName=Given Name labels.user_surname=Surname labels.surame=Surname labels.user_mail=Mail labels.mail=Mail labels.user_employeeNumber=Employee Number labels.employeeNumber=Employee Number labels.user_telephoneNumber=Telephone Number labels.telephoneNumber=Telephone Number labels.user_homePhone=Home Phone labels.homePhone=Home Phone labels.user_homePostalAddress=Home Postal Address labels.homePostalAddress=Home Postal Address
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/ndr/NdrBuffer.java
*/ public void setLength(final int length) { deferred.length = length; } /** * Advances the buffer index by the specified number of bytes. * * @param n the number of bytes to advance */ public void advance(final int n) { index += n; if (index - start > deferred.length) { deferred.length = index - start; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileInternalInfo.java
*/ @Override public byte getFileInformationLevel() { return FILE_INTERNAL_INFO; } /** * Gets the file index number. * * @return the index number assigned by the file system */ public long getIndexNumber() { return this.indexNumber; } /** * {@inheritDoc} *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/EnumHashBiMap.java
stream.defaultReadObject(); keyTypeOrObjectUnderJ2cl = (Class<K>) requireNonNull(stream.readObject()); /* * TODO: cpovirk - Pre-size the HashMap based on the number of enum values? (But *not* based on * the number of entries in the map, as that makes it easy for hostile inputs to trigger lots of * allocation—not that any program should be deserializing hostile inputs to begin with!) */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 5.2K bytes - Viewed (0)