- Sort Score
- Result 10 results
- Languages All
Results 1211 - 1220 of 1,275 for noneOf (0.09 sec)
-
cmd/sts-handlers.go
return } else if policyName == "" { writeSTSErrorResponse(ctx, w, ErrSTSInvalidParameterValue, fmt.Errorf("None of the given policies (`%s`) are defined, credentials will not be generated", policies)) return } } claims[iamPolicyClaimNameOpenID()] = policyName }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 01:29:20 UTC 2024 - 33.9K bytes - Viewed (0) -
common-protos/k8s.io/api/admissionregistration/v1alpha1/generated.proto
// 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. // 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. // 3. If any matchCondition evaluates to an error (but none are FALSE): // - If failurePolicy=Fail, reject the request // - If failurePolicy=Ignore, the policy is skipped // // +patchMergeKey=name // +patchStrategy=merge // +listType=map
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 25.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.crawler_title_edit=Allgemeine Konfiguration labels.schedule=Zeitplan labels.enabled=Aktiviert labels.day_for_cleanup=Dokumente entfernen nach labels.day=Tag(en) labels.crawl_button_update=Aktualisieren labels.none=Keine labels.crawling_thread_count=Anzahl gleichzeitiger Crawler labels.incremental_crawling=Prüfe "Last Modified"-Header labels.search_log_enabled=Suchen protokollieren labels.user_info_enabled=Benutzer protokollieren
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
tensorflow/BUILD
# copybara:comment_begin(OSS Windows only: DEF file for exported symbols) win_def_file = select({ "//tensorflow:windows": ":tensorflow_filtered_def_file", "//conditions:default": None, }), # copybara:comment_end deps = [ "//tensorflow/c:c_api", "//tensorflow/c:c_api_experimental", "//tensorflow/c:exported_symbols.lds",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 16 05:28:35 UTC 2024 - 53.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
.build(), ) val response = getResponse(newRequest("/")) assertThat(response.code).isEqualTo(200) assertThat(response.message).isEqualTo("OK") assertContent( "STR;FFMJ2;Frankfurt;RTCM 2.1;1(1),3(19),16(59);0;GPS;GREF;DEU;50.12;8.68;0;1;GPSNet V2.10;none;N;N;560;Demo\nENDSOURCETABLE", response, )
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
* * @param artifact the artifact for which to get a local path * @return local path associated to the given artifact, or {@code null} if none * * @see org.apache.maven.api.services.LocalRepositoryManager#getPathForLocalArtifact(Session, LocalRepository, Artifact) */ Path getPathForLocalArtifact(@Nonnull Artifact artifact); /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 16:43:07 UTC 2024 - 36.4K bytes - Viewed (0) -
src/cmd/asm/internal/asm/asm.go
fallthrough default: p.errorf("can't handle %s instruction with %d operands", op, len(a)) return } p.append(prog, cond, true) } // symbolName returns the symbol name, or an error string if none is available. func symbolName(addr *obj.Addr) string { if addr.Sym != nil { return addr.Sym.Name } return "<erroneous symbol>" } var emptyProg obj.Prog
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 21 14:11:44 UTC 2024 - 25.5K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/CacheBuilder.java
* <li>notification of evicted (or otherwise removed) entries * <li>accumulation of cache access statistics * </ul> * * <p>These features are all optional; caches can be created using all or none of them. By default, * cache instances created by {@code CacheBuilder} will not perform any type of eviction. * * <p>Usage example: * * <pre>{@code * LoadingCache<Key, Graph> graphs = CacheBuilder.newBuilder()
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 52K bytes - Viewed (0) -
docs/recipes.md
} }); } ``` ### Accessing Headers ([.kt][AccessHeadersKotlin], [.java][AccessHeadersJava])
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Fri Feb 18 08:52:22 UTC 2022 - 40.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
assertFalse(responseData.isNoFollow()); } public void test_processMetaRobots_none() throws Exception { final String data = "<meta name=\"robots\" content=\"none\" />"; final Document document = getDocument(data); final FessXpathTransformer transformer = new FessXpathTransformer() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 41.3K bytes - Viewed (0)