- Sort Score
- Result 10 results
- Languages All
Results 1461 - 1470 of 3,892 for TRUE (0.05 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
} catch (InvalidRepositoryException e) { throw new ProjectBuildingException("", "Invalid remote repository " + repository, e); } normalized = true; } else { repos.add((ArtifactRepository) repository); } } if (normalized) { return repos; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2SigningDigest.java
int flags = SMBUtil.readInt4(data, offset + 16); if ( ( flags & ServerMessageBlock2.SMB2_FLAGS_SIGNED ) == 0 ) { log.error("The server did not sign a message we expected to be signed"); return true; } byte[] sig = new byte[SIGNATURE_LENGTH]; System.arraycopy(data, offset + SIGNATURE_OFFSET, sig, 0, SIGNATURE_LENGTH); int index = offset + SIGNATURE_OFFSET;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Aug 17 17:34:29 UTC 2021 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/av/AvPairs.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.8K bytes - Viewed (0) -
cmd/xl-storage-errors.go
// EEXIST for solaris variants, // and ERROR_DIR_NOT_EMPTY for windows (directory not empty). func isSysErrNotEmpty(err error) bool { if errors.Is(err, syscall.ENOTEMPTY) { return true } if errors.Is(err, syscall.EEXIST) && runtime.GOOS == "solaris" { return true } var pathErr *os.PathError if errors.As(err, &pathErr) { if runtime.GOOS == globalWindowsOSName { var errno syscall.Errno if errors.As(pathErr.Err, &errno) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Mar 06 16:56:29 UTC 2023 - 3.8K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Predicate.java
*/ package com.google.common.base; import com.google.common.annotations.GwtCompatible; import javax.annotation.CheckForNull; import org.checkerframework.checker.nullness.qual.Nullable; /** * Determines a true or false value for a given input; a pre-Java-8 version of {@link * java.util.function.Predicate java.util.function.Predicate}. * * <p>The {@link Predicates} class provides common predicates and related utilities. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 15 16:12:13 UTC 2024 - 3.6K bytes - Viewed (0) -
src/main/config/es/fess_config_related_query.json
} } }, "settings" : { "index" : { "dbflute" : { "related_query" : { "properties" : { "queries" : { "array" : "true" } } } }, "creation_date" : "1509021056135", "number_of_shards" : "5", "number_of_replicas" : "1", "uuid" : "8lLdTVsGQCKFnbgLSkPaUA",
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.1K bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv4/mesh.yaml.golden
proxyMetadata: CANONICAL_REVISION: latest CANONICAL_SERVICE: foo CLUSTER_MESH_CONFIG_VALUE: foo ISTIO_META_CLUSTER_ID: Kubernetes ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
istioctl/pkg/workload/testdata/vmconfig/ipv6/mesh.yaml.golden
proxyMetadata: CANONICAL_REVISION: latest CANONICAL_SERVICE: foo CLUSTER_MESH_CONFIG_VALUE: foo ISTIO_META_CLUSTER_ID: Kubernetes ISTIO_META_DNS_CAPTURE: "true" ISTIO_META_MESH_ID: "" ISTIO_META_NETWORK: "" ISTIO_META_WORKLOAD_NAME: foo ISTIO_METAJSON_LABELS: '{"service.istio.io/canonical-name":"foo","service.istio.io/canonical-revision":"latest"}'
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 625 bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Multiset.java
* * @param element the element to check for * @return {@code true} if this multiset contains at least one occurrence of the element */ @Override boolean contains(@CheckForNull Object element); /** * Returns {@code true} if this multiset contains at least one occurrence of each element in the * specified collection. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Jun 17 14:40:53 UTC 2023 - 19.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/FessActionDefTest.java
policeStoryOfJavaClassChase(new NonActionExtendsActionPolice()); assertTrue(true); } public void test_nonWebHasWebReference() throws Exception { policeStoryOfJavaClassChase(new NonWebHasWebReferencePolice()); assertTrue(true); } public void test_webPackageNinjaReferencePolice() throws Exception {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.3K bytes - Viewed (0)