Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 887 for aranges (0.13 sec)

  1. cni/pkg/nodeagent/options.go

    	// APIPA/"link-local" IP.
    	//
    	// It doesn't matter what this IP is, so long as it's not routable and doesn't collide with anything else.
    	//
    	// IPv6 link local ranges are designed to be collision-resistant by default, and so probably never need to be overridden
    	DefaultHostProbeSNATIP   = "169.254.7.127"
    	DefaultHostProbeSNATIPV6 = "fd16:9254:7127:1337:ffff:ffff:ffff:ffff"
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. 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)
  3. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/errorsInFunctionalInterfacesInstances.txt

        ABSTRACT_MEMBER_NOT_IMPLEMENTED      text ranges: [(110,116)]
          PSI: KtObjectDeclaration at (7,14-48)
      for PSI element of type KtConstantExpression at (4,9-10)
        ARGUMENT_TYPE_MISMATCH      text ranges: [(88,89)]
          PSI: KtConstantExpression at (4,9-10)
      for PSI element of type KtConstantExpression at (10,38-39)
        RETURN_TYPE_MISMATCH      text ranges: [(230,231)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 21 19:36:44 UTC 2023
    - 516 bytes
    - Viewed (0)
  4. android/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
    - 6.5K bytes
    - Viewed (0)
  5. src/unicode/graphic.go

    // IsOneOf reports whether the rune is a member of one of the ranges.
    // The function "In" provides a nicer signature and should be used in preference to IsOneOf.
    func IsOneOf(ranges []*RangeTable, r rune) bool {
    	for _, inside := range ranges {
    		if Is(inside, r) {
    			return true
    		}
    	}
    	return false
    }
    
    // In reports whether the rune is a member of one of the ranges.
    func In(r rune, ranges ...*RangeTable) bool {
    	for _, inside := range ranges {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 20:02:46 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  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