- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 123 for click (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/MonotonicClock.java
package org.apache.maven.api; import java.time.Clock; import java.time.Duration; import java.time.Instant; import java.time.ZoneId; import java.time.ZoneOffset; /** * A Clock implementation that combines monotonic timing with wall-clock time. * <p> * This class provides precise time measurements using {@link System#nanoTime()} * while maintaining wall-clock time information in UTC. The wall-clock time
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.6K bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
void testClockTimezone() { MonotonicClock clock = MonotonicClock.get(); assertEquals(ZoneOffset.UTC, clock.getZone(), "Clock should use UTC timezone"); // Verify that attempting to change timezone returns the same instance Clock newClock = clock.withZone(ZoneId.systemDefault()); assertSame(clock, newClock, "withZone() should return the same clock instance"); } @Test
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.8K bytes - Viewed (0) -
docs/es/docs/help-fastapi.md
¿Te gusta **FastAPI**? ¿Te gustaría ayudar a FastAPI, a otros usuarios y al autor? ¿O te gustaría conseguir ayuda con **FastAPI**? Hay formas muy sencillas de ayudar (varias implican solo uno o dos clics). Y también hay varias formas de conseguir ayuda. ## Suscríbete al boletín Puedes suscribirte al (esporádico) boletín [**FastAPI and friends**](newsletter.md){.internal-link target=_blank} para mantenerte al día sobre:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.search_result_sort_last_modified_asc=Última modificación (asc) labels.search_result_sort_last_modified_desc=Última modificación (desc) labels.search_result_sort_click_count_asc=Clics (asc) labels.search_result_sort_click_count_desc=Clics (desc) labels.search_result_sort_favorite_count_asc=Favoritos (asc) labels.search_result_sort_favorite_count_desc=Favoritos (desc) labels.search_result_sort_multiple=Múltiple
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
citi citic city city.hu civilaviation.aero ck.ua cl cl.it claims clan.rip cleaning clerk.app clerkstage.app cleverapps.cc cleverapps.io cleverapps.tech click clickrising.net client.scrypted.io clinic clinique clothing cloud cloud-ip.biz cloud.fedoraproject.org cloud.goog cloud.interhostsolutions.be cloud.nospamproxy.com cloud66.ws
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2) -
src/main/java/jcifs/smb1/dcerpc/rpc.java
*/ public short time_hi_and_version; /** * The high field of the clock sequence multiplexed with the variant. */ public byte clock_seq_hi_and_reserved; /** * The low field of the clock sequence. */ public byte clock_seq_low; /** * The spatially unique node identifier (6 bytes). */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/rpc.java
/** The high field of the timestamp multiplexed with the version number */ public short time_hi_and_version; /** The high field of the clock sequence multiplexed with the variant */ public byte clock_seq_hi_and_reserved; /** The low field of the clock sequence */ public byte clock_seq_low; /** The spatially unique node identifier */ public byte[] node; @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
element instead of an anchor tag.\n// If you want the anchor version, it requires `href=\"#\"`.\n// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile\n\n// stylelint-disable-next-line selector-no-qualifying-type\nbutton.close {\n padding: 0;\n background-color: transparent;\n border: 0;\n}\n\n// Future-proof disabling of clicks on `<a>` elements\n\n// stylelint-disable-next-line selector-no-qualifying-type\na.close.disabled {\n pointer-events: none;\n}\n",".toast {\n // Prevents...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 639.3K bytes - Viewed (1) -
src/main/resources/fess_label_it.properties
labels.search_result_sort_last_modified_asc=Ultima modifica (asc) labels.search_result_sort_last_modified_desc=Ultima modifica (desc) labels.search_result_sort_click_count_asc=Clic (asc) labels.search_result_sort_click_count_desc=Clic (desc) labels.search_result_sort_favorite_count_asc=Preferiti (asc) labels.search_result_sort_favorite_count_desc=Preferiti (desc) labels.search_result_sort_multiple=Multiplo
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/internal/concurrent/TaskFaker.kt
}, logger = logger, ) /** Runs all tasks that are ready. Used by the test thread only. */ fun runTasks() { advanceUntil(nanoTime) } /** Advance the simulated clock, then runs tasks that are ready. Used by the test thread only. */ fun advanceUntil(newTime: Long) { taskRunner.assertLockNotHeld() taskRunner.withLock { check(currentTask == TestThreadSerialTask)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 11.9K bytes - Viewed (0)