Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 147 for Discovered (0.37 sec)

  1. platforms/core-configuration/declarative-dsl-provider/src/main/kotlin/org/gradle/internal/declarativedsl/project/schemaFromGradleExtensions.kt

     *
     * Given that, introduces the following features in the schema:
     * * Type discovery ensuring that the types of the extensions get discovered and included in the schema (but just those types, not recursing)
     * * Function extractors which introduce configuring functions for the extensions
     *
     * If object conversion is enabled ([ifConversionSupported]):
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:07 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/HierarchicalFileWatcherUpdater.java

     * since watched directories can't be deleted on Windows.
     *
     * The build root directories are discovered as included builds are encountered at the start of a build, and then they are removed when the build finishes.
     *
     * This is the lifecycle for the watchable hierarchies:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/util/service_lookup.go

    func GetDestinationHost(sourceNs resource.Namespace, exportTo []string, host string,
    	serviceEntryHosts map[ScopedFqdn]*v1alpha3.ServiceEntry,
    ) *v1alpha3.ServiceEntry {
    	// Check explicitly defined ServiceEntries as well as services discovered from the platform
    
    	// Check ServiceEntries which are exposed to all namespaces
    	allNsScopedFqdn := NewScopedFqdn(ExportToAllNamespaces, sourceNs, host)
    	if s, ok := serviceEntryHosts[allNsScopedFqdn]; ok {
    		return s
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 21 21:37:53 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/loopreschedchecks.go

    	}
    	return lastMems
    }
    
    // mark values
    type markKind uint8
    
    const (
    	notFound    markKind = iota // block has not been discovered yet
    	notExplored                 // discovered and in queue, outedges not processed yet
    	explored                    // discovered and in queue, outedges processed
    	done                        // all done, in output ordering
    )
    
    type backedgesState struct {
    	b *Block
    	i int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 21:17:10 UTC 2023
    - 16K bytes
    - Viewed (0)
  5. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildEventsIntegrationTest.groovy

        @ToBeFixedForConfigurationCache(because = "build listener")
        def "fires build listener events for included builds with additional discovered (compileOnly) dependencies"() {
            given:
            // BuildB will be initially evaluated with a single dependency on 'b1'.
            // Dependency on 'b2' is discovered while constructing the task graph for 'buildC'.
            dependency 'org.test:b1:1.0'
            dependency 'org.test:buildC:1.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 15:38:24 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  6. docs/sts/casdoor.md

    2018/12/26 17:49:36 listening on http://localhost:8888/
    ```
    
    This will open the login page of Casdoor, upon successful login, STS credentials along with any buckets discovered using the credentials will be printed on the screen, for example:
    
    ```
    {
      buckets: [ ],
      credentials: {
        AccessKeyID: "EJOLVY3K3G4BF37YD1A0",
        SecretAccessKey: "1b+w8LlDqMQOquKxIlZ2ggP+bgE51iwNG7SUVPJJ",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 6.6K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AvailableJavaHomes.java

         */
        public static Jvm getDifferentJdkWithValidJre() {
            return getSupportedJdk(jvm -> !isCurrentJavaHome(jvm)
                && Jvm.discovered(jvm.getJavaHome().toFile(), null, jvm.getLanguageVersion().getMajorVersionNumber()).getJre() != null);
        }
    
        public static boolean isCurrentJavaHome(JvmInstallationMetadata metadata) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. tests/integration/pilot/workloadentry_test.go

    						for _, weCluster := range weClusters {
    							t.ConfigKube(weCluster).Eval(apps.Namespace.Name(), map[string]interface{}{
    								// used so this WE doesn't get cross-cluster discovered
    								"clusterName": weCluster.Name(),
    								"testName":    strings.ReplaceAll(tc.name, " ", "-"),
    								"network":     tc.networkNameFunc(network),
    								"address":     tc.addressFunc(network),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. platforms/core-runtime/service-provider/src/main/java/org/gradle/internal/service/scopes/GradleModuleServices.java

    import org.gradle.internal.service.ServiceRegistrationProvider;
    
    /**
     * Can be implemented by Gradle modules to provide services in various scopes.
     *
     * <p>Implementations are discovered using the JAR service locator mechanism (see {@link org.gradle.internal.service.ServiceLocator}).
     */
    @ServiceScope(Scope.Global.class)
    public interface GradleModuleServices extends ServiceRegistrationProvider {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/core/NodeBackedModelMap.java

                node.ensureAtLeast(ModelNode.State.Discovered);
                return node.canBeViewedAs(elementType) && parent.apply(node);
            }
    
            @Override
            public void validateCanBindAction(MutableModelNode node, ModelAction action) {
                node.ensureAtLeast(ModelNode.State.Discovered);
                if (!node.canBeViewedAs(elementType)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 23K bytes
    - Viewed (0)
Back to top