- Sort Score
- Result 10 results
- Languages All
Results 1011 - 1020 of 1,246 for sset (0.04 sec)
-
cni/pkg/util/podutil.go
} return true } // PodRedirectionActive reports on whether the pod _has_ actually been configured for traffic redirection. // // That is, have we annotated it after successfully sending it to the node proxy and set up iptables rules. // // If you just want to know if the pod _should be_ configured for traffic redirection, see PodRedirectionEnabled func PodRedirectionActive(pod *corev1.Pod) bool {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 4.7K bytes - Viewed (0) -
docs/security/tls_configuration_history.md
##### RESTRICTED_TLS versions * TLSv1.2 [OkHttp 3.10][OkHttp310] ------------------------ _2018-02-24_ Remove two rarely-used cipher suites from the default set. This tracks a [Chromium change][chromium_change] to remove these cipher suites because they are fragile and rarely-used. ##### MODERN_TLS / COMPATIBLE_TLS cipher suites * TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 16:35:36 UTC 2022 - 9K bytes - Viewed (0) -
guava-tests/test/com/google/common/cache/ReflectionFreeAssertThrows.java
+ " map in that class."); } Object result; try { result = supplier.get(); } catch (Throwable t) { if (predicate.apply(t)) { // We are careful to set up INSTANCE_OF to match each Predicate to its target Class. @SuppressWarnings("unchecked") T caught = (T) t; return caught; } throw new AssertionError(
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 15:00:32 UTC 2024 - 6.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/AbstractXmlExtractor.java
*/ public int getPreloadSizeForCharset() { return preloadSizeForCharset; } /** * @param preloadSizeForCharset * The preloadSizeForCharset to set. */ public void setPreloadSizeForCharset(final int preloadSizeForCharset) { this.preloadSizeForCharset = preloadSizeForCharset; } public boolean isIgnoreCommentTag() {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:27 UTC 2024 - 6.5K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
¸ÐZy‹Öcw‰V~_ïÑÄ ^ð· °¼GEV ]q}b{ˆ }Z15ª…xeKòn¾JSå8ÌÂJGåp¾v~펯Tï „e°eYfi~X„iôÜïÖòãÜûÚï Üñ ¿’›¨ ]ñ ;òìÕ ôûýï ôÕ4 åãÜ4 åÐ4 ÷ûÖÖñÖ4 ìûêê ïÜå2 ›Ü ÕßÐÐñÖÜÕ êûôïmŸmÜõíÏ:ùèö:ƒ÷ãÎñò µ åñ÷ÐãÜûæôï åôIßö:ÏÆëÌãéï ÕïÖÚûåïÕ2 ŠñôôñÙ Üøï —ûò›‘ …ôûïòÜ ³ßûåýÕÜãÖÜ ‰ßûT» 8ÔôÆTG¦1ãkSxªå3ë$ñåÕ1÷ûòûñ1ôûòßȉÖ×zG~OTÑñ/ cîac«ëw¬æz}P‰Y{å oIN}Èx±¸`spªôGD@R_Ì¢azùôÈEw@ioÎÕ2^æq “øóRqDû0 ú—ûò›‘^^¿ÐéÖãìïÕ ÖïÓßûnï ^G~Q†ØïÇzDçm}¼ç`¾‰]x?=¾„ýnf¼MN÷riteW†iÈw²n[B-n_Oú÷ÎFiF}ª ãôô˜ˆnãÞýùaNSñ KŽ{VÀQû*Q‘0Cvi ËD{åûå2 ñ OxAvEØåìa¸ÿnf¼Àjq>...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
test-site/activator-launch-1.3.2.jar
scala.collection.mutable; public abstract synchronized class AbstractSet extends AbstractIterable implements Set { public scala.collection.generic.GenericCompanion companion(); public final Set seq(); public final Builder newBuilder(); public Set clone(); public final Set result(); public final Set $plus(Object); public final Set $plus$plus(scala.collection.GenTraversableOnce); public final Set $minus(Object); public final Object scala$collection$mutable$Cloneable$$super$clone(); public final void sizeHint(int);...
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Mon Apr 20 08:41:37 UTC 2015 - 1.2M bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java
} if (!process.isEmpty()) { if (!restrictions.isEmpty()) { throw new InvalidVersionSpecificationException( "Only fully-qualified sets allowed in multiple set scenario: " + spec); } else { version = new DefaultArtifactVersion(process); restrictions.add(Restriction.EVERYTHING); } }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 19K bytes - Viewed (0) -
fastapi/openapi/models.py
from enum import Enum from typing import Any, Callable, Dict, Iterable, List, Optional, Set, Type, Union from fastapi._compat import ( PYDANTIC_V2, CoreSchema, GetJsonSchemaHandler, JsonSchemaValue, _model_rebuild, with_info_plain_validator_function, ) from fastapi.logger import logger from pydantic import AnyUrl, BaseModel, Field from typing_extensions import Annotated, Literal, TypedDict
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 22:49:33 UTC 2024 - 15K bytes - Viewed (0) -
tensorflow/c/eager/c_api_test.cc
// TODO(shreepadma): Add a test case with isolate_session_state set to true. tensorflow::ServerDef server_def_0 = GetServerDef(3); server_def_0.mutable_default_session_config()->set_isolate_session_state( false); tensorflow::ServerDef server_def_1 = ReplaceTaskInServerDef(server_def_0, /*task_index=*/0); // These server defs have task index set to 0.
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Aug 03 20:50:20 UTC 2023 - 94.6K bytes - Viewed (0) -
cmd/admin-handlers-users.go
if s3Err != ErrNone { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(s3Err), r.URL) return } // Set prefix value for "s3:prefix" policy conditionals. r.Header.Set("prefix", "") // Set delimiter value for "s3:delimiter" policy conditionals. r.Header.Set("delimiter", SlashSeparator) // Check if we are asked to return prefix usage enablePrefixUsage := r.Form.Get("prefix-usage") == "true"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 03 23:11:02 UTC 2024 - 85.1K bytes - Viewed (0)