Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 296 for Matcher (1.45 sec)

  1. pilot/pkg/model/extensions.go

    	*extensions.WasmPlugin
    
    	Name            string
    	Namespace       string
    	ResourceName    string
    	ResourceVersion string
    }
    
    func (p *WasmPluginWrapper) MatchListener(matcher WorkloadPolicyMatcher, li WasmPluginListenerInfo) bool {
    	if matcher.ShouldAttachPolicy(gvk.WasmPlugin, p.NamespacedName(), p) {
    		return matchTrafficSelectors(p.Match, li)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. platforms/jvm/java-platform/src/test/java/org/gradle/internal/component/model/JavaEcosystemAttributeMatcherTest.groovy

            def implicitVariants = candidates.collect { it.first() }
            def configurationMatches = schema.matcher().matches(implicitVariants, requested, explanationBuilder)
    
            // This test is checking only for successful (single) matches. If we matched multiple configurations
            // in the first round, something is wrong here. Fail before attempting the second round of variant matching.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  3. docs/metrics/prometheus/grafana/node/minio-node.json

                    "color": "red",
                    "value": 80
                  }
                ]
              },
              "unit": "none"
            },
            "overrides": [
              {
                "matcher": {
                  "id": "byName",
                  "options": "available 10.13.1.25:9000"
                },
                "properties": [
                  {
                    "id": "color",
                    "value": {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 13:24:37 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/integTest/kotlin/org/gradle/kotlin/dsl/resolver/KotlinScriptDependenciesResolverTest.kt

    import org.hamcrest.CoreMatchers.hasItems
    import org.hamcrest.CoreMatchers.instanceOf
    import org.hamcrest.CoreMatchers.notNullValue
    import org.hamcrest.CoreMatchers.nullValue
    import org.hamcrest.Matcher
    import org.hamcrest.MatcherAssert.assertThat
    import org.junit.Assert.assertSame
    import org.junit.Assert.assertTrue
    import org.junit.Before
    import org.junit.Test
    import org.junit.experimental.categories.Category
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:12:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/jvm/Jvm.java

                // The following are known variables that can change between builds and should not be inherited
                if (APP_NAME_REGEX.matcher(entry.getKey()).matches()
                    || JAVA_MAIN_CLASS_REGEX.matcher(entry.getKey()).matches()
                    || entry.getKey().equals("TERM_SESSION_ID")
                    || entry.getKey().equals("ITERM_SESSION_ID")) {
                    continue;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:57:34 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/region_control_flow_to_functional.cc

    // Returns whether the arguments of the given 2 calls are match (after looking
    // through cast ops). `matcher` is the predicate used to check if two arguments
    // match.
    bool MatchCallArgs(func::CallOp first, func::CallOp second,
                       ArgMatcherFn matcher) {
      if (first.getNumOperands() != second.getNumOperands()) return false;
    
      Region& first_region = *first->getParentRegion();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/util/internal/TextUtil.java

            StringBuilder builder = new StringBuilder();
            String[] lines = text.split("\n");
    
            for (int i = 0; i < lines.length; i++) {
                String line = lines[i];
                if (!WHITESPACE.matcher(line).matches()) {
                    builder.append(indent);
                }
                builder.append(line);
                if (i < lines.length - 1) {
                    builder.append('\n');
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginVersionIntegrationTest.groovy

     * limitations under the License.
     */
    package org.gradle.api.plugins.quality.pmd
    
    
    import org.hamcrest.Matcher
    import spock.lang.Issue
    
    import static org.gradle.integtests.fixtures.SuggestionsMessages.SCAN
    import static org.gradle.util.Matchers.containsLine
    import static org.hamcrest.CoreMatchers.containsString
    import static org.hamcrest.CoreMatchers.not
    import static org.junit.Assume.assumeTrue
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  9. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/filters/network/generic_proxy/codecs/kafka/v3"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/filters/network/generic_proxy/matcher/v3"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/filters/network/generic_proxy/router/v3"
    	_ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/filters/network/generic_proxy/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/model/model.go

    	attrEnvoyFilter      = "experimental.envoy.filters." // an experimental attribute for checking Envoy Metadata directly.
    
    	// Internal names used to generate corresponding Envoy matcher.
    	methodHeader = ":method"
    	pathMatcher  = "path-matcher"
    	hostHeader   = ":authority"
    )
    
    type rule struct {
    	key       string
    	values    []string
    	notValues []string
    	g         generator
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top