Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 261 for composer (0.04 sec)

  1. docs/de/docs/project-generation.md

      - 🤖 Ein automatisch generierter Frontend-Client.
      - 🧪 [Playwright](https://playwright.dev) für End-to-End-Tests.
      - 🦇 „Dark-Mode“-Unterstützung.
    - 🐋 [Docker Compose](https://www.docker.com) für Entwicklung und Produktion.
    - 🔒 Sicheres Passwort-Hashing standardmäßig.
    - 🔑 JWT (JSON Web Token)-Token-Authentifizierung.
    - 📫 E-Mail-basierte Passwortwiederherstellung.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  2. docs/ru/docs/project-generation.md

        - 🤖 Автоматически сгенерированный фронтенд‑клиент.
        - 🧪 [Playwright](https://playwright.dev) для End‑to‑End тестирования.
        - 🦇 Поддержка тёмной темы.
    - 🐋 [Docker Compose](https://www.docker.com) для разработки и продакшна.
    - 🔒 Безопасное хэширование паролей по умолчанию.
    - 🔑 Аутентификация по JWT‑токенам.
    - 📫 Восстановление пароля по электронной почте.
    - ✅ Тесты с [Pytest](https://pytest.org).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 21:25:03 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. docs/pt/docs/project-generation.md

        - 🦇 Suporte para modo escuro.
    - 🐋 [Docker Compose](https://www.docker.com) para desenvolvimento e produção.
    - 🔒 _Hash_ seguro de senhas por padrão.
    - 🔑 Autenticação por token JWT.
    - 📫 Recuperação de senhas baseada em email.
    - ✅ Testes com [Pytest](https://pytest.org).
    - 📞 [Traefik](https://traefik.io) como proxy reverso / balanceador de carga.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/NtStatus.java

                "The format of the specified computer name is invalid.", "The pipe has been ended.",
                "The specified local group does not exist.",
                "Logon failure: the user has not been granted the requested logon type at this computer.",
                "The SAM database on the Windows NT Server does not have a computer account for this workstation trust relationship.",
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  5. maven-tests/pom.xml

      <name>maven-tests</name>
      <description>A simple maven-test.</description>
    
      <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>17</maven.compiler.source>
        <maven.compiler.target>17</maven.compiler.target>
      </properties>
    
      <dependencyManagement>
        <dependencies>
          <dependency>
            <groupId>com.squareup.okhttp3</groupId>
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Sun Jul 13 08:32:01 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  6. docs/zh/docs/project-generation.md

        - 🤖 一个自动化生成的前端客户端。
        - 🧪 [Playwright](https://playwright.dev)用于端到端测试。
        - 🦇 支持暗黑主题(Dark mode)。
    - 🐋 [Docker Compose](https://www.docker.com) 用于开发环境和生产环境。
    - 🔒 默认使用密码哈希来保证安全。
    - 🔑 JWT令牌用于权限验证。
    - 📫 使用邮箱来进行密码恢复。
    - ✅ 单元测试用了[Pytest](https://pytest.org).
    - 📞 [Traefik](https://traefik.io) 用于反向代理和负载均衡。
    - 🚢 部署指南(Docker Compose)包含了如何起一个Traefik前端代理来自动化HTTPS认证。
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. tests/README.md

    # Test Guide
    
    ```bash
    cd tests
    # prepare test databases
    docker-compose up
    
    # run all tests
    ./tests_all.sh
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Sun Feb 23 01:38:51 UTC 2020
    - 110 bytes
    - Viewed (0)
  8. impl/maven-core/src/test/java/org/apache/maven/project/PluginConnectionSimpleTest.java

            originalPlugin.setArtifactId("maven-compiler-plugin");
            originalPlugin.setVersion("3.8.1");
            build.addPlugin(originalPlugin);
    
            MavenProject project = new MavenProject(model);
    
            // Get the plugin using getPlugin() method
            Plugin retrievedPlugin = project.getPlugin("org.apache.maven.plugins:maven-compiler-plugin");
            assertNotNull(retrievedPlugin, "Plugin should be found");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jul 04 12:50:13 UTC 2025
    - 5K bytes
    - Viewed (0)
  9. impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-metadata.xml

          <prefix>surefire</prefix>
          <artifactId>maven-surefire-plugin</artifactId>
        </plugin>
        <plugin>
          <name>Maven Integration Test Plugin</name>
          <prefix>compiler</prefix>
          <artifactId>maven-compiler-plugin</artifactId>
        </plugin>
        <plugin>
          <name>Maven Integration Test Plugin</name>
          <prefix>resources</prefix>
          <artifactId>maven-resources-plugin</artifactId>
        </plugin>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. docs/ru/docs/deployment/docker.md

    #### Docker Compose { #docker-compose }
    
    Вы можете развёртывать на **одном сервере** (не кластере) с **Docker Compose**, и у вас не будет простого способа управлять репликацией контейнеров (в Docker Compose), сохраняя общую сеть и **балансировку нагрузки**.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Sep 30 11:24:39 UTC 2025
    - 44.7K bytes
    - Viewed (0)
Back to top