Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 278 for cite (0.58 seconds)

  1. docs/fr/docs/advanced/generate-clients.md

    Cela générera un SDK TypeScript dans `./src/client`.
    
    Vous pouvez apprendre à [installer `@hey-api/openapi-ts`](https://heyapi.dev/openapi-ts/get-started) et lire à propos du [résultat généré](https://heyapi.dev/openapi-ts/output) sur leur site.
    
    ### Utiliser le SDK { #using-the-sdk }
    
    Vous pouvez maintenant importer et utiliser le code client. Cela pourrait ressembler à ceci, remarquez que vous obtenez l’autocomplétion pour les méthodes :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. docs/pt/docs/advanced/strict-content-type.md

    Então um de seus usuários poderia instalá-lo e executá-lo localmente.
    
    Em seguida, poderia abrir um site malicioso, por exemplo:
    
    ```
    https://evilhackers.example.com
    ```
    
    E esse site malicioso envia requisições usando `fetch()` com um corpo `Blob` para a API local em
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:13 GMT 2026
    - 3.5K bytes
    - Click Count (0)
  3. compat/maven-model-builder/src/test/resources/poms/inheritance/empty-urls-parent.xml

      </modules>
      <url></url>
      <scm>
        <connection> </connection>
        <developerConnection>  </developerConnection>
        <url></url>
      </scm>
      <distributionManagement>
        <site>
          <url></url>
        </site>
      </distributionManagement>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.4K bytes
    - Click Count (0)
  4. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java

                                    <artifactId>maven-site-plugin</artifactId>
                                    <version>3.12.1</version>
                                    <executions>
                                        <execution>
                                            <id>pre-site-setup</id>
                                            <phase>pre-site</phase>
                                            <goals>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 38.8K bytes
    - Click Count (0)
  5. scripts/docs.py

            raise typer.Exit(1)
        print("README.md is up to date ✅")
    
    
    @app.command()
    def build_all() -> None:
        """
        Build mkdocs site for en, and then build each language inside, end result is located
        at directory ./site/ with each language inside.
        """
        update_languages()
        shutil.rmtree(site_path, ignore_errors=True)
        langs = [
            lang.name
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 17:46:10 GMT 2026
    - 25.4K bytes
    - Click Count (0)
  6. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java

            private static final String MAVEN_SITE_PLUGIN =
                    MAVEN_PLUGINS + "maven-site-plugin:" + MAVEN_SITE_PLUGIN_VERSION + ":";
            private static final String PHASE_SITE = "site";
            private static final String PHASE_SITE_DEPLOY = "site-deploy";
    
            @Override
            public String id() {
                return Lifecycle.SITE;
            }
    
            @Override
            public Collection<Phase> phases() {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 29 14:45:25 GMT 2025
    - 20.1K bytes
    - Click Count (0)
  7. docs/fr/docs/advanced/strict-content-type.md

    Il pourrait ensuite ouvrir un site malveillant, par exemple quelque chose comme
    
    ```
    https://evilhackers.example.com
    ```
    
    Et ce site malveillant enverrait des requêtes en utilisant `fetch()` avec un corps `Blob` vers l’API locale à l’adresse
    
    ```
    http://localhost:8000/v1/agents/multivac
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  8. api/maven-api-core/src/main/java/org/apache/maven/api/Lifecycle.java

     * triggers all preceding phases, ensuring that each step of the build process is
     * completed in the correct order. The three main lifecycles in Maven are
     * {@link #DEFAULT default}, {@link #CLEAN clean}, and {@link #SITE site}, with the
     * {@code default} lifecycle being the most commonly used for project builds.
     *
     * @since 4.0.0
     */
    @Experimental
    @Immutable
    public interface Lifecycle extends ExtensibleEnum {
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 7.9K bytes
    - Click Count (0)
  9. CONTRIBUTING.md

    Please read the [Development - Contributing](https://fastapi.tiangolo.com/contributing/) guidelines in the documentation site....
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat May 25 15:47:49 GMT 2019
    - 127 bytes
    - Click Count (0)
  10. .gitignore

    .idea
    *.iml
    *.ipr
    *.iws
    *.log
    classes
    
    obj
    
    .DS_Store
    
    # Special Mkdocs files
    docs/5.x
    docs/changelog.md
    docs/contributing.md
    docs/index.md
    
    # jenv
    /.java-version
    /site/
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 18 00:48:52 GMT 2026
    - 345 bytes
    - Click Count (0)
Back to Top