Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of about 10,000 for value$ (0.15 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

      // functions (C++Builder 2009 and above only).
      static const bool value = __is_convertible(From, To);
    #else
      static const bool value =
          sizeof(Helper(ImplicitlyConvertible::MakeFrom())) == 1;
    #endif  // _MSV_VER
    };
    template <typename From, typename To>
    const bool ImplicitlyConvertible<From, To>::value;
    
    // IsAProtocolMessage<T>::value is a compile-time bool constant that's
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  2. 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)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/force_shared_name_for_resource_ops.pbtxt

        value {
          shape {
          }
        }
      }
      attr {
        key: "shared_name"
        value {
          s: ""
        }
      }
    }
    node {
      name: "variable_v2_node"
      op: "VariableV2"
      attr {
        key: "dtype"
        value {
          type: DT_INT64
        }
      }
      attr {
        key: "shape"
        value {
          shape {
          }
        }
      }
      attr {
        key: "shared_name"
        value {
          s: ""
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 31 02:37:48 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  4. internal/config/notify/legacy.go

    			Value: cfg.Port,
    		},
    		config.KV{
    			Key:   target.MySQLUsername,
    			Value: cfg.User,
    		},
    		config.KV{
    			Key:   target.MySQLPassword,
    			Value: cfg.Password,
    		},
    		config.KV{
    			Key:   target.MySQLDatabase,
    			Value: cfg.Database,
    		},
    		config.KV{
    			Key:   target.MySQLQueueDir,
    			Value: cfg.QueueDir,
    		},
    		config.KV{
    			Key:   target.MySQLQueueLimit,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  5. tests/test_dependency_class.py

    
    class MethodsDependency:
        def synchronous(self, value: str) -> str:
            return value
    
        async def asynchronous(self, value: str) -> str:
            return value
    
        def synchronous_gen(self, value: str) -> Generator[str, None, None]:
            yield value
    
        async def asynchronous_gen(self, value: str) -> AsyncGenerator[str, None]:
            yield value
    
    
    callable_dependency = CallableDependency()
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Aug 09 10:54:05 UTC 2020
    - 3.3K bytes
    - Viewed (0)
  6. pkg/kubelet/envvars/envvars_test.go

    		{Name: "ABC_123_SERVICE_PORT", Value: "8081"},
    		{Name: "ABC_123_SERVICE_PORT_U_D_P", Value: "8081"},
    		{Name: "ABC_123_SERVICE_PORT_T_C_P", Value: "8081"},
    		{Name: "ABC_123_PORT", Value: "udp://5.6.7.8:8081"},
    		{Name: "ABC_123_PORT_8081_UDP", Value: "udp://5.6.7.8:8081"},
    		{Name: "ABC_123_PORT_8081_UDP_PROTO", Value: "udp"},
    		{Name: "ABC_123_PORT_8081_UDP_PORT", Value: "8081"},
    		{Name: "ABC_123_PORT_8081_UDP_ADDR", Value: "5.6.7.8"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/snapshot/impl/AbstractValueProcessor.java

            }
            if (value instanceof Number) {
                if (value instanceof Integer) {
                    return visitor.integerValue((Integer) value);
                }
                if (value instanceof Long) {
                    return visitor.longValue((Long) value);
                }
                if (value instanceof Short) {
                    return visitor.shortValue((Short) value);
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 19:08:37 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. 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)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumesource.go

    	return b
    }
    
    // WithFC sets the FC field in the declarative configuration to the given value
    // and returns the receiver, so that objects can be built by chaining "With" function invocations.
    // If called multiple times, the FC field is set to the value of the last call.
    func (b *PersistentVolumeSourceApplyConfiguration) WithFC(value *FCVolumeSourceApplyConfiguration) *PersistentVolumeSourceApplyConfiguration {
    	b.FC = value
    	return b
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 13.5K bytes
    - Viewed (0)
  10. 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)
Back to top