- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 1,308 for currency (0.05 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/util/ports/ReservedPortRange.java
} finally { lock.unlock(); } } private int getAvailablePort() { int first = current; while (true) { current++; if (current > endPort) { current = startPort; } int candidate = current; if (allocated.contains(candidate) == false && portDetector.isAvailable(candidate)) { allocated.add(candidate);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.8K bytes - Click Count (0) -
android/guava/src/com/google/common/io/MultiReader.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:37:28 GMT 2025 - 2.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/FileAuthPager.java
*/ public void setPageSize(final int pageSize) { this.pageSize = pageSize; } /** * Gets the current page number (1-based). * If the current page number is not set or is invalid, returns the default current page number. * * @return the current page number */ public int getCurrentPageNumber() { if (currentPageNumber <= 0) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AtomicDoubleTest.java
double z = a.getAndAdd(y); assertBitEquals(x, z); assertBitEquals(x + y, a.get()); } } } /** addAndGet adds given value to current, and returns current value */ public void testAddAndGet() { for (double x : VALUES) { for (double y : VALUES) { AtomicDouble a = new AtomicDouble(x); double z = a.addAndGet(y);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 10.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<i class='fa fa-download nav-icon' aria-hidden="true"></i> <p><la:message key="labels.menu_backup" /></p> </a></li></c:if> <c:if test="${fe:permission('admin-maintenance-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/maintenance/')}"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 21K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+platform-support.yml
- name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-darwin kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-unix kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-windowsCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
*/ public void setPageSize(final int pageSize) { this.pageSize = pageSize; } /** * Gets the current page number (1-based). * If not set or invalid, returns the default current page number. * * @return The current page number */ public int getCurrentPageNumber() { if (currentPageNumber <= 0) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
} /** * Gets the current page number. * * @return The current page number */ public int getCurrentPageNumber() { if (currentPageNumber <= 0) { currentPageNumber = getDefaultCurrentPageNumber(); } return currentPageNumber; } /** * Sets the current page number. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/BoostDocPager.java
} /** * Gets the current page number. * @return The current page number. */ public int getCurrentPageNumber() { if (currentPageNumber <= 0) { currentPageNumber = getDefaultCurrentPageNumber(); } return currentPageNumber; } /** * Sets the current page number. * @param currentPageNumber The current page number.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java
} /** * Gets the current page number. * @return the current page number */ public int getCurrentPageNumber() { if (currentPageNumber <= 0) { currentPageNumber = getDefaultCurrentPageNumber(); } return currentPageNumber; } /** * Sets the current page number. * @param currentPageNumber the current page numberCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.3K bytes - Click Count (0)