- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 680 for Framed (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
okcurl/build.gradle.kts
} tasks.withType<Test> { onlyIf("native build requires Java 17") { testJavaVersion > 17 } } apply(plugin = "org.graalvm.buildtools.native") configure<GraalVMExtension> { binaries { named("main") { imageName = "okcurl" mainClass = "okhttp3.curl.MainCommandLineKt" } } } mavenPublishing { configure(KotlinJvm(javadocJar = JavadocJar.Empty()))
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Jul 22 20:31:49 GMT 2025 - 1.6K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/collect/testing/MinimalSetTest.java
new TestStringSetGenerator() { @Override protected Set<String> create(String[] elements) { return MinimalSet.of(elements); } }) .named("MinimalSet") .withFeatures( CollectionFeature.ALLOWS_NULL_VALUES, CollectionFeature.NONE, CollectionSize.ANY) .createTestSuite(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Jan 25 16:19:30 GMT 2025 - 1.5K bytes - Click Count (0) -
mockwebserver/src/main/kotlin/mockwebserver3/SocketEffect.kt
public val closeSocket: Boolean = true, public val shutdownInput: Boolean = false, public val shutdownOutput: Boolean = false, ) : SocketEffect /** * On HTTP/2, send a [GOAWAY frame](https://tools.ietf.org/html/rfc7540#section-6.8) immediately * after the response and will close the connection when the client's socket is exhausted. * * On HTTP/1 this closes the socket. */Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Jun 20 11:46:46 GMT 2025 - 1.6K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.start-scripts.gradle.kts
} configurations { create("gradleScriptsElements") { isCanBeResolved = false isCanBeConsumed = true attributes.attribute(Usage.USAGE_ATTRIBUTE, objects.named("start-scripts")) outgoing.artifact(startScripts) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jul 02 12:28:02 GMT 2025 - 1.9K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/inheritance/DefaultInheritanceAssembler.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.model.inheritance; import javax.inject.Named; import javax.inject.Singleton; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Properties;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 13.4K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.kotlin-dsl-gradle-plugin.gradle.kts
allWarningsAsErrors = true } } detekt { // overwrite the config file's location config.convention(project.isolated.rootProject.projectDirectory.file("../gradle/detekt.yml")) } tasks.named("codeQuality") { dependsOn("detekt") } tasks.validatePlugins { failOnWarning = true enableStricterValidation = true } tasks.withType<Test>().configureEach { useJUnitPlatform()Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 11 23:24:30 GMT 2025 - 1.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/TreeMultisetTest.java
CollectionFeature.GENERAL_PURPOSE, CollectionFeature.SERIALIZABLE, CollectionFeature.ALLOWS_NULL_QUERIES, MultisetFeature.ENTRIES_ARE_VIEWS) .named("TreeMultiset, Ordering.natural") .createTestSuite()); suite.addTest( SortedMultisetTestSuiteBuilder.using( new TestStringMultisetGenerator() { @OverrideCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 13K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformer.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.internal.transformation.impl; import javax.inject.Inject; import javax.inject.Named; import javax.inject.Singleton; import javax.xml.stream.XMLStreamException; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 8.9K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/collect/testing/MinimalCollectionTest.java
throw new NullPointerException(); } } return MinimalCollection.of(elements); } }) .named("MinimalCollection") .withFeatures(CollectionFeature.NONE, CollectionSize.ANY) .createTestSuite(); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Jan 25 16:19:30 GMT 2025 - 1.7K bytes - Click Count (0) -
impl/maven-core/src/test/resources-project-builder/basedir-interpolation/pom-with-unusual-name.xml
<artifactId>test1</artifactId> <version>1.0-SNAPSHOT</version> <name>Maven Integration Test :: MNG-3944</name> <description> Test that interpolation of ${basedir} works for a POM that is not named "pom.xml" </description> <properties> <!-- this is where we collect all the interpolated values for the POM dump --> <prop0>${basedir}</prop0> <prop1>${project.basedir}</prop1> </properties>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0)