Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 404 for bundles (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/more_about_tasks.adoc

    testClasses - Assembles test classes.
    
    Distribution tasks
    ------------------
    assembleDist - Assembles the main distributions
    distTar - Bundles the project as a distribution.
    distZip - Bundles the project as a distribution.
    installDist - Installs the project as a distribution as-is.
    
    Documentation tasks
    -------------------
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/certificates/v1/generated.proto

      //
      // Custom signerNames can also be specified. The signer defines:
      //  1. Trust distribution: how trust (CA bundles) are distributed.
      //  2. Permitted subjects: and behavior when a disallowed subject is requested.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/certificates/v1/types.go

    	//
    	// Custom signerNames can also be specified. The signer defines:
    	//  1. Trust distribution: how trust (CA bundles) are distributed.
    	//  2. Permitted subjects: and behavior when a disallowed subject is requested.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

                .stream()
                .sorted()
                .forEach(alias -> {
                    List<String> bundled = expectArray("bundle", alias, bundlesTable, alias).toList().stream()
                        .map(String::valueOf)
                        .collect(toList());
                    versionCatalogBuilder.bundle(alias, bundled);
                });
        }
    
        @Nullable
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/catalog/DefaultDependenciesAccessors.java

            }
        }
    
        private class DependencyAccessorUnitOfWork extends AbstractAccessorUnitOfWork {
            private static final String IN_LIBRARIES = "libraries";
            private static final String IN_BUNDLES = "bundles";
            private static final String IN_PLUGINS = "plugins";
            private static final String IN_VERSIONS = "versions";
            private static final String IN_MODEL_NAME = "modelName";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  6. pkg/controller/podautoscaler/replica_calculator.go

    	defaultTestingTolerance                     = 0.1
    	defaultTestingCPUInitializationPeriod       = 2 * time.Minute
    	defaultTestingDelayOfInitialReadinessStatus = 10 * time.Second
    )
    
    // ReplicaCalculator bundles all needed information to calculate the target amount of replicas
    type ReplicaCalculator struct {
    	metricsClient                 metricsclient.MetricsClient
    	podLister                     corelisters.PodLister
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    https://issues.apache.org/jira/browse/GROOVY-9936[Some very specific regressions] have already been fixed in the next minor version of Groovy.
    
    ===== Groovy modularization
    
    Gradle no longer embeds a copy of `groovy-all` that bundles all Groovy modules into a single jar--only the most important modules are distributed in the Gradle distribution.
    
    The `localGroovy()` dependency will include these Groovy modules:
    
    - `groovy`
    - `groovy-ant`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  8. src/go/printer/printer.go

    		return
    	}
    
    	// flush tabwriter, if any
    	if tw, _ := output.(*tabwriter.Writer); tw != nil {
    		err = tw.Flush()
    	}
    
    	return
    }
    
    // A CommentedNode bundles an AST node and corresponding comments.
    // It may be provided as argument to any of the [Fprint] functions.
    type CommentedNode struct {
    	Node     any // *ast.File, or ast.Expr, ast.Decl, ast.Spec, or ast.Stmt
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 41.6K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

      return Status();
    }
    
    SavedModelV2Bundle* TFSavedModelAPI::GetBundle() { return &this->bundle_; }
    
    TFSavedModelAPI::TFSavedModelAPI(const std::string& directory,
                                     SavedModelV2Bundle bundle,
                                     RevivedObjects revived_objects)
        : directory_(directory),
          bundle_(std::move(bundle)),
          revived_objects_(std::move(revived_objects)) {}
    
    Status TFSavedModelAPI::Load(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    - Where to find the built testable bundle (on macOS) or executable (on Linux) (property: link:{groovyDslPath}/org.gradle.nativeplatform.test.xctest.tasks.XCTest.html#org.gradle.nativeplatform.test.xctest.tasks.XCTest:testInstallDirectory[XCTest.getTestInstalledDirectory()])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top