Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,671 for value$ (0.08 sec)

  1. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/IsolatedCodecs.kt

            writeString(value.value)
        }
    
        override suspend fun ReadContext.decode(): StringValueSnapshot {
            val value = readString()
            return StringValueSnapshot(value)
        }
    }
    
    
    object IntegerValueSnapshotCodec : Codec<IntegerValueSnapshot> {
        override suspend fun WriteContext.encode(value: IntegerValueSnapshot) {
            writeInt(value.value)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/Providers.java

            private final Value<? extends T> value;
    
            public NoValueProvider(Value<? extends T> value) {
                assert value.isMissing();
                this.value = value;
            }
    
            @Override
            public Value<? extends T> calculateValue(ValueConsumer consumer) {
                return value;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 20:21:32 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/upgrade/admin_upgrade.jsp

    											<la:option value="14.0">14.0</la:option>
    											<la:option value="14.1">14.1</la:option>
    											<la:option value="14.2">14.2</la:option>
    											<la:option value="14.3">14.3</la:option>
    											<la:option value="14.4">14.4</la:option>
    											<la:option value="14.5">14.5</la:option>
    											<la:option value="14.6">14.6</la:option>
    											<la:option value="14.7">14.7</la:option>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/provider/Property.java

         * @param value The value, can be null.
         * @return this
         * @since 5.0
         */
        Property<T> value(@Nullable T value);
    
        /**
         * Sets the property to have the same value as the given provider, replacing whatever value the property already had.
         * This property will track the value of the provider and query its value each time the value of the property is queried.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  5. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/base/KtConstantValue.kt

    import org.jetbrains.kotlin.types.ConstantValueKind
    
    
    /**
     * A Kotlin constant value. This value amy be used as `const val` initializer or annotation argument.
     * Also, may represent evaluated constant value. So, `1 + 2` will be represented as `KaIntConstantValue(3)`
     *
     * For more info about constant values please see [official Kotlin documentation](https://kotlinlang.org/docs/properties.html#compile-time-constants])
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/values.yaml

        podAnnotations: {}
    
        # Deploy the config files as plugin chain (value "true") or as standalone files in the conf dir (value "false")?
        # Some k8s flavors (e.g. OpenShift) do not support the chain approach, set to false if this is the case
        chained: true
    
        # Custom configuration happens based on the CNI provider.
        # Possible values: "default", "multus"
        provider: "default"
    
        # Configure ambient settings
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/taglib/FessFunctionsTest.java

            assertEquals("", value);
    
            value = FessFunctions.maskEmail("aaa bbb ccc");
            assertEquals("aaa bbb ccc", value);
    
            value = FessFunctions.maskEmail("******@****.***");
            assertEquals("******@****.***", value);
    
            value = FessFunctions.maskEmail("******@****.***");
            assertEquals("******@****.***", value);
    
            value = FessFunctions.maskEmail("111 ******@****.*** 222");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/argument_test.go

    			args:         []Arg{{Name: "foo", Value: "bar1"}, {Name: "foo", Value: "bar2"}},
    			name:         "foo",
    			value:        "zz",
    			nArgs:        -1,
    			expectedArgs: []Arg{{Name: "foo", Value: "zz"}, {Name: "foo", Value: "zz"}},
    		},
    		{
    			testName:     "add new argument",
    			args:         []Arg{{Name: "foo", Value: "bar1"}, {Name: "foo", Value: "bar2"}},
    			name:         "z",
    			value:        "zz",
    			nArgs:        -1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 16 10:27:05 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/provider/MapProperty.java

         * @since 5.6
         */
        MapProperty<K, V> value(@Nullable Map<? extends K, ? extends V> entries);
    
        /**
         * Sets the property to have the same value of the given provider, and replaces any existing value.
         *
         * This property will track the value of the provider and query its value each time the value of this property is queried.
         * When the provider has no value, this property will also have no value.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 16:25:03 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ioctl_linux.go

    	var value uint32
    	err := ioctlPtr(fd, req, unsafe.Pointer(&value))
    	return value, err
    }
    
    func IoctlGetRTCTime(fd int) (*RTCTime, error) {
    	var value RTCTime
    	err := ioctlPtr(fd, RTC_RD_TIME, unsafe.Pointer(&value))
    	return &value, err
    }
    
    func IoctlSetRTCTime(fd int, value *RTCTime) error {
    	return ioctlPtr(fd, RTC_SET_TIME, unsafe.Pointer(value))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top