Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 221 - 230 of 241 for exact (0.06 seconds)

  1. lib/fips140/v1.26.0.zip

    and elsewhere, that comparison to zero is constant time // with respect to different non-zero values. for n != 0 { len++ n >>= 1 } return len } // Modulus is used for modular arithmetic, precomputing relevant constants. // // A Modulus can leak the exact number of bits needed to store its value // and is stored without padding. Its actual value is still kept secret. type Modulus struct { // The underlying natural number for this modulus. // // This will be stored without any padding, and shouldn't...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. src/main/webapp/css/admin/bootstrap.min.css.map

    border-top-left-radius: 0;\n  border-bottom-left-radius: 0;\n}\n\n.custom-control {\n  position: relative;\n  z-index: 1;\n  display: block;\n  min-height: 1.5rem;\n  padding-left: 1.5rem;\n  -webkit-print-color-adjust: exact;\n  color-adjust: exact;\n  print-color-adjust: exact;\n}\n\n.custom-control-inline {\n  display: -ms-inline-flexbox;\n  display: inline-flex;\n  margin-right: 1rem;\n}\n\n.custom-control-input {\n  position: absolute;\n  left: 0;\n  z-index: -1;\n  width: 1rem;\n  height: 1.25rem;\n...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 639.3K bytes
    - Click Count (1)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    and elsewhere, that comparison to zero is constant time // with respect to different non-zero values. for n != 0 { len++ n >>= 1 } return len } // Modulus is used for modular arithmetic, precomputing relevant constants. // // A Modulus can leak the exact number of bits needed to store its value // and is stored without padding. Its actual value is still kept secret. type Modulus struct { // The underlying natural number for this modulus. // // This will be stored without any padding, and shouldn't...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/request-forms.md

    Die <dfn title="Spezifikation">Spezifikation</dfn> erfordert, dass die Felder exakt `username` und `password` genannt werden und als Formularfelder, nicht JSON, gesendet werden.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 3.1K bytes
    - Click Count (0)
  5. docs/es/docs/how-to/separate-openapi-schemas.md

    # Separaci贸n de Esquemas OpenAPI para Entrada y Salida o No { #separate-openapi-schemas-for-input-and-output-or-not }
    
    Desde que se lanz贸 **Pydantic v2**, el OpenAPI generado es un poco m谩s exacto y **correcto** que antes. 馃槑
    
    De hecho, en algunos casos, incluso tendr谩 **dos JSON Schemas** en OpenAPI para el mismo modelo Pydantic, para entrada y salida, dependiendo de si tienen **valores por defecto**.
    
    Veamos c贸mo funciona eso y c贸mo cambiarlo si necesitas hacerlo.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  6. src/main/webapp/js/bootstrap.min.js.map

    ,QAAU,KACfxR,KAAKyR,QAAUzR,KAAKyF,SAAShM,WAE7BuG,KAAK0R,MAAQlL,EAAeY,KAAKpH,KAAKyF,SAAUiL,IAAe,IAC7DlK,EAAeS,KAAKjH,KAAKyF,SAAUiL,IAAe,IAClDlK,EAAeG,QAAQ+J,GAAe1Q,KAAKyR,SAC7CzR,KAAK2R,UAAY3R,KAAK4R,eACxB,CAGWxN,qBACT,OAAOA,EACT,CAEWC,yBACT,OAAOA,EACT,CAEW/I,kBACT,OAAOA,EACT,CAGAsN,SACE,OAAO5I,KAAKsP,WAAatP,KAAKuP,OAASvP,KAAKwP,MAC9C,CAEAA,OACE,GAAI9V,EAAWsG,KAAKyF,WAAazF,KAAKsP,WACpC,OAGF,MAAMzP,EAAgB,CACpBA,cAAeG,KAAKyF,UAKtB,IAFkBlF,EAAasB,QAAQ7B,KAAKyF,SA3F5B,mBA2FkD5F,GAEpDoC,iBAAd,CAUA,GAN...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 211.9K bytes
    - Click Count (0)
  7. docs/es/docs/tutorial/path-params.md

    /// check | Revisa
    
    Entonces, con la misma declaraci贸n de tipo de Python, **FastAPI** te ofrece validaci贸n de datos.
    
    Nota que el error tambi茅n indica claramente el punto exacto donde la validaci贸n fall贸.
    
    Esto es incre铆blemente 煤til mientras desarrollas y depuras c贸digo que interact煤a con tu API.
    
    ///
    
    ## Documentaci贸n { #documentation }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  8. docs/es/docs/virtual-environments.md

    La parte m谩s importante es que cuando llamas a `python`, ese es el exacto "`python`" que ser谩 ejecutado.
    
    As铆 que, puedes confirmar si est谩s en el entorno virtual correcto.
    
    /// tip | Consejo
    
    Es f谩cil activar un entorno virtual, obtener un Python, y luego **ir a otro proyecto**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 22.6K bytes
    - Click Count (0)
  9. docs/es/docs/advanced/settings.md

    /// tip | Consejo
    
    Un archivo que comienza con un punto (`.`) es un archivo oculto en sistemas tipo Unix, como Linux y macOS.
    
    Pero un archivo dotenv realmente no tiene que tener ese nombre exacto.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 11.7K bytes
    - Click Count (0)
  10. docs/es/docs/async.md

    Se llama "as铆ncrono" porque la computadora / programa no tiene que estar "sincronizado" con la tarea lenta, esperando el momento exacto en que la tarea termine, sin hacer nada, para poder tomar el resultado de la tarea y continuar el trabajo.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 24.8K bytes
    - Click Count (0)
Back to Top