- Sort Score
- Num 10 results
- Language All
Results 601 - 610 of 814 for thrice (0.06 seconds)
-
docs/en/docs/tutorial/dependencies/index.md
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 9.5K bytes - Click Count (0) -
cmd/peer-rest-server.go
} } } // TraceHandler sends http trace messages back to peer rest client func (s *peerRESTServer) TraceHandler(ctx context.Context, payload []byte, _ <-chan []byte, out chan<- []byte) *grid.RemoteErr { var traceOpts madmin.ServiceTraceOpts err := json.Unmarshal(payload, &traceOpts) if err != nil { return grid.NewRemoteErr(err) } var wg sync.WaitGroup
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 53.6K bytes - Click Count (0) -
cmd/admin-handlers.go
opts.Storage = true opts.OS = true // Older mc - cannot deal with more types... } return opts, err } // TraceHandler - POST /minio/admin/v3/trace // ---------- // The handler sends http trace to the connected HTTP client. func (a adminAPIHandlers) TraceHandler(w http.ResponseWriter, r *http.Request) { ctx := r.Context() // Validate request signature.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 99.7K bytes - Click Count (0) -
src/main/java/jcifs/netbios/NbtAddress.java
this.calledName = null; } } else { this.calledName = null; } return this.calledName; } /* * There are three degrees of state that any NbtAddress can have. * * 1) IP Address - If a dot-quad IP string is used with getByName (or used * to create an NbtAddress internal to this netbios package), no query isCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 15.1K bytes - Click Count (0) -
cmd/globals.go
globalHTTPServer *xhttp.Server globalTCPOptions xhttp.TCPOptions globalHTTPServerErrorCh = make(chan error) globalOSSignalCh = make(chan os.Signal, 1) // global Trace system to send HTTP request/response // and Storage/OS calls info to registered listeners. globalTrace = pubsub.New[madmin.TraceInfo, madmin.TraceType](8)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Sep 03 18:23:41 GMT 2024 - 16.2K bytes - Click Count (1) -
misc/cgo/gmp/gmp.go
the Go package big's integer type Int. This is a syntactically valid Go programβit can be parsed with the Go parser and processed by godocβbut it is not compiled directly by gc. Instead, a separate tool, cgo, processes it to produce three output files. The first two, 6g.go and 6c.c, are a Go source file for 6g and a C source file for 6c; both compile as part of the named package (gmp, in this example). The third, gcc.c, is a C source file for gcc;
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Apr 11 16:34:30 GMT 2022 - 9.5K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Optional.java
@Override public abstract boolean equals(@Nullable Object object); /** * Returns a hash code for this instance. * * <p><b>Comparison to {@code java.util.Optional}:</b> this class leaves the specific choice of * hash code unspecified, unlike the Java 8+ equivalent. */ @Override public abstract int hashCode(); /** * Returns a string representation for this instance. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 15.4K bytes - Click Count (0) -
docs/uk/docs/tutorial/query-params-str-validations.md
ΠΠΈ ΠΏΠ΅ΡΠ΅ΡΠ²ΠΎΡΡΡΠΌΠΎ ΡΠ΅ΠΉ ΡΡΠ΅ΡΠ°Π±Π΅Π»ΡΠ½ΠΈΠΉ ΠΎΠ±'ΡΠΊΡ Ρ Π·Π²ΠΈΡΠ°ΠΉΠ½ΠΈΠΉ `list` Π·Π° Π΄ΠΎΠΏΠΎΠΌΠΎΠ³ΠΎΡ `list(data.items())`. ΠΠΎΡΡΠΌ, Π²ΠΈΠΊΠΎΡΠΈΡΡΠΎΠ²ΡΡΡΠΈ `random.choice()`, ΠΌΠΈ ΠΌΠΎΠΆΠ΅ΠΌΠΎ ΠΎΡΡΠΈΠΌΠ°ΡΠΈ Π²ΠΈΠΏΠ°Π΄ΠΊΠΎΠ²Π΅ Π·Π½Π°ΡΠ΅Π½Π½Ρ Π·Ρ ΡΠΏΠΈΡΠΊΡ, ΡΠΎΠ±ΡΠΎ ΠΎΡΡΠΈΠΌΡΡΠΌΠΎ ΠΊΠΎΡΡΠ΅ΠΆ ΡΠ· `(id, name)`. Π¦Π΅ ΠΌΠΎΠΆΠ΅ Π±ΡΡΠΈ ΡΠΎΡΡ Π½Π° Π·ΡΠ°Π·ΠΎΠΊ `("imdb-tt0371724", "The Hitchhiker's Guide to the Galaxy")`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 25.9K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.search_result_sort_filename_asc=Dosya AdΔ±na GΓΆre (artan) labels.search_result_sort_filename_desc=Dosya AdΔ±na GΓΆre (azalan) labels.search_result_sort_created_asc=Tarihe GΓΆre (artan) labels.search_result_sort_created_desc=Tarihe GΓΆre (azalan) labels.search_result_sort_content_length_asc=Boyuta GΓΆre (artan) labels.search_result_sort_content_length_desc=Boyuta GΓΆre (azalan)
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java
return null; }, service); } else if (i % DIRECT_EXECUTIONS_PER_THREAD == DIRECT_EXECUTIONS_PER_THREAD - 1) { // When at max depth, record stack trace depth lengthChecks.add( serializer.submit( () -> { holder.count++; return Thread.currentThread().getStackTrace().length;Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 13.6K bytes - Click Count (0)