Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 552 for lport (0.03 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java

                result.setParameters(DfTypeUtil.toString(source.get("parameters")));
                result.setPassword(DfTypeUtil.toString(source.get("password")));
                result.setPort(DfTypeUtil.toInteger(source.get("port")));
                result.setProtocolScheme(DfTypeUtil.toString(source.get("protocolScheme")));
                result.setUpdatedBy(DfTypeUtil.toString(source.get("updatedBy")));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.maxAccessCount=Max. Anzahl an Zugriffen
    labels.name=Name
    labels.numOfThread=Anzahl Threads
    labels.duplicateHostName=Duplizierter Name
    labels.pageNumber=Seitennummer
    labels.password=Passwort
    labels.paths=Pfade
    labels.port=Port
    labels.regex=Reg. Ausdruck
    labels.regularName=RegulΓ€rer Name
    labels.replacement=Ersetzung
    labels.sessionId=Session-ID
    labels.sortOrder=Sortierreihenfolge
    labels.updatedBy=Aktualisiert von
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  3. docs/sts/casdoor.md

    ```
    $ go run docs/sts/web-identity.go -cid account -csec 072e7f00-4289-469c-9ab2-bbe843c7f5a8  -config-ep "http://CASDOOR_ENDPOINT/.well-known/openid-configuration" -port 8888
    2018/12/26 17:49:36 listening on http://localhost:8888/
    ```
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  4. docs/distributed/CONFIG.md

          - "https://server3-pool2:9000/mnt/disk{1...4}/"
          - "https://server4-pool2:9000/mnt/disk{1...4}/"
      # more args
    
    options:
      ftp: # settings for MinIO to act as an ftp server
        address: ":8021"
        passive-port-range: "30000-40000"
      sftp: # settings for MinIO to act as an sftp server
        address: ":8022"
        ssh-private-key: "/home/user/.ssh/id_rsa"
    ```
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Jun 25 02:30:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. docs/em/docs/deployment/manually.md

    ...βš–οΈ πŸ™† 🎏 πŸ”« πŸ’½.
    
    ////
    
    ## πŸƒ πŸ’½ πŸ“‹
    
    πŸ‘† πŸ’ͺ ‴️ πŸƒ πŸ‘† 🈸 🎏 🌌 πŸ‘† βœ”οΈ βŒ› πŸ”°, βœ‹οΈ 🍡 `--reload` πŸŽ›, βœ…:
    
    //// tab | Uvicorn
    
    <div class="termy">
    
    ```console
    $ uvicorn main:app --host 0.0.0.0 --port 80
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
    ```
    
    </div>
    
    ////
    
    //// tab | Hypercorn
    
    <div class="termy">
    
    ```console
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataServiceTest.java

            // wait for yellow status
            runner.ensureYellow();
    
            System.setProperty(FesenClient.HTTP_ADDRESS, "localhost:" + runner.node().settings().get("http.port", "9201"));
    
            super.setUp();
        }
    
        @Override
        public void tearDown() throws Exception {
            super.tearDown();
            // close runner
            runner.close();
            // delete all files
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Nov 07 04:44:10 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/Connection.kt

     *
     *  * Server Name Indication (SNI) enables one IP address to negotiate secure connections for
     *    multiple domain names.
     *
     *  * Application Layer Protocol Negotiation (ALPN) enables the HTTPS port (443) to be used to
     *    negotiate HTTP/2.
     *
     * Unfortunately, older HTTPS servers refuse to connect when such options are presented. Rather than
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. docs/ko/docs/deployment/server-workers.md

            ```Python
            import uvicorn.workers.UvicornWorker
            ```
    
    * `--bind`: κ΅¬λ‹ˆμ½˜μ΄ κ΄€μ°°ν•  IP와 포트λ₯Ό μ˜λ―Έν•©λ‹ˆλ‹€. 콜둠 (`:`)을 μ‚¬μš©ν•˜μ—¬ IP와 포트λ₯Ό κ΅¬λΆ„ν•©λ‹ˆλ‹€.
        * λ§Œμ•½μ— `--bind 0.0.0.0:80` (κ΅¬λ‹ˆμ½˜ μ˜΅μ…˜) λŒ€μ‹  μœ λΉ„μ½˜μ„ 직접 μ‹€ν–‰ν•˜κ³  μ‹Άλ‹€λ©΄ `--host 0.0.0.0`κ³Ό `--port 80`을 μ‚¬μš©ν•΄μ•Ό ν•©λ‹ˆλ‹€.
    
    좜λ ₯μ—μ„œ 각 ν”„λ‘œμ„ΈμŠ€μ— λŒ€ν•œ **PID** (process ID)λ₯Ό 확인할 수 μžˆμŠ΅λ‹ˆλ‹€. (λ‹¨μˆœν•œ μˆ«μžμž…λ‹ˆλ‹€)
    
    좜λ ₯ λ‚΄μš©:
    
    * κ΅¬λ‹ˆμ½˜ **ν”„λ‘œμ„ΈμŠ€ λ§€λ‹ˆμ €**λŠ” PID `19499`둜 μ‹€ν–‰λ©λ‹ˆλ‹€. (직접 μ‹€ν–‰ν•  경우 μˆ«μžκ°€ λ‹€λ₯Ό 수 μžˆμŠ΅λ‹ˆλ‹€)
    * λ‹€μŒμœΌλ‘œ `Listening at: http://0.0.0.0:80`을 μ‹œμž‘ν•©λ‹ˆλ‹€.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/hash/FarmHashFingerprint64Test.java

      private static long fingerprint(byte[] bytes, int length) {
        return HASH_FN.hashBytes(bytes, 0, length).asLong();
      }
    
      /**
       * Tests that the Java port of FarmHashFingerprint64 provides the same results on buffers up to
       * 800 bytes long as the C++ reference implementation.
       */
      public void testMultipleLengths() {
        int iterations = 800;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. docs/en/docs/contributing.md

    ```console
    $ fastapi dev tutorial001.py
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    as Uvicorn by default will use the port `8000`, the documentation on port `8008` won't clash.
    
    ### Translations
    
    Help with translations is VERY MUCH appreciated! And it can't be done without the help from the community. 🌎 πŸš€
    
    Here are the steps to help with translations.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Aug 25 02:44:06 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top