- Sort Score
- Num 10 results
- Language All
Results 381 - 390 of 752 for modeli (0.03 seconds)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/BinaryBreakingChangesRule.java
import com.google.common.collect.ImmutableList; import japicmp.model.JApiClass; import japicmp.model.JApiCompatibility; import japicmp.model.JApiCompatibilityChange; import japicmp.model.JApiCompatibilityChangeType; import japicmp.model.JApiConstructor; import japicmp.model.JApiHasAnnotations; import japicmp.model.JApiImplementedInterface; import me.champeau.gradle.japicmp.report.Violation;
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.8K bytes - Click Count (0) -
docs/tr/docs/how-to/general.md
Döndürmeniz gerekenden daha fazla veri döndürmediğinizden emin olmak için, [Tutorial - Response Model - Return Type](../tutorial/response-model.md) dokümantasyonunu okuyun. ## Response Performansını Optimize Etme - Response Model - Return Type { #optimize-response-performance-response-model-return-type }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package model import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.module.kotlin.readValue import com.fasterxml.jackson.module.kotlin.registerKotlinModule import common.Os import configurations.PerformanceTest import jetbrains.buildServer.configs.kotlin.BuildStep
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenArtifactRelocationSource.java
* @param result The artifact descriptor result, never {@code null}. * @param model The artifact model, never {@code null}. * @return The {@link Artifact} to relocate to, or {@code null} if no relocation wanted. */ Artifact relocatedTarget(RepositorySystemSession session, ArtifactDescriptorResult result, Model model) throws ArtifactDescriptorException;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnup/UpgradeOptions.java
*/ @Nonnull Optional<Boolean> plugins(); /** * Should apply all upgrade options (equivalent to --model-version 4.1.0 --infer --model --plugins). * This is a convenience option that combines model upgrade, inference, compatibility fixes, and plugin upgrades. * * @return an {@link Optional} containing the boolean value {@code true} if specified, or empty */Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Aug 29 12:46:51 GMT 2025 - 3.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt
import common.gradleWrapper import common.killProcessStep import common.setArtifactRules import common.skipConditionally import jetbrains.buildServer.configs.kotlin.BuildSteps import model.CIBuildModel import model.Stage class TestPerformanceTest( model: CIBuildModel, stage: Stage, ) : OsAwareBaseGradleBuildType(os = Os.LINUX, stage, init = { val os = os val buildTypeThis = this
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 08 01:31:13 GMT 2026 - 3.4K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/profile/DefaultProfileSelectorTest.java
* under the License. */ package org.apache.maven.model.profile; import java.util.Collections; import java.util.List; import org.apache.maven.model.Activation; import org.apache.maven.model.Profile; import org.apache.maven.model.building.ModelProblemCollector; import org.apache.maven.model.building.SimpleProblemCollector; import org.apache.maven.model.profile.activation.ProfileActivator; import org.junit.jupiter.api.Test;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 2.9K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/TestUtils.java
* @param model the --model option value (null for absent) * @param plugins the --plugins option value (null for absent) * @param modelVersion the --model-version option value (null for absent) * @return configured upgrade options */ public static UpgradeOptions createOptions( Boolean all, Boolean infer, Boolean model, Boolean plugins, String modelVersion) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 8.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/OperatingSystemProfileActivator.java
* under the License. */ package org.apache.maven.model.profile.activation; import javax.inject.Named; import javax.inject.Singleton; import java.util.Locale; import org.apache.maven.model.Activation; import org.apache.maven.model.ActivationOS; import org.apache.maven.model.Profile; import org.apache.maven.model.building.ModelProblemCollector; import org.apache.maven.model.profile.ProfileActivationContext;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 5.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProject.java
import org.apache.maven.api.VersionConstraint; import org.apache.maven.api.annotations.Nonnull; import org.apache.maven.api.annotations.Nullable; import org.apache.maven.api.model.DependencyManagement; import org.apache.maven.api.model.Model; import org.apache.maven.api.model.Profile; import org.apache.maven.impl.MappedCollection; import org.apache.maven.impl.MappedList; import org.apache.maven.project.MavenProject;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Mar 24 22:23:23 GMT 2025 - 8.7K bytes - Click Count (0)