Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 153 for expiresIn (0.32 sec)

  1. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 41.9K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/cache/secretcache.go

    			return sdsFromFile, nil, err
    		}
    		cacheLog.WithLabels("resource", resourceName).Info("read certificate from file")
    		// We do not register the secret. Unlike on-demand CSRs, there is nothing we can do if a file
    		// cert expires; there is no point sending an update when its near expiry. Instead, a
    		// separate file watcher will ensure if the file changes we trigger an update.
    		return sdsFromFile, sitem, nil
    	}
    	return sdsFromFile, nil, nil
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 04 08:29:46 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  3. src/net/dial.go

    	return d.DialContext(context.Background(), network, address)
    }
    
    // DialContext connects to the address on the named network using
    // the provided context.
    //
    // The provided Context must be non-nil. If the context expires before
    // the connection is complete, an error is returned. Once successfully
    // connected, any expiration of the context will not affect the
    // connection.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  4. cmd/sts-handlers.go

    		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.
    	// We must not issue credentials that out-live the certificate.
    	if validUntil := time.Until(certificate.NotAfter); validUntil < expiry {
    		expiry = validUntil
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_en.properties

    labels.designFileName=File Name
    labels.incrementalCrawling=Check Last Modified
    labels.errorCount=Error Count
    labels.errorLog=Error Log
    labels.errorName=Error Name
    labels.expiredTime=Expired
    labels.expires=Expired
    labels.failureCountThreshold=Failure Count
    labels.fileConfigName=File System Config Name
    labels.fileName=File name
    labels.handlerName=Handler Name
    labels.handlerParameter=Parameters
    labels.handlerScript=Scripts
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  6. 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: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/MoreExecutors.java

       *
       * <ol>
       *   <li>calls {@link ExecutorService#shutdown()}, disabling acceptance of new submitted tasks.
       *   <li>awaits executor service termination for half of the specified timeout.
       *   <li>if the timeout expires, it calls {@link ExecutorService#shutdownNow()}, cancelling
       *       pending tasks and interrupting running tasks.
       *   <li>awaits executor service termination for the other half of the specified timeout.
       * </ol>
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 15 10:40:05 UTC 2024
    - 39K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.esreq_configuration=Запрос к OpenSearch
    labels.esreq_request_file=Request File
    labels.requestFile=Request File
    labels.esreq_button_upload=Send
    labels.facet_is_not_found=Нет совпадений.
    labels.expires=Expired
    labels.logLevel=Log Level
    labels.stopwordsFile=Stopwords File
    labels.stemmerOverrideFile=Stemmer Override File
    labels.protwordsFile=Protwords File
    labels.urlExpr=Condition
    labels.ldapGroupFilter=Group Filter
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/net/lookup.go

    	}
    }
    
    // withUnexpiredValuesPreserved returns a context.Context that only uses lookupCtx
    // for its values, otherwise it is never canceled and has no deadline.
    // If the lookup context expires, any looked up values will return nil.
    // See Issue 28600.
    func withUnexpiredValuesPreserved(lookupCtx context.Context) context.Context {
    	return &onlyValuesCtx{Context: context.Background(), lookupValues: lookupCtx}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.designFileName=File Name
    labels.incrementalCrawling=Check Last Modified
    labels.errorCount=Error Count
    labels.errorLog=Error Log
    labels.errorName=Error Name
    labels.expiredTime=Expired
    labels.expires=Expired
    labels.failureCountThreshold=Failure Count
    labels.fileConfigName=File System Config Name
    labels.fileName=File name
    labels.handlerName=Handler Name
    labels.handlerParameter=Parameters
    labels.handlerScript=Scripts
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
Back to top