- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 301 for danger (0.53 sec)
-
src/test/java/jcifs/internal/smb2/lock/Smb2LockRequestTest.java
assertEquals(48, bytesWritten); assertArrayEquals(standardFileId, Arrays.copyOfRange(buffer, 8, 24)); // Test with longer file ID (should copy only first 16 bytes) byte[] longFileId = new byte[32]; Arrays.fill(longFileId, (byte) 0xCD); request.setFileId(longFileId);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.3K bytes - Viewed (0) -
docs/nl/docs/python-types.md
Daarnaast betekent het ook dat je code zeer verenigbaar zal zijn met veel andere Python-hulpmiddelen en -pakketten. ๐ /// ## Type hints in **FastAPI** **FastAPI** maakt gebruik van type hints om verschillende dingen te doen. Met **FastAPI** declareer je parameters met type hints en krijg je: * **Editor ondersteuning**. * **Type checks**. ...en **FastAPI** gebruikt dezelfde declaraties om:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 18.1K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.user_roomNumber=Kamernummer labels.roomNumber=Kamernummer labels.user_description=Beschrijving labels.description=Beschrijving labels.user_title=Titel labels.title=Titel labels.user_pager=Pager labels.pager=Pager labels.user_street=Straat labels.street=Straat labels.user_postalCode=Postcode labels.postalCode=Postcode labels.user_physicalDeliveryOfficeName=Kantoor labels.physicalDeliveryOfficeName=Kantoor
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
indexUpdater.start(); // Let it run briefly ThreadUtil.sleep(100); // Stop the indexer indexUpdater.setFinishCrawling(true); // Wait for completion with longer timeout indexUpdater.join(3000); assertFalse(errorOccurred.get()); // Thread may still be alive in test environment, just check no errors
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java
* <li>"e(G:A:V)" - predicate filter (leaves out G:A:V from range, if hit, V can be range)</li> * </ul> * Example filter expression: <code>"h(5);s;e(org.foo:bar:1)</code> will cause: ranges are filtered for "top 5" (instead * full range), snapshots are banned if root project is not a snapshot, and if range for <code>org.foo:bar</code> is
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jul 25 11:08:20 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
```Python with open("./somefile.txt") as f: contents = f.read() print(contents) ``` ๋ด๋ถ์ ์ผ๋ก `open("./somefile.txt")` ๋ "์ปจํ ์คํธ ๊ด๋ฆฌ์(Context Manager)"๋ผ๊ณ ๋ถ๋ฆฌ๋ ๊ฐ์ฒด๋ฅผ ์์ฑํฉ๋๋ค. `with` ๋ธ๋ก์ด ๋๋๋ฉด, ์์ธ๊ฐ ๋ฐ์ํ๋๋ผ๋ ํ์ผ์ ๋ซ๋๋ก ๋ณด์ฅํฉ๋๋ค. `yield`๊ฐ ์๋ ์์กด์ฑ์ ์์ฑํ๋ฉด **FastAPI**๋ ๋ด๋ถ์ ์ผ๋ก ์ด๋ฅผ ์ํ ์ปจํ ์คํธ ๋งค๋์ ๋ฅผ ์์ฑํ๊ณ ๋ค๋ฅธ ๊ด๋ จ ๋๊ตฌ๋ค๊ณผ ๊ฒฐํฉํฉ๋๋ค. ### `yield`๋ฅผ ์ฌ์ฉํ๋ ์์กด์ฑ์์ ์ปจํ ์คํธ ๊ด๋ฆฌ์ ์ฌ์ฉํ๊ธฐ /// warning | ๊ฒฝ๊ณ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Feb 09 14:54:09 UTC 2025 - 14.2K bytes - Viewed (0) -
docs/es/docs/deployment/concepts.md
* HAProxy * Con un componente externo como Certbot para las renovaciones de certificados * Kubernetes con un Controlador de Ingress como Nginx * Con un componente externo como cert-manager para las renovaciones de certificados * Manejado internamente por un proveedor de nube como parte de sus servicios (lee abajo ๐)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/fr/docs/index.md
* Fournir directement 2 interfaces web de documentation interactive. --- Nous n'avons fait qu'effleurer la surface, mais vous avez dรฉjร une idรฉe de la faรงon dont tout cela fonctionne. Essayez de changer la ligne contenant : ```Python return {"item_name": item.name, "item_id": item_id} ``` ... de : ```Python ... "item_name": item.name ... ``` ... vers :
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 22K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
* @param targetName * SPN of the target system, optional * @param passwordHash * The NT password hash, takes precedence over password (which is no longer required unless legacy LM * authentication is needed) * @param password * The password to use when constructing the response. * @param domain
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
Then turn not pale, beloved snail, but come and join the dance. Will you, won't you, will you, won't you, will you join the dance? Will you, won't you, will you, won't you, won't you join the dance?"' `Thank you, it's a very interesting dance to watch,' said Alice, feeling very glad that it was over at last: `and I do so
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0)