- Sort Score
- Num 10 results
- Language All
Results 1251 - 1260 of 1,959 for operativos (0.52 seconds)
-
docs/ru/docs/advanced/generate-clients.md
Но далее я покажу, как это улучшить. 🤓 ## Пользовательские ID операций и лучшие имена методов { #custom-operation-ids-and-better-method-names } Вы можете **изменить** способ **генерации** этих ID операций, чтобы сделать их проще, а имена методов в клиентах — **более простыми**.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 15.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
* Creates a new CreateForm instance. */ public CreateForm() { } /** The IDs of label types associated with this file configuration. */ public String[] labelTypeIds; /** The CRUD operation mode for this form. */ @ValidateTypeFailure public Integer crudMode; /** The name of the file configuration (required, maximum 200 characters). */ @Required @Size(max = 200)Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 5.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/StorageExceptionTest.java
assertNull(exception.getCause()); } @Test public void test_constructorWithMessageAndCause() { // Test constructor with message and cause String message = "Storage operation failed"; Exception cause = new RuntimeException("Underlying error"); StorageException exception = new StorageException(message, cause); assertNotNull(exception);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 7.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/compression/CompressionService.java
* * @return minimum size in bytes for compression to be beneficial */ int getMinCompressionSize(); /** * Gets the maximum data size that can be compressed in a single operation. * * @return maximum size in bytes that can be compressed */ int getMaxCompressionSize(); /** * Gets a human-readable name for the compression algorithm. *Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 5.2K bytes - Click Count (0) -
docs/ru/docs/tutorial/stream-json-lines.md
/// ### Неасинхронные функции-обработчики пути { #non-async-path-operation-functions } Вы также можете использовать обычные функции `def` (без `async`) и использовать `yield` таким же образом. FastAPI обеспечит корректное выполнение так, чтобы это не блокировало цикл событий.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 7.1K bytes - Click Count (0) -
docs/uk/docs/tutorial/stream-json-lines.md
/// tip | Порада Оскільки Pydantic серіалізуватиме це на боці **Rust**, ви отримаєте значно вищу **продуктивність**, ніж якби не оголошували тип повернення. /// ### Не-async *функції операцій шляху* { #non-async-path-operation-functions } Ви також можете використовувати звичайні функції `def` (без `async`) і використовувати `yield` так само. FastAPI подбає про коректне виконання, щоб це не блокувало цикл подій.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:25:54 GMT 2026 - 6.6K bytes - Click Count (0) -
internal/config/lambda/event/targetlist.go
if err != nil { return nil, err } id, found := list.targets[arn.TargetID] if !found { return nil, &ErrARNNotFound{} } return id, nil } // TargetIDResult returns result of Remove/Send operation, sets err if // any for the associated TargetID type TargetIDResult struct { // ID where the remove or send were initiated. ID TargetID // Stores any error while removing a target or while sending an event. Err errorCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 4.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
/** Service for file authentication operations. */ @Resource private FileAuthenticationService fileAuthenticationService; /** Pager for file authentication list pagination. */ @Resource private FileAuthPager fileAuthenticationPager; /** Service for file configuration operations. */ @Resource protected FileConfigService fileConfigService;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 18.7K bytes - Click Count (0) -
docs/fr/docs/how-to/custom-docs-ui-assets.md
Swagger UI s’en chargera en arrière‑plan pour vous, mais il a besoin de cet assistant « redirect ». /// ### Créer un chemin d'accès pour tester { #create-a-path-operation-to-test-it } Maintenant, pour pouvoir vérifier que tout fonctionne, créez un chemin d'accès : {* ../../docs_src/custom_docs_ui/tutorial001_py310.py hl[36:38] *} ### Tester { #test-it }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 8.7K bytes - Click Count (0) -
docs/tr/docs/tutorial/query-params-str-validations.md
FastAPI artık şunları yapacak: * Verinin uzunluğunun en fazla 50 karakter olduğundan emin olacak şekilde **doğrulayacak** * Veri geçerli değilse client için **net bir hata** gösterecek * Parametreyi OpenAPI şemasındaki *path operation* içinde **dokümante edecek** (dolayısıyla **otomatik dokümantasyon arayüzünde** görünecek) ## Alternatif (eski): Varsayılan değer olarak `Query` { #alternative-old-query-as-the-default-value }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 17.3K bytes - Click Count (0)