Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for Matcher (0.49 sec)

  1. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    everyItem(org.hamcrest.Matcher); public static org.hamcrest.Matcher containsString(String); public static org.hamcrest.core.CombinableMatcher$CombinableBothMatche both(org.hamcrest.Matcher); public static org.hamcrest.core.CombinableMatcher$CombinableEitherMatc either(org.hamcrest.Matcher); public static org.hamcrest.Matcher isThrowable(org.hamcrest.Matcher); public static org.hamcrest.Matcher isException(org.hamcrest.Matcher); } org/junit/Assume.class package org.junit; public synchronized class Assume { public void...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      specific Hostname values to choose the correct Listener and its
                      associated set of Routes. \n Exact matches must be processed before
                      wildcard matches, and wildcard matches must be processed before
                      fallback (empty Hostname value) matches. For example, `\"foo.example.com\"`
                      takes precedence over `\"*.example.com\"`, and `\"*.example.com\"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. ChangeLog.md

    - [`KT-59369`](https://youtrack.jetbrains.com/issue/KT-59369) K2: Missing BUILDER_INFERENCE_STUB_RECEIVER
    - [`KT-62590`](https://youtrack.jetbrains.com/issue/KT-62590) Split expect/actual matcher-checker machinery in two separate components: matcher and checker
    - [`KT-63732`](https://youtrack.jetbrains.com/issue/KT-63732) K1: False positive OUTER_CLASS_ARGUMENTS_REQUIRED inside anonymous object
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  4. prow/config/calico.yaml

                    description: BPFMapSizeIPSets sets the size for ipsets map.  The IP
                      sets map must be large enough to hold an entry for each endpoint
                      matched by every selector in the source/destination matches in network
                      policy.  Selectors such as "all()" can result in large numbers of
                      entries (one entry per endpoint in that case).
                    type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: return %2 : tensor<5x4x1x8192xf32>
    }
    
    // CHECK-LABEL: @FuseReshapeAroundBMMNagativeTest2
    // Checks that the pattern matcher FuseReshapesAroundBatchMatMulLHS does not get
    // applied for this case that does not pass the constraint around input rank.
    func.func @FuseReshapeAroundBMMNagativeTest2(%arg0: tensor<2x1536xf32>) -> tensor<2x768xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    			t.Errorf("Bad CIDR in kube-proxy output: %v", err)
    		}
    		matches = cidr.Contains(ip)
    	} else {
    		ip2 := netutils.ParseIPSloppy(address.Value)
    		if ip2 == nil {
    			t.Errorf("Bad IP/CIDR in kube-proxy output: %s", address.Value)
    		}
    		matches = ip.Equal(ip2)
    	}
    	return (!address.Negated && matches) || (address.Negated && !matches)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

    (e.g. \"*.foo.com\"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == \"*\"). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.28.md

    - Ensure Job status updates are batched by 1s. This fixes an unlikely scenario when a sequence of immediately 
      completing pods could trigger a sequence of non-batched Job status updates. ([#118470](https://github.com/kubernetes/kubernetes/pull/118470), [@mimowo](https://github.com/mimowo)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.7.md

    incorrect. If watching objects with a filter, when an update was made that no longer matched the filter a DELETE event was correctly sent. However, the object that was returned by that delete was not the (correct) version before the update, but instead, the newer version. That meant the new object was not matched by the filter. This was a regression from behavior between cached watches on the server side and uncached watches, and thus broke downstream API clients. ([#46223](https://github.com/kubernete...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.11.md

    * Added a feature gate for the plugin watcher. ([#64605](https://github.com/kubernetes/kubernetes/pull/64605), [@vikaschoudhary16](https://github.com/vikaschoudhary16))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
Back to top