Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 816 for isMatch (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/matching/matching.go

    	}
    
    	var (
    		isMatch       bool
    		matchResource schema.GroupVersionResource
    		matchKind     schema.GroupVersionKind
    		matchErr      error
    	)
    	if len(matchResources.ResourceRules) == 0 {
    		isMatch = true
    		matchKind = attr.GetKind()
    		matchResource = attr.GetResource()
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modload/search.go

    	ctx, span := trace.StartSpan(ctx, "modload.matchPackages")
    	defer span.Done()
    
    	m.Pkgs = []string{}
    
    	isMatch := func(string) bool { return true }
    	treeCanMatch := func(string) bool { return true }
    	if !m.IsMeta() {
    		isMatch = pkgpattern.MatchPattern(m.Pattern())
    		treeCanMatch = pkgpattern.TreeCanMatchPattern(m.Pattern())
    	}
    
    	var mu sync.Mutex
    	have := map[string]bool{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:15 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/reflect/DirectInstantiator.java

                for (Constructor<?> constructor : constructors) {
                    Class<?>[] parameterTypes = constructor.getParameterTypes();
                    if (parameterTypes.length == argumentTypes.length) {
                        if (isMatch(argumentTypes, parameterTypes)) {
                            if (match != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_matcher.go

    	matchResources := binding.GetMatchResources()
    	if matchResources == nil {
    		return true, nil
    	}
    
    	criteria := matchCriteria{constraints: matchResources}
    	isMatch, _, _, err := c.Matcher.Matches(a, o, &criteria)
    	return isMatch, err
    }
    
    func (c *matcher) GetNamespace(name string) (*corev1.Namespace, error) {
    	return c.Matcher.GetNamespace(name)
    }
    
    var _ matching.MatchCriteria = &matchCriteria{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/AttributeMatcher.java

            public AttributeValue<T> getRequestedValue() {
                return requestedValue;
            }
    
            public AttributeValue<T> getFound() {
                return found;
            }
    
            public boolean isMatch() {
                return match;
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/RejectedByAttributesVersion.java

            for (AttributeMatcher.MatchingDescription<?> description : matchingDescription) {
                builder.node("Attribute '" + description.getRequestedAttribute().getName() + "'");
                if (description.isMatch()) {
                    builder.append(" matched. ");
                } else {
                    builder.append(" didn't match. ");
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/dispatch/Dispatch.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.internal.dispatch;
    
    /**
     * A general purpose sink for a stream of messages.
     *
     * <p>Implementations are not required to be thread-safe.
     */
    public interface Dispatch<T> {
        /**
         * Dispatches the next message. Blocks until the messages has been accepted but generally does not wait for the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/testdata/mismatch.yaml

    # Mismatch shows that we don't generate config for Gateways that do not match the GatewayClass
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: GatewayClass
    metadata:
      name: istio
    spec:
      controllerName: istio.io/gateway-controller
    ---
    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: gateway
      namespace: istio-system
    spec:
      addresses:
      - value: istio-ingressgateway
        type: Hostname
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 18 22:43:39 UTC 2023
    - 520 bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    fixPattern(String); public void setDebugMode(boolean); public java.io.File getBaseDir(); public java.util.List getExcludes(); public java.util.List getIncludes(); private boolean isExcluded(String); private boolean isIncluded(String); private boolean isMatch(java.util.List, String); private String relativeToBaseDir(java.io.File); public void removeDirectoryWalkL(DirectoryWalkListene); public void scan(); private void scanDir(java.io.File); public void setBaseDir(java.io.File); public void setExcludes(java.util.List);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    fixPattern(String); public void setDebugMode(boolean); public java.io.File getBaseDir(); public java.util.List getExcludes(); public java.util.List getIncludes(); private boolean isExcluded(String); private boolean isIncluded(String); private boolean isMatch(java.util.List, String); private String relativeToBaseDir(java.io.File); public void removeDirectoryWalkL(DirectoryWalkListene); public void scan(); private void scanDir(java.io.File); public void setBaseDir(java.io.File); public void setExcludes(java.util.List);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
Back to top