- Sort Score
- Num 10 results
- Language All
Results 961 - 970 of 1,221 for Parametre (0.35 seconds)
-
docs/uk/docs/tutorial/path-params.md
Якщо вам цікаво, «AlexNet», «ResNet» та «LeNet» — це просто назви моделей машинного навчання <dfn title="Технічно, архітектури моделей глибокого навчання">моделі</dfn>. /// ### Оголосіть *параметр шляху* { #declare-a-path-parameter } Потім створіть *параметр шляху* з анотацією типу, використовуючи створений вами клас enum (`ModelName`): {* ../../docs_src/path_params/tutorial005_py310.py hl[16] *}Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 14K bytes - Click Count (0) -
src/main/resources/fess_message_fr.properties
errors.storage_directory_name_is_invalid=Le nom du répertoire n'est pas valide. errors.storage_tags_update_failure=Échec de la mise à jour des balises de {0}. success.update_crawler_params = Paramètres mis à jour. success.delete_doc_from_index = Démarrage d'un processus de suppression de documents d'un index. success.crawling_info_delete_all = Données de session supprimées.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 14.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFileInputStream.java
} /** * Creates an {@link java.io.InputStream} for reading bytes from a file on * an SMB server represented by the {@link jcifs.smb.SmbFile} parameter. See * {@link jcifs.smb.SmbFile} for a detailed description and examples of * the smb URL syntax. * * @param file * An <code>SmbFile</code> specifying the file to read fromCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 15.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NameServiceClient.java
} while (--n > 0 && request.isBroadcast); throw new UnknownHostException(name.name); } /* If a target address to query was not specified explicitly * with the addr parameter we fall into this resolveOrder routine. */ for (final int element : resolveOrder) { try { switch (element) { case RESOLVER_LMHOSTS:
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 17.6K bytes - Click Count (0) -
docs/pt/docs/advanced/generate-clients.md
Por exemplo, aqui está usando a primeira tag (Você provavelmente terá apenas uma tag) e o nome da *operação de rota* (o nome da função). Você pode então passar essa função personalizada para o **FastAPI** como o parâmetro `generate_unique_id_function`: {* ../../docs_src/generate_clients/tutorial003_py310.py hl[6:7,10] *}
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 10.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/path-params.md
{* ../../docs_src/path_params/tutorial005_py310.py hl[1,6:9] *} /// tip 如果你在想,「AlexNet」、「ResNet」和「LeNet」只是一些機器學習 <dfn title="嚴格來說是深度學習的模型架構">模型</dfn> 的名字。 /// ### 宣告一個「路徑參數」 { #declare-a-path-parameter } 接著使用你建立的列舉類別(`ModelName`)作為型別註記,建立一個「路徑參數」: {* ../../docs_src/path_params/tutorial005_py310.py hl[16] *} ### 查看文件 { #check-the-docs } 因為「路徑參數」的可用值是預先定義的,互動式文件可以很漂亮地顯示它們:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 8.4K bytes - Click Count (0) -
helm-releases/minio-3.1.2.tgz
Refer the [Values file](./values.yaml) for all the possible config fields. You can specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```bash helm install --name my-release --set persistence.size=1Ti minio/minio ``` The above command deploys MinIO server with a 1Ti backing persistent volume. Alternately, you can provide a YAML file that specifies parameter values while installing the chart. For example, ```bash helm install --name my-release -f values.yaml...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Sep 18 04:26:47 GMT 2021 - 14.4K bytes - Click Count (0) -
helm-releases/minio-3.1.4.tgz
Refer the [Values file](./values.yaml) for all the possible config fields. You can specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```bash helm install --name my-release --set persistence.size=1Ti minio/minio ``` The above command deploys MinIO server with a 1Ti backing persistent volume. Alternately, you can provide a YAML file that specifies parameter values while installing the chart. For example, ```bash helm install --name my-release -f values.yaml...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Sep 20 05:30:22 GMT 2021 - 14.4K bytes - Click Count (0) -
helm-releases/minio-3.1.5.tgz
Refer the [Values file](./values.yaml) for all the possible config fields. You can specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, ```bash helm install --name my-release --set persistence.size=1Ti minio/minio ``` The above command deploys MinIO server with a 1Ti backing persistent volume. Alternately, you can provide a YAML file that specifies parameter values while installing the chart. For example, ```bash helm install --name my-release -f values.yaml...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Sep 22 16:52:01 GMT 2021 - 14.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Converter.java
* * @author Mike Ward * @author Kurt Alfred Kluever * @author Gregory Kick * @since 16.0 */ @GwtCompatible /* * 1. The type parameter is <T> rather than <T extends @Nullable> so that we can use T in the * doForward and doBackward methods to indicate that the parameter cannot be null. (We also take * advantage of that for convertAll, as discussed on that method.) *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 18 21:43:06 GMT 2025 - 22.8K bytes - Click Count (0)