Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 191 - 200 of 500 for Ticker (0.09 seconds)

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

      - ๐Ÿงช End-to-Endใƒ†ใ‚นใƒˆๅ‘ใ‘ใฎ [Playwright](https://playwright.dev)ใ€‚
      - ๐Ÿฆ‡ ใƒ€ใƒผใ‚ฏใƒขใƒผใƒ‰ใฎใ‚ตใƒใƒผใƒˆใ€‚
    - ๐Ÿ‹ ้–‹็™บใŠใ‚ˆใณๆœฌ็•ชๅ‘ใ‘ใฎ [Docker Compose](https://www.docker.com)ใ€‚
    - ๐Ÿ”’ ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใงใฎๅฎ‰ๅ…จใชใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒใƒƒใ‚ทใƒฅๅŒ–ใ€‚
    - ๐Ÿ”‘ JWT๏ผˆJSON Web Token๏ผ‰่ช่จผใ€‚
    - ๐Ÿ“ซ ใƒกใƒผใƒซใƒ™ใƒผใ‚นใฎใƒ‘ใ‚นใƒฏใƒผใƒ‰ใƒชใ‚ซใƒใƒชใ€‚
    - โœ… [Pytest](https://pytest.org) ใซใ‚ˆใ‚‹ใƒ†ใ‚นใƒˆใ€‚
    - ๐Ÿ“ž ใƒชใƒใƒผใ‚นใƒ—ใƒญใ‚ญใ‚ท / ใƒญใƒผใƒ‰ใƒใƒฉใƒณใ‚ตใจใ—ใฆใฎ [Traefik](https://traefik.io)ใ€‚
    - ๐Ÿšข Docker Composeใ‚’ไฝฟ็”จใ—ใŸใƒ‡ใƒ—ใƒญใ‚คๆ‰‹้ †๏ผˆ่‡ชๅ‹•HTTPS่จผๆ˜Žๆ›ธใ‚’ๅ‡ฆ็†ใ™ใ‚‹ใƒ•ใƒญใƒณใƒˆใ‚จใƒณใƒ‰Traefikใƒ—ใƒญใ‚ญใ‚ทใฎใ‚ปใƒƒใƒˆใ‚ขใƒƒใƒ—ๆ–นๆณ•ใ‚’ๅซใ‚€๏ผ‰ใ€‚
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  2. ci/official/containers/ml_build/Dockerfile

    ################################################################################
    ARG BASE_IMAGE=ubuntu:22.04@sha256:445586e41c1de7dfda82d2637f5ff688deea9eb5f5812f8c145afacc35b9f0db
    FROM $BASE_IMAGE AS devel
    # See https://docs.docker.com/reference/dockerfile/#understand-how-arg-and-from-interact
    # on why we cannot reference BASE_IMAGE again unless we declare it again.
    ################################################################################
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Mar 20 15:35:12 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  3. ci/official/containers/ml_build/rbe_nvidia.packages.txt

    # The RBE machine itself has older kernel mode driver, and it requires
    # nvidia driver to be installed.
    nvidia-driver-580-open
    # TODO(b/445248346): The Docker image shouldn't have cuda-compat installed.
    # However, hermetic CUDA forward-compatibility mode is still missing some
    # libraries.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Sep 18 00:19:40 GMT 2025
    - 307 bytes
    - Click Count (0)
  4. docs/debugging/README.md

    # MinIO Server Debugging Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/)
    
    ## HTTP Trace
    
    HTTP tracing can be enabled by using [`mc admin trace`](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin/mc-admin-trace.html) command.
    
    Example:
    
    ```sh
    minio server /data
    ```
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  5. CONTRIBUTING.md

        execution time and the sharding
        [could create an overhead on the test execution](https://github.com/bazelbuild/bazel/issues/2113#issuecomment-264054799).
    
    2.  Using [Docker](https://www.docker.com) and TensorFlow's CI scripts.
    
        ```bash
        # Install Docker first, then this will build and run cpu tests
        tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
        ```
    
        See
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Jan 11 04:47:59 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  6. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures/TestFixtureExtension.java

            if (otherProject.isPresent()) {
                throw new GradleException(
                    String.format(
                        Locale.ROOT,
                        "Projects %s and %s both claim the %s service defined in the docker-compose.yml of "
                            + "%sThis is not supported because it breaks running in parallel. Configure dedicated "
                            + "services for each project and use those instead.",
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 4.4K bytes
    - Click Count (0)
  7. src/test/java/org/codelibs/fess/util/ResourceUtilTest.java

        }
    
        @Test
        public void test_getOverrideConfPath() {
            // Test when app type is not docker
            OptionalEntity<String> confPath = ResourceUtil.getOverrideConfPath();
            assertNotNull(confPath);
            // Should be empty when not docker app type
            if (!"docker".equalsIgnoreCase(ResourceUtil.getAppType())) {
                assertFalse(confPath.isPresent());
            }
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  8. docs/sts/casdoor.md

    ## Prerequisites
    
    Configure and install casdoor server by following [Casdoor Server Installation](https://casdoor.org/docs/basic/server-installation).
    For a quick installation, docker-compose reference configs are also available on the [Casdoor Try with Docker](https://casdoor.org/docs/basic/try-with-docker).
    
    ### Configure Casdoor
    
    - Go to Applications
      - Create or use an existing Casdoor application
      - Edit the application
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  9. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerElasticsearchDistributionType.java

    public class DockerElasticsearchDistributionType implements ElasticsearchDistributionType {
    
        DockerElasticsearchDistributionType() {}
    
        @Override
        public String getName() {
            return "docker";
        }
    
        @Override
        public boolean isDocker() {
            return true;
        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 766 bytes
    - Click Count (0)
  10. docs/ko/docs/deployment/server-workers.md

    * **๋ณด์•ˆ - HTTPS**
    * **์„œ๋ฒ„ ์‹œ์ž‘ ์‹œ ์‹คํ–‰**
    * ***์žฌ์‹œ์ž‘***
    * ๋ณต์ œ(์‹คํ–‰ ์ค‘์ธ ํ”„๋กœ์„ธ์Šค ์ˆ˜)
    * **๋ฉ”๋ชจ๋ฆฌ**
    * **์‹œ์ž‘ํ•˜๊ธฐ ์ „์˜ ์ด์ „ ๋‹จ๊ณ„**
    
    ## ์ปจํ…Œ์ด๋„ˆ์™€ ๋„์ปค { #containers-and-docker }
    
    ๋‹ค์Œ ์žฅ์ธ [์ปจํ…Œ์ด๋„ˆ์—์„œ์˜ FastAPI - ๋„์ปค](docker.md)์—์„œ๋Š” ๋‹ค๋ฅธ **๋ฐฐํฌ ๊ฐœ๋…๋“ค**์„ ์ฒ˜๋ฆฌํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๋ช‡ ๊ฐ€์ง€ ์ „๋žต์„ ์„ค๋ช…ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.
    
    ๋‹จ์ผ Uvicorn ํ”„๋กœ์„ธ์Šค๋ฅผ ์‹คํ–‰ํ•˜๊ธฐ ์œ„ํ•ด, **์ฒ˜์Œ๋ถ€ํ„ฐ ์—ฌ๋Ÿฌ๋ถ„๋งŒ์˜ ์ด๋ฏธ์ง€๋ฅผ ์ง์ ‘ ๋นŒ๋“œ**ํ•˜๋Š” ๋ฐฉ๋ฒ•์„ ๋ณด์—ฌ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค. ์ด๋Š” ๊ฐ„๋‹จํ•œ ๊ณผ์ •์ด๋ฉฐ, **Kubernetes** ๊ฐ™์€ ๋ถ„์‚ฐ ์ปจํ…Œ์ด๋„ˆ ๊ด€๋ฆฌ ์‹œ์Šคํ…œ์„ ์‚ฌ์šฉํ•  ๋•Œ ์•„๋งˆ๋„ ์ด๋ ‡๊ฒŒ ํ•˜๊ณ  ์‹ถ์„ ๊ฒƒ์ž…๋‹ˆ๋‹ค.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top