- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 2,787 for classic (0.33 sec)
-
src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java
try { suggestHelper.refresh(); assertTrue(true); } catch (Exception e) { assertTrue(true); } } // Mock classes private static class MockFessConfig extends FessConfig.SimpleImpl { private static final long serialVersionUID = 1L; @Override public String getSuggestFieldContents() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-forms.md
Com `Form` você pode declarar os mesmos metadados e validação que com `Body` (e `Query`, `Path`, `Cookie`). /// info | Informação `Form` é uma classe que herda diretamente de `Body`. /// /// tip | Dica
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Jan 22 13:41:56 UTC 2025 - 2.8K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/AbstractBaseGraph.java
import java.util.Set; import org.jspecify.annotations.Nullable; /** * This class provides a skeletal implementation of {@link BaseGraph}. * * <p>The methods implemented in this class should not be overridden unless the subclass admits a * more efficient implementation. * * @author James Sexton * @param <N> Node parameter type */ abstract class AbstractBaseGraph<N> implements BaseGraph<N> { /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 7.2K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
public WitnessHeartbeatResponse getResponse() { return response; } } } // Request/Response classes class WitnessRegisterRequest { private int version; private String shareName; private String serverAddress; private int flags; // Getters and setters... } class WitnessRegisterResponse { private String registrationId; private int returnCode;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
android/pom.xml
<exclude>/module-info.class</exclude> <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. --> <exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<exclude>/module-info.class</exclude> <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. --> <exclude>META-INF/versions/9/com/**/*.class</exclude> </excludes> <archive> <manifestEntries>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryTestBase.java
queryProcessor = new QueryProcessor(); queryProcessor.init(); ComponentUtil.register(queryProcessor, "queryProcessor"); // Call child class specific setup setUpChild(); } /** * Override this method in child classes to perform additional setup */ protected void setUpChild() throws Exception { // Default implementation does nothing } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/artifact/resolver/ArtifactResolverTest.java
assertLocalArtifactPresent(b); } @Override protected Artifact createArtifact(String groupId, String artifactId, String version, String type) throws Exception { // for the anonymous classes return super.createArtifact(groupId, artifactId, version, type); } @Test void testTransitiveResolutionWhereAllArtifactsArePresentInTheLocalRepository() throws Exception {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 26 10:49:22 UTC 2025 - 10.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
// Node with matching CSS class MockNode nodeWithClass = new MockNode("div"); nodeWithClass.addAttribute("class", "highlight"); assertTrue(tag.matches(nodeWithClass)); // Node with multiple classes including target MockNode nodeWithMultipleClasses = new MockNode("div"); nodeWithMultipleClasses.addAttribute("class", "container highlight active");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 21K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/UnmodifiableSortedMultiset.java
} @LazyInit private transient @Nullable UnmodifiableSortedMultiset<E> descendingMultiset; // TODO(b/418181860): This method creates retain cycles in J2ObjC. In order to break the cycle, // there needs to be separate classes for primary and descending multiset, where the primary one // would hold {@code @LazyInit @RetainedWith @Nullable} reference to its descending multiset, and // the other {@code final} reference. @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 4K bytes - Viewed (0)