Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 51 for Reflection (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

                        edge("org:leaf2:[1,7]", "org:leaf2:4")
                    }
                }
            }
        }
    
        def "previously selected transitive dependency is not used when it becomes orphaned because of selection of a different version of its dependent module"() {
            given:
            (1..10).each {
                def dep = mavenRepo.module('org', 'zdep', "$it").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            outputContains 'Providing metadata for group:projectB:2.2'
            outputContains 'Providing metadata for group:projectB:1.1'
        }
    
        def "can use a custom metadata provider to perform selection using attributes without fetching component metadata"() {
            given:
            withSupplierWithAttributes([
                'projectA:1.2': [:],
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  3. src/crypto/tls/common.go

    	// Certificates or GetClientCertificate.
    	//
    	// Note: if there are multiple Certificates, and they don't have the
    	// optional field Leaf set, certificate selection will incur a significant
    	// per-handshake performance cost.
    	Certificates []Certificate
    
    	// NameToCertificate maps from a certificate name to an element of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      //         hello: world
    
      // defaultTemplates: ["sidecar", "hello"]
      repeated string defaultTemplates = 24;
    
      // If enabled, the legacy webhook selection logic will be used. This relies on filtering of webhook
      // requests in Istiod, rather than at the webhook selection level.
      // This is option is intended for migration purposes only and will be removed in Istio 1.10.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/buildlist.go

    // of the same module or a requirement on any version of the main module.
    // Redundant requirements should be pruned, but they may influence version
    // selection.
    func (rs *Requirements) hasRedundantRoot() bool {
    	for i, m := range rs.rootModules {
    		if MainModules.Contains(m.Path) || (i > 0 && m.Path == rs.rootModules[i-1].Path) {
    			return true
    		}
    	}
    	return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

                        module("org.utils:api:1.5")
                    }
                    module("org.utils:optional-lib:5.0")
                }
            }
        }
    
        void "module forced by rule has correct selection reason"() {
            mavenRepo.module("org.utils", "impl", '1.3').dependsOn('org.utils', 'api', '1.3').publish()
            mavenRepo.module("org.utils", "impl", '1.5').dependsOn('org.utils', 'api', '1.5').publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  7. configure.py

        elif not user_input:
          if enabled_by_default:
            print(yes_reply)
            var = True
          else:
            print(no_reply)
            var = False
        else:
          print('Invalid selection: {}'.format(user_input_origin))
      return var
    
    
    def set_action_env_var(environ_cp,
                           var_name,
                           query_item,
                           enabled_by_default,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  8. pkg/apis/batch/validation/validation.go

    	// generated (not-manual) selectors/labels ensure no overlap with other
    	// controllers.  The manual mode allows orphaning, adoption,
    	// backward-compatibility, and experimentation with new
    	// labeling/selection schemes.  Automatic selector generation should
    	// have placed certain labels on the pod, but this could have failed if
    	// the user added conflicting labels.  Validate that the expected
    	// generated ones are there.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/javadoc.css

    }
    /*
     * Styles specific to HTML5 elements.
     */
    main, nav, header, footer, section {
        display:block;
    }
    /*
     * Styles for javadoc search.
     */
    .ui-state-active {
        /* Overrides the color of selection used in jQuery UI */
        background: var(--selected-background-color);
        border: 1px solid var(--selected-background-color);
        color: var(--selected-text-color);
    }
    .ui-autocomplete-category {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[legacy_attribute_snapshotting]]
    ==== Fixed variant selection behavior with `ArtifactView` and `ArtifactCollection`
    
    The dependency resolution APIs for selecting different artifacts or files (`Configuration.getIncoming().artifactView { }` and `Configuration.getIncoming().getArtifacts()`) captured immutable copies of the underlying `Configuration`'s attributes to use for variant selection.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top