- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 472 for normale (0.19 sec)
-
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
* Test setting and getting String field (oemDomainName) */ @Test @DisplayName("Test oemDomainName field with various string values") public void testOemDomainNameField() { // Test with normal string serverData.oemDomainName = "WORKGROUP"; assertEquals("WORKGROUP", serverData.oemDomainName); // Test with empty string serverData.oemDomainName = "";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17K bytes - Viewed (0) -
src/test/java/jcifs/smb1/netbios/SocketInputStreamTest.java
} } @Test @DisplayName("Zero-length message is handled correctly") void zeroLengthMessageHandled() throws IOException { // Create a zero-length message followed by a normal message byte[] data = new byte[] { 10, 20 }; byte[] fullData = concat(messageHeader(0), // Zero-length message messageHeader(2), data);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/net/NetShareEnumResponseTest.java
assertEquals(testString, result); } @ParameterizedTest @DisplayName("Test readDataWireFormat with various share types") @CsvSource({ "0, SHARE, Normal share", "1, PRINTER, Printer share", "3, IPC$, IPC share", "32768, HIDDEN, Hidden share", // 0x8000 - hidden flag in lower 16 bits "32769, HIDDENP, Hidden printer" // 0x8001 - hidden flag + printer type })
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.2K bytes - Viewed (0) -
docs/en/docs/tutorial/query-params-str-validations.md
There could be cases where you need to do some **custom validation** that can't be done with the parameters shown above. In those cases, you can use a **custom validator function** that is applied after the normal validation (e.g. after validating that the value is a `str`).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 17.2K bytes - Viewed (0) -
guava-gwt/pom.xml
<show>package</show> </configuration> </plugin> <!-- Disable "normal" testing, which doesn't work for GWT tests. --> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 19.4K bytes - Viewed (0) -
docs/de/docs/tutorial/dependencies/dependencies-with-yield.md
{* ../../docs_src/dependencies/tutorial007.py hl[5:6] *} /// tip | Tipp Sie können `async`hrone oder reguläre Funktionen verwenden. **FastAPI** wird bei jeder das Richtige tun, so wie auch bei normalen Abhängigkeiten. /// ## Eine Abhängigkeit mit `yield` und `try`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/DataIndexHelper.java
* and the frequency of status checks. */ protected long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL; /** * Thread priority for crawler threads. * Defaults to normal thread priority. */ protected int crawlerPriority = Thread.NORM_PRIORITY; /** * Thread-safe list of active data crawling threads. * Used to track and manage all currently running crawler threads.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/UniAddress.java
import java.net.UnknownHostException; import java.util.StringTokenizer; import jcifs.smb1.netbios.Lmhosts; import jcifs.smb1.netbios.NbtAddress; import jcifs.smb1.util.LogStream; /** * <p>Under normal conditions it is not necessary to use * this class to use jCIFS properly. Name resolusion is * handled internally to the <code>jcifs.smb1.smb1</code> package. * <p>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 17K bytes - Viewed (0) -
LICENSES/third_party/forked/libcontainer/LICENSE
documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Oct 22 13:56:22 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/en/docs/fastapi-people.md
</div> {% endfor %} {% endif %} ## About the data - technical details The main intention of this page is to highlight the effort of the community to help others. Especially including efforts that are normally less visible, and in many cases more arduous, like helping others with questions and reviewing Pull Requests with translations.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 28 20:34:56 UTC 2025 - 10.5K bytes - Viewed (0)