- Sort Score
- Num 10 results
- Language All
Results 371 - 380 of 2,064 for lost (0.01 seconds)
-
internal/event/target/webhook.go
store: queueStore, cancel: cancel, cancelCh: ctx.Done(), } // Calculate the webhook addr with the port number format target.addr = args.Endpoint.Host if _, _, err := net.SplitHostPort(args.Endpoint.Host); err != nil && strings.Contains(err.Error(), "missing port in address") { switch strings.ToLower(args.Endpoint.Scheme) { case "http": target.addr += ":80" case "https":
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 23:06:30 GMT 2024 - 8.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
context, context.options().showErrors().orElse(false), List.of(new Logger.Entry(Logger.Level.ERROR, e.getMessage(), e.getCause())), context.logger); return new InvokerException.ExitException(2); } protected void printErrors(C context, boolean showStackTrace, List<Logger.Entry> entries, Logger logger) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/BucketExtensions.kt
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 5.7K bytes - Click Count (0) -
internal/config/notify/help.go
package notify import ( "github.com/minio/minio/internal/config" "github.com/minio/minio/internal/event/target" ) const ( formatComment = `'namespace' reflects current bucket/object list and 'access' reflects a journal of object operations, defaults to 'namespace'` queueDirComment = `staging dir for undelivered messages e.g. '/home/events'`
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 23:06:30 GMT 2024 - 19.2K bytes - Click Count (0) -
cmd/ftp-server-driver.go
} objInfo, err := clnt.StatObject(context.Background(), bucket, object, minio.StatObjectOptions{}) if err != nil { if minio.ToErrorResponse(err).Code == "NoSuchKey" { // dummy return to satisfy LIST (stat -> list) behavior. return &minioFileInfo{ p: pathClean(object), info: minio.ObjectInfo{Key: object}, isDir: true, }, nil } return nil, err }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 14.3K bytes - Click Count (0) -
docs/en/docs/tutorial/first-steps.md
You can optionally deploy your FastAPI app to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>, go and join the waiting list if you haven't. ๐ If you already have a **FastAPI Cloud** account (we invited you from the waiting list ๐), you can deploy your application with one command. Before deploying, make sure you are logged in: <div class="termy"> ```console $ fastapi login
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 12.8K bytes - Click Count (0) -
internal/logger/logger.go
ObjectName: ov.ObjectName, VersionID: ov.VersionID, }) } entry := log.Entry{ DeploymentID: deploymentID, Level: logKind, RemoteHost: req.RemoteHost, Host: req.Host, RequestID: req.RequestID, UserAgent: req.UserAgent, Time: time.Now().UTC(), API: &log.API{ Name: API, Args: &log.Args{ Bucket: req.BucketName,Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 12.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/MavenExecutionRequest.java
// Proxies List<Proxy> getProxies(); MavenExecutionRequest setProxies(List<Proxy> proxies); MavenExecutionRequest addProxy(Proxy proxy); // Servers List<Server> getServers(); MavenExecutionRequest setServers(List<Server> servers); MavenExecutionRequest addServer(Server server); // Mirrors List<Mirror> getMirrors();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 18.6K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/first-steps.md
#### ๆไฝ ้่ฃก็ใๆไฝใๆ็ๆฏ HTTP ็ใๆนๆณใไนไธใ ๅ ถไธญๅ ๆฌ๏ผ * `POST` * `GET` * `PUT` * `DELETE` โฆโฆไปฅๅๆดๅฐ่ฆ็๏ผ * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` ๅจ HTTP ๅๅฎไธญ๏ผไฝ ๅฏไปฅไฝฟ็จ้ไบใๆนๆณใไนไธ๏ผๆๆดๅค๏ผ่ๆฏๅ่ทฏๅพ้ฒ่ก้ไฟกใ --- ๅจๅปบ็ฝฎ API ๆ๏ผไฝ ้ๅธธไฝฟ็จ้ไบ็นๅฎ็ HTTP ๆนๆณไพๅท่ก็นๅฎ็ๅไฝใ ้ๅธธไฝ ไฝฟ็จ๏ผ * `POST`๏ผ็จไพๅปบ็ซ่ณๆใ * `GET`๏ผ็จไพ่ฎๅ่ณๆใ * `PUT`๏ผ็จไพๆดๆฐ่ณๆใ * `DELETE`๏ผ็จไพๅช้ค่ณๆใ
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 11.6K bytes - Click Count (0) -
docs/ko/docs/tutorial/first-steps.md
"์๋(Operation)"์ HTTP "๋ฉ์๋" ์ค ํ๋๋ฅผ ๋ํ๋ ๋๋ค. ๋ค์ ์ค ํ๋์ด๋ฉฐ: * `POST` * `GET` * `PUT` * `DELETE` ...ํํ ์ฌ์ฉ๋์ง ์๋ ๊ฒ๋ค๋ ์์ต๋๋ค: * `OPTIONS` * `HEAD` * `PATCH` * `TRACE` HTTP ํ๋กํ ์ฝ์์๋ ์ด๋ฌํ "๋ฉ์๋"๋ฅผ ํ๋(๋๋ ์ด์) ์ฌ์ฉํ์ฌ ๊ฐ ๊ฒฝ๋ก์ ํต์ ํ ์ ์์ต๋๋ค. --- API๋ฅผ ์ค๊ณํ ๋ ์ผ๋ฐ์ ์ผ๋ก ํน์ ํ๋์ ์ํํ๊ธฐ ์ํด ํน์ HTTP ๋ฉ์๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. ์ผ๋ฐ์ ์ผ๋ก ๋ค์๊ณผ ๊ฐ์ต๋๋ค: * `POST`: ๋ฐ์ดํฐ๋ฅผ ์์ฑํ๊ธฐ ์ํด. * `GET`: ๋ฐ์ดํฐ๋ฅผ ์ฝ๊ธฐ ์ํด. * `PUT`: ๋ฐ์ดํฐ๋ฅผ ์์ ํ๊ธฐ ์ํด.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 10.3K bytes - Click Count (0)