- Sort Score
- Num 10 results
- Language All
Results 261 - 270 of 918 for consume (0.19 seconds)
-
guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java
* inserted by producers and extracted by consumers. Once created, the capacity cannot be increased. * Attempts to {@code put} an element into a full queue will result in the operation blocking; * attempts to {@code take} an element from an empty queue will similarly block. * * <p>This class supports an optional fairness policy for ordering waiting producer and consumerCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 22.4K bytes - Click Count (0) -
docs/pt/docs/advanced/websockets.md
Garanta que você criou um [ambiente virtual](../virtual-environments.md), o ativou e instalou o `websockets` (uma biblioteca Python que facilita o uso do protocolo "WebSocket"): <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## Cliente WebSockets { #websockets-client } ### Em produção { #in-production }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 5.6K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md
def hello_world(): # Комментарий с отступом print("Hello, world!") # Печать приветствия ``` ```toml # Это пример блока кода на TOML title = "TOML Example" # Заголовок документа ``` ```console // Используйте команду "live" и передайте код языка в качестве аргумента CLI $ python ./scripts/docs.py live es <span style="color: green;">[INFO]</span> Serving on http://127.0.0.1:8008
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 11.2K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/ConsolePasswordPrompt.java
public static final String NAME = "console-prompt"; private final Prompter prompter; @Inject public ConsolePasswordPrompt(Prompter prompter) { this.prompter = prompter; } @Override public String description() { return "Secure console password prompt"; } @Override public Optional<String> configTemplate() {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Nov 16 13:55:43 GMT 2024 - 2.7K bytes - Click Count (0) -
docs/pt/docs/deployment/fastapicloud.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 2.2K bytes - Click Count (0) -
docs/uk/docs/tutorial/debugging.md
<div class="termy"> ```console $ python myapp.py ``` </div> але не виконується, коли інший файл імпортує його, наприклад: ```Python from myapp import app ``` #### Детальніше { #more-details } Припустимо, ваш файл називається `myapp.py`. Якщо ви запустите його так: <div class="termy"> ```console $ python myapp.py ``` </div>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 3.6K bytes - Click Count (0) -
.github/workflows/mint/nginx-8-node.conf
server minio6:9000 max_fails=1 fail_timeout=10s; server minio7:9000 max_fails=1 fail_timeout=10s; server minio8:9000 max_fails=1 fail_timeout=10s; } upstream console { ip_hash; server minio1:9001; server minio2:9001; server minio3:9001; server minio4:9001; server minio5:9001; server minio6:9001;Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 15 16:52:29 GMT 2024 - 3.4K bytes - Click Count (0) -
docs/en/docs/deployment/fastapicloud.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 1.9K bytes - Click Count (0) -
.github/workflows/mint/nginx.conf
server minio2:9000 max_fails=1 fail_timeout=10s; server minio3:9000 max_fails=1 fail_timeout=10s; server minio4:9000 max_fails=1 fail_timeout=10s; } upstream console { ip_hash; server minio1:9001; server minio2:9001; server minio3:9001; server minio4:9001; } server { listen 9000; listen [::]:9000;Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed May 15 16:52:29 GMT 2024 - 3.1K bytes - Click Count (0) -
docs/tr/docs/deployment/fastapicloud.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 2.2K bytes - Click Count (0)