- Sort Score
- Result 10 results
- Languages All
Results 1531 - 1540 of 2,079 for checkOn (0.08 sec)
-
android/guava/src/com/google/common/cache/Striped64.java
import java.security.AccessController; import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; import java.util.Random; import javax.annotation.CheckForNull; import org.checkerframework.checker.nullness.qual.Nullable; import sun.misc.Unsafe; /** * A package-local class holding common representation and mechanics for classes supporting dynamic
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jun 14 17:55:55 UTC 2024 - 11.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/ExecutionSequencerTest.java
import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.logging.Logger; import junit.framework.TestCase; import org.checkerframework.checker.nullness.qual.Nullable; /** Tests for {@link ExecutionSequencer} */ public class ExecutionSequencerTest extends TestCase { ExecutorService executor; private ExecutionSequencer serializer;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 22:10:29 UTC 2024 - 16.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
responseData.setCharSet(charset); responseData.setContentLength(0); } else if (file.isFile()) { if (logger.isDebugEnabled()) { logger.debug("Checking SmbFile Size: {}", filePath); } responseData.setContentLength(file.length()); checkMaxContentLength(responseData);
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu May 23 01:54:36 UTC 2024 - 17.9K bytes - Viewed (0) -
cmd/erasure-metadata-utils_test.go
{[]error{}, []error{}, errErasureReadQuorum}, { []error{ errFileNotFound, errFileNotFound, errFileNotFound, errFileNotFound, errFileNotFound, nil, nil, nil, nil, nil, }, nil, nil, }, // Checks if wrapped context cancellation errors are grouped as one. {canceledErrs, nil, context.Canceled}, } // Validates list of all the testcases for returning valid errors. for i, testCase := range testCases {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 7.4K bytes - Viewed (0) -
cmd/utils_test.go
func TestStartProfiler(t *testing.T) { _, err := startProfiler("") if err == nil { t.Fatal("Expected a non nil error, but nil error returned for invalid profiler.") } } // checkURL - checks if passed address correspond func checkURL(urlStr string) (*url.URL, error) { if urlStr == "" { return nil, errors.New("Address cannot be empty") } u, err := url.Parse(urlStr) if err != nil {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Feb 23 21:28:14 UTC 2024 - 10.2K bytes - Viewed (0) -
internal/dsync/drwmutex.go
) // Indicator if logging is enabled. var dsyncLog bool // Retry unit interval var lockRetryMinInterval time.Duration var lockRetryBackOff func(*rand.Rand, uint) time.Duration func init() { // Check for MINIO_DSYNC_TRACE env variable, if set logging will be enabled for failed REST operations. dsyncLog = env.Get("_MINIO_DSYNC_TRACE", "0") == "1" lockRetryMinInterval = 250 * time.Millisecond
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 09 15:49:49 UTC 2024 - 20.4K bytes - Viewed (0) -
mockwebserver/README.md
switch (request.getPath()) { case "/v1/login/auth/": return new MockResponse().setResponseCode(200); case "/v1/check/version/": return new MockResponse().setResponseCode(200).setBody("version=9"); case "/v1/profile/info":
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Dec 17 15:34:10 UTC 2023 - 5K bytes - Viewed (0) -
docs/em/docs/tutorial/path-operation-configuration.md
```Python hl_lines="19" {!> ../../docs_src/path_operation_configuration/tutorial005_py310.py!} ``` //// /// info π π `response_description` π π― π¨, `description` π *β‘ π οΈ* π’. /// /// check π β π π *β‘ π οΈ* π π¨ π. , π₯ π π« π 1οΈβ£, **FastAPI** π π π 1οΈβ£ "π π¨". /// <img src="/img/tutorial/path-operation-configuration/image03.png"> ## π’ *β‘ π οΈ*
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params.md
``` //// //// tab | π 3οΈβ£.1οΈβ£0οΈβ£ & π ```Python hl_lines="7" {!> ../../docs_src/query_params/tutorial002_py310.py!} ``` //// π πΌ, π’ π’ `q` π π¦, & π `None` π’. /// check π π **FastAPI** π π₯ π π β‘ π’ `item_id` β‘ π’ & `q` π«,, β«οΈ π’ π’. /// ## π’ π’ π π οΈ π πͺ π£ `bool` π, & π« π π: //// tab | π 3οΈβ£.6οΈβ£ & π ```Python hl_lines="9"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 4.4K bytes - Viewed (0) -
docs/tr/docs/tutorial/query-params.md
```Python hl_lines="9" {!> ../../docs_src/query_params/tutorial002.py!} ``` //// Bu durumda, `q` fonksiyon parametresi isteΔe baΔlΔ± olacak ve varsayΔ±lan deΔer olarak `None` alacaktΔ±r. /// check | "Ek bilgi" AyrΔ±ca, dikkatinizi Γ§ekerim ki; **FastAPI**, `item_id` parametresinin bir yol parametresi olduΔunu ve `q` parametresinin yol deΔil bir sorgu parametresi olduΔunu fark edecek kadar beceriklidir. ///
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 5.9K bytes - Viewed (0)