Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 2,203 for aranges (0.14 sec)

  1. plugin/pkg/admission/imagepolicy/config_test.go

    			},
    			wantErr: false,
    		},
    		{
    			test: "config below normal ranges, error",
    			config: imagePolicyWebhookConfig{
    				AllowTTL:     minAllowTTL - time.Duration(1),
    				DenyTTL:      minDenyTTL - time.Duration(1),
    				RetryBackoff: minRetryBackoff - time.Duration(1),
    			},
    			wantErr: true,
    		},
    		{
    			test: "config above normal ranges, error",
    			config: imagePolicyWebhookConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsInNestedClass.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (10,19-42)
        ERROR_SUPPRESSION      text ranges: [(198,221)]
          PSI: KtStringTemplateExpression at (10,19-42)
      for PSI element of type KtStringTemplateExpression at (5,19-42)
        ERROR_SUPPRESSION      text ranges: [(78,101)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 366 bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/RangeMap.java

      /**
       * Returns the range containing this key and its associated value, if such a range is present in
       * the range map, or {@code null} otherwise.
       */
      @CheckForNull
      Entry<Range<K>, V> getEntry(K key);
    
      /**
       * Returns the minimal range {@linkplain Range#encloses(Range) enclosing} the ranges in this
       * {@code RangeMap}.
       *
       * @throws NoSuchElementException if this range map is empty
       */
      Range<K> span();
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsInClass.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (4,15-38)
        ERROR_SUPPRESSION      text ranges: [(50,73)]
          PSI: KtStringTemplateExpression at (4,15-38)
      for PSI element of type KtStringTemplateExpression at (9,15-38)
        ERROR_SUPPRESSION      text ranges: [(154,177)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 363 bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsAtTopLevel2.descriptors.txt

    Diagnostics from elements:
      for PSI element of type KtNamedFunction at (20,1) - (22,2)
        CONFLICTING_OVERLOADS      text ranges: [(394,415)]
          PSI: KtNamedFunction at (20,1) - (22,2)
      for PSI element of type KtNamedFunction at (7,1) - (9,2)
        CONFLICTING_OVERLOADS      text ranges: [(215,233)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 349 bytes
    - Viewed (0)
  6. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsAtTopLevel2.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (12,11-34)
        ERROR_SUPPRESSION      text ranges: [(152,175)]
          PSI: KtStringTemplateExpression at (12,11-34)
      for PSI element of type KtStringTemplateExpression at (7,11-34)
        ERROR_SUPPRESSION      text ranges: [(64,87)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 365 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * `TaskDestroyables.getFiles()` is no longer part of the public API.
     * Overlapping version ranges for a dependency now result in Gradle picking a version that satisfies all declared ranges.
    +
    For example, if a dependency on `some-module` is found with a version range of `[3,6]` and also transitively with a range of `[4,8]`, Gradle now selects version 6 instead of 8. The prior behavior was to select 8.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  8. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/performanceGraph.js

            function zoomFunction(plot, reset) {
                reset = reset || false;
                return function (event, ranges) {
                    $.each(plot.getXAxes(), function(_, axis) {
                        const opts = axis.options;
                        opts.min = reset ? null : ranges.xaxis.from;
                        opts.max = reset ? null : ranges.xaxis.to;
                    });
                    $.each(plot.getYAxes(), function(_, axis) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. pkg/kubelet/volumemanager/cache/actual_state_of_world_test.go

    // Verifies newly added volume exists in GetUnmountedVolumes()
    // Verifies newly added volume doesn't exist in GetGloballyMountedVolumes()
    func Test_MarkVolumeAsAttached_Positive_NewVolume(t *testing.T) {
    	// Arrange
    	volumePluginMgr, plugin := volumetesting.GetTestKubeletVolumePluginMgr(t)
    	asw := NewActualStateOfWorld("mynode" /* nodeName */, volumePluginMgr)
    	pod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "pod1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/compare/testdata/configdump.json

                        "typed_config": {
                          "@type": "type.googleapis.com/xds.type.matcher.v3.IPMatcher",
                          "range_matchers": [
                            {
                              "ranges": [
                                {
                                  "address_prefix": "10.111.182.109",
                                  "prefix_len": 32
                                }
                              ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
Back to top