- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 233 for exclusion (0.08 seconds)
-
docs/fr/llm-prompt.md
- /// warning: /// warning | Alertes - /// check: /// check | Vérifications - /// info: /// info - the docs: les documents - the documentation: la documentation - Exclude from OpenAPI: Exclusion d'OpenAPI - framework: framework (do not translate to cadre) - performance: performance - type hints: annotations de type - type annotations: annotations de type - autocomplete: autocomplétion
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 16 11:57:08 GMT 2026 - 3.6K bytes - Click Count (0) -
internal/bucket/versioning/versioning.go
XMLName xml.Name `xml:"VersioningConfiguration"` // MFADelete State `xml:"MFADelete,omitempty"` // not supported yet. Status State `xml:"Status,omitempty"` // MinIO extension - allows selective, prefix-level versioning exclusion. // Requires versioning to be enabled ExcludedPrefixes []ExcludedPrefix `xml:",omitempty"` ExcludeFolders bool `xml:",omitempty"` } // Validate - validates the versioning configuration
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 4.6K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/DefaultProjectDependenciesResolver.java
/* Logic for transitive global exclusions List<String> exclusions = new ArrayList<String>(); for ( Dependency d : project.getDependencies() ) { if ( d.getExclusions() != null ) { for ( Exclusion e : d.getExclusions() ) { exclusions.add( e.getGroupId() + ":" + e.getArtifactId() ); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.4K bytes - Click Count (1) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/merge/MavenModelMerger.java
return extension.getGroupId() + ':' + extension.getArtifactId(); } @Override protected Object getExclusionKey(Exclusion exclusion) { return exclusion.getGroupId() + ':' + exclusion.getArtifactId(); } protected String extrapolateChildUrl(String parentUrl, boolean appendPath, Map<Object, Object> context) { return parentUrl; }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 21.7K bytes - Click Count (0) -
internal/lsync/lrwmutex.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package lsync import ( "context" "math" "math/rand" "sync" "time" ) // A LRWMutex is a mutual exclusion lock with timeouts. type LRWMutex struct { id string source string isWriteLock bool ref int mu sync.Mutex // Mutex to prevent multiple simultaneous locks }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Jan 02 17:15:06 GMT 2022 - 4.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
} if (!d.getExclusions().isEmpty()) { List<String> exclusions = new ArrayList<>(); for (Exclusion exclusion : d.getExclusions()) { exclusions.add(exclusion.getGroupId() + ':' + exclusion.getArtifactId()); } artifact.setDependencyFilter(new ExcludesArtifactFilter(exclusions)); } return artifact; }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 31.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequest.java
* with {@link PopularWordsResponse}. It allows specifying various criteria for retrieving popular words, * such as index, size, tags, roles, fields, languages, and exclusion words. * * <p>Key functionalities include:</p> * <ul> * <li>Setting the target index for the search.</li> * <li>Limiting the number of results (size).</li>Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Thu Aug 07 02:41:28 GMT 2025 - 9.2K bytes - Click Count (0) -
LICENSES/vendor/cyphar.com/go-pathrs/LICENSE
* personal injury resulting from such party's negligence to the * * extent applicable law prohibits such limitation. Some * * jurisdictions do not allow the exclusion or limitation of * * incidental or consequential damages, so this exclusion and * * limitation may not apply to You. * * *
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Nov 12 14:46:31 GMT 2025 - 16.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/graph/DefaultGraphBuilder.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 11 16:38:19 GMT 2025 - 18.5K bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixTrie.java
* <li>The index of the first child node in the {@code trieData}. * <li>A bitfield containing: * <ul> * <li>Bits 0-10: Number of children. * <li>Bit 11: Whether this node represents an exclusion (!rule). * <li>Bits 12-13: The type of wildcard match (*.rule) at this node (0=none, 1=REGISTRY, * 2=PRIVATE). * <li>Bits 14-15: The type of exact match (rule) at this node (0=none, 1=REGISTRY,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 21:21:59 GMT 2026 - 9.1K bytes - Click Count (0)