- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for exploration (3.27 sec)
-
src/main/resources/fess_label_fr.properties
labels.crawling_info_CrawlerStartTime=Heure de début du robot d'exploration labels.crawling_info_CrawlerEndTime=Heure de fin du robot d'exploration labels.crawling_info_CrawlerExecTime=Temps d'exécution du robot d'exploration labels.crawling_info_CrawlerStatus=Statut du robot d'exploration labels.crawling_info_WebFsCrawlExecTime=Temps d'exécution de l'exploration (Web/Fichier)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
private final long expiration; /** * Constructs StateData with nonce and expiration. * @param nonce The nonce value. * @param expiration The expiration timestamp. */ public StateData(final String nonce, final long expiration) { this.nonce = nonce; this.expiration = expiration; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
* @return this session's UID */ public int getUid() { return this.uid; } /** * @return this session's expiration time */ public Long getExpiration() { return this.expiration > 0 ? this.expiration : null; } /** * @return this session's credentials */ public CredentialsInternal getCredentials() {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
DfsReferralDataImpl cur = null; final long expiration = System.currentTimeMillis() + ctx.getConfig().getDfsTtl() * 1000; final Referral[] refs = dfsResp.getReferrals(); for (int di = 0; di < rn; di++) { final DfsReferralDataImpl dr = DfsReferralDataImpl.fromReferral(refs[di], path, expiration, dfsResp.getPathConsumed()); dr.setDomain(targetDomain);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.field.favorite_count=favorite_count # 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.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0)