- Sort Score
- Num 10 results
- Language All
Results 1701 - 1710 of 1,788 for read0 (0.27 seconds)
-
docs/en/docs/release-notes.md
This change is what supports the new features, read below. 🤓 ### Dependencies with `yield`, `HTTPException` and Background Tasks Dependencies with `yield` now can raise `HTTPException` and other exceptions after `yield`. 🎉
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
doc/go_spec.html
If the capacity is zero or absent, the channel is unbuffered and communication succeeds only when both a sender and receiver are ready. Otherwise, the channel is buffered and communication succeeds without blocking if the buffer is not full (sends) or not empty (receives). A <code>nil</code> channel is never ready for communication. </p> <p> A channel may be closed with the built-in function
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} success = false; } } return success; } /** * Atomically switches aliases from one index to another. * Reads alias configuration files, removes aliases from the old index, and adds them to the new index * in a single atomic operation. * * @param configIndex the index configuration nameCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 138.6K bytes - Click Count (1) -
android/guava/src/com/google/common/collect/Sets.java
} return false; } /** * Returns an unmodifiable view of the specified navigable set. This method allows modules to * provide users with "read-only" access to internal navigable sets. Query operations on the * returned set "read through" to the specified set, and attempts to modify the returned set, * whether direct or via its collection views, result in an {@code UnsupportedOperationException}. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 81.4K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/BloomFilter.java
dout.writeInt(bits.data.length()); for (int i = 0; i < bits.data.length(); i++) { dout.writeLong(bits.data.get(i)); } } /** * Reads a byte stream, which was written by {@linkplain #writeTo(OutputStream)}, into a {@code * BloomFilter}. * * <p>The {@code Funnel} to be used is not encoded in the stream, so it must be provided here.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 10 22:28:12 GMT 2026 - 27.6K bytes - Click Count (0) -
docs/pt/docs/virtual-environments.md
```console $ deactivate ``` </div> Dessa forma, quando você executar `python`, ele não tentará executá-lo naquele ambiente virtual com os pacotes instalados nele. ## Pronto para trabalhar { #ready-to-work } Agora você está pronto para começar a trabalhar no seu projeto. /// tip | Dica Você quer entender o que é tudo isso acima? Continue lendo. 👇🤓 ///Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 23K bytes - Click Count (0) -
docs/zh-hant/docs/virtual-environments.md
當你完成工作後,你可以**退出**虛擬環境。 <div class="termy"> ```console $ deactivate ``` </div> 這樣,當你執行 `python` 時它不會嘗試從已安裝套件的虛擬環境中執行。 ## 開始工作 { #ready-to-work } 現在你已經準備好開始你的工作了。 /// tip 你想要理解上面的所有內容嗎? 繼續閱讀。👇🤓 /// ## 為什麼要使用虛擬環境 { #why-virtual-environments }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 21K bytes - Click Count (0) -
docs/zh/docs/virtual-environments.md
当你完成工作后,你可以**退出**虚拟环境。 <div class="termy"> ```console $ deactivate ``` </div> 这样,当你运行 `python` 时,它不会尝试从那个虚拟环境及其已安装的软件包中运行。 ## 开始工作 { #ready-to-work } 现在你已经准备好开始你的工作了。 /// tip | 提示 你想要理解上面的所有内容吗? 继续阅读。👇🤓 /// ## 为什么要使用虚拟环境 { #why-virtual-environments }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 21.4K bytes - Click Count (0) -
android/guava/src/com/google/common/primitives/Floats.java
* set a value to {@code null} will result in a {@link NullPointerException}. * * <p>The returned list maintains the values, but not the identities, of {@code Float} objects * written to or read from it. For example, whether {@code list.get(0) == list.get(0)} is true for * the returned list is unspecified. * * <p>The returned list may have unexpected behavior if it contains {@code NaN}, or if {@code NaN}Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 16:38:16 GMT 2026 - 25.6K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/PluginUpgradeStrategy.java
"file", new FileTransporterFactory()))); }); // Configure repositories // TODO: we should read settings RemoteRepository central = session.createRemoteRepository(RemoteRepository.CENTRAL_ID, "https://repo.maven.apache.org/maven2");
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 37K bytes - Click Count (0)