Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 136 for installations (0.07 sec)

  1. docs/de/docs/deployment/versions.md

    ```
    
    Das würde bedeuten, dass Sie eine Version `0.112.0` oder höher verwenden würden, aber kleiner als `0.113.0`, beispielsweise würde eine Version `0.112.2` immer noch akzeptiert.
    
    Wenn Sie zum Verwalten Ihrer Installationen andere Tools wie `uv`, Poetry, Pipenv oder andere verwenden, sie verfügen alle über eine Möglichkeit, bestimmte Versionen für Ihre Packages zu definieren.
    
    ## Verfügbare Versionen { #available-versions }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Sep 20 15:10:09 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. impl/maven-core/src/test/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformerTest.java

    import org.eclipse.aether.SessionData;
    import org.eclipse.aether.artifact.Artifact;
    import org.eclipse.aether.artifact.DefaultArtifact;
    import org.eclipse.aether.deployment.DeployRequest;
    import org.eclipse.aether.installation.InstallRequest;
    import org.junit.jupiter.api.Test;
    import org.mockito.Mockito;
    import org.xmlunit.builder.DiffBuilder;
    import org.xmlunit.diff.Diff;
    
    import static org.junit.jupiter.api.Assertions.assertEquals;
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 06 18:32:25 UTC 2025
    - 13.3K bytes
    - Viewed (0)
  3. docs/en/docs/environment-variables.md

    Environment variables could be useful for handling application **settings**, as part of the **installation** of Python, etc.
    
    ## Create and Use Env Vars { #create-and-use-env-vars }
    
    You can **create** and use environment variables in the **shell (terminal)**, without needing Python:
    
    //// tab | Linux, macOS, Windows Bash
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  4. docs/zh/docs/tutorial/security/oauth2-jwt.md

    ---> 100%
    ```
    
    </div>
    
    /// info | 说明
    
    如果您打算使用类似 RSA 或 ECDSA 的数字签名算法,您应该安装加密库依赖项 `pyjwt[crypto]`。
    
    您可以在 <a href="https://pyjwt.readthedocs.io/en/latest/installation.html" class="external-link" target="_blank">PyJWT Installation docs</a> 获得更多信息。
    
    ///
    
    ## 密码哈希
    
    **哈希**是指把特定内容(本例中为密码)转换为乱码形式的字节序列(其实就是字符串)。
    
    每次传入完全相同的内容时(比如,完全相同的密码),返回的都是完全相同的乱码。
    
    但这个乱码无法转换回传入的密码。
    
    ### 为什么使用密码哈希
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformer.java

    import org.eclipse.aether.RepositorySystemSession;
    import org.eclipse.aether.artifact.Artifact;
    import org.eclipse.aether.artifact.DefaultArtifact;
    import org.eclipse.aether.deployment.DeployRequest;
    import org.eclipse.aether.installation.InstallRequest;
    import org.eclipse.sisu.PreDestroy;
    
    /**
     * Consumer POM transformer.
     *
     * @since TBD
     */
    @Singleton
    @Named
    class ConsumerPomArtifactTransformer extends TransformerSupport {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Nov 06 18:32:25 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  6. docs/ru/docs/_llm-test.md

    //// tab | Тест
    
    Текст ссылок должен переводиться, адрес ссылки не должен изменяться:
    
    * [Ссылка на заголовок выше](#code-snippets)
    * [Внутренняя ссылка](index.md#installation){.internal-link target=_blank}
    * <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">Внешняя ссылка</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 21:25:03 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  7. android/guava/pom.xml

                    <arg>-sourcepath</arg>
                    <arg>${project.basedir}/src</arg>
                    <arg>--add-reads=com.google.common=ALL-UNNAMED</arg>
                    <!-- https://errorprone.info/docs/installation#maven -->
                    <arg>-XDcompilePolicy=simple</arg>
                  </compilerArgs>
                  <multiReleaseOutput>true</multiReleaseOutput>
                </configuration>
              </execution>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Nov 17 21:36:50 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  8. docs/de/docs/_llm-test.md

    //// tab | Test
    
    Der Linktext sollte übersetzt werden, die Linkadresse sollte unverändert bleiben:
    
    * [Link zur Überschrift oben](#code-snippets)
    * [Interner Link](index.md#installation){.internal-link target=_blank}
    * <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">Externer Link</a>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 07:17:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    For initial installations, see the [Setup topics](https://kubernetes.io/docs/setup/pick-right-solution/) in the Kubernetes documentation.
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  10. impl/maven-core/src/site/apt/configuration-management.apt

     In maven configuration control happens on four differ levels: the site level, the group level,
     the project level, and the user level. On the site level you can configure maven for all users
     utilizing the local installation, the group level allows configuration management for all the projects
     that belong to the same group, the project level allows configuration management at
     the project level, and the user level allows users to override settings on
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top