Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,490 for value$ (0.11 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/valid/gateway-addresses.yaml

      gatewayClassName: acme-lb
      addresses:
      - value: 1200:0000:AB00:1234:0000:2552:7777:1313
      - value: 21DA:D3:0:2F3B:2AA:FF:FE28:9C5A
      - value: "2001:db8:3c4d:15:0:d234:3eee::"
      - value: "1234::"
      - value: "1.1.1.1"
      - value: "1.2.3.4"
      - value: "0.0.0.0"
      - value: "9.255.255.255"
      - value: "11.0.0.0"
      - type: IPAddress
        value: "255.255.255.255"
      - type: "Hostname"
        value: "example.com"
      listeners:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 631 bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/annotations/KtAnnotationValueRenderer.kt

    internal object KaAnnotationValueRenderer {
        fun render(value: KaAnnotationValue): String = buildString {
            renderConstantValue(value)
        }
    
        private fun StringBuilder.renderConstantValue(value: KaAnnotationValue) {
            when (value) {
                is KaAnnotationApplicationValue -> {
                    renderAnnotationConstantValue(value)
                }
                is KaArrayAnnotationValue -> {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcedefinitionversion.go

    // If called multiple times, values provided by each call will be appended to the AdditionalPrinterColumns field.
    func (b *CustomResourceDefinitionVersionApplyConfiguration) WithAdditionalPrinterColumns(values ...*CustomResourceColumnDefinitionApplyConfiguration) *CustomResourceDefinitionVersionApplyConfiguration {
    	for i := range values {
    		if values[i] == nil {
    			panic("nil value passed to WithAdditionalPrinterColumns")
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/default_quant_params.cc

      }
    
      // Uses `quant_params` to quantize `value` and inserting a pair of
      // tfl.quantize and tfl.dequantize ops for this `value`.
      void QuantizeValue(OpBuilder builder, Value value,
                         quant::QuantParams quant_params);
    
      // If the value hasn't been quantized, the functions adds it to `values`.
      void AddToWorkListIfUnquantized(Value value, std::vector<Value> *values);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/WbProperty.java

        }
    
        public String getValue() {
            return value;
        }
    
        public void setValue(String value) {
            this.value = value;
        }
    
        @Override
        public void appendNode(Node node) {
            Map<String, Object> attributes = new LinkedHashMap<>();
            attributes.put("name", name);
            attributes.put("value", value);
            node.appendNode("property", attributes);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java

        }
    
        public void setKey(String value) {
            registerModifiedProperty("key");
            this.key = value;
        }
    
        public String getValue() {
            checkSpecifiedProperty("value");
            return convertEmptyToNull(value);
        }
    
        public void setValue(String value) {
            registerModifiedProperty("value");
            this.value = value;
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java

            registerModifiedProperty("updatedTime");
            this.updatedTime = value;
        }
    
        public String getUsername() {
            checkSpecifiedProperty("username");
            return convertEmptyToNull(username);
        }
    
        public void setUsername(String value) {
            registerModifiedProperty("username");
            this.username = value;
        }
    
        public String getWebConfigId() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1/customresourcecolumndefinition.go

    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Name field is set to the value of the last call.
    func (b *CustomResourceColumnDefinitionApplyConfiguration) WithName(value string) *CustomResourceColumnDefinitionApplyConfiguration {
    	b.Name = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/client/applyconfiguration/apiextensions/v1beta1/customresourcecolumndefinition.go

    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the Name field is set to the value of the last call.
    func (b *CustomResourceColumnDefinitionApplyConfiguration) WithName(value string) *CustomResourceColumnDefinitionApplyConfiguration {
    	b.Name = &value
    	return b
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 28 12:38:10 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/extensibility/ExtensibleDynamicObjectTestHelper.groovy

            bean.readWriteProperty = 'value'
            assertEquals(bean.readWriteProperty, 'value')
    
            bean.doSetReadOnlyProperty('value')
            assertEquals(bean.readOnlyProperty, 'value')
    
            bean.defineProperty('additional', 'value')
            assertEquals(bean.additional, 'value')
        }
        
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top