- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 132 for bump (0.06 sec)
-
CHANGELOG/CHANGELOG-1.31.md
- Fix bug where Server Side Apply causes spurious resourceVersion bumps on no-op patches to custom resources. ([#125263](https://github.com/kubernetes/kubernetes/pull/125263), [@jpbetz](https://github.com/jpbetz)) [SIG API Machinery and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.crawling_info_delete_all_link=Alles verwijderen labels.crawling_info_delete_all_confirmation=Weet u zeker dat u alles wilt verwijderen? labels.crawling_info_delete_all_cancel=Annuleren labels.crawling_info_thread_dump=Thread-dump labels.crawling_info_CrawlerStartTime=Starttijd crawler labels.crawling_info_CrawlerEndTime=Eindtijd crawler labels.crawling_info_CrawlerExecTime=Uitvoeringstijd crawler labels.crawling_info_CrawlerStatus=Crawlerstatus
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
android/guava/src/com/google/common/net/MediaType.java
/* image types */ /** * <a href="https://en.wikipedia.org/wiki/BMP_file_format">Bitmap file format</a> ({@code bmp} * files). * * @since 13.0 */ public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp"); /** * The <a href="https://en.wikipedia.org/wiki/Camera_Image_File_Format">Canon Image File
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
if (remainingNanos < SPIN_THRESHOLD_NANOS) { // Remove the waiter, one way or another we are done parking this thread. removeWaiter(node); break long_wait_loop; // jump down to the busy wait loop } } } oldHead = waitersField; // re-read and loop. } while (oldHead != Waiter.TOMBSTONE); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 33.2K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractFutureState.java
if (remainingNanos < SPIN_THRESHOLD_NANOS) { // Remove the waiter, one way or another we are done parking this thread. removeWaiter(node); break long_wait_loop; // jump down to the busy wait loop } } } oldHead = waitersField; // re-read and loop. } while (oldHead != Waiter.TOMBSTONE); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 34.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: Unauthorized request. */ public static final String ERRORS_unauthorized_request = "{errors.unauthorized_request}"; /** The key of the message: Failed to print a thread dump. */ public static final String ERRORS_failed_to_print_thread_dump = "{errors.failed_to_print_thread_dump}"; /** The key of the message: {0} is not supported. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.facet_filetype_aif=AIF音訊 labels.facet_filetype_midi=MIDI音訊 labels.facet_filetype_mpga=MPGA音訊 labels.facet_filetype_mp4a=MP4A音訊 labels.facet_filetype_oga=OGA音訊 labels.facet_filetype_wepb=WEBP圖像 labels.facet_filetype_bmp=BMP圖像 labels.facet_filetype_ico=ICO圖像 labels.facet_filetype_png=PNG圖像 labels.facet_filetype_svg=SVG圖像 labels.facet_filetype_tiff=TIFF圖像 labels.facet_filetype_jpg=JPEG圖像 labels.facet_filetype_archive=存檔
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String SYSTEM_USER = "system"; /** Empty user ID placeholder. */ public static final String EMPTY_USER_ID = "<empty>"; /** Crawler process command for thread dump. */ public static final String CRAWLER_PROCESS_COMMAND_THREAD_DUMP = "thread_dump"; // ============================================================ // Path and Configuration Constants
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
cmd/peer-rest-client.go
resp, err := getLastDayTierStatsRPC.Call(ctx, client.gridConn(), grid.NewMSS()) if err != nil || resp == nil { return DailyAllTierStats{}, err } return *resp, nil } // DevNull - Used by netperf to pump data to peer func (client *peerRESTClient) DevNull(ctx context.Context, r io.Reader) error { respBody, err := client.callWithContext(ctx, peerRESTMethodDevNull, nil, r, -1) if err != nil { return err }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Sep 09 16:58:30 UTC 2024 - 26.1K bytes - Viewed (0) -
docs/en/docs/deployment/docker.md
Using Linux containers has several advantages including **security**, **replicability**, **simplicity**, and others. /// tip In a hurry and already know this stuff? Jump to the [`Dockerfile` below 👇](#build-a-docker-image-for-fastapi). /// <details> <summary>Dockerfile Preview 👀</summary> ```Dockerfile FROM python:3.9 WORKDIR /code
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 29.5K bytes - Viewed (1)