- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 441 for expire (0.03 sec)
-
docs/nl/docs/python-types.md
**FastAPI** is helemaal gebaseerd op deze type hints, ze geven veel voordelen. Maar zelfs als je **FastAPI** nooit gebruikt, heb je er baat bij om er iets over te leren. /// note Als je een Python expert bent en alles al weet over type hints, sla dan dit hoofdstuk over. /// ## Motivatie Laten we beginnen met een eenvoudig voorbeeld: {* ../../docs_src/python_types/tutorial001.py *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 18.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt
* timeouts (due to a problem with the transport). When a stream times out we don't know whether * the problem impacts just one stream or the entire connection. * * To differentiate the two cases we ping the server when a stream times out. If the overall * connection is fine the ping will receive a pong; otherwise it won't. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 31.8K bytes - Viewed (0) -
android/guava/src/com/google/common/io/ByteSource.java
*/ public Optional<Long> sizeIfKnown() { return Optional.absent(); } /** * Returns the size of this source in bytes, even if doing so requires opening and traversing an * entire stream. To avoid a potentially expensive operation, see {@link #sizeIfKnown}. * * <p>The default implementation calls {@link #sizeIfKnown} and returns the value if present. If
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Mar 20 20:55:20 UTC 2025 - 25.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.incrementalCrawling=Comprobar fecha de última modificación labels.errorCount=Número de errores labels.errorLog=Registro de errores labels.errorName=Nombre del error labels.expiredTime=Fecha de caducidad labels.expires=Caduca labels.failureCountThreshold=Umbral de fallos labels.fileConfigName=Nombre de configuración de rastreo de archivos labels.fileName=Nombre de archivo labels.handlerName=Nombre del manejador
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
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 - 43.1K bytes - Viewed (0) -
docs/en/docs/virtual-environments.md
There are many **alternatives** to managing virtual environments, package dependencies (requirements), projects. Once you are ready and want to use a tool to **manage the entire project**, packages dependencies, virtual environments, etc. I would suggest you try <a href="https://github.com/astral-sh/uv" class="external-link" target="_blank">uv</a>. `uv` can do a lot of things, it can:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 22.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
// cid final String configId = crawlingConfig.getConfigId(); if (configId != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldConfigId(), configId); } // expires if (documentExpires != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldExpires(), documentExpires); } // lang final String lang = systemHelper.normalizeHtmlLang(
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.4K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.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.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
// Improved attribute caching with more granular cache validation long currentTime = System.currentTimeMillis(); if (this.attrExpiration > currentTime) { log.trace("Using cached attributes (expires in {}ms)", this.attrExpiration - currentTime); return this.isExists; } // Fast path for already resolved existence with recent cache
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/Smb2EncryptionContextTest.java
// Verify nonce structure assertEquals(16, nonce.length, "GCM secure nonce should be 16 bytes"); // Check that secure nonces provide full diversity (entire nonce is random) String nonceHex = bytesToHex(nonce); nonceSet.add(nonceHex); } // Verify that secure nonces provide excellent diversity
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 44.1K bytes - Viewed (0)