- Sort Score
- Result 10 results
- Languages All
Results 31 - 36 of 36 for on_match (0.24 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
DefaultProfileActivationContext context, DefaultModelProblemCollector problems) { if (profiles.stream() .map(org.apache.maven.api.model.Profile::getActivation) .noneMatch(Objects::nonNull)) { return profiles; } final Interpolator xform = new RegexBasedInterpolator(); xform.setCacheAnswers(true);
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 83.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Iterables.java
} /** * Returns {@code true} if any element in {@code iterable} satisfies the predicate. * * <p><b>{@code Stream} equivalent:</b> {@link Stream#anyMatch}. */ public static <T extends @Nullable Object> boolean any( Iterable<T> iterable, Predicate<? super T> predicate) { return Iterators.any(iterable.iterator(), predicate); } /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Apr 24 19:38:27 UTC 2024 - 42.8K bytes - Viewed (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
* * @since 24.0 */ public static final String HTTP2_SETTINGS = "HTTP2-Settings"; /** The HTTP {@code If-Match} header field name. */ public static final String IF_MATCH = "If-Match"; /** The HTTP {@code If-Modified-Since} header field name. */ public static final String IF_MODIFIED_SINCE = "If-Modified-Since"; /** The HTTP {@code If-None-Match} header field name. */
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Oct 01 19:08:38 UTC 2024 - 35.3K bytes - Viewed (0) -
istioctl/pkg/authz/testdata/configdump.yaml
"typed_config": { "@type": "type.googleapis.com/envoy.extensions.filters.listener.http_inspector.v3.HttpInspector" }, "filter_disabled": { "or_match": { "rules": [ { "destination_port_range": { "start": 80, "end": 81 } }, {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 21 14:20:23 UTC 2023 - 206.7K bytes - Viewed (0) -
api/go1.txt
pkg regexp/syntax, const OpConcat Op pkg regexp/syntax, const OpEmptyMatch Op pkg regexp/syntax, const OpEndLine Op pkg regexp/syntax, const OpEndText Op pkg regexp/syntax, const OpLiteral Op pkg regexp/syntax, const OpNoMatch Op pkg regexp/syntax, const OpNoWordBoundary Op pkg regexp/syntax, const OpPlus Op pkg regexp/syntax, const OpQuest Op pkg regexp/syntax, const OpRepeat Op pkg regexp/syntax, const OpStar Op
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg regexp/syntax, const OpEmptyMatch = 2 pkg regexp/syntax, const OpEndLine = 8 pkg regexp/syntax, const OpEndText = 10 pkg regexp/syntax, const OpLiteral = 3 pkg regexp/syntax, const OpNoMatch = 1 pkg regexp/syntax, const OpNoWordBoundary = 12 pkg regexp/syntax, const OpPlus = 15 pkg regexp/syntax, const OpQuest = 16 pkg regexp/syntax, const OpRepeat = 17 pkg regexp/syntax, const OpStar = 14
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)