- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 607 for extensions (0.07 sec)
-
CREDITS
SOFTWARE. ================================================================ github.com/AzureAD/microsoft-authentication-extensions-for-go/cache https://github.com/AzureAD/microsoft-authentication-extensions-for-go/cache ---------------------------------------------------------------- MIT License Copyright (c) Microsoft Corporation.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Mar 13 05:29:51 UTC 2025 - 1.8M bytes - Viewed (0) -
src/test/resources/plugin/repo2/fess-ds-atlassian/12.2.0-SNAPSHOT/maven-metadata.xml
</snapshot> <lastUpdated>20180814210714</lastUpdated> <snapshotVersions> <snapshotVersion> <extension>jar</extension> <value>12.2.0-20180814.210714-10</value> <updated>20180814210714</updated> </snapshotVersion> <snapshotVersion> <extension>pom</extension> <value>12.2.0-20180814.210714-10</value> <updated>20180814210714</updated> </snapshotVersion>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 15 02:16:52 UTC 2019 - 1.2K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java
import org.codelibs.opensearch.extension.analysis.KanjiNumberFilterFactory; import org.codelibs.opensearch.extension.analysis.NGramSynonymTokenizerFactory; import org.codelibs.opensearch.extension.analysis.NumberConcatenationFilterFactory; import org.codelibs.opensearch.extension.analysis.PatternConcatenationFilterFactory; import org.codelibs.opensearch.extension.analysis.PosConcatenationFilterFactory;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Tue Jul 08 14:37:06 UTC 2025 - 5.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
this.classifier = classifier; return this; } public ArtifactFactoryRequestBuilder extension(String extension) { this.extension = extension; return this; } public ArtifactFactoryRequestBuilder type(String type) { this.type = type; return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Feb 07 00:45:02 UTC 2025 - 7.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactCoordinatesFactoryRequest.java
this.classifier = classifier; return this; } public ArtifactFactoryRequestBuilder extension(String extension) { this.extension = extension; return this; } public ArtifactFactoryRequestBuilder type(String type) { this.type = type; return this; }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 9.1K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyCoordinatesFactoryRequest.java
this.classifier = classifier; return this; } public DependencyCoordinatesFactoryRequestBuilder extension(String extension) { this.extension = extension; return this; } public DependencyCoordinatesFactoryRequestBuilder type(String type) { this.type = type; return this;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 12.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/package-info.java
* {@link java.util.Set} contract. * <dt>{@link SortedSetMultimap} * <dd>An extension of {@link SetMultimap} for which the {@linkplain SortedSetMultimap#get * collection values} associated with a given key is a {@link java.util.SortedSet}. * <dt>{@link BiMap} * <dd>An extension of {@link java.util.Map} that guarantees the uniqueness of its values as well
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 5K bytes - Viewed (0) -
guava/src/com/google/common/collect/package-info.java
* {@link java.util.Set} contract. * <dt>{@link SortedSetMultimap} * <dd>An extension of {@link SetMultimap} for which the {@linkplain SortedSetMultimap#get * collection values} associated with a given key is a {@link java.util.SortedSet}. * <dt>{@link BiMap} * <dd>An extension of {@link java.util.Map} that guarantees the uniqueness of its values as well
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 5K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm64.go
return errors.New("unsupported general register extension type: " + ext) } } else if reg <= arm64.REG_V31 && reg >= arm64.REG_V0 { switch ext { case "B8": if isIndex { return errors.New("invalid register extension") } a.Reg = arm64.REG_ARNG + (reg & 31) + ((arm64.ARNG_8B & 15) << 5) case "B16": if isIndex { return errors.New("invalid register extension") }
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 10.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactCoordinatesFactory.java
} @Nonnull default ArtifactCoordinates create( @Nonnull Session session, String groupId, String artifactId, String version, String extension) { return create(ArtifactCoordinatesFactoryRequest.build(session, groupId, artifactId, version, extension)); } @Nonnull default ArtifactCoordinates create( @Nonnull Session session, String groupId,
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Mar 24 14:10:11 UTC 2025 - 3.4K bytes - Viewed (0)