Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 957 for prepending (0.38 sec)

  1. 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)
  2. 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)
  3. releasenotes/notes/36896.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - 35495
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 10:12:43 UTC 2022
    - 238 bytes
    - Viewed (0)
  4. releasenotes/notes/30991.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 30991
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 23 05:47:27 UTC 2021
    - 182 bytes
    - Viewed (0)
  5. releasenotes/notes/double-wildcard.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issues:
    - 25350
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 17 15:48:36 UTC 2020
    - 219 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/main/webapp/js/admin/plugins/form-validator/logic.js

    f||g.length&&!e(f,g);h&&c.valAttr("skipped","1")}},e=function(b,c){var d=!1,e=b.toLocaleLowerCase();return a.each(c,function(a,b){if(e===b.toLocaleLowerCase())return d=!0,!1}),d},f=function(){var b=a(this),d=a.formUtils.getValue(b),e=b.valAttr("depending-value");a.each(this.dependingInputs,function(b,f){var g=!!a.formUtils.getValue(f),h=!d||e&&e!==d;h&&!g&&a.formUtils.dialogs.removeInputStylingAndMessage(f,c)})};b.find("[data-validation-depends-on]").off("beforeValidation",d).on("beforeValidatio...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.1K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. pkg/.import-restrictions

    rules:
      - selectorRegexp: k8s[.]io/kubernetes
        allowedPrefixes:
          - ''
        forbiddenPrefixes:
          # prevent pkg/ from depending on cmd/
          #   note: pkg/kubemark overrides this
          - k8s.io/kubernetes/cmd
          # use sigs.k8s.io/yaml instead
          - github.com/ghodss/yaml
          # prevent kubernetes from opening sctp sockets (ref: https://github.com/kubernetes/kubernetes/pull/87926#discussion_r376642015)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 28 15:46:49 UTC 2020
    - 459 bytes
    - Viewed (0)
Back to top