- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 5,635 for expires (0.26 sec)
-
android/guava/src/com/google/common/util/concurrent/Futures.java
} /** * Returns a future that delegates to another but will finish early (via a {@link * TimeoutException} wrapped in an {@link ExecutionException}) if the specified duration expires. * * <p>The delegate future is interrupted and cancelled if it times out. * * @param delegate The future to delegate to. * @param time when to time out the future
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 64.3K 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_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) -
src/main/resources/fess_label_nl.properties
labels.designFileName=Bestandsnaam labels.incrementalCrawling=Controleer laatste wijzigingsdatum labels.errorCount=Aantal fouten labels.errorLog=Foutenlog labels.errorName=Foutnaam labels.expiredTime=Vervaldatum labels.expires=Vervalt labels.failureCountThreshold=Foutdrempel labels.fileConfigName=Bestandscrawlconfiguratienaam labels.fileName=Bestandsnaam labels.handlerName=Handlernaam labels.handlerParameter=Parameter
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
cmd/sts-handlers.go
return } expiry, err := globalIAMSys.STSTLSConfig.GetExpiryDuration(r.Form.Get(stsDurationSeconds)) if err != nil { writeSTSErrorResponse(ctx, w, ErrSTSMissingParameter, err) return } // We set the expiry of the temp. credentials to the minimum of the // configured expiry and the duration until the certificate itself // expires.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 36.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/action/FessLabels.java
public static final String LABELS_ERROR_NAME = "{labels.errorName}"; /** The key of the message: Expired Time */ public static final String LABELS_EXPIRED_TIME = "{labels.expiredTime}"; /** The key of the message: Expires */ public static final String LABELS_EXPIRES = "{labels.expires}"; /** The key of the message: Failure Count */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.designFileName=Имя файла labels.incrementalCrawling=Проверить последнее изменение labels.errorCount=Количество ошибок labels.errorLog=Журнал ошибок labels.errorName=Имя ошибки labels.expiredTime=Время истечения labels.expires=Истекает labels.failureCountThreshold=Порог количества сбоев labels.fileConfigName=Имя конфигурации сканирования файлов labels.fileName=Имя файла labels.handlerName=Имя обработчика labels.handlerParameter=Параметр
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 55.8K bytes - Viewed (0)