- Sort Score
- Num 10 results
- Language All
Results 2681 - 2690 of 7,812 for republic (0.14 seconds)
-
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/InvalidParameterException.java
* under the License. */ package org.apache.maven.plugin.descriptor; /** */ public class InvalidParameterException extends InvalidPluginDescriptorException { public InvalidParameterException(String element, int i) { super("The " + element + " element in parameter # " + i + " is invalid. It cannot be null."); } public InvalidParameterException(String message, Throwable cause) { super(message, cause); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/GoalTask.java
*/ package org.apache.maven.lifecycle.internal; /** * A task that is a goal. * <p> * <strong>NOTE:</strong> This class is not part of any public api and can be changed or deleted without prior notice. * * @since 3.0 */ public final class GoalTask extends Task { public GoalTask(String pluginGoal) { super(pluginGoal); }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.1K bytes - Click Count (0) -
main.go
// it under the terms of the GNU Affero General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Affero General Public License for more details. //
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Apr 24 23:34:11 GMT 2025 - 1004 bytes - Click Count (0) -
android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixTrie.java
} /** * Performs a lookup for the public suffix of the given labels, considering all public suffix * types. Returns the index of the leftmost label in the public suffix, or -1 if no match found. * * @param labels the domain labels, from left to right. * @return the index of the leftmost label in the public suffix, or -1 if not found. */ public int findSuffixIndex(List<String> labels) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 21:21:59 GMT 2026 - 9.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/FilteredEntrySetMultimap.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.9K bytes - Click Count (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/crypto/DefaultSettingsDecryptionResult.java
} @Override public Server getServer() { return servers.isEmpty() ? null : servers.get(0); } @Override public List<Server> getServers() { return servers; } @Override public Proxy getProxy() { return proxies.isEmpty() ? null : proxies.get(0); } @Override public List<Proxy> getProxies() { return proxies;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/ElevateWord.java
return labelValueList.toArray(new String[labelValueList.size()]); } public String getId() { return asDocMeta().id(); } public void setId(final String id) { asDocMeta().id(id); } public Long getVersionNo() { return asDocMeta().version(); } public void setVersionNo(final Long version) { asDocMeta().version(version); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 4.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/skip/Skip.java
} } @Override public void transformTest(ObjectNode parent) { if (testName.isBlank() == false) { assert parent.get(testName) instanceof ArrayNode; addSkip((ArrayNode) parent.get(testName)); } } @Override public String getKeyToFind() { return testName; } @Input public String getSkipReason() {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 30 16:30:48 GMT 2021 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/core/lang/SystemUtil.java
/** * <code>java.io.tmpdir</code> system property. Example: /tmp */ public static final String JAVA_IO_TMPDIR = System.getProperty("java.io.tmpdir"); /** * <code>user.dir</code> system property. */ public static final String USER_DIR = System.getProperty("user.dir"); /** * <code>user.home</code> system property. */Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Feb 12 12:10:45 GMT 2026 - 4.1K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaMemoryRegion.java
*/ public int getRemoteKey() { return remoteKey; } /** * Get memory address * * @return memory address */ public long getAddress() { return address; } /** * Get size of memory region * * @return size in bytes */ public int getSize() { return buffer.limit();Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 4.3K bytes - Click Count (0)