- Sort Score
- Result 10 results
- Languages All
Results 431 - 440 of 552 for lport (0.06 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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)