Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 1,297 for JSpecify (0.11 sec)

  1. releasenotes/notes/49620.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 01 06:41:35 UTC 2024
    - 225 bytes
    - Viewed (0)
  2. releasenotes/notes/50221.yaml

    kind: feature
    area: istioctl
    issue:
      - 49915
      - 50173
    releaseNotes:
    - |
      **Added** Allow user to name their waypoint through istioctl via --name flag on the waypoint cmd.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:52 UTC 2024
    - 344 bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/initialization/BuildLayoutParametersBuildOptions.java

        @Deprecated
        public static class SettingsFileOption extends StringBuildOption<BuildLayoutParameters> {
            public SettingsFileOption() {
                super(null, CommandLineOptionConfiguration.create("settings-file", "c", "Specify the settings file. [deprecated]"));
            }
    
            @Override
            public void applyTo(String value, BuildLayoutParameters settings, Origin origin) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Feb 04 18:57:57 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  4. releasenotes/notes/istioctl-analyze-revision.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 38148
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 22 14:58:22 UTC 2022
    - 173 bytes
    - Viewed (0)
  5. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishPomPackagingJavaIntegTest.groovy

    class MavenPublishPomPackagingJavaIntegTest extends AbstractMavenPublishIntegTest {
        def javaLibrary = javaLibrary(mavenRepo.module("org.gradle.test", "publishTest", "1.9"))
    
        def "can specify packaging for unknown packaging without changing artifact extension"() {
            given:
            createBuildScripts "foo"
    
            when:
            succeeds "publish"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. manifests/charts/gateways/istio-ingress/values.yaml

          serviceAccount:
            # Annotations to add to the service account
            annotations: {}
    
          ### Advanced options ############
          env: {}
          nodeSelector: {}
          tolerations: []
    
          # Specify the pod anti-affinity that allows you to constrain which nodes
          # your pod is eligible to be scheduled based on labels on pods that are
          # already running on the node rather than based on labels on nodes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. src/cmd/go/internal/workcmd/work.go

    A workspace is specified by a go.work file that specifies a set of
    module directories with the "use" directive. These modules are used as
    root modules by the go command for builds and related operations.  A
    workspace that does not specify modules to be used cannot be used to do
    builds from local modules.
    
    go.work files are line-oriented. Each line holds a single directive,
    made up of a keyword followed by arguments. For example:
    
    	go 1.18
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 18:09:22 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. releasenotes/notes/27430.yaml

    piVersion: release-notes/v2
    kind: feature
    area: istioctl
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 24 15:02:51 UTC 2020
    - 196 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    `gradle.wrapperUser=(myuser)`:: Specify username to download Gradle distributions <<gradle_wrapper.adoc#sec:authenticated_download,from servers using HTTP Basic Authentication>>.
    `gradle.wrapperPassword=(mypassword)`:: Specify password for downloading a Gradle distribution using the Gradle wrapper.
    `gradle.user.home=(path to directory)`:: Specify the `GRADLE_USER_HOME` directory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  10. releasenotes/notes/dashboard-custom-port.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 28 22:51:33 UTC 2023
    - 234 bytes
    - Viewed (0)
Back to top