- Sort Score
- Result 10 results
- Languages All
Results 481 - 490 of 578 for cache2 (0.06 sec)
-
CHANGELOG/CHANGELOG-1.4.md
* Fix nil pointer dereference in test framework ([#37583](https://github.com/kubernetes/kubernetes/pull/37583), [@mtaufen](https://github.com/mtaufen)) * Kubelet: Add image cache. ([#38375](https://github.com/kubernetes/kubernetes/pull/38375), [@Random-Liu](https://github.com/Random-Liu))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
fstype: ext3 ``` ([#56147](https://github.com/kubernetes/kubernetes/pull/56147), [@andyzhangx](https://github.com/andyzhangx)) ### Scheduling * Fixed a bug the in scheduler cache by using Pod UID as the cache key instead of namespace/name ([#61069](https://github.com/kubernetes/kubernetes/pull/61069), [@anfernee](https://github.com/anfernee))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.search_result_favorite=Mi piace labels.search_result_favorited=Ti piace labels.search_click_count=Clic ({0}) labels.search_click_views={0} visualizzazioni labels.search_result_more=Dettagli.. labels.search_result_cache=Cache labels.search_result_similar=Risultati simili ({0}) labels.facet_label_title=Etichetta labels.facet_timestamp_title=Periodo labels.facet_timestamp_1day=Ultime 24 ore labels.facet_timestamp_1week=Ultima settimana
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.search_result_favorite=Vind ik leuk labels.search_result_favorited=Vond ik leuk labels.search_click_count=Klikken ({0}) labels.search_click_views={0} weergaven labels.search_result_more=Meer details.. labels.search_result_cache=Cache labels.search_result_similar=Vergelijkbare resultaten ({0}) labels.facet_label_title=Label labels.facet_timestamp_title=Periode labels.facet_timestamp_1day=Afgelopen 24 uur labels.facet_timestamp_1week=Afgelopen week
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/webapp/js/admin/jquery-3.7.1.min.js
unction(e){var t=e[this.expando];return t||(t={},$(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[F(t)]=n;else for(r in t)i[F(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][F(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.search_result_favorite=Gefällt mir labels.search_result_favorited=Gefällt mir labels.search_click_count=Klickanzahl ({0}) labels.search_click_views={0} Aufrufe labels.search_result_more=Mehr.. labels.search_result_cache=Cache labels.search_result_similar=Ähnliche Ergebnisse ({0}) labels.facet_label_title=Label labels.facet_timestamp_title=Zeit labels.facet_timestamp_1day=Innerhalb von 24 Stunden
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.34.md
- Added the `DetectCacheInconsistency` feature gate, allowing the API server to periodically verify consistency between its `cache` and `etcd`. Detected inconsistencies reported via the `apiserver_storage_consistency_checks_total` metric and trigger purging of affected cache snapshots. ([#132884](https://github.com/kubernetes/kubernetes/pull/132884), [@serathius](https://github.com/serathius)) [SIG API Machinery, Instrumentation and Testing]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 27 10:36:10 UTC 2025 - 292.8K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.cc
// function. Otherwise return nullptr in result and error Status from the // function. // // If `library_filename` has already been loaded, we return a cached handle. // Device and Kernels/Ops are registered as globals when a library is loaded // for the first time. TF_Library* TF_LoadPluggableDeviceLibrary(const char* library_filename,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 03:53:25 UTC 2025 - 29.5K bytes - Viewed (0) -
docs/de/docs/tutorial/security/first-steps.md
**FastAPI** bietet mehrere Tools auf unterschiedlichen Abstraktionsebenen zur Implementierung dieser Sicherheitsfunktionen. In diesem Beispiel verwenden wir **OAuth2** mit dem **Password**-Flow und einem **Bearer**-Token. Wir machen das mit der Klasse `OAuth2PasswordBearer`. /// info Ein „Bearer“-Token ist nicht die einzige Option. Aber es ist die beste für unseren Anwendungsfall.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.2K bytes - Viewed (0) -
src/test/java/jcifs/config/DelegatingConfigurationTest.java
assertEquals(65024, transactionBufferSize, "Should delegate transaction buffer size"); assertEquals(16, bufferCacheSize, "Should delegate buffer cache size"); assertEquals(1024, notifyBufferSize, "Should delegate notify buffer size"); verify(mockDelegate).getSendBufferSize(); verify(mockDelegate).getReceiveBufferSize();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.7K bytes - Viewed (0)