- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 76 for Mediums (0.27 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
LICENSE
(including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for asCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Apr 23 18:58:53 GMT 2021 - 33.7K bytes - Click Count (0) -
docs/ru/docs/help-fastapi.md
* Узнавать, когда я делаю объявления или выпускаю новые инструменты (хотя чаще я использую X (Twitter) 🤷♂). * Читать, что я пишу (или подписаться на меня) на [**Dev.to**](https://dev.to/tiangolo) или [**Medium**](https://medium.com/@tiangolo). * Читать другие идеи, статьи и о созданных мной инструментах. * Подписаться, чтобы читать, когда я публикую что-то новое.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 20.6K bytes - Click Count (0) -
docs/uk/docs/help-fastapi.md
* Дізнаватися, коли я роблю оголошення або випускаю нові інструменти (хоча X (Twitter) я використовую частіше 🤷♂). * Читати, що я пишу (або стежити за мною) на [**Dev.to**](https://dev.to/tiangolo) або [**Medium**](https://medium.com/@tiangolo). * Читати інші ідеї, статті та про інструменти, які я створив. * Стежити, щоб читати нове, коли я щось публікую. ## Твітніть про **FastAPI** { #tweet-about-fastapi }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 19.8K bytes - Click Count (0) -
guava/src/com/google/common/base/Ascii.java
*/ public static final byte CAN = 24; /** * End of Medium: A control character associated with the sent data which may be used to identify * the physical end of the medium, or the end of the used, or wanted, portion of information * recorded on a medium. (The position of this character does not necessarily correspond to the * physical end of the medium.) * * @since 8.0 */ public static final byte EM = 25;
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 17 20:26:29 GMT 2025 - 21.7K bytes - Click Count (0) -
src/test/java/jcifs/util/CryptoTest.java
assertEquals(8, encrypted.length); assertNotEquals(new String(plaintext), new String(encrypted)); } @ParameterizedTest @ValueSource(strings = { "", "a", "short", "medium length text", "very long text that exceeds typical block sizes" }) @DisplayName("Should handle various input sizes for hashing") void testHashVariousInputSizes(String input) { // Given
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.4K bytes - Click Count (0) -
apache-maven/pom.xml
<dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-transport-wagon</artifactId> </dependency> <!-- HTTP/1.1, medium priority, Java8+ --> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-transport-apache</artifactId> </dependency>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 30 07:38:30 GMT 2026 - 13K bytes - Click Count (0) -
docs/pt/docs/help-fastapi.md
* Ver quando eu fizer anúncios ou lançar novas ferramentas (embora eu use mais o X (Twitter) 🤷♂). * Ler o que escrevo (ou me seguir) no [**Dev.to**](https://dev.to/tiangolo) ou no [**Medium**](https://medium.com/@tiangolo). * Ler outras ideias, artigos e conhecer ferramentas que criei. * Me seguir para ver quando eu publicar algo novo. ## Tweet sobre o **FastAPI** { #tweet-about-fastapi }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 13.7K bytes - Click Count (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. 3.2. Modifications. The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that YouCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri May 17 19:14:22 GMT 2024 - 38.5K bytes - Click Count (0) -
docs/zh/docs/help-fastapi.md
* [在 **LinkedIn** 上关注我](https://www.linkedin.com/in/tiangolo/)。 * 获取我发布公告或新工具的消息(不过我更常用 X (Twitter) 🤷♂)。 * 阅读我在 [**Dev.to**](https://dev.to/tiangolo) 或 [**Medium**](https://medium.com/@tiangolo) 上的文章(或关注我)。 * 阅读我的其他想法、文章,以及我创建的工具。 * 关注我,这样当我发布新文章时你会第一时间看到。 ## 发推谈谈 **FastAPI** { #tweet-about-fastapi }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 11.8K bytes - Click Count (0) -
src/test/java/org/codelibs/core/io/FileUtilTest.java
* * @throws Exception */ @Test(expected = IORuntimeException.class) public void testReadBytes_CustomMaxSize_ExceedsLimit() throws Exception { final File file = tempFolder.newFile("medium.txt"); final byte[] data = new byte[1024]; // 1KB final FileOutputStream out = new FileOutputStream(file); try { out.write(data); } finally { out.close();Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 10.3K bytes - Click Count (0)