Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 166 for honoured (0.32 sec)

  1. src/internal/zstd/testdata/1890a371.gettysburg.txt-100x.zst

    they did here. It is for us the living, rather, to be dedicated here to the unfinished work which they who fought here have thus far so nobly advanced. It is rather for us to be here dedicated to the great task remaining before us - that from these honored dead we take increased devotion to that cause for which they gave the last full measure of devotion - that we here highly resolve that these dead shall not have died in vain - that this nation, under God, shall have a new birth of freedom - and that...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 27 14:35:13 UTC 2023
    - 826 bytes
    - Viewed (0)
  2. releasenotes/notes/30221.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 30221
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 22 16:59:32 UTC 2021
    - 177 bytes
    - Viewed (0)
  3. releasenotes/notes/wasm-https-insecure-support.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: extensibility
    issue: []
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 05 02:23:59 UTC 2022
    - 235 bytes
    - Viewed (0)
  4. releasenotes/notes/36499.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - https://github.com/istio/istio/issues/36499
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 16 22:07:53 UTC 2021
    - 224 bytes
    - Viewed (0)
  5. releasenotes/notes/22161.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
    - 22161
    releaseNotes:
    - |
      **Updated** Configuration to sign Istiod certificates using Kubernetes CA (PILOT_CERT_PROVIDER=kubernetes) will not be honored in
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 08 23:59:52 UTC 2021
    - 265 bytes
    - Viewed (0)
  6. releasenotes/notes/meshctl-bug-report-context-fix.yaml

    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/35574
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 12 22:32:54 UTC 2021
    - 289 bytes
    - Viewed (0)
  7. platforms/jvm/plugins-jvm-test-suite/src/integTest/groovy/org/gradle/testing/testsuites/TestSuitesIntegrationTest.groovy

                        assert classpath.empty
                    }
                }
            """
    
            expect:
            succeeds("test")
        }
    
        def "configuring test framework on built-in test suite is honored in task and dependencies with JUnit"() {
            buildFile << """
                plugins {
                    id 'java'
                }
    
                ${mavenCentralRepository()}
    
                testing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 13 20:36:32 UTC 2023
    - 35.8K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inject/proxy-override.yaml

                    command: ["sleep", "10"]
              securityContext:
                allowPrivilegeEscalation: true
                readOnlyRootFilesystem: false
                # These should not be removed or ignored, should be honored
                runAsUser: 1234
                runAsGroup: 1234
          volumes:
            - name: certs
              secret:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 19:52:06 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/ConfigurationCacheKeyTest.kt

    import org.junit.Rule
    import org.junit.Test
    
    
    class ConfigurationCacheKeyTest {
    
        @JvmField
        @Rule
        val testDirectoryProvider = TestNameTestDirectoryProvider(javaClass)
    
        @Test
        fun `cache key honours --include-build`() {
            assertThat(
                cacheKeyStringFromStartParameter {
                    includeBuild(file("included"))
                },
                equalTo(
                    cacheKeyStringFromStartParameter {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/GradleConfigurabilityIntegrationSpec.groovy

        }
    
        def "honours jvm sys property that contain a space in gradle.properties"() {
            given:
            file("gradle.properties") << 'org.gradle.jvmargs=-Dsome-prop="i have space"'
    
            expect:
            buildSucceeds """
    assert providers.systemProperty('some-prop').get() == 'i have space'
            """
        }
    
        def "honours jvm option that contain a space in gradle.properties"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top