- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 1,155 for normal (0.04 sec)
-
src/archive/zip/struct.go
A note about ZIP64: To be backwards compatible the FileHeader has both 32 and 64 bit Size fields. The 64 bit fields will always contain the correct value and for normal archives both fields will be the same. For files requiring the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit fields must be used instead. [ZIP specification]: https://support.pkware.com/pkzip/appnote */ package zip import (
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 28 21:41:09 UTC 2024 - 12.1K bytes - Viewed (0) -
docs/id/docs/tutorial/first-steps.md
Fungsi ini dipanggil **FastAPI** setiap kali menerima request ke URL "`/`" dengan operasi `GET`. Di kondisi ini, ini adalah sebuah fungsi `async`. --- Anda bisa mendefinisikan fungsi ini sebagai fungsi normal daripada `async def`: {* ../../docs_src/first_steps/tutorial003.py hl[7] *} /// note | Catatan
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Dec 12 21:46:36 UTC 2024 - 12K bytes - Viewed (0) -
docs/pt/docs/tutorial/first-steps.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 09 20:41:07 UTC 2025 - 10.8K bytes - Viewed (0) -
docs/es/docs/advanced/settings.md
{* ../../docs_src/settings/app02_an_py39/main.py hl[6,12:13] *} /// tip | Consejo Hablaremos del `@lru_cache` en un momento. Por ahora puedes asumir que `get_settings()` es una función normal. /// Y luego podemos requerirlo desde la *path operation function* como una dependencia y usarlo donde lo necesitemos. {* ../../docs_src/settings/app02_an_py39/main.py hl[17,19:21] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 12.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
bufferIndex += ((AndXServerMessageBlock) this.andx).readAndXWireFormat(buffer, bufferIndex); } else { /* * Just a plain smb. Read it as normal. */ buffer[bufferIndex++] = (byte) (this.andx.wordCount & 0xFF); if ((this.andx.wordCount != 0) && (this.andx.wordCount > 2)) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
} return loc; } // fallthrough to normal handling log.debug("No tree referral but in DFS"); } if (request != null) { request.setFullUNCPath(session.getTargetDomain(), session.getTargetHost(), rfullpath); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 30.4K bytes - Viewed (1) -
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) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0) -
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) -
docs/es/docs/tutorial/first-steps.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 12.2K bytes - Viewed (0)