- Sort Score
- Num 10 results
- Language All
Results 1641 - 1650 of 1,695 for URL (0.03 seconds)
-
docs/uk/docs/advanced/security/oauth2-scopes.md
/// info | Інформація В OAuth2 «scope» - це просто строка, що декларує конкретний потрібний дозвіл. Не має значення, чи містить вона інші символи на кшталт `:` або чи це URL. Ці деталі специфічні для реалізації. Для OAuth2 це просто строки. /// ## Загальний огляд { #global-view }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/fr/docs/alternatives.md
```Python response = requests.get("http://example.com/some/url") ``` L’opération de chemin d'accès correspondante dans **FastAPI** pourrait ressembler à ceci : ```Python hl_lines="1" @app.get("/some/url") def read_url(): return {"message": "Hello World"} ``` Notez les similitudes entre `requests.get(...)` et `@app.get(...)`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 26.6K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.3.md
* Support addon Deployments, make heapster a deployment with a nanny. ([#22893](https://github.com/kubernetes/kubernetes/pull/22893), [@Q-Lee](https://github.com/Q-Lee)) * Removing URL query param from swagger UI to fix the XSS issue ([#23234](https://github.com/kubernetes/kubernetes/pull/23234), [@nikhiljindal](https://github.com/nikhiljindal))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Dec 24 02:28:26 GMT 2020 - 84K bytes - Click Count (0) -
docs/uk/docs/deployment/docker.md
<div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> ## Перевірте { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 44.2K bytes - Click Count (0) -
docs/ru/docs/deployment/https.md
Таким образом, приложение сможет знать свой публичный URL, использует ли оно HTTPS, какой домен и т.п. Это будет полезно, например, для корректной обработки редиректов. /// tip | Совет
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 22.7K bytes - Click Count (0) -
cmd/object-api-options.go
return } errResp := objectAttributesErrorResponse{ ArgumentName: &argumentName, ArgumentValue: &argumentValue, APIErrorResponse: getAPIErrorResponse( ctx, apiErr, r.URL.Path, w.Header().Get(xhttp.AmzRequestID), w.Header().Get(xhttp.AmzRequestHostID), ), } writeResponse(w, apiErr.HTTPStatusCode, encodeResponse(errResp), mimeXML) }()Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 14.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PythonJobTest.java
return null; } @Override public java.util.Set<String> getResourcePaths(String path) { return null; } @Override public java.net.URL getResource(String path) { return null; } @Override public java.io.InputStream getResourceAsStream(String path) { return null; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.2K bytes - Click Count (0) -
docs/es/docs/deployment/docker.md
<div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> ## Revísalo { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 30.8K bytes - Click Count (0) -
docs/de/docs/deployment/docker.md
<div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> ## Es testen { #check-it }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 32.4K bytes - Click Count (0) -
src/main/resources/fess_message_ko.properties
constraints.Range.message = {item}는 {min}에서 {max} 사이여야 합니다. constraints.SafeHtml.message = {item}에 안전하지 않은 HTML 콘텐츠가 포함되어 있습니다. constraints.ScriptAssert.message = 스크립트 표현식 "{script}"가 true가 아닙니다. constraints.URL.message = {item}는 유효한 URL이 아닙니다. constraints.Required.message = {item}가 필요합니다. constraints.TypeInteger.message = {item}는 숫자여야 합니다. constraints.TypeLong.message = {item}는 숫자여야 합니다. constraints.TypeFloat.message = {item}는 숫자여야 합니다.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 15.2K bytes - Click Count (0)