- Sort Score
- Num 10 results
- Language All
Results 5331 - 5340 of 7,087 for Republic (0.04 seconds)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/gcs/GcsClientTest.java
/** * @author shinsuke * */ public class GcsClientTest extends PlainTestCase { private static final Logger logger = LogManager.getLogger(GcsClientTest.class); private static final String IMAGE_NAME = "fsouza/fake-gcs-server:latest"; private static final String PROJECT_ID = "test-project"; public GcsClient gcsClient; private GenericContainer<?> gcsServer;Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 19.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
*/ public RankFusionSearcher() { // Default constructor - name will be initialized lazily } /** * Returns the name of this searcher. * The name is derived from the class name by converting it to lowercase * and removing the "Searcher" suffix. * * @return the searcher name */ public String getName() { if (name == null) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.5K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/singlethreaded/SingleThreadedBuilder.java
*/ @Named("singlethreaded") @Singleton public class SingleThreadedBuilder implements Builder { private final LifecycleModuleBuilder lifecycleModuleBuilder; @Inject public SingleThreadedBuilder(LifecycleModuleBuilder lifecycleModuleBuilder) { this.lifecycleModuleBuilder = lifecycleModuleBuilder; } @Override public void build( MavenSession session,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 2.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/graph/PackageSanityTests.java
import org.jspecify.annotations.NullUnmarked; /** * Covers basic sanity checks for the entire package. * * @author Kurt Alfred Kluever */ @NullUnmarked public class PackageSanityTests extends AbstractPackageSanityTests { private static final AbstractGraphBuilder<?> graphBuilderA = GraphBuilder.directed().expectedNodeCount(10);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Dec 28 01:26:26 GMT 2024 - 3.2K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/profiles/activation/SystemPropertyProfileActivator.java
import org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable; /** * SystemPropertyProfileActivator */ @Deprecated public class SystemPropertyProfileActivator extends DetectedProfileActivator implements Contextualizable { private Properties properties; @Override public void contextualize(Context context) throws ContextException { properties = (Properties) context.get("SystemProperties"); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 3.3K bytes - Click Count (0) -
cmd/crossdomain-xml-handler.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 Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Mar 18 06:42:40 GMT 2024 - 2.2K bytes - Click Count (0) -
internal/kms/config_test.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 Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 2.7K bytes - Click Count (0) -
internal/lock/lock_windows_test.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 Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Oct 18 18:08:15 GMT 2023 - 2.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/MethodsRenderer.java
private final MethodDetailRenderer methodDetailRenderer; public MethodsRenderer(LinkRenderer linkRenderer, GenerationListener listener) { methodDetailRenderer = new MethodDetailRenderer(linkRenderer, listener); extensionMethodsSummaryRenderer = new ExtensionMethodsSummaryRenderer(methodTableRenderer); } @Override public void renderSummaryTo(ClassDoc classDoc, Element parent) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/PropertiesRenderer.java
private final PropertyDetailRenderer propertiesDetailRenderer; public PropertiesRenderer(LinkRenderer linkRenderer, GenerationListener listener) { propertiesDetailRenderer = new PropertyDetailRenderer(linkRenderer, listener); extensionPropertiesSummaryRenderer = new ExtensionPropertiesSummaryRenderer(propertyTableRenderer); } @Override public void renderSummaryTo(ClassDoc classDoc, Element parent) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.1K bytes - Click Count (0)