Search Options

Results per page
Sort
Preferred Languages
Advance

Results 291 - 300 of 708 for party (0.13 sec)

  1. docs/pt/docs/tutorial/security/oauth2-jwt.md

    Depois de uma semana, o token expirará e o usuário não estará autorizado, precisando fazer login novamente para obter um novo token. E se o usuário (ou uma terceira parte) tentar modificar o token para alterar a expiração, você seria capaz de descobrir isso, pois as assinaturas não iriam corresponder.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 11K bytes
    - Viewed (0)
  2. docs/es/docs/history-design-future.md

    Como parte de eso, necesitaba investigar, probar y usar muchas alternativas.
    
    La historia de **FastAPI** es en gran parte la historia de sus predecesores.
    
    Como se dice en la sección [Alternativas](alternatives.md){.internal-link target=_blank}:
    
    <blockquote markdown="1">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. dbflute_fess/dfprop/basicInfoMap.dfprop

        #     [app-solution]/source/[app-solution].sln
        #     [app-solution]/source/[app-project(top-namespace)]/[part-namespace]/AllCommon
        #     [app-solution]/source/[app-project(top-namespace)]/[part-namespace]/BsBhv
        #     [app-solution]/source/[app-project(top-namespace)]/[part-namespace]/...
        #     [app-solution]/source/[app-project(top-namespace)]/Resources/...
        #
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 31 23:35:14 UTC 2015
    - 9.2K bytes
    - Viewed (0)
  4. SECURITY.md

    See https://go.dev/wiki/Go-Release-Cycle and in particular the
    [Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
    part of that page.
    
    ## Reporting a Vulnerability
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Sep 22 21:17:24 UTC 2023
    - 426 bytes
    - Viewed (0)
  5. docs/es/docs/advanced/path-operation-advanced-configuration.md

    Si abres la documentación automática de la API, tu extensión aparecerá en la parte inferior de la *path operation* específica.
    
    <img src="/img/tutorial/path-operation-advanced-configuration/image01.png">
    
    Y si ves el OpenAPI resultante (en `/openapi.json` en tu API), verás tu extensión como parte de la *path operation* específica también:
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.1.0",
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/query-params-str-validations.md

    /// info | Información
    
    Ten en cuenta que la parte más importante para hacer un parámetro opcional es la parte:
    
    ```Python
    = None
    ```
    
    o la parte:
    
    ```Python
    = Query(default=None)
    ```
    
    ya que usará ese `None` como el valor por defecto, y de esa manera hará el parámetro **no requerido**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  7. docs/es/docs/deployment/https.md

    Probablemente harías esto solo una vez, la primera vez, al configurar todo.
    
    /// tip | Consejo
    
    Esta parte del Nombre de Dominio es mucho antes de HTTPS, pero como todo depende del dominio y la dirección IP, vale la pena mencionarlo aquí.
    
    ///
    
    ### DNS
    
    Ahora centrémonos en todas las partes realmente de HTTPS.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun May 11 13:37:26 UTC 2025
    - 13K bytes
    - Viewed (0)
  8. cmd/jwt.go

    // Copyright (c) 2015-2021 MinIO, Inc.
    //
    // This file is part of MinIO Object Storage stack
    //
    // This program is free software: you can redistribute it and/or modify
    // it under the terms of the GNU Affero General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  9. src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java

            v.add(new DERTaggedObject(true, 1, new DERGeneralString(realm)));
    
            ASN1EncodableVector principalNameVector = new ASN1EncodableVector();
            for (String part : principalName.split("/")) {
                principalNameVector.add(new DERGeneralString(part));
            }
            ASN1EncodableVector principalVector = new ASN1EncodableVector();
            principalVector.add(new DERTaggedObject(true, 0, new ASN1Integer(1))); // name-type
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  10. cmd/storage-rest-server.go

    	}
    	volume := p.Volume
    	filePath := p.FilePath
    
    	return grid.NewNPErr(s.getStorage().UpdateMetadata(context.Background(), volume, filePath, p.FI, p.UpdateOpts))
    }
    
    // CheckPartsHandler - check if a file parts exists.
    func (s *storageRESTServer) CheckPartsHandler(ctx context.Context, p *CheckPartsHandlerParams, out chan<- *CheckPartsResp) *grid.RemoteErr {
    	if !s.checkID(p.DiskID) {
    		return grid.NewRemoteErr(errDiskNotFound)
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue May 27 15:19:03 UTC 2025
    - 45.7K bytes
    - Viewed (0)
Back to top