- Sort Score
- Result 10 results
- Languages All
Results 521 - 530 of 556 for attributes (0.06 sec)
-
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
import java.io.IOException; import java.nio.file.FileAlreadyExistsException; import java.nio.file.FileVisitResult; import java.nio.file.FileVisitor; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.attribute.BasicFileAttributes; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.BlockingQueue; import java.util.concurrent.ExecutorService;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 21.5K bytes - Viewed (0) -
docs/de/docs/tutorial/schema-extra-example.md
//// Diese zusätzlichen Informationen werden unverändert zum für dieses Modell ausgegebenen **JSON-Schema** hinzugefügt und in der API-Dokumentation verwendet. //// tab | Pydantic v2 In Pydantic Version 2 würden Sie das Attribut `model_config` verwenden, das ein `dict` akzeptiert, wie beschrieben in <a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">Pydantic-Dokumentation: Configuration</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.2K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ int getListSize (); /** * * * Property <tt>jcifs.smb.client.attrExpirationPeriod</tt> (int, 5000) * * @return timeout of file attribute cache */ long getAttributeCacheTimeout (); /** * * * Property <tt>jcifs.smb.client.ignoreCopyToException</tt> (boolean, false) *
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.ldapAdminSecurityPrincipal=Bind DN labels.ldapAdminSecurityCredentials=Password labels.ldapBaseDn=Base DN labels.ldapAccountFilter=Account Filter labels.ldapGroupFilter=Group Filter labels.ldapMemberofAttribute=memberOf Attribute labels.oldPassword=Current Password labels.newPassword=New Password labels.confirmNewPassword=New Password(Confirm) labels.menu_system=System labels.menu_wizard=Wizard labels.menu_crawl_config=General
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.ldapAdminSecurityCredentials = Mot de passe labels.ldapBaseDn = DN de base labels.ldapAccountFilter = Filtre de compte labels.ldapGroupFilter = Filtre de groupe labels.ldapMemberofAttribute = Attribut memberOf labels.oldPassword = Mot de passe actuel labels.newPassword = nouveau mot de passe labels.confirmNewPassword = Nouveau mot de passe (confirmer) labels.menu_system = Système labels.menu_wizard = Assistant
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.ldapSecurityPrincipal=Benutzer-DN labels.ldapAdminSecurityPrincipal=Bind-DN labels.ldapAdminSecurityCredentials=Passwort labels.ldapBaseDn=Basis-DN labels.ldapAccountFilter=Konto-Filter labels.ldapMemberofAttribute=memberOf-Attribut labels.oldPassword=Aktuelles Passwort labels.newPassword=Neues Passwort labels.confirmNewPassword=Neues Passwort (bestätigen) labels.menu_system=System labels.menu_wizard=Assistent
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
CHANGELOG.md
* New: `mockwebserver3.MockResponse` is now immutable, with a `Builder`. * New: `mockwebserver3.RecordedRequest.handshakeServerNames` returns the SNI (Server Name Indication) attribute from the TLS handshake. * Upgrade: [Kotlin 1.9.21][kotlin_1_9_21]. * Upgrade: [Okio 3.7.0][okio_3_7_0]. ## Version 5.0.0-alpha.11 _2022-12-24_
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 18 01:31:39 UTC 2024 - 21.4K bytes - Viewed (0) -
docs/nl/docs/index.md
``` ...van: ```Python ... "item_name": item.name ... ``` ...naar: ```Python ... "item_price": item.price ... ``` ...en zie hoe je editor de attributen automatisch invult en hun types herkent: ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
docs/pt/docs/python-types.md
## Modelos Pydantic O <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> é uma biblioteca Python para executar a validação de dados. Você declara a "forma" dos dados como classes com atributos. E cada atributo tem um tipo. Em seguida, você cria uma instância dessa classe com alguns valores e ela os validará, os converterá para o tipo apropriado (se for esse o caso) e fornecerá um objeto com todos os dados.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 15 12:32:27 UTC 2024 - 18K bytes - Viewed (0) -
docs/nl/docs/python-types.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 18.3K bytes - Viewed (0)