- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 404 for 12 (0.01 seconds)
-
api/go1.15.txt
pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER ideal-int pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM = 13 pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM ideal-int pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12 pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER ideal-int pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE = 1 pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE ideal-int pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE_WINDOWS = 8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Jul 17 02:15:01 GMT 2020 - 7.6K bytes - Click Count (0) -
docs/en/docs/advanced/advanced-dependencies.md
Not the class itself (which is already a callable), but an instance of that class. To do that, we declare a method `__call__`: {* ../../docs_src/dependencies/tutorial011_an_py39.py hl[12] *} In this case, this `__call__` is what **FastAPI** will use to check for additional parameters and sub-dependencies, and this is what will be called to pass a value to the parameter in your *path operation function* later.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Nov 13 07:37:15 GMT 2025 - 9.1K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
VMOVQ -3(R4), V0.B16 // 80f4bf30 VMOVQ (R4), V1.H8 // 81004030 VMOVQ 2(R4), V1.H8 // 81044030 VMOVQ -6(R4), V1.H8 // 81f45f30 VMOVQ (R4), V2.W4 // 82002030 VMOVQ 8(R4), V2.W4 // 82082030 VMOVQ -12(R4), V2.W4 // 82f42f30 VMOVQ (R4), V3.V2 // 83001030 VMOVQ 24(R4), V3.V2 // 830c1030 VMOVQ -16(R4), V3.V2 // 83f81730 XVMOVQ (R4), X0.B32 // 80008032 XVMOVQ 1(R4), X0.B32 // 80048032
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Nov 27 00:46:52 GMT 2025 - 44.5K bytes - Click Count (0) -
docs/es/docs/tutorial/dependencies/classes-as-dependencies.md
{* ../../docs_src/dependencies/tutorial002_an_py310.py hl[11:15] *} Presta atención al método `__init__` usado para crear la instance de la clase: {* ../../docs_src/dependencies/tutorial002_an_py310.py hl[12] *} ...tiene los mismos parámetros que nuestros `common_parameters` anteriores: {* ../../docs_src/dependencies/tutorial001_an_py310.py hl[8] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 7.1K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/DefaultMavenMetadataCache.java
this.repositories.addAll(remoteRepositories); int hash = 17; hash = hash * 31 + artifactHashCode(artifact); hash = hash * 31 + (resolveManagedVersions ? 1 : 2); hash = hash * 31 + repositoriesHashCode(repositories); this.hashCode = hash; } @Override public int hashCode() { return hashCode; }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 11.8K bytes - Click Count (0) -
helm-releases/minio-3.5.6.tgz
{{- if .Values.persistence.subPath }} subPath: "{{ .Values.persistence.subPath }}" {{- end }} {{- end }} {{- if .Values.extraSecret }} - name: extra-secret mountPath: "/tmp/minio-config-env" {{- end }} {{- include "minio.tlsKeysVolumeMount" . | indent 12 }} ports: - name: {{ $scheme }} containerPort: {{ .Values.minioAPIPort }} - name: {{ $scheme }}-console containerPort: {{ .Values.minioConsolePort }} env: - name: MINIO_ROOT_USER valueFrom: secretKeyRef: name: {{ template "minio.secretName" . }} key:...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sat Feb 19 20:34:14 GMT 2022 - 17.6K bytes - Click Count (0) -
helm-releases/minio-3.5.9.tgz
{{- if .Values.persistence.subPath }} subPath: "{{ .Values.persistence.subPath }}" {{- end }} {{- end }} {{- if .Values.extraSecret }} - name: extra-secret mountPath: "/tmp/minio-config-env" {{- end }} {{- include "minio.tlsKeysVolumeMount" . | indent 12 }} ports: - name: {{ $scheme }} containerPort: {{ .Values.minioAPIPort }} - name: {{ $scheme }}-console containerPort: {{ .Values.minioConsolePort }} env: - name: MINIO_ROOT_USER valueFrom: secretKeyRef: name: {{ template "minio.secretName" . }} key:...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Mar 03 23:29:03 GMT 2022 - 17.7K bytes - Click Count (0) -
helm-releases/minio-3.6.3.tgz
{{- if .Values.persistence.subPath }} subPath: "{{ .Values.persistence.subPath }}" {{- end }} {{- end }} {{- if .Values.extraSecret }} - name: extra-secret mountPath: "/tmp/minio-config-env" {{- end }} {{- include "minio.tlsKeysVolumeMount" . | indent 12 }} ports: - name: {{ $scheme }} containerPort: {{ .Values.minioAPIPort }} - name: {{ $scheme }}-console containerPort: {{ .Values.minioConsolePort }} env: - name: MINIO_ROOT_USER valueFrom: secretKeyRef: name: {{ template "minio.secretName" . }} key:...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Mar 24 04:07:15 GMT 2022 - 17.9K bytes - Click Count (0) -
helm-releases/minio-4.0.15.tgz
}} subPath: "{{ .Values.persistence.subPath }}" {{- end }} {{- if .Values.extraSecret }} - name: extra-secret mountPath: "/tmp/minio-config-env" {{- end }} {{- include "minio.tlsKeysVolumeMount" . | indent 12 }} {{- if .Values.extraVolumeMounts }} {{- toYaml .Values.extraVolumeMounts | nindent 12 }} {{- end }} ports: - name: {{ $scheme }} containerPort: {{ .Values.minioAPIPort }} - name: {{ $scheme }}-console containerPort: {{ .Values.minioConsolePort }} env: - name: MINIO_ROOT_USER valueFrom: secretKeyRef:...Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Sep 21 11:07:01 GMT 2022 - 20K bytes - Click Count (0) -
docs/ru/docs/advanced/advanced-dependencies.md
Не сам класс (он уже является вызываемым), а экземпляр этого класса. Для этого объявляем метод `__call__`: {* ../../docs_src/dependencies/tutorial011_an_py39.py hl[12] *} В этом случае именно `__call__` **FastAPI** использует для проверки дополнительных параметров и подзависимостей, и именно он будет вызван, чтобы позже передать значение параметру в вашей *функции-обработчике пути*.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 14.1K bytes - Click Count (0)