Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for Richter (0.29 sec)

  1. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

    import java.util.Collections;
    import java.util.List;
    import java.util.Random;
    
    /**
     * Benchmark for the {@link CharMatcher} class.
     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
      // Length of string to match against
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  2. docs/de/docs/help-fastapi.md

    * Um neue Dokumentationsabschnitte vorzuschlagen.
    * Um ein bestehendes Problem / einen bestehenden Bug zu beheben.
        * Stellen Sie sicher, dass Sie Tests hinzufügen.
    * Um eine neue Funktionalität hinzuzufügen.
        * Stellen Sie sicher, dass Sie Tests hinzufügen.
        * Stellen Sie sicher, dass Sie Dokumentation hinzufügen, falls das notwendig ist.
    
    ## FastAPI pflegen
    
    Helfen Sie mir, **FastAPI** instand zu halten! 🤓
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:29:57 GMT 2024
    - 16K bytes
    - Viewed (0)
  3. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

    import java.util.Collections;
    import java.util.List;
    import java.util.Random;
    
    /**
     * Benchmark for the {@link CharMatcher} class.
     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
      // Length of string to match against
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    shiftedit.io
    
    // Shopblocks : http://www.shopblocks.com/
    // Submitted by Alex Bowers <******@****.***>
    myshopblocks.com
    
    // Shopify : https://www.shopify.com
    // Submitted by Alex Richter <alex.richter@shopify.com>
    myshopify.com
    
    // Shopit : https://www.shopitcommerce.com/
    // Submitted by Craig McMahon <******@****.***>
    shopitsite.com
    
    // shopware AG : https://shopware.com
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  5. src/main/resources/fess_message_fr.properties

    errors.invalid_design_jsp_file_name=Fichier JSP invalide.
    errors.design_jsp_file_does_not_exist=Le fichier JSP n'existe pas.
    errors.design_file_name_is_not_found=Le nom du fichier n'est pas spécifié.
    errors.failed_to_write_design_image_file=Échec du téléchargement d'un fichier image.
    errors.failed_to_update_jsp_file=Impossible de mettre à jour un fichier jsp.
    errors.design_file_name_is_invalid=Le nom du fichier n'est pas valide.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  6. docs/fr/docs/tutorial/debugging.md

    <div class="termy">
    
    ```console
    $ python myapp.py
    ```
    
    </div>
    
    mais qui n'est pas appelé lorsqu'un autre fichier l'importe, comme dans :
    
    ```Python
    from myapp import app
    ```
    
    #### Pour davantage de détails
    
    Imaginons que votre fichier s'appelle `myapp.py`.
    
    Si vous l'exécutez avec :
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Mar 06 16:26:49 GMT 2023
    - 2.9K bytes
    - Viewed (0)
  7. docs/fr/docs/tutorial/background-tasks.md

    * Traiter des données :
        * Par exemple, si vous recevez un fichier qui doit passer par un traitement lent, vous pouvez retourner une réponse «Accepted» (HTTP 202) puis faire le traitement en arrière-plan.
    
    
    ## Utiliser `BackgroundTasks`
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu May 12 00:06:16 GMT 2022
    - 5.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.target	=	Cible
    labels.token	=	Jeton
    labels.synonymFile	=	Fichier de synonymes
    labels.stopwordsFile	=	Fichier Stopwords
    labels.stemmerOverrideFile	=	Fichier Stemmer Override
    labels.mappingFile	=	Fichier de mappage
    labels.protwordsFile	=	Fichier Prowords
    labels.kuromojiFile	=	Fichier Kuromoji
    labels.elevateWordFile	=	Fichier Word supplémentaire
    labels.badWordFile	=	Mauvais fichier Word
    labels.urlExpr	=	Condition
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  9. docs/fr/docs/contributing.md

    #### Utiliser votre FastAPI local
    
    Si vous créez un fichier Python qui importe et utilise FastAPI, et que vous l'exécutez avec le Python de votre environnement local, il utilisera votre code source FastAPI local.
    
    Et si vous mettez à jour le code source local de FastAPI, tel qu'il est installé avec `--symlink` (ou `--pth-file` sous Windows), lorsque vous exécutez à nouveau ce fichier Python, il utilisera la nouvelle version de FastAPI que vous venez d'éditer.
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jul 27 18:51:07 GMT 2023
    - 16.3K bytes
    - Viewed (0)
  10. docs/fr/docs/tutorial/first-steps.md

    # Démarrage
    
    Le fichier **FastAPI** le plus simple possible pourrait ressembler à cela  :
    
    ```Python
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Copiez ce code dans un fichier nommé `main.py`.
    
    Démarrez le serveur :
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --reload
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Sep 27 20:52:31 GMT 2023
    - 10.3K bytes
    - Viewed (0)
Back to top