- Sort Score
- Result 10 results
- Languages All
Results 141 - 150 of 664 for numbers (0.03 sec)
-
guava/src/com/google/common/io/CharStreams.java
* close or flush either object. * * @param from the object to read from * @param to the object to write to * @return the number of characters copied * @throws IOException if an I/O error occurs */ @CanIgnoreReturnValue public static long copy(Readable from, Appendable to) throws IOException {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 30 17:25:01 UTC 2025 - 10.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Settings.kt
val bit = 1 shl id return set and bit != 0 } /** Returns the value for the setting `id`, or 0 if unset. */ operator fun get(id: Int): Int = values[id] /** Returns the number of settings that have values assigned. */ fun size(): Int = Integer.bitCount(set) // TODO: honor this setting. fun getEnablePush(defaultValue: Boolean): Boolean { val bit = 1 shl ENABLE_PUSH
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 3.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) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/EditForm.java
*/ @Size(max = 1000) public String configId; /** * Returns the current page number for pagination. * This method provides access to the current page number for UI display. * * @return The current page number as a string */ public String getCurrentPageNumber() { return pageNumber; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.2K 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) -
.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/resources/fess_message.properties
constraints.URL.message = {item} is not a valid URL. constraints.Required.message = {item} is required. constraints.TypeInteger.message = {item} must be a number. constraints.TypeLong.message = {item} must be a number. constraints.TypeFloat.message = {item} must be a number. constraints.TypeDouble.message = {item} must be a number. constraints.TypeAny.message = {item} cannot be converted to {propertyType}. constraints.UriType.message = {item} has an unrecognized URI.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
constraints.URL.message = {item} is not a valid URL. constraints.Required.message = {item} is required. constraints.TypeInteger.message = {item} must be a number. constraints.TypeLong.message = {item} must be a number. constraints.TypeFloat.message = {item} must be a number. constraints.TypeDouble.message = {item} must be a number. constraints.TypeAny.message = {item} cannot be converted to {propertyType}. constraints.UriType.message = {item} has an unrecognized URI.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/webapp/js/bootstrap.min.js
e=[],s=t)=>"function"==typeof t?t(...e):s,y=(t,e,s=!0)=>{if(!s)return void v(t);const i=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:s}=window.getComputedStyle(t);const i=Number.parseFloat(e),n=Number.parseFloat(s);return i||n?(e=e.split(",")[0],s=s.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(s))):0})(e)+5;let n=!1;const r=({target:s})=>{s===e&&(n=!0,e.removeEventListener(o,r),v(t))};e.addEventListener(o,r),setTimeout((()=>{n||a(e)}),i)},w=(t,e,s,i)=>{const n=t.length;let...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 58.9K bytes - Viewed (0)