- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 45 for totalRx (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
total = settings.size(); return this; } /** * Sets the total number of configuration settings. * @param total The total number of configuration settings. * @return The ApiConfigsResponse instance. */ public ApiConfigsResponse<T> total(final long total) { this.total = total; return this;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 25.8K bytes - Click Count (0) -
android/guava/src/com/google/common/io/ByteStreams.java
} checkPositionIndexes(off, off + len, b.length); int total = 0; while (total < len) { int result = in.read(b, off + total, len - total); if (result == -1) { break; } total += result; } return total; } /** Compares the contents of the two {@link InputStream}s for equality. */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 23 21:06:42 GMT 2026 - 31.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableRangeSet.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:45:58 GMT 2026 - 27.4K bytes - Click Count (0) -
docs/es/docs/tutorial/extra-data-types.md
* `datetime.timedelta`: * Un `datetime.timedelta` de Python. * En requests y responses se representará como un `float` de segundos totales. * Pydantic también permite representarlo como una "codificación de diferencia horaria ISO 8601", [consulta la documentación para más información](https://docs.pydantic.dev/latest/concepts/serialization/#custom-serializers).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.8K bytes - Click Count (0) -
src/main/resources/mail/log_notification.dfmail
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 343 bytes - Click Count (0) -
docs/fr/docs/tutorial/extra-data-types.md
* `datetime.timedelta` : * Un `datetime.timedelta` Python. * Dans les requêtes et les réponses, il sera représenté sous forme de `float` de secondes totales. * Pydantic permet aussi de le représenter sous la forme d'un « encodage de différence de temps ISO 8601 », [voir la documentation pour plus d'informations](https://docs.pydantic.dev/latest/concepts/serialization/#custom-serializers).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 3.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
assertTrue(doneLatch.await(30, TimeUnit.SECONDS)); executor.shutdown(); // Drain remaining totalDrained.addAndGet(helper.drainAll().size()); // Total drained should be <= total offered (some may be dropped at capacity) int totalOffered = numThreads * eventsPerThread; assertTrue(totalDrained.get() > 0); assertTrue(totalDrained.get() <= totalOffered); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/tr/docs/advanced/openapi-callbacks.md
Bunların hepsine bir örnekle bakalım. Fatura oluşturmayı sağlayan bir uygulama geliştirdiğinizi düşünün. Bu faturaların `id`, `title` (opsiyonel), `customer` ve `total` alanları olacak. API'nizin kullanıcısı (external bir geliştirici) API'nizde bir POST request ile fatura oluşturacak. Sonra API'niz (varsayalım ki): * Faturayı external geliştiricinin bir müşterisine gönderir.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.3K bytes - Click Count (0) -
scripts/translate.py
missing_paths.append(p) print("Paths to skip:") for p in skipped_paths: print(f" - {p}") print(f"Total paths to skip: {len(skipped_paths)}") print("Paths to process:") for p in missing_paths: print(f" - {p}") print(f"Total paths to process: {len(missing_paths)}") for p in missing_paths: print(f"Translating: {p}")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:37:41 GMT 2026 - 15.8K bytes - Click Count (0) -
docs/ru/docs/advanced/openapi-callbacks.md
Давайте рассмотрим это на примере. Представьте, что вы разрабатываете приложение, позволяющее создавать счета. Эти счета будут иметь `id`, `title` (необязательный), `customer` и `total`. Пользователь вашего API (внешний разработчик) создаст счет в вашем API с помощью POST-запроса. Затем ваш API (предположим) сделает следующее: * Отправит счет клиенту внешнего разработчика. * Получит оплату.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 12.4K bytes - Click Count (0)