- Sort Score
- Num 10 results
- Language All
Results 3451 - 3460 of 3,833 for override4 (0.3 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/action/AnnotationGeneratorWorkAction.kt
internal interface AnnotationGeneratorParameters : WorkParameters { val packageName: Property<String> val destDir: DirectoryProperty } override fun execute() { val packageName = parameters.packageName.get() val sourceRootDirectory = parameters.destDir.get() val packageNamePath = packageName.replace(".", File.separator)Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Jul 07 16:02:18 GMT 2024 - 8.1K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/plugin/DefaultReportingConverter.java
InputSource inputSource = new InputSource(); inputSource.setModelId(modelId); location = new InputLocation(-1, -1, inputSource); location.setLocation(0, location); } @Override public void convertReporting(Model model, ModelBuildingRequest request, ModelProblemCollector problems) { Reporting reporting = model.getReporting(); if (reporting == null) { return;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 9.4K bytes - Click Count (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java
* @throws Exception */ @Test void testNoAppendUrls() throws Exception { testInheritance("no-append-urls"); } /** * MNG-5951 special case test: inherit with partial override * @throws Exception */ @Test void testNoAppendUrls2() throws Exception { testInheritance("no-append-urls2"); } /**Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 8.2K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
* user agent, proxy settings, request headers, cookie store, and connection manager. * It also processes form-based authentication schemes and sets up the HTTP client context. */ @Override public synchronized void init() { if (httpClient != null) { return; } if (logger.isDebugEnabled()) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 53.7K bytes - Click Count (0) -
src/main/java/jcifs/http/NetworkExplorer.java
private String realm; /** The default domain for authentication */ private String defaultDomain; /** The CIFS context for transport operations */ private CIFSContext transportContext; @Override public void init() throws ServletException { final StringBuilder sb = new StringBuilder(); final byte[] buf = new byte[1024]; int n; String name;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 23.4K bytes - Click Count (0) -
src/main/java/jcifs/smb1/ntlmssp/Type3Message.java
/** * Sets the session key. * * @param sessionKey The session key. */ public void setSessionKey(final byte[] sessionKey) { this.sessionKey = sessionKey; } @Override public byte[] toByteArray() { try { final int flags = getFlags(); final boolean unicode = (flags & NTLMSSP_NEGOTIATE_UNICODE) != 0;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 24.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionListenerTest.kt
server.useHttps(handshakeCertificates.sslSocketFactory()) } } @Flaky // STDOUT logging enabled for test @Timeout(30) @Tag("Slow") class ConnectionListenerLegacyTest : ConnectionListenerTest() { override val fastFallback get() = false
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 18:33:48 GMT 2025 - 9.7K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/validation/DefaultSettingsValidator.java
private static final String ID = "[\\w.-]+"; private static final Pattern ID_REGEX = Pattern.compile(ID); private static final String ILLEGAL_REPO_ID_CHARS = "\\/:\"<>|?*"; // ILLEGAL_FS_CHARS @Override public void validate(Settings settings, SettingsProblemCollector problems) { if (settings.isUsePluginRegistry()) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 17:27:08 GMT 2025 - 10.6K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/testers/MapPutTester.java
private Entry<K, V> nullKeyEntry; private Entry<K, V> nullValueEntry; private Entry<K, V> nullKeyValueEntry; private Entry<K, V> presentKeyNullValueEntry; @Override public void setUp() throws Exception { super.setUp(); nullKeyEntry = entry(null, v3()); nullValueEntry = entry(k3(), null); nullKeyValueEntry = entry(null, null);
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 9.1K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/TreeMultimapExplicitTest.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 8.4K bytes - Click Count (0)