Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 281 for ACME (0.03 sec)

  1. pilot/pkg/model/virtualservice_test.go

    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "acme-v2",
    			Namespace:        "not-default",
    		},
    		Spec: virtualServiceSpec2,
    	}
    	virtualService3 := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "acme-v3",
    			Namespace:        "not-default",
    		},
    		Spec: virtualServiceSpec3,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryFeatureCompilationIntegrationTest.groovy

                    testImplementation "junit:junit:4.13"
                    featApi "org.apache.commons:commons-math3:3.6.1"
                }
            """
            file("src/test/java/com/acme/FeatureTest.java") << """package com.acme;
                import org.apache.commons.math3.complex.Complex;
                import org.junit.Test;
                import static org.junit.Assert.*;
    
                public class FeatureTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishBasicIntegTest.groovy

                rootProject.name = 'publish'
            """
            buildFile << """
                plugins {
                    id 'java'
                    id 'ivy-publish'
                }
    
                group = 'com.acme'
                version = '0.999'
    
                ${emptyJavaClasspath()}
    
                dependencies {
                    implementation enforcedPlatform('org:platform:1.0')
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  4. helm/minio/values.yaml

    ##
    
    ingress:
      enabled: false
      ingressClassName: ~
      labels: {}
        # node-role.kubernetes.io/ingress: platform
      annotations: {}
        # kubernetes.io/ingress.class: nginx
        # kubernetes.io/tls-acme: "true"
        # kubernetes.io/ingress.allow-http: "false"
        # kubernetes.io/ingress.global-static-ip-name: ""
        # nginx.ingress.kubernetes.io/secure-backends: "true"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 18.4K bytes
    - Viewed (1)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                            library("lib3", "org", "test3").withoutVersion()
                            bundle("all", ["lib", "lib2"])
                            plugin('greeter', 'com.acme.greeter').version('1.4')
                            plugin('greeter2', 'com.acme.greeter2').version {
                                require "1.0.0"
                                prefer "1.1.0"
                                reject "1.0.5"
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/initialization/BuildInitializationBuildOperationsIntegrationTest.groovy

                    includeBuild "nested-nested"
                """
                file("build.gradle") << """
                    apply plugin: 'java-library'
                    group = 'org.acme'
                """
                dir("buildSrc") {
                    file("settings.gradle") << "rootProject.name = 'nested-buildsrc-changed'"
                    file('build.gradle') << ""
                    dir("buildSrc") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 27 15:36:36 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  7. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarEncodingIntegrationTest.groovy

            given:
            def attributeNameMerged = 'Looong-Name-Of-Manifest-Entry'
            def attributeNameWritten = 'Another-Looooooong-Name-Entry'
            // Means 'long russian text'
            def attributeValue = 'com.acme.example.pack.**, длинный.текст.на.русском.языке.**'
    
            def mergedManifestFilename = 'manifest-with-split-multi-byte-char.txt'
            def mergedManifest = new Manifest()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyResolveIntegrationTest.groovy

                .configuration("extra")
            dep.configurations.remove("default")
            dep.publish()
    
            given:
            buildFile << """
                group = 'com.acme'
                version = '1.9'
    
                repositories { ivy { url "${ivyRepo.uri}" } }
    
                apply plugin: 'java-library'
    
                dependencies {
                    constraints {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 13:59:13 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishBasicIntegTest.groovy

                rootProject.name = 'publish'
            """
            buildFile << """
                plugins {
                    id 'java'
                    id 'maven-publish'
                }
    
                group = 'com.acme'
                version = '0.999'
    
                tasks.compileJava {
                    // Avoid resolving the classpath when caching the configuration
                    classpath = files()
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/validation/validation.go

    const httpPathFmt string = `[A-Za-z0-9/\-._~%!$&'()*+,;=:]+`
    
    var httpPathRegexp = regexp.MustCompile("^" + httpPathFmt + "$")
    
    // IsDomainPrefixedPath checks if the given string is a domain-prefixed path
    // (e.g. acme.io/foo). All characters before the first "/" must be a valid
    // subdomain as defined by RFC 1123. All characters trailing the first "/" must
    // be valid HTTP Path characters as defined by RFC 3986.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 16:08:43 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top