- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 27 for postal (0.07 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreator.java
return new SMailDeliveryDepartment(createPostalParkingLot(), createPostalPersonnel()); } // ----------------------------------------------------- // Postal Parking Lot // ------------------ protected SMailPostalParkingLot createPostalParkingLot() { final SMailPostalParkingLot parkingLot = new SMailPostalParkingLot();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/packaging/common/scripts/postrm
${packaging.scripts.header} # # This script is executed in the post-removal phase # # On Debian, # $1=remove : indicates a removal # $1=purge : indicates an upgrade # # On RedHat, # $1=0 : indicates a removal # $1=1 : indicates an upgrade SOURCE_ENV_FILE=true REMOVE_DIRS=false REMOVE_SERVICE=false REMOVE_USER_AND_GROUP=false case "$1" in
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 10 01:24:02 UTC 2015 - 2.2K bytes - Viewed (0) -
docs/ru/docs/tutorial/request-form-models.md
Если клиент попробует отправить дополнительные данные, то в ответ он получит **ошибку**. Например, если клиент попытается отправить поля формы: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` То в ответ он получит **ошибку**, сообщающую ему, что поле `extra` не разрешено: ```json { "detail": [ { "type": "extra_forbidden",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:17:36 UTC 2025 - 3.3K bytes - Viewed (0) -
docs/pt/docs/help-fastapi.md
Adoro ouvir sobre como o **FastAPI** é usado, o que você gosta nele, em qual projeto/empresa está sendo usado, etc. ## Vote no FastAPI
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 8.4K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/tr.js
dule("lang/tr"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Form gönderilemedi!",requiredField:"Boş bırakılamaz",requiredFields:"Gerekli tüm alanları cevaplamadınız",badTime:"Geçersiz zaman girdiniz",badEmail:"Geçersiz e-posta adresi girdiniz",badTelephone:"Geçersiz telefon numarası girdiniz",badSecurityAnswer:"Güvenlik sorusuna doğru cevap vermediniz",badDate:"Geçersiz tarih girdiniz",lengthBadStart:"Girilen değer ",lengthBadEnd:" karakter olmalıdır",lengthTooLongStart:"Girilen...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 3.1K bytes - Viewed (0) -
docs/en/docs/reference/status.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Apr 18 19:53:19 UTC 2024 - 871 bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/Dispatcher.java
/** * Returns a dispatcher that queues events that are posted reentrantly on a thread that is already * dispatching an event, guaranteeing that all events posted on a single thread are dispatched to * all subscribers in the order they are posted. * * <p>When all subscribers are dispatched to using a <i>direct</i> executor (which dispatches on * the same thread that posts the event), this yields a breadth-first dispatch order on each
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 7.4K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/AsyncEventBus.java
* * @param identifier short name for the bus, for logging purposes. * @param executor Executor to use to dispatch events. It is the caller's responsibility to shut * down the executor after the last event has been posted to this event bus. */ public AsyncEventBus(String identifier, Executor executor) { super(identifier, executor, Dispatcher.legacyAsync(), LoggingHandler.INSTANCE); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.5K bytes - Viewed (0) -
docs/uk/docs/tutorial/request-form-models.md
Якщо клієнт спробує надіслати додаткові дані, він отримає **відповідь з помилкою**. Наприклад, якщо клієнт спробує надіслати наступні поля форми: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` Він отримає відповідь із помилкою, яка повідомляє, що поле `extra` не дозволено: ```json { "detail": [ { "type": "extra_forbidden",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Feb 20 14:16:09 UTC 2025 - 3.3K bytes - Viewed (0) -
docs/es/docs/tutorial/request-form-models.md
Si un cliente intenta enviar datos extra, recibirá un response de **error**. Por ejemplo, si el cliente intenta enviar los campos de formulario: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` Recibirá un response de error indicando que el campo `extra` no está permitido: ```json { "detail": [ { "type": "extra_forbidden",
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 2.3K bytes - Viewed (0)