- Sort Score
- Result 10 results
- Languages All
Results 921 - 930 of 1,928 for post (0.06 sec)
-
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) -
src/main/java/jcifs/smb/SmbSessionImpl.java
Subject s ) throws SmbException { String host = getTargetHost(); if ( host == null ) { host = trans.getRemoteAddress().getHostAddress(); try { host = trans.getRemoteAddress().getHostName(); } catch ( Exception e ) { log.debug("Failed to resolve host name", e); } }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0) -
src/cmd/cgo/doc.go
In an external link, cmd/link will create a temporary directory, write any host object files found in package archives to that directory (renamed to avoid conflicts), write the go.o file to that directory, and invoke the host linker. The default value for the host linker is $CC, split into fields, or else "gcc". The specific host linker command line can be overridden using command line flags: cmd/link -extld=clang
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
## Detailed Bug Fixes And Changes ### API Machinery - client-go: `PortForwarder.GetPorts()` now contain correct local port if no local port was initially specified when setting up the port forwarder ([#73676](https://github.com/kubernetes/kubernetes/pull/73676), [@martin-helmich](https://github.com/martin-helmich))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon Jun 14 22:06:39 UTC 2021 - 271.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* Allow remote admission controllers to be dynamically added and removed by administrators. External admission controllers make an HTTP POST containing details of the requested action which the service can approve or reject. ([#46388](https://github.com/kubernetes/kubernetes/pull/46388), [@lavalamp](https://github.com/lavalamp))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 308.7K bytes - Viewed (1) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt
) { pushRequestLater(promisedStreamId, requestHeaders) } override fun alternateService( streamId: Int, origin: String, protocol: ByteString, host: String, port: Int, maxAge: Long, ) { // TODO: register alternate service. } } /** Even, positive numbered streams are pushed streams in HTTP/2. */
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Apr 20 17:03:43 UTC 2024 - 32.6K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.search_related_queries=Related Words: labels.search_result_similar=Similar Results ({0}) labels.facet_timestamp_3month=Past 3 Months labels.facet_timestamp_6month=Past 6 Months labels.facet_timestamp_2year=Past 2 Years labels.facet_timestamp_3year=Past 3 Years labels.facet_contentLength_10kto50k=10kb - 50kb labels.facet_contentLength_50kto100k=50kb - 100kb labels.facet_contentLength_100kto250k=100kb - 250kb
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 44K bytes - Viewed (0) -
docs/em/docs/deployment/manually.md
</div> ...βοΈ π π π« π½. //// ## π π½ π π πͺ β€΄οΈ π π πΈ π π π βοΈ β π°, βοΈ π΅ `--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) -
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) -
internal/config/identity/openid/openid.go
// if the config param was found. val, _, _ := s.ResolveConfigParam(config.IdentityOpenIDSubSys, cfgName, cfgParam, false) return val } // In the past, when only one openID provider was allowed, there // was no `enable` parameter - the configuration is turned off // by clearing the values. With multiple providers, we support
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 20:16:44 UTC 2024 - 16.6K bytes - Viewed (0)