- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 513 for excludes (0.26 sec)
-
src/main/resources/fess_label_pt_BR.properties
labels.available=Estado labels.createdBy=Criado por labels.createdTime=Data de Criação labels.depth=Profundidade labels.excludedPaths=Caminhos a serem excluídos do rastreamento labels.excludedUrls=URLs a serem excluídas do rastreamento labels.excludedDocPaths=Caminhos a serem excluídos da pesquisa labels.excludedDocUrls=URLs a serem excluídas da pesquisa labels.hostname=Nome do host labels.id=ID labels.includedPaths=Caminhos a serem incluídos no rastreamento
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.available=Statut labels.createdBy=Créé par labels.createdTime=Date de création labels.depth=Profondeur labels.excludedPaths=Chemins exclus pour l'exploration labels.excludedUrls=URL exclues pour l'exploration labels.excludedDocPaths=Chemins exclus pour la recherche labels.excludedDocUrls=URL exclues pour la recherche labels.hostname=Nom d'hôte labels.id=ID labels.includedPaths=Chemins inclus pour l'exploration
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.16.md
- the node label `alpha.service-controller.kubernetes.io/exclude-balancer` which excludes a node from cloud load balancers (using Service Type=LoadBalancer) is deprecated in favor of `node.kubernetes.io/exclude-balancer`. Support for `alpha.service-controller.kubernetes.io/exclude-balancer` will be removed in v1.18. - Features:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchUrlFilterService.java
*/ private static final String INCLUDE = "include"; /** * Filter type for exclude filters. */ private static final String EXCLUDE = "exclude"; /** * Cache for include filters. */ protected LoadingCache<String, List<Pattern>> includeFilterCache; /** * Cache for exclude filters. */ protected LoadingCache<String, List<Pattern>> excludeFilterCache; /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 9.2K bytes - Viewed (0) -
build.gradle.kts
extensions.configure<JavaPluginExtension> { toolchain { languageVersion.set(JavaLanguageVersion.of(17)) } } } tasks.withType<Checkstyle>().configureEach { exclude("**/CipherSuite.java") } val checkstyleConfig: Configuration by configurations.creating dependencies { checkstyleConfig(rootProject.libs.checkStyle) { isTransitive = false } }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
entity.setUpdatedTime(currentTime); copyBeanToBean(form, entity, op -> op.exclude(Constants.COMMON_CONVERSION_RULE)); return entity; }); } /** * Registers available protocol scheme items for web authentication forms. * Includes Basic, Digest, NTLM, and Form authentication schemes. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/filter/impl/UrlFilterImpl.java
} /** * Returns the exclude filtering pattern. * @return The exclude filtering pattern. */ public String getExcludeFilteringPattern() { return excludeFilteringPattern; } /** * Sets the exclude filtering pattern. * @param excludeFilteringPattern The exclude filtering pattern. */
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9.2K bytes - Viewed (0) -
docs/bucket/replication/README.md
### Interaction with extended Bucket Versioning configuration When Bucket Versioning with excluded prefixes are configured objects matching these prefixes are excluded from being versioned and replicated. ``` <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Status>Enabled</Status>
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 18.3K bytes - Viewed (0) -
fuzzing/fuzzingserver-config.json
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Mar 26 02:01:32 UTC 2019 - 2.1K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/MemoryDataHelper.java
includeUrlPatternMap.put(sessionId, patternList); } return patternList; } /** * Adds an exclude URL pattern for the specified session. * @param sessionId the session ID * @param url the URL pattern to exclude */ public synchronized void addExcludeUrlPattern(final String sessionId, final String url) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.1K bytes - Viewed (0)