- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 1,769 for filled (0.4 sec)
-
docs/es/docs/tutorial/static-files.md
SebastiΓ‘n RamΓrez <******@****.***> 1735583217 +0000
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/uk/docs/tutorial/static-files.md
Valentyn <******@****.***> 1738966673 +0200
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:17:53 UTC 2025 - 2.6K bytes - Viewed (0) -
src/test/java/jcifs/smb1/smb1/SmbFileFilterTest.java
@Override public boolean accept(SmbFile file) throws SmbException { lastFile = file; // Actually interact with the file to verify the mock interaction if (file != null) { lastPath = file.getPath(); } return true; } } @Nested @DisplayName("Happy path β accept is called and returns true") class HappyPath { @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/ShareEnumIterator.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 3.5K bytes - Viewed (0) -
docs/smb3-features/02-persistent-handles-design.md
private byte[] fileId; // 16-byte file ID from previous open public DurableHandleReconnect(byte[] fileId) { super(NAME); if (fileId.length != 16) { throw new IllegalArgumentException("File ID must be 16 bytes"); } this.fileId = Arrays.copyOf(fileId, 16); } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 31.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
/** * Directory change types */ public enum DirectoryChangeType { /** * File was added to the directory */ FILE_ADDED, /** * File was removed from the directory */ FILE_REMOVED, /** * File was modified in the directory */ FILE_MODIFIED, /** * Directory was renamed
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
cmd/batch-handlers.go
hasTags := len(r.Flags.Filter.Tags) != 0 isMetadata := len(r.Flags.Filter.Metadata) != 0 isStorageClassOnly := len(r.Flags.Filter.Metadata) == 1 && strings.EqualFold(r.Flags.Filter.Metadata[0].Key, xhttp.AmzStorageClass) skip := func(oi ObjectInfo) (ok bool) { if r.Flags.Filter.OlderThan > 0 && time.Since(oi.ModTime) < r.Flags.Filter.OlderThan.D() {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIterator2.java
try { @SuppressWarnings("resource") final SmbTreeHandleImpl th = getTreeHandle(); if (this.fileId != null && th.isConnected()) { th.send(new Smb2CloseRequest(th.getConfig(), this.fileId)); } } finally { this.fileId = null; } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.4K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
# π¨ π π πͺ π¬ π π π©βπ» βοΈ `File`. /// info π¨ π π, π₯ β <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. π€Ά β. `pip install python-multipart`. π β©οΈ π π π¨ "π¨ π½". /// ## π `File` π `File` & `UploadFile` βͺοΈβ‘οΈ `fastapi`: {* ../../docs_src/request_files/tutorial001.py hl[1] *} ## π¬ `File` π’
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/static-files.md
{* ../../docs_src/static_files/tutorial001.py hl[2,6] *} /// note | κΈ°μ μ μΈλΆμ¬ν `from starlette.staticfiles import StaticFiles` λ₯Ό μ¬μ©ν μλ μμ΅λλ€. **FastAPI**λ λ¨μ§ κ°λ°μμΈ, λΉμ μκ² νΈμλ₯Ό μ 곡νκΈ° μν΄ `fastapi.static files` μ λμΌν `starlett.static files`λ₯Ό μ 곡ν©λλ€. νμ§λ§ μ¬μ€ μ΄κ²μ Starlettμμ μ§μ μ¨ κ²μ λλ€. /// ### "λ§μ΄ν " μ΄λ "λ§μ΄ν "μ νΉμ κ²½λ‘μ μμ ν "λ 립μ μΈ" μ ν리μΌμ΄μ μ μΆκ°νλ κ²μ μλ―Ένλλ°, κ·Έ ν λͺ¨λ νμ κ²½λ‘μ λν΄μλ μ μ©λ©λλ€.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2K bytes - Viewed (0)