Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 2,732 for END (0.33 sec)

  1. platforms/documentation/docs/src/snippets/java/quickstart/groovy/build.gradle

    // tag::use-plugin[]
    // tag::use-eclipse-plugin[]
    plugins {
    // end::use-eclipse-plugin[]
    // end::use-plugin[]
    // tag::use-plugin[]
        id 'java'
    // end::use-plugin[]
    // tag::use-eclipse-plugin[]
        id 'eclipse'
    // end::use-eclipse-plugin[]
    // tag::use-plugin[]
    // tag::use-eclipse-plugin[]
    }
    // end::use-eclipse-plugin[]
    // end::use-plugin[]
    // end::complete-example[]
    
    // tag::use-plugin-legacy[]
    apply plugin: 'java'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/ide/eclipse/groovy/build.gradle

    // tag::use-eclipse-wtp-plugin[]
    plugins {
        // end::use-eclipse-plugin[]
    // end::use-eclipse-wtp-plugin[]
        id 'war'
    // tag::use-eclipse-plugin[]
        id 'eclipse'
    // end::use-eclipse-plugin[]
    // tag::use-eclipse-wtp-plugin[]
        id 'eclipse-wtp'
    // end::use-eclipse-wtp-plugin[]
    // tag::use-eclipse-plugin[]
    // tag::use-eclipse-wtp-plugin[]
    }
    // end::use-eclipse-plugin[]
    // end::use-eclipse-wtp-plugin[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  3. manifests/charts/gateways/istio-ingress/templates/service.yaml

          {{ $pkey}}: {{ $pval }}
          {{- end }}
        {{- end }}
    
      {{ range $app := $gateway.ingressPorts }}
        -
          port: {{ $app.port }}
          name: {{ $app.name }}
      {{- end }}
    {{- if $gateway.ipFamilyPolicy }}
      ipFamilyPolicy: {{ $gateway.ipFamilyPolicy }}
    {{- end }}
    {{- if $gateway.ipFamilies }}
      ipFamilies:
    {{- range $gateway.ipFamilies }}
      - {{ . }}
    {{- end }}
    {{- end }}
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/artifacts/defineRepository/kotlin/build.gradle.kts

    }
    // end::maven-central[]
    
    // tag::maven-google[]
    repositories {
        google()
    }
    // end::maven-google[]
    
    // tag::maven-local[]
    repositories {
        mavenLocal()
    }
    // end::maven-local[]
    
    // tag::maven-like-repo[]
    repositories {
        maven {
            url = uri("http://repo.mycompany.com/maven2")
        }
    }
    // end::maven-like-repo[]
    
    // tag::maven-like-repo-with-jar-repo[]
    repositories {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  5. helm/minio/templates/console-ingress.yaml

                {{- else }}
                backend:
                  serviceName: {{ $fullName }}
                  servicePort: {{ $servicePort }}
                {{- end }}
          {{- if . }}
          host: {{ tpl . $ | quote }}
          {{- end }}
        {{- end }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 03 06:27:17 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. helm/minio/templates/ingress.yaml

                {{- else }}
                backend:
                  serviceName: {{ $fullName }}
                  servicePort: {{ $servicePort }}
                {{- end }}
          {{- if . }}
          host: {{ tpl . $ | quote }}
          {{- end }}
        {{- end }}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 03 06:27:17 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/main/java/org/gradle/api/reporting/dependencies/internal/ProjectPageRenderer.java

                        link().rel("stylesheet").type("text/css").href(baseCssLink).end();
                        link().rel("stylesheet").type("text/css").href(cssLink).end();
                        script().src(jqueryLink).charset("utf-8").end();
                        script().src(jtreeLink).charset("utf-8").end();
                        script().src(namingScheme.transform(project)).charset("utf-8").end();
                        script().src(scriptLink).charset("utf-8").end();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 03 18:14:21 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/mavenMigration/basic/groovy/build.gradle

    }
    
    // tag::repositories[]
    repositories {
        mavenCentral()
    }
    // end::repositories[]
    
    // tag::compile-dependencies[]
    dependencies {
        implementation 'log4j:log4j:1.2.12'  // <1>
    }
    // end::compile-dependencies[]
    
    // tag::pom-dependencies[]
    dependencies {
        testImplementation 'org.codehaus.groovy:groovy-all:2.5.4'
    }
    // end::pom-dependencies[]
    
    // tag::process-resources[]
    processResources {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 940 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/customModel/languageType/groovy/buildSrc/src/main/groovy/sample/documentation/DocumentationPlugin.groovy

    class DocumentationPlugin extends RuleSource {
    // end::binary-registration[]
    // end::binaries-generation[]
    // end::text-tasks-generation[]
        @ComponentType
        void registerComponent(TypeBuilder<DocumentationComponent> builder) {}
    // end::component-registration[]
    
    // tag::binary-registration[]
        @ComponentType
        void registerBinary(TypeBuilder<DocumentationBinary> builder) {}
    // end::binary-registration[]
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  10. manifests/charts/gateway/templates/_helpers.tpl

    {{- if and (ne $key "app") (ne $key "istio") }}
    {{ $key | quote }}: {{ $val | quote }}
    {{- end }}
    {{- end }}
    {{- end }}
    
    {{- define "gateway.selectorLabels" -}}
    app: {{ (.Values.labels.app | quote) | default (include "gateway.name" .) }}
    istio: {{ (.Values.labels.istio | quote) | default (include "gateway.name" . | trimPrefix "istio-") }}
    {{- end }}
    
    {{/*
    Keep sidecar injection labels together
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top