Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 404 for bundles (0.12 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/catalog/parser/TomlCatalogFileParserTest.groovy

            spec()
        }
    
        void hasBundle(String id, List<String> expectedElements) {
            assert model.hasBundle(id)
            def bundle = model.getBundle(id)?.components
            assert bundle != null: "Expected a bundle with name $id but it wasn't found"
            assert bundle == expectedElements
        }
    
        void hasVersion(String id, String version) {
            assert model.hasVersion(id)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. pkg/volume/projected/projected_test.go

    				Sources: []v1.VolumeProjection{
    					{
    						ClusterTrustBundle: &v1.ClusterTrustBundleProjection{
    							Name: utilptr.String("foo"),
    							Path: "bundle.pem",
    						},
    					},
    				},
    				DefaultMode: utilptr.Int32(0644),
    			},
    			bundles: []runtime.Object{
    				&certificatesv1alpha1.ClusterTrustBundle{
    					ObjectMeta: metav1.ObjectMeta{
    						Name: "foo",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:48 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/VariantAwareResolutionWithConfigurationAttributesIntegrationTest.groovy

                                    }
                                    def aarTask = p.tasks.create("${f}${bt.capitalize()}Aar", Jar) { task ->
                                        // it's called AAR to reflect something that bundles everything
                                        task.dependsOn compileTask
                                        task.dependsOn mergeResourcesTask
                                        task.archiveBaseName = "${p.name}-${f}${bt}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  4. fastapi/openapi/docs.py

            Doc(
                """
                The URL to use to load the ReDoc JavaScript.
    
                It is normally set to a CDN URL.
                """
            ),
        ] = "https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js",
        redoc_favicon_url: Annotated[
            str,
            Doc(
                """
                The URL of the favicon to use. It is normally shown in the browser tab.
                """
            ),
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 23 22:59:02 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/tlsconfig.go

    	newContent := &dynamicCertificateContent{}
    
    	if c.clientCA != nil {
    		currClientCABundle := c.clientCA.CurrentCABundleContent()
    		// we allow removing all client ca bundles because the server is still secure when this happens. it just means
    		// that there isn't a hint to clients about which client-cert to used.  this happens when there is no client-ca
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. pkg/apis/certificates/types.go

    type ClusterTrustBundleSpec struct {
    	// SignerName indicates the associated signer, if any.
    	SignerName string
    
    	// TrustBundle contains the individual X.509 trust anchors for this
    	// bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates.
    	//
    	// The data must consist only of PEM certificate blocks that parse as valid
    	// X.509 certificates.  Each certificate must include a basic constraints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/implementing_gradle_plugins_binary.adoc

    * You cannot add a dependency with an instance of `Project`. You must turn it into a `ProjectDependency` first.
    * You cannot add version catalog bundles directly.
    Instead, use the `bundle` method on each configuration.
    ** Kotlin and Groovy: `implementation(libs.bundles.testing)` becomes `implementation.bundle(libs.bundles.testing)`
    * You cannot use providers for non-`Dependency` types directly.
    Instead, map them to a `Dependency` using the `DependencyFactory`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 29 02:31:44 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  8. subprojects/core/src/testFixtures/groovy/org/gradle/api/internal/catalog/problems/VersionCatalogErrorMessages.groovy

                """${intro}  - Problem: In version catalog ${catalog}, a bundle with name '${bundle}' declares a dependency on '${aliasRef}' which doesn't exist.
    
        Reason: Bundles can only contain references to existing library aliases.
    
        Possible solutions:
          1. Make sure that the library alias '${aliasRef}' is declared.
          2. Remove '${aliasRef}' from bundle '${bundle}'.
    
        ${documentation}"""
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 09 14:11:31 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  9. tools/docker-builder/docker.go

    func ConstructBakeFile(a Args) (map[string]string, error) {
    	// Targets defines all images we are actually going to build
    	targets := map[string]Target{}
    	// Groups just bundles targets together to make them easier to work with
    	groups := map[string]Group{}
    
    	variants := sets.New(a.Variants...)
    	// hasDoubleDefault checks if we defined both DefaultVariant and PrimaryVariant. If we did, these
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 26 01:07:39 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. staging/src/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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top