- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 77 for expiresAt (0.05 sec)
-
android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java
} }); } threadPool.shutdown(); threadPool.awaitTermination(300, SECONDS); // Since we're not doing any more cache operations, and the cache only expires/evicts when doing // other operations, the cache and the removal queue won't change from this point on. // Verify that each received removal notification was valid
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.1K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/CacheBuilderTest.java
} }); } threadPool.shutdown(); threadPool.awaitTermination(300, SECONDS); // Since we're not doing any more cache operations, and the cache only expires/evicts when doing // other operations, the cache and the removal queue won't change from this point on. // Verify that each received removal notification was valid
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
response.header("Pragma", "no-cache"); response.header("Cache-Control", "no-cache"); response.header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT"); response.contentTypeOctetStream(); return response.stream(out -> { try { downloadObject(getObjectName(pi.getPath(), pi.getName()), out);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.csvFileEncoding=CSV編碼 labels.defaultLabelValue=預設標籤 labels.designFileName=檔案名稱 labels.incrementalCrawling=檢查上次修改時間 labels.errorCount=錯誤數 labels.errorLog=錯誤日誌 labels.errorName=錯誤名稱 labels.expiredTime=有效期 labels.expires=過期 labels.failureCountThreshold=失敗次數 labels.fileConfigName=檔案爬網配置名稱 labels.fileName=檔案名稱 labels.handlerName=處理程式名稱 labels.handlerParameter=參數 labels.handlerScript=腳本 labels.popularWord=熱門詞
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java
* Future} is "completed" even if it is cancelled while its underlying work continues on a * thread, an RPC, etc. The {@code Future} is also "completed" if it fails "early" -- for * example, if the deadline expires on a {@code Future} returned from {@link * Futures#withTimeout} while the {@code Future} it wraps continues its underlying work. So * beware: <i>Your {@code AsyncCallable} should not complete its {@code Future} until it is
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 23 15:26:56 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Field name for click count in the index. index.field.click_count=click_count # Field name for config ID in the index. index.field.config_id=config_id # Field name for expiration date in the index. index.field.expires=expires # Field name for URL in the index. index.field.url=url # Field name for document ID in the index. index.field.doc_id=doc_id # Field name for internal ID in the index. index.field.id=_id
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
/** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(PluginHelper.class); /** * Cache for storing available artifacts by type. * The cache expires after 5 minutes and has a maximum size of 10 entries. */ protected LoadingCache<ArtifactType, Artifact[]> availableArtifacts = CacheBuilder.newBuilder() .maximumSize(10)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
fun responseCookies() { server.enqueue( MockResponse( headers = headersOf( "Set-Cookie", "a=b; Expires=Thu, 01 Jan 1970 00:00:00 GMT", "Set-Cookie", "c=d; Expires=Fri, 02 Jan 1970 23:59:59 GMT; path=/bar; secure", ), ), ) val cookieJar = RecordingCookieJar() client = client
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.designFileName=Dateiname labels.incrementalCrawling=Letzte Änderung prüfen labels.errorCount=Fehleranzahl labels.errorLog=Fehlerprotokoll labels.errorName=Fehlername labels.expiredTime=Ablaufzeit labels.expires=Läuft ab labels.failureCountThreshold=Fehleranzahlschwelle labels.fileConfigName=Dateicrawl-Konfigurationsname labels.fileName=Dateiname labels.handlerName=Handler-Name labels.handlerParameter=Parameter
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. config_id */ String INDEX_FIELD_config_id = "index.field.config_id"; /** The key of the configuration. e.g. expires */ String INDEX_FIELD_EXPIRES = "index.field.expires"; /** The key of the configuration. e.g. url */ String INDEX_FIELD_URL = "index.field.url"; /** The key of the configuration. e.g. doc_id */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)