- Sort Score
- Num 10 results
- Language All
Results 1241 - 1250 of 5,031 for strana (0.03 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDocExtensionsBuilder.java
/** * Builds the extension meta-data for the given class. */ public void build(ClassDoc classDoc) { Map<String, ClassExtensionDoc> plugins = new HashMap<String, ClassExtensionDoc>(); for (MixinMetaData mixin : classDoc.getExtensionMetaData().getMixinClasses()) { String pluginId = mixin.getPluginId(); ClassExtensionDoc classExtensionDoc = plugins.get(pluginId);Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.9K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/TransformedArtifact.java
org.apache.maven.artifact.Artifact source, Supplier<ModelSource> sourcePathProvider, String classifier, String extension) { super( source.getGroupId(), source.getArtifactId(), source.getVersionRange(), source.getScope(), extension, classifier,Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Nov 06 18:32:25 GMT 2025 - 4.8K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
artifactRules = "build-receipt.properties => incoming-distributions" } } fun functionalTestExtraParameters( buildScanTags: List<String>, os: Os, arch: Arch, testJvmVersion: String, testJvmVendor: String, ): String { val buildScanValues = mapOf( "coverageOs" to os.name.lowercase(), "coverageArch" to arch.name.lowercase(),Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/TestThread.java
} } private static class Request { final String methodName; final Object[] arguments; Request(String methodName, Object[] arguments) { this.methodName = checkNotNull(methodName); this.arguments = checkNotNull(arguments); } } private static class Response { final String methodName; final Object result; final Throwable throwable;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 11.5K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/PathTranslatingPostProcessor.java
private final List<String> unprefixedPathKeys; private final File projectDir; private final PathTranslator pathTranslator; private final List<String> expressionPrefixes; public PathTranslatingPostProcessor( List<String> expressionPrefixes, List<String> unprefixedPathKeys, File projectDir,Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/ThemeExceptionTest.java
} String longMessage = sb.toString(); ThemeException exception = new ThemeException(longMessage); assertNotNull(exception); assertEquals(longMessage, exception.getMessage()); } @Test public void test_throwAndCatch() { // Test throwing and catching the exception String expectedMessage = "Theme loading error";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 8.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/hash/HashTestUtils.java
random.nextBytes(bytes); String string = new String(bytes, US_ASCII); assertEquals( hashFunction.hashUnencodedChars(string), hashFunction.newHasher().putUnencodedChars(string).hash()); for (Charset charset : CHARSETS) { assertEquals( hashFunction.hashString(string, charset), hashFunction.newHasher().putString(string, charset).hash()); } } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Oct 28 18:19:59 GMT 2025 - 25.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/LogTests.java
public class LogTests extends CrudTestBase { private static final String NAME_PREFIX = "logTest_"; private static final String API_PATH = "/api/admin/log"; private static final String LIST_ENDPOINT_SUFFIX = "files"; private static final String ITEM_ENDPOINT_SUFFIX = "file"; private static final String KEY_PROPERTY = ""; @Override protected String getNamePrefix() { return NAME_PREFIX; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 2.5K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
String result = (String) readStringMethod.invoke(response, buffer, 10, 128, false); assertEquals(testString, result); } @Test @DisplayName("Test readString with null terminator in middle") void testReadStringWithNullTerminator() throws Exception { byte[] buffer = new byte[128]; String testString = "Test";
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.2K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/internal/compat/interactivity/LegacyPlexusInteractivity.java
} @Override public String prompt(String message, String defaultReply) throws PrompterException { try { return prompter.prompt(message, null, defaultReply); } catch (org.apache.maven.api.services.PrompterException e) { throw new PrompterException("Unable to prompt", e); } } @OverrideCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:48:41 GMT 2025 - 5.2K bytes - Click Count (0)