- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 515 for Patches (0.06 sec)
-
manifests/addons/dashboards/ztunnel-dashboard.gen.json
- "matcher": {
- "id": "byName",
- "options": "lds"
- },
- "properties": [
- {
- "id": "displayName",
- "value": "Listeners"
- }
- ]
- },
- {
- "matcher": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 17.3K bytes - Viewed (0) -
cmd/signature-v2_test.go
- },
- expected: ErrSignatureDoesNotMatch,
- },
- // (6) Should not error signature matches with extra query params.
- {
- queryParams: map[string]string{
- "response-content-disposition": "attachment; filename=\"4K%2d4M.txt\"",
- },
- expected: ErrNone,
- },
- // (7) Should not error signature matches with no special query params.
- {
- queryParams: map[string]string{},
- expected: ErrNone,
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 14 10:08:40 UTC 2022 - 8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformer.java
- protected String parseCharset(final String content) {
- final Pattern pattern = Pattern.compile("; *charset *= *([a-zA-Z0-9\\-_]+)", Pattern.CASE_INSENSITIVE);
- final Matcher matcher = pattern.matcher(content);
- if (matcher.find()) {
- return matcher.group(1);
- }
- return null;
- }
- protected RequestData getDuplicateUrl(final RequestData requestData) {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Oct 24 12:16:00 UTC 2024 - 19.4K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/bucket/minio-bucket.json
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 11:11:51 UTC 2024 - 101.8K bytes - Viewed (0) -
internal/config/identity/openid/openid.go
- Scopes = "scopes"
- RedirectURI = "redirect_uri"
- RedirectURIDynamic = "redirect_uri_dynamic"
- Vendor = "vendor"
- // Vendor specific ENV only enabled if the Vendor matches == "vendor"
- KeyCloakRealm = "keycloak_realm"
- KeyCloakAdminURL = "keycloak_admin_url"
- // Removed params
- JwksURL = "jwks_url"
- ClaimPrefix = "claim_prefix"
- )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 20:16:44 UTC 2024 - 16.6K bytes - Viewed (0) -
ci/official/requirements_updater/requirements.in
- astor == 0.7.1
- typing_extensions == 4.8.0
- gast == 0.4.0
- termcolor == 2.3.0
- wrapt == 1.16.0
- tblib == 2.0.0
- ml_dtypes >= 0.4.0, < 0.5.0
- # Install tensorboard, and keras
- # Note that here we want the latest version that matches TF major.minor version
- # Note that we must use nightly here as these are used in nightly jobs
- # For release jobs, we will pin these on the release branch
- keras-nightly ~= 3.0.0.dev
- tb-nightly ~= 2.19.0.a
- # Test dependencies
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Oct 01 18:46:13 UTC 2024 - 905 bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
- * Fix concurrent map access panic ([#65328](https://github.com/kubernetes/kubernetes/pull/65328), [@dashpole](https://github.com/dashpole))
- * Don't watch .mount cgroups to reduce number of inotify watches
- * Fix NVML initialization race condition
- * Fix brtfs disk metrics when using a subdirectory of a subvolume
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
common/scripts/metallb-native.yaml
- description: A label selector is a label query over a set of resources.
- The result of matchLabels and matchExpressions are ANDed. An empty
- label selector matches all objects. A null label selector matches
- no objects.
- properties:
- matchExpressions:
- description: matchExpressions is a list of label selector requirements.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Feb 23 23:56:31 UTC 2024 - 63.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
- * Don't watch .mount cgroups to reduce number of inotify watches
- * Fix NVML initialization race condition
- * Fix brtfs disk metrics when using a subdirectory of a subvolume
- * Bump version of prometheus-to-sd to 0.2.6 to decrease log noise and include latest security patches. ([#64964](https://github.com/kubernetes/kubernetes/pull/64964), [@loburm](https://github.com/loburm))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
manifests/addons/dashboards/istio-mesh-dashboard.gen.json
- "uid": "-- Mixed --"
- },
- "description": "Request information for HTTP services",
- "fieldConfig": {
- "overrides": [
- {
- "matcher": {
- "id": "byName",
- "options": "Value #requests"
- },
- "properties": [
- {
- "id": "displayName",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 22.3K bytes - Viewed (0)