Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 847 for prepending (0.15 sec)

  1. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/RemoteRepositorySpec.groovy

         * Defines modules using a simple path notation. Assuming group is "org", and default version is 1.0
         * For example: foo -> bar
         * would create 'org:foo:1.0' depending on 'org:bar:1.0'
         * when: foo -> bar:2.0 -> baz
         * would create 'org:foo:1.0' depending on 'org:bar:2.0' depending on `baz:1.0'
         * @param pathSpec
         */
        void path(String pathSpec) {
            def pathElements = (pathSpec.split("\\s?->\\s?") as List<String>).reverse()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. istioctl/pkg/checkinject/checkinject_test.go

    					Revision: "default",
    					Reason:   "Namespace has istio-injection=disabled label, preventing injection",
    				},
    				{
    					Name:     "istio-sidecar-injector-1-16",
    					Revision: "1-16",
    					Injected: false,
    					Reason:   "Namespace has istio-injection=disabled label, preventing injection",
    				},
    				{
    					Name:     "istio-sidecar-injector-deactivated",
    					Revision: "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  3. releasenotes/notes/deprecate-k8sca-upto-v1.20.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    issue:
    - https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/issues/1210
    releaseNotes:
    - |
      **Fixed** an issue preventing istio-proxy to access root ca when automountServiceAccountToken is false and PILOT_CERT_PROVIDER is kubernetes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 01 16:09:13 UTC 2022
    - 403 bytes
    - Viewed (0)
  4. releasenotes/notes/helm_exposing_waypoint_and_ztunnel_ports.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    
    area: installation
    
    issue:
      - 45093
    
    releaseNotes:
    - |
      **Fixed** an issue preventing the ports of waypoint and ztunnel ports being exposed. Now scrape configs can be created for the Ambient components too. 
    
    upgradeNotes: []
    
    # docs is a list of related docs to the change.
    docs:
      - "https://istio.io/latest/docs/ops/integrations/prometheus/"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 30 08:16:00 UTC 2023
    - 410 bytes
    - Viewed (0)
  5. okhttp/src/main/kotlin/okhttp3/MultipartReader.kt

     *   while (true) {
     *     val part = multipartReader.nextPart() ?: break
     *     process(part.headers, part.body)
     *   }
     * }
     * ```
     *
     * Note that [nextPart] will skip any unprocessed data from the preceding part. If the preceding
     * part is particularly large or if the underlying source is particularly slow, the [nextPart] call
     * may be slow!
     *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/CrossBuildInMemoryCacheFactory.java

    @ThreadSafe
    @ServiceScope(Global.class)
    public interface CrossBuildInMemoryCacheFactory {
        /**
         * Creates a new cache instance. Keys are always referenced using strong references, values by strong or soft references depending on their usage.
         *
         * <p>Clients should assume that entries may be removed at any time, based on current memory pressure and the likelihood that the entry will be required again soon.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/syntax/testing.go

    // the comment with any comment markers ("//", "/*", or "*/") stripped.
    // The position for each Error is the position of the token immediately
    // preceding the comment and the Error message is the comment text,
    // with all comments that are on the same line collected in a slice, in
    // source order. If there is no preceding token (the matching comment
    // appears at the beginning of the file), then the recorded position
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 17 19:53:18 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/typecheck/_builtin/coverage.go

    // license that can be found in the LICENSE file.
    
    // NOTE: If you change this file you must run "go generate"
    // in cmd/compile/internal/typecheck
    // to update builtin.go. This is not done automatically
    // to avoid depending on having a working compiler binary.
    
    //go:build ignore
    
    package coverage
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 28 16:59:48 UTC 2024
    - 437 bytes
    - Viewed (0)
  9. docs/en/docs/how-to/conditional-openapi.md

    # Conditional OpenAPI
    
    If you needed to, you could use settings and environment variables to configure OpenAPI conditionally depending on the environment, and even disable it entirely.
    
    ## About security, APIs, and docs
    
    Hiding your documentation user interfaces in production *shouldn't* be the way to protect your API.
    
    That doesn't add any extra security to your API, the *path operations* will still be available where they are.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. releasenotes/notes/46121.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
        **Fixed** an issue preventing the gateway chart from being used with a custom HorizontalPodAutoscaler resource.
    
    upgradeNotes:
      - title: don't set spec.replicas unless user supplies a real number
        content: |
          When using the gateway chart, the user had to either pick between
          explicitly setting `spec.replicas`, or using the chart-supplied
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 24 13:53:35 UTC 2023
    - 652 bytes
    - Viewed (0)
Back to top