- Sort Score
- Result 10 results
- Languages All
Results 301 - 310 of 2,548 for parm (0.03 sec)
-
docs/pt/docs/advanced/security/oauth2-scopes.md
Agora nós declaramos que a *operação de rota* para `/users/me/items/` exige o escopo `items`. Para isso, nós importamos e utilizamos `Security` de `fastapi`. Você pode utilizar `Security` para declarar dependências (assim como `Depends`), porém o `Security` também recebe o parâmetros `scopes` com uma lista de escopos (strings).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
* For quoted queries on the default field, creates a phrase query instead of a term query. * * @param field the field to query * @param queryText the query text * @param quoted whether the query is quoted * @return the created Query object * @throws ParseException if the query cannot be parsed */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
/** * Creates a RequestHeader entity from form data with user and timestamp information. * * @param form the form containing the request header data * @param username the username of the user performing the operation * @param currentTime the current timestamp * @return optional entity containing the request header data, or empty if creation fails */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/index.md
Esse sistema foi pensado para ser fácil de usar, e permitir que qualquer desenvolvedor possa integrar facilmente outros componentes ao **FastAPI**. ## O que é "Injeção de Dependência" **"Injeção de Dependência"** no mundo da programação significa, que existe uma maneira de declarar no seu código (nesse caso, suas *funções de operação de rota*) para declarar as coisas que ele precisa para funcionar e que serão utilizadas: "dependências".
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
docs/es/docs/tutorial/security/simple-oauth2.md
Esos detalles son específicos de la implementación. Para OAuth2 son solo strings. /// ## Código para obtener el `username` y `password` Ahora vamos a usar las utilidades proporcionadas por **FastAPI** para manejar esto. ### `OAuth2PasswordRequestForm` Primero, importa `OAuth2PasswordRequestForm`, y úsalo como una dependencia con `Depends` en la *path operation* para `/token`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
return p24; } /** * Creates the LMv2 response for the supplied information. * * @param domain The domain in which the username exists. * @param user The username. * @param password The user's password. * @param challenge The server challenge. * @param clientChallenge The client challenge (nonce). * @return the LMv2 response bytes */
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/tutorial/query-params-str-validations.md
```Python = None ``` Ou com: ```Python = Query(default=None) ``` E irá utilizar o `None` para detectar que o parâmetro de consulta não é obrigatório. O `Union` é apenas para permitir que seu editor de texto lhe dê um melhor suporte. /// Então, podemos passar mais parâmetros para `Query`. Neste caso, o parâmetro `max_length` que se aplica a textos: ```Python q: str = Query(default=None, max_length=50)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
/** * Resolves an array of SIDs to obtain their account and domain names. * * @param authorityServerName the server to use for SID resolution * @param auth the authentication credentials to use * @param sids the array of SIDs to resolve * @param offset the starting offset in the array * @param length the number of SIDs to resolve * @throws IOException if there is an error resolving the SIDs */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/net/URLUtil.java
} } /** * Creates a <code>URL</code> by parsing the specified spec within the specified context. * * @param context * The context in which to parse the spec. Must not be {@literal null}. * @param spec * A string to be parsed as a <code>URL</code>. Must not be {@literal null} or empty. * @return A <code>URL</code>. */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java
// ---------- /** * Creates a new scheduled job from a crawler configuration. * * @param type the crawler type (web, file, or data) * @param id the crawler configuration ID * @param name the name for the new job (base64 encoded) * @return HTML response for the job creation form */ @Execute @Secured({ ROLE })
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 22.2K bytes - Viewed (0)