Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for fixwd (0.05 sec)

  1. docs/metrics/prometheus/grafana/replication/minio-replication-node.json

                },
                "properties": [
                  {
                    "id": "color",
                    "value": {
                      "fixedColor": "light-red",
                      "mode": "fixed"
                    }
                  }
                ]
              },
              {
                "matcher": {
                  "id": "byName",
                  "options": "Replication Requests"
                },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            "provider {s1}"       | { property().tap { add(Providers.of("s1")) } } || "$collectionName(class ${String.name}, item(fixed(class ${String.name}, s1)))"
            "provider {[s1, s2]}" | { property().value(Providers.of(["s1, s2"])) } || "$collectionName(class ${String.name}, fixed(class ${ArrayList.name}, [s1, s2]))"
    
            // The following case abuses Groovy lax type-checking to put an invalid value into the property.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            expect:
            assertHasNoProducer(property)
            def value = property.calculateExecutionTimeValue()
            value.isMissing()
        }
    
        def "has no producer task and fixed execution time value when property has a fixed value"() {
            def property = propertyWithNoValue()
            property.set(someValue())
    
            expect:
            assertHasNoProducer(property)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            "provider {k: v}"            | { property().value(Providers.of([k: "v"])) }            || "Map(String->String, fixed(class ${LinkedHashMap.name}, {k=v}))"
            "[k: provider {v}]"          | { property().tap { put("k", Providers.of("v")) } }      || "Map(String->String, entry{k=fixed(class ${String.name}, v)})"
    
            // The following case abuses Groovy lax type-checking to put an invalid value into the property.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.31.md

    - Fixed EDITOR/KUBE_EDITOR with double-quoted paths with spaces when on Windows cmd.exe. ([#112104](https://github.com/kubernetes/kubernetes/pull/112104), [@oldium](https://github.com/oldium)) [SIG CLI and Windows]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  6. src/time/format.go

    	}
    	c := s[i]
    	return '0' <= c && c <= '9'
    }
    
    // getnum parses s[0:1] or s[0:2] (fixed forces s[0:2])
    // as a decimal integer and returns the integer and the
    // remainder of the string.
    func getnum(s string, fixed bool) (int, string, error) {
    	if !isDigit(s, 0) {
    		return 0, s, errBad
    	}
    	if !isDigit(s, 1) {
    		if fixed {
    			return 0, s, errBad
    		}
    		return int(s[0] - '0'), s[1:], nil
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/init.go

    //
    // The VersionFixer sets 'fixed' if it ever returns a non-canonical version.
    func fixVersion(ctx context.Context, fixed *bool) modfile.VersionFixer {
    	return func(path, vers string) (resolved string, err error) {
    		defer func() {
    			if err == nil && resolved != vers {
    				*fixed = true
    			}
    		}()
    
    		// Special case: remove the old -gopkgin- hack.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  8. src/runtime/traceback.go

    // runtime.handleAsyncEvent (wasm only) and sometimes runtime.runfinq.
    //
    // If fixed is true, any goroutine that can vary between user and
    // system (that is, the finalizer goroutine) is considered a user
    // goroutine.
    func isSystemGoroutine(gp *g, fixed bool) bool {
    	// Keep this in sync with internal/trace.IsSystemGoroutine.
    	f := findfunc(gp.startpc)
    	if !f.valid() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/manual.css

    		font-size: 1.375em;
    	}
    
    	body.toc2 {
    		padding-left: 15em;
    		padding-right: 0;
    	}
    
    	#toc.toc2 {
    		margin-top: 0 !important;
    		background-color: var(--nav-color);
    		position: fixed;
    		width: 15em;
    		left: 0;
    		top: 0;
    		border-right: 1px solid #efefed;
    		border-top-width: 0 !important;
    		border-bottom-width: 0 !important;
    		z-index: 1000;
    		padding: 1.25em 1em;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  10. cmd/xl-storage-format-v2.go

    					meta:   allMeta[start:end],
    				}
    			}
    		default:
    			bts, err = msgp.Skip(bts)
    			if err != nil {
    				return msgp.WrapError(err, "loadLegacy.Skip")
    			}
    		}
    	}
    	x.metaV = 1 // Fixed for legacy conversions.
    	x.sortByModTime()
    	return nil
    }
    
    // latestModtime returns the modtime of the latest version.
    func (x *xlMetaV2) latestModtime() time.Time {
    	if x == nil || len(x.versions) == 0 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top