Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 503 for RangeTs (0.15 sec)

  1. guava/src/com/google/common/collect/RangeMap.java

    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A mapping from disjoint nonempty ranges to non-null values. Queries look up the value associated
     * with the range (if any) that contains a specified key.
     *
     * <p>In contrast to {@link RangeSet}, no "coalescing" is done of {@linkplain
     * Range#isConnected(Range) connected} ranges, even if they are mapped to the same value.
     *
     * @author Louis Wasserman
     * @since 14.0
     */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  2. 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)
  3. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/typeMismatches.txt

        ARGUMENT_TYPE_MISMATCH      text ranges: [(54,55)]
          PSI: KtNameReferenceExpression at (4,9-10)
      for PSI element of type KtProperty at (1,1-16)
        INITIALIZER_TYPE_MISMATCH      text ranges: [(13,15)]
          PSI: KtProperty at (1,1-16)
      for PSI element of type KtConstantExpression at (5,12-13)
        RETURN_TYPE_MISMATCH      text ranges: [(68,69)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 09 12:56:52 UTC 2021
    - 494 bytes
    - Viewed (0)
  4. 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)
  5. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/annotationWithEnumFromDuplicatedLibrary.descriptors.txt

    Diagnostics from elements:
      for PSI element of type KtConstructorCalleeExpression at (33,2-12)
        NO_VALUE_FOR_PARAMETER      text ranges: [(114,124)]
          PSI: KtConstructorCalleeExpression at (33,2-12)
      for PSI element of type KtNameReferenceExpression at (31,8-10)
        UNRESOLVED_REFERENCE      text ranges: [(93,95)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Mar 18 21:14:36 UTC 2024
    - 375 bytes
    - Viewed (0)
  6. istioctl/pkg/writer/compare/testdata/configdump_diff.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
    - 51.6K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/RangeMap.java

    import javax.annotation.CheckForNull;
    
    /**
     * A mapping from disjoint nonempty ranges to non-null values. Queries look up the value associated
     * with the range (if any) that contains a specified key.
     *
     * <p>In contrast to {@link RangeSet}, no "coalescing" is done of {@linkplain
     * Range#isConnected(Range) connected} ranges, even if they are mapped to the same value.
     *
     * @author Louis Wasserman
     * @since 14.0
     */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/collect/AbstractRangeSetTest.java

        // test that connected ranges are coalesced
        for (int i = 0; i + 1 < asRanges.size(); i++) {
          Range<C> range1 = asRanges.get(i);
          Range<C> range2 = asRanges.get(i + 1);
          assertFalse(range1.isConnected(range2));
        }
    
        // test that there are no empty ranges
        for (Range<C> range : asRanges) {
          assertFalse(range.isEmpty());
        }
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 20:09:59 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top