- Sort Score
- Result 10 results
- Languages All
Results 501 - 510 of 6,682 for republic (0.08 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/JSR166TestCase.java
public static final Integer zero = 0; public static final Integer one = 1; public static final Integer two = 2; public static final Integer three = 3; public static final Integer four = 4; public static final Integer five = 5; public static final Integer six = 6; public static final Integer seven = 7; public static final Integer eight = 8; public static final Integer nine = 9;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 17 02:42:09 UTC 2024 - 37.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileAuthenticationCB.java
public void columnCreatedTime() { doColumn("createdTime"); } public void columnFileConfigId() { doColumn("fileConfigId"); } public void columnHostname() { doColumn("hostname"); } public void columnParameters() { doColumn("parameters"); } public void columnPassword() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7.4K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/AbstractStringBasedModelInterpolator.java
*/ @Deprecated public Model interpolate(Model model, Map<String, ?> context, boolean strict) throws ModelInterpolationException { Properties props = new Properties(); props.putAll(context); return interpolate(model, null, new DefaultProjectBuilderConfiguration().setExecutionProperties(props), true); }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 13.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProject.java
} } public InternalMavenSession getSession() { return session; } public MavenProject getProject() { return project; } @Nonnull @Override public String getGroupId() { return project.getGroupId(); } @Nonnull @Override public String getArtifactId() { return project.getArtifactId();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.5K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/upgrades/UpgradedProperty.java
} public String getContainingType() { return containingType; } public String getPropertyName() { return propertyName; } public String getMethodName() { return methodName; } public String getMethodDescriptor() { return methodDescriptor; } public List<ReplacedAccessor> getReplacedAccessors() {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Aug 13 19:17:41 UTC 2024 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.relatedquery; /** * @author shinsuke */ public class SearchForm { public String term; public String queries;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 786 bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/ThrowablesTest.java
*/ @GwtCompatible(emulated = true) @SuppressWarnings("deprecation") // tests of numerous deprecated methods public class ThrowablesTest extends TestCase { public void testThrowIfUnchecked_unchecked() { assertThrows( SomeUncheckedException.class, () -> throwIfUnchecked(new SomeUncheckedException())); } public void testThrowIfUnchecked_error() { assertThrows(SomeError.class, () -> throwIfUnchecked(new SomeError())); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 14.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ErrorToWarnRewritePolicy.java
public class ErrorToWarnRewritePolicy implements RewritePolicy { private final String[] loggerNames; public ErrorToWarnRewritePolicy(final String[] loggerNames) { this.loggerNames = loggerNames; } @Override public LogEvent rewrite(final LogEvent event) { final String loggerName = event.getLoggerName();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.4K bytes - Viewed (0) -
src/test/java/org/codelibs/core/xml/SAXParserFactoryUtilTest.java
/** * {@link SAXParserFactoryUtil}のテストです。 * * @author koichik */ public class SAXParserFactoryUtilTest extends TestCase { boolean included; /** * {@link SAXParserFactoryUtil#setXIncludeAware}のテストです。 * * @throws Exception */ public void testSetXIncludeAware() throws Exception { final SAXParserFactory spf = SAXParserFactoryUtil.newInstance();
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.4K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/handler/manager/LegacyArtifactHandlerManager.java
import static java.util.Objects.requireNonNull; /** */ @Named @Singleton public class LegacyArtifactHandlerManager extends AbstractEventSpy { private final Map<String, ArtifactHandler> artifactHandlers; private final Map<String, ArtifactHandler> allHandlers = new ConcurrentHashMap<>(); @Inject public LegacyArtifactHandlerManager(Map<String, ArtifactHandler> artifactHandlers) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0)