Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 181 for exact (0.04 sec)

  1. 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...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.24.md

    - Kubernetes 1.24 is built with go1.18, which will no longer validate certificates signed...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  3. CREDITS

    "recipients" may be individuals or organizations.
    
      To "modify" a work means to copy from or adapt all or part of the work
    in a fashion requiring copyright permission, other than the making of an
    exact copy.  The resulting work is called a "modified version" of the
    earlier work or a work "based on" the earlier work.
    
      A "covered work" means either the unmodified Program or a work based
    on the Program.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.9.md

    * Update kube-dns to 1.14.5 ([#53153](https://github.com/kubernetes/kubernetes/pull/53153), [@bowei](https://github.com/bowei))
    * - kubeadm init can now deploy exact build from CI area by specifying ID with "ci/" prefix. Example: "ci/v1.9.0-alpha.1.123+01234567889" ([#53043](https://github.com/kubernetes/kubernetes/pull/53043), [@kad](https://github.com/kad))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  5. docs/fr/docs/tutorial/query-params-str-validations.md

    Cette expression régulière vérifie que la valeur passée comme paramètre :
    
    * `^` : commence avec les caractères qui suivent, avec aucun caractère avant ceux-là.
    * `fixedquery` : a pour valeur exacte `fixedquery`.
    * `$` : se termine directement ensuite, n'a pas d'autres caractères après `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  6. 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
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  7. 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**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  8. 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.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24.7K bytes
    - Viewed (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.
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/query-params-str-validations.md

    ```
    http://127.0.0.1:8000/items/?item-query=foobaritems
    ```
    
    Aber `item-query` ist kein gültiger Name für eine Variable in Python.
    
    Am ähnlichsten wäre `item_query`.
    
    Aber Sie möchten dennoch exakt `item-query` verwenden.
    
    Dann können Sie einen `alias` deklarieren, und dieser Alias wird verwendet, um den Parameter-Wert zu finden:
    
    {* ../../docs_src/query_params_str_validations/tutorial009_an_py310.py hl[9] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top