- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 93 for expansion (0.05 seconds)
-
ci/official/utilities/setup_macos.sh
alias stat=gstat # By default, aliases are only expanded in interactive shells, which means # that they are not substituted for their corresponding commands in shell # scripts. By setting "expand_aliases", we enable alias expansion in # non-interactive shells as well. shopt -s expand_aliases else echo '==TFCI==: Error: Cannot find path to grealpath or gstat' echo 'TF CI scripts require GNU core utilties to be installed. Please make'
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Oct 06 22:42:26 GMT 2025 - 6.8K bytes - Click Count (0) -
cmd/endpoint-ellipses.go
} for _, arg := range args { if !ellipses.HasEllipses(arg) && len(args) > 1 { // TODO: support SNSD deployments to be decommissioned in future return fmt.Errorf("all args must have ellipses for pool expansion (%w) args: %s", errInvalidArgument, args) } setArgs, err = GetAllSets(setDriveCount, arg) if err != nil { return err }Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.7K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/BootstrapCoreExtensionManager.java
} private CoreExtensionEntry createExtension(CoreExtension extension, List<Artifact> artifacts) throws Exception { String realmId = "coreExtension>" + extension.getGroupId() + ":" + extension.getArtifactId() + ":" + extension.getVersion(); final ClassRealm realm = classWorld.newRealm(realmId, null); Set<String> providedArtifacts = Collections.emptySet();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 13.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/BootstrapCoreExtensionManager.java
for (CoreExtension extension : configuration) { List<Artifact> artifacts = resolveExtension(extension, repoSession, repositories, dependencyFilter, interpolator); if (!artifacts.isEmpty()) { extensions.add(new LoadedCoreExtension(extension, createExtension(extension, artifacts))); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 13.9K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvn/MavenInvokerTest.java
<?xml version="1.0" encoding="UTF-8"?> <extensions> <extension> <groupId>io.takari.maven</groupId> <artifactId>takari-smart-builder</artifactId> <version>1.0.2</version> </extension> <extension> <groupId>io.takari.maven</groupId>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 21 12:17:55 GMT 2025 - 9.3K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/ExtensionResolutionException.java
cause); this.extension = extension; } /** * Constructor accepting the new API type for internal use. * * @param extension the new API extension * @param cause the cause */ public ExtensionResolutionException(org.apache.maven.api.cli.extensions.CoreExtension extension, Throwable cause) { super(Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 2.4K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupPlugin.kt
val extension = project.extensions.create("androidHomeWarmup", AndroidHomeWarmupExtension::class.java).apply { warmupProjectsDirectory.convention(project.layout.buildDirectory.dir("android-home-warmup")) } project.tasks.register("androidHomeWarmup", AndroidHomeWarmupTask::class) { warmupProjectsDirectory.set(extension.warmupProjectsDirectory)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Nov 27 08:49:21 GMT 2025 - 2.2K bytes - Click Count (0) -
.teamcity/.mvn/extensions.xml
~ See the License for the specific language governing permissions and ~ limitations under the License. --> <extensions> <extension> <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> <version>2.3</version> </extension>
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 17 22:04:22 GMT 2025 - 808 bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
GradleDocumentationExtension extension = project.getExtensions().getByType(GradleDocumentationExtension.class); generateDefaultImports(project, tasks, extension); generateUserManual(project, tasks, layout, extension); checkXrefLinksInUserManualAreValid(layout, tasks, extension); checkMultiLangSnippetsAreValid(layout, tasks, extension);Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 04 14:26:28 GMT 2025 - 19.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/TransformedArtifact.java
String classifier, String extension) { super( source.getGroupId(), source.getArtifactId(), source.getVersionRange(), source.getScope(), extension, classifier, new TransformedArtifactHandler( classifier, extension, source.getArtifactHandler().getPackaging()));Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 4.8K bytes - Click Count (0)