- Sort Score
- Result 10 results
- Languages All
Results 451 - 460 of 520 for expiry (1.56 sec)
-
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. 10. RESPONSIBILITY FOR CLAIMS.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri May 17 19:14:22 UTC 2024 - 38.5K 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/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) -
src/main/java/jcifs/smb/DfsImpl.java
*/ CacheEntry<DfsReferralDataInternal> links = roots.get(root); if (links != null && now > links.expiration) { if (log.isDebugEnabled()) { log.debug("Removing expired " + links.map); } roots.remove(root); links = null; } if (links == null) { log.trace("Loadings roots");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 29.7K bytes - Viewed (0) -
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) -
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) -
src/archive/tar/reader.go
// then writeTo uses Seek to skip past holes defined in Header.SparseHoles, // assuming that skipped regions are filled with NULs. // This always writes the last byte to ensure w is the right size. // // TODO(dsnet): Re-export this when adding sparse file support. // See https://golang.org/issue/22735 func (tr *Reader) writeTo(w io.Writer) (int64, error) { if tr.err != nil { return 0, tr.err } n, err := tr.curr.WriteTo(w)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Mar 08 01:59:14 UTC 2024 - 26.8K bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32 pkg syscall (openbsd-386), type Kevent_t struct, Data int64 pkg syscall (openbsd-386), type Mclpool struct, Grown int32 pkg syscall (openbsd-386), type RtMetrics struct, Expire int64 pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32 pkg syscall (openbsd-386), type Stat_t struct, Ino uint64 pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K 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) -
tensorflow/BUILD
# ------------------------------------------- # TensorFlow uses several libraries that may also be used by applications # linking against the C and C++ APIs (such as libjpeg). When we create # the shared library, only export the core TF API functions to avoid # causing library conflicts (e.g., those reported in github issue 1924). # On Linux, tell the linker (-Wl,<option>) to use a version script that # excludes all but a subset of function names.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)