Search Options

Results per page
Sort
Preferred Languages
Advance

Results 241 - 250 of 272 for Expire (2.08 sec)

  1. docs/metrics/prometheus/list.md

    | `minio_node_ilm_expiry_pending_tasks`                        | Number of pending ILM expiry tasks in the queue.                                                           |
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  2. cmd/metacache-entries.go

    type metaCacheEntriesSorted struct {
    	o metaCacheEntries
    	// list id is not serialized
    	listID string
    	// Reuse buffers
    	reuse bool
    	// Contain the last skipped object after an ILM expiry evaluation
    	lastSkippedEntry string
    }
    
    // shallowClone will create a shallow clone of the array objects,
    // but object metadata will not be cloned.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Aug 08 15:29:58 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. docs/metrics/v3.md

    |-------------------------------------------------------|---------------------------------------------------------------------------------------------------|----------|
    | `minio_cluster_ilm_expiry_pending_tasks`              | Number of pending ILM expiry tasks in the queue. <br><br>Type: gauge                              | `server` |
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SID.java

         * <p>
         * This method will attempt
         * to resolve SIDs using a cache and cache the results of any SIDs that
         * required resolving with the authority. SID cache entries are currently not
         * expired because under normal circumstances SID information never changes.
         *
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.5K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. cmd/metacache-set.go

    		return triggerExpiryAndRepl(ctx, *o, entry)
    	}
    	return false
    }
    
    // gatherResults will collect all results on the input channel and filter results according
    // to the options or to the current bucket ILM expiry rules.
    // Caller should close the channel when done.
    // The returned function will return the results once there is enough or input is closed,
    // or the context is canceled.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
  10. 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)
Back to top