- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 4,168 for classe (0.04 sec)
-
docs/de/docs/tutorial/request-files.md
* Es hat eine <abbr title="dateiartig"><a href="https://docs.python.org/3/glossary.html#term-file-like-object" class="external-link" target="_blank">file-like</a></abbr> `async`hrone Schnittstelle.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServicePacket.java
opCodeString = switch (this.opCode) { case QUERY -> "QUERY"; case WACK -> "WACK"; default -> Integer.toString(this.opCode); }; resultCodeString = switch (this.resultCode) { case FMT_ERR -> "FMT_ERR"; case SRV_ERR -> "SRV_ERR"; case IMP_ERR -> "IMP_ERR"; case RFS_ERR -> "RFS_ERR"; case ACT_ERR -> "ACT_ERR"; case CFT_ERR -> "CFT_ERR";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 11.1K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/plugin.mdo
<p>An XSD is available at <a href="https://maven.apache.org/xsd/plugin-2.0.0.xsd">https://maven.apache.org/xsd/plugin-2.0.0.xsd</a></p> ]]></description> <classes> <class rootElement="true" xml.tagName="plugin" xdoc.anchorName="plugin"> <name>PluginDescriptor</name> <version>1.0.0+</version> <description>Root element of the {@code plugin.xml} file.</description>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 25 08:28:41 UTC 2025 - 24.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
</association> </field> </fields> </class> <class> <name>PluginManagement</name> <version>4.0.0+</version> <superClass>PluginContainer</superClass> <description>Section for management of default plugin information for use in a group of POMs. </description> </class> <class> <name>Reporting</name> <version>4.0.0+</version>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTester.kt
* characters to lowercase. */ open fun canonicalize(s: String): String = s } /** Tests integration between HttpUrl and the host platform's built-in URL classes, if any. */ open class Platform { open fun test( codePoint: Int, codePointString: String, encoding: Encoding, component: Component, ) { } } companion object {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 12.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/FilteredCollectionsTestUtil.java
ImmutableList.of(1, 2, 3, 5, 6, 8, 9)); /* * We have a whole series of abstract test classes that "stack", so e.g. the tests for filtered * NavigableSets inherit the tests for filtered Iterables, Collections, Sets, and SortedSets. The * actual implementation tests are further down. */ public abstract static class AbstractFilteredIterableTest<C extends Iterable<Integer>> extends TestCase {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 13.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LanguageHelperTest.java
assertNull(languageHelper.getSupportedLanguage("ja ")); assertNull(languageHelper.getSupportedLanguage(" ja")); } // Mock classes private static class MockFessConfig extends FessConfig.SimpleImpl { private static final long serialVersionUID = 1L; @Override public String[] getIndexerLanguageFieldsAsArray() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RelatedContentHelperTest.java
entity.setTerm(term); entity.setContent(content); entity.setVirtualHost(virtualHost); return entity; } // Mock classes static class MockRelatedContentBhv extends RelatedContentBhv { private List<RelatedContent> testData = new ArrayList<>(); public void setTestData(List<RelatedContent> testData) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2RequestTest.java
IllegalStateException exception = assertThrows(IllegalStateException.class, () -> { testRequest.encode(buffer, 0); }); assertTrue(exception.getMessage().contains("Wrong size calculation")); } } // Test implementation classes private static class TestServerMessageBlock2Request extends ServerMessageBlock2Request<TestServerMessageBlock2Response> {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
} // Helper methods for creating mock objects private SearchRequestParams createMockSearchRequestParams() { return new MockSearchRequestParams(); } // Mock classes private static class MockFessConfig extends FessConfig.SimpleImpl { private static final long serialVersionUID = 1L; @Override public String getCookieSearchParameterRequiredKeys() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0)