- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 130 for principe (0.28 sec)
-
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
*/ package jcifs.smb1.smb1; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.security.GeneralSecurityException; import java.security.MessageDigest; import java.security.Principal; import java.util.Arrays; import java.util.Random; import jcifs.smb1.Config; import jcifs.smb1.util.DES; import jcifs.smb1.util.Encdec; import jcifs.smb1.util.HMACT64; import jcifs.smb1.util.LogStream;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.7K bytes - Viewed (0) -
docs/pt/docs/python-types.md
{* ../../docs_src/python_types/tutorial004.py hl[2] *} ## Declarando Tipos Você acabou de ver o local principal para declarar type hints. Como parâmetros de função. Este também é o principal local em que você os usaria com o **FastAPI**. ### Tipos simples Você pode declarar todos os tipos padrão de Python, não apenas `str`. Você pode usar, por exemplo:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 10:32:53 UTC 2024 - 17.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/filter/CorsFilterTest.java
return null; } @Override public boolean isUserInRole(String role) { return false; } @Override public java.security.Principal getUserPrincipal() { return null; } @Override public String getRequestedSessionId() { return null; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 22.1K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtAddress.java
* hostname because apparently some servers do not respond * anymore. I think everyone post Windows 98 will accept * an IP address as the tconHostName which is the principal * use of this method. */ if (this.hostName.isUnknown()) { return getHostAddress(); } return this.hostName.name; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmContext.java
return this.masterKey; } @Override public String getNetbiosName() { return this.netbiosName; } /** * Sets the target server's Service Principal Name (SPN). * @param targetName * the target's SPN */ public void setTargetName(final String targetName) { this.targetName = targetName; } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0) -
docs/es/docs/deployment/concepts.md
* Ejecución al iniciar * Reinicios * Replicación (la cantidad de procesos en ejecución) * Memoria * Pasos previos antes de iniciar Veremos cómo afectan estas **implementaciones**. Al final, el objetivo principal es poder **servir a tus clientes de API** de una manera que sea **segura**, para **evitar interrupciones**, y usar los **recursos de cómputo** (por ejemplo, servidores remotos/máquinas virtuales) de la manera más eficiente posible. 🚀
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/fr/docs/tutorial/first-steps.md
/// ### Étape 2 : créer une "instance" `FastAPI` {* ../../docs_src/first_steps/tutorial001.py hl[3] *} Ici la variable `app` sera une "instance" de la classe `FastAPI`. Ce sera le point principal d'interaction pour créer toute votre API. Cette `app` est la même que celle à laquelle fait référence `uvicorn` dans la commande : <div class="termy"> ```console $ uvicorn main:app --reload
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.1K bytes - Viewed (0) -
docs/es/docs/tutorial/path-params.md
* Validación de datos * Anotación de API y documentación automática Y solo tienes que declararlos una vez.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 9.4K bytes - Viewed (0) -
docs/es/docs/advanced/path-operation-advanced-configuration.md
## Responses Adicionales Probablemente has visto cómo declarar el `response_model` y el `status_code` para una *path operation*. Eso define los metadatos sobre el response principal de una *path operation*. También puedes declarar responses adicionales con sus modelos, códigos de estado, etc.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 7.9K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
elementsPlus.add(AFTER_LAST_2); return Ordering.explicit(new ArrayList<>(elementsPlus)); } /* * All the ContiguousSet generators below manually reject nulls here. In principle, we'd like to * defer that to Range, since it's ContiguousSet.create() that's used to create the sets. However, * that gets messy here, and we already have null tests for Range. */ /*
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Aug 10 19:54:19 UTC 2025 - 15.9K bytes - Viewed (0)